* net/tramp.el (tramp-default-host-alist): New defcustom.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-default-host-alist): New defcustom.
4 (tramp-find-host): Use it.
5 (tramp-eshell-directory-change): Moved from tramp-sh.el. Add to
6 `eshell-directory-change-hook'.
7
8 * net/tramp-adb.el (top): Add adb specific entry in
9 `tramp-default-host-alist'.
10 (tramp-adb-file-name-host): Remove function.
11 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
12 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
13
14 * net/tramp-sh.el : Move eshell integration code to tramp.el.
15
16 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
17
18 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
19
20 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
23 consist of more than one digit.
24 (tramp-adb-file-name-handler-alist): Use
25 `tramp-handle-file-exists-p' consistently.
26 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
27 (tramp-adb-handle-file-exists-p): Remove function.
28 (tramp-adb-file-name-host): New defun.
29 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
30 Use it.
31 (tramp-adb-maybe-open-connection): Set "remote-path" property.
32
33 2013-01-06 Chong Yidong <cyd@gnu.org>
34
35 * vc/vc.el (vc-next-action): Detect buffer modifications
36 conflicting with locking VCS operation (Bug#11490).
37
38 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
39
40 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
41
42 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
43 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
44
45 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
46
47 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
48 parsing of ls output using regular expression (handle filenames
49 with spaces). Use virtual device number.
50 (tramp-do-parse-file-attributes-with-ls): New defun (Code
51 cleanup).
52
53 2013-01-04 Daiki Ueno <ueno@gnu.org>
54
55 * epg.el: Silence byte-compiler warnings.
56 (epg--start): Use delete-char instead of delete-backward-char.
57 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
58
59 2013-01-04 Daiki Ueno <ueno@gnu.org>
60
61 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
62 Suggested by Eli Zaretskii <eliz@gnu.org>.
63
64 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
65
66 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
67 non-negative integers. Otherwise, the default values are used.
68 (tramp-convert-file-attributes): Convert uid and gid to integers.
69
70 2013-01-04 Glenn Morris <rgm@gnu.org>
71
72 * term.el (term-handle-colors-array): Ensure face attributes
73 are fully specified, not nil. (Bug#13337)
74
75 * term.el (term-default-fg-color, term-default-bg-color):
76 Fix custom type.
77
78 * progmodes/etags.el (tags-compression-info-list): Doc fix.
79 (tag-find-file-of-tag-noselect): Check auto-compression-mode
80 rather than 'jka-compr being loaded. (Bug#13338)
81
82 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
83
84 * icomplete.el (icomplete-completions):
85 Honor icomplete-prospects-height once more following
86 2012-11-29 changes. (Bug#13224)
87
88 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * subr.el (internal--called-interactively-p--get-frame): Find aliases
91 of called-interactively-p as well (bug#13237).
92
93 * view.el (view--enable, view--disable): Rename from view-mode-enable
94 and view-mode-disable and assume it's called from view-mode.
95 (view-mode-enable, view-mode-disable): Redefine as obsolete
96 compatibility layer above view-mode.
97 (view-mode-enter): Call `view-mode'.
98
99 * files.el (after-find-file): Call `view-mode'.
100
101 * doc-view.el (doc-view-scale-internally): New var.
102 (doc-view-enlarge, doc-view-insert-image): Obey it.
103
104 2013-01-03 Daiki Ueno <ueno@gnu.org>
105
106 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
107 exist. (Bug#13344)
108
109 2013-01-03 Glenn Morris <rgm@gnu.org>
110
111 * mail/rmail.el (rmail-set-header-1): Ignore case.
112 Handle multi-line headers. (Bug#13330)
113
114 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
115 Handle paragraph starting at beginning of buffer.
116
117 * subr.el (eval-after-load): Don't purecopy the form, so that it
118 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
119
120 * emacs-lisp/byte-run.el (defun): Place cl declarations
121 after any interactive spec. (Bug#13265)
122
123 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
124
125 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
126 defun. Don't check for DECL if DOCSTRING isn't a string.
127 (defun): Likewise.
128
129 2013-01-02 Glenn Morris <rgm@gnu.org>
130
131 * eshell/em-cmpl.el (eshell-pcomplete):
132 More thoroughly imitate pcomplete. (Bug#13293)
133
134 * files.el (parse-colon-path): Doc fix. (Bug#12351)
135 Return nil for empty path elements. (Bug#13296)
136
137 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
138
139 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
140 order to improve efficiency (Based on Daniel Colascione's
141 <dancol@dancol.org> patch). (Bug#13182)
142
143 2013-01-02 Glenn Morris <rgm@gnu.org>
144
145 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
146
147 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
148
149 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
150 neither DOCSTRING nor DECL was given. (Bug#13316)
151
152 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
153
154 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
155 `error' call.
156 (tramp-do-copy-or-rename-file): Ignore errors when calling
157 `set-file-extended-attributes'.
158
159 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
160 handler for `file-acl'.
161 (tramp-smb-handle-file-acl): New defun.
162
163 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
164
165 * calc/README: Mention ISO 8601 week-numbering dates.
166
167 2013-01-01 Martin Rudalics <rudalics@gmx.at>
168
169 * view.el (view-mode-enable): New argument run-view-mode-hook.
170 Run view-mode-hook only when it's non-nil (Bug#13315).
171 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
172 argument t.
173
174 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
175
176 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
177 (No device connected, invalid device name). (Bug #13299)
178
179 2012-12-31 Martin Rudalics <rudalics@gmx.at>
180
181 * window.el (window-resizable--p): Rename to window-resizable-p.
182 (window-resize-no-error): New function.
183
184 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
185 broken in fix from 2012-12-28.
186
187 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * subr.el (special-form-p): Don't signal errors on undef aliases.
190
191 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
192
193 * calc/calc-forms.el (math-parse-date): Try using
194 `math-parse-iso-date' when it looks like it might be needed.
195 Allow times of 24:00.
196 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
197 of 24:00.
198
199 2012-12-30 Glenn Morris <rgm@gnu.org>
200
201 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
202 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
203 (rmail-summary-displayed, rmail-summary): Declare.
204 (mairix-rmail-display): Just require rmail.
205
206 2012-12-30 Chong Yidong <cyd@gnu.org>
207
208 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
209 check for the tarball contents.
210
211 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
212
213 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
214 tarfile content listings (Bug#13136).
215
216 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
217
218 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
219 Insert the undecoded text of the message being forwarded. (Bug#9521)
220
221 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
222
223 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
224 integers, if they are real numbers. (Bug#13282)
225
226 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
227 Return `t' on success.
228
229 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
230 Add handler for `set-file-selinux-context'.
231
232 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
233
234 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
235 (tramp-sh-handle-set-file-acl): Return `t' on success.
236
237 2012-12-29 Eli Zaretskii <eliz@gnu.org>
238
239 * files.el (backup-buffer-copy, basic-save-buffer-2):
240 If set-file-extended-attributes fails, fall back on set-file-modes
241 instead of signaling an error. (Bug#13298)
242 (basic-save-buffer): Likewise.
243
244 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
245
246 * progmodes/python.el: Support other commands triggering
247 python-indent-line so indentation cycling continues to work.
248 (python-indent-trigger-commands): New defcustom.
249 (python-indent-line): Use it.
250
251 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
252
253 * progmodes/python.el (python-shell-send-region): Add blank lines
254 for non sent code so backtraces remain correct.
255
256 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
257
258 * progmodes/python.el: Remove cl dependency.
259 (python-syntax-count-quotes): Replace incf call.
260 (python-fill-string): Replace setf call.
261
262 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
263
264 * info.el (info-other-window): New arg, for consistency with info.
265
266 2012-12-28 Martin Rudalics <rudalics@gmx.at>
267
268 * mail/rmail.el (rmail-maybe-display-summary):
269 Rewrite (Bug#13066).
270
271 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
272
273 * epg.el (epg--start): Modify process-environment locally.
274
275 2012-12-28 Daiki Ueno <ueno@gnu.org>
276
277 * epg.el: Support pinentry-curses.
278 Suggested by Werner Koch in
279 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
280 (epg-agent-file, epg-agent-mtime): New variable.
281 (epg--start): Record the modified time of gpg-agent socket file,
282 to restore Emacs frame after pinentry-curses termination.
283 (epg-wait-for-completion): Restore Emacs frame here.
284
285 2012-12-27 Juri Linkov <juri@jurta.org>
286
287 * info.el (Info-file-completions): New variable.
288 (Info-read-node-name-1): Complete node names in the Info file
289 when a file name is given. Call `Info-build-node-completions'
290 with a file name.
291 (Info-build-node-completions): Add new arg `file'. When it is
292 non-nil, visit it in a temporary buffer and cache its completions in
293 `Info-current-file-completions'. Move most of the function body to
294 `Info-build-node-completions-1'.
295 (Info-build-node-completions-1): New function with the body from
296 `Info-build-node-completions'. (Bug#12456)
297
298 2012-12-27 Juri Linkov <juri@jurta.org>
299
300 * frame.el (frame-maximization-style): Remove user option.
301 (cycle-frame-maximized): Remove function.
302 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
303 (toggle-frame-fullscreen): New command bound to <f11> instead of
304 `toggle-frame-maximized'.
305 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
306
307 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
308
309 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
310
311 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
312 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
313 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
314 for `file-accessible-directory-p'. (Bug#13275)
315
316 2012-12-27 Sam Steingold <sds@gnu.org>
317
318 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
319 continuations, see <http://stackoverflow.com/questions/3582436>.
320
321 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
322
323 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
324 "module" and "def" to have indentation before them.
325 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
326
327 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
328
329 2012-12-27 Alan Mackenzie <acm@muc.de>
330
331 Speed up fontification where there's large brace blocks.
332 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
333 to a call of c-beginning-of-decl-1.
334
335 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
336
337 * comint.el (comint-adjust-window-point): New function.
338 (comint-postoutput-scroll-to-bottom):
339 Call comint-adjust-window-point (Bug#13248).
340
341 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
342
343 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
344 Rakefile regexp.
345 (auto-mode-alist): Associate .gemspec files with ruby-mode
346 (https://bugs.ruby-lang.org/issues/5453).
347
348 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
349
350 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
351 Suppress coloring, if possible (required for BusyBox based systems like
352 CynagenMod).
353 (tramp-adb-handle-file-attributes)
354 (tramp-adb-handle-insert-directory)
355 (tramp-adb-handle-file-name-all-completions): Use it.
356 (tramp-adb-get-toolbox): New defun. Check for remote shell
357 implementation (BusyBox or Toolbox).
358
359 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
360
361 * startup.el (initial-buffer-choice): Allow function as value
362 (Bug#13251).
363 (command-line-1): Handle case where initial-buffer-choice
364 specifies a function.
365 * server.el (server-execute): Handle case where
366 initial-buffer-choice specifies a function.
367
368 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
369
370 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
371 its own function.
372 (smtpmail-try-auth-methods): Forget the user name/password if the
373 login is unsuccessful (bug#12424).
374
375 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
376
377 * notifications.el (notifications-notify): Protect body with
378 `with-demoted-errors'.
379
380 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
381 Check properties of remote device. Restart connection, if there is a
382 change.
383
384 2012-12-21 Chong Yidong <cyd@gnu.org>
385
386 * sort.el (sort-subr): Doc fix (Bug#13056).
387
388 2012-12-21 Bastien Guerry <bzg@gnu.org>
389
390 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
391
392 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
393
394 * simple.el (process-file): Overwrite stderr file, if exists.
395
396 2012-12-21 Daiki Ueno <ueno@gnu.org>
397
398 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
399 (epg-error): Set `error-message' property.
400
401 2012-12-21 Chong Yidong <cyd@gnu.org>
402
403 * international/mule-cmds.el (read-char-by-name): Signal an error
404 if the user does not supply a valid character (Bug#13177).
405
406 * simple.el (transpose-subr-1): Preserve marker positions by
407 changing the insertion sequence (Bug#13122).
408
409 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
410
411 * simple.el (kill-region): Deactivate mark even for empty regions
412 (Bug#13169).
413
414 2012-12-21 Chong Yidong <cyd@gnu.org>
415
416 * help-fns.el (describe-variable): Make sure we get the right
417 buffer name (Bug#13105). Suggested by Kelly Dean.
418
419 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
420
421 * comint.el (comint-redirect-previous-input-string): New variable.
422 (comint-redirect-setup, comint-redirect-cleanup)
423 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
424 (comint-redirect-preoutput-filter): Fix verbose message.
425
426 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
427
428 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
429 is too long for Tramp. See discussion in
430 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
431
432 * progmodes/compile.el (compilation-start): Remove line escape
433 template.
434
435 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
436
437 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
438 Adjust comment.
439
440 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
441
442 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
443 following non-comment text (bug#13207).
444 (lm-header-multiline): Continuation lines need to be indented more than
445 the first line.
446 (lm-homepage): New function.
447 (lm-with-file): Don't be confused if narrowing is in effect.
448
449 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
452 very beginning of a hunk (e.g. killing the first line).
453
454 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
455
456 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
457 and text properties from returned ACL string.
458 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
459 for "setfacl" command.
460
461 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
462
463 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
464 `tramp-cleanup-this-connection', when the process has died.
465 (Bug#13151)
466
467 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
470
471 2012-12-17 Kevin Ryde <user42@zip.com.au>
472
473 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
474
475 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
476
477 Add support for preserving ACL entries of files.
478
479 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
480 `set-file-acl' handlers.
481
482 * net/tramp-adb.el (tramp-adb-handle-copy-file):
483 Handle PRESERVE-EXTENDED-ATTRIBUTES.
484
485 * net/tramp-compat.el (tramp-compat-copy-file):
486 Handle PRESERVE-EXTENDED-ATTRIBUTES.
487
488 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
489 Add `file-acl' and `set-file-acl' handlers.
490 (tramp-gvfs-handle-copy-file):
491 Handle PRESERVE-EXTENDED-ATTRIBUTES.
492 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
493 New defuns.
494
495 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
496 Add `file-acl' and `set-file-acl' handlers.
497 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
498 (tramp-sh-handle-set-file-acl): New defuns.
499 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
500 Handle PRESERVE-EXTENDED-ATTRIBUTES.
501
502 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
503 Add `file-acl' and `set-file-acl' handlers.
504 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
505
506 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
507
508 * help-macro.el (make-help-screen): Instead of switch-to-buffer
509 use pop-to-buffer with NORECORD argument t. As buffer name, use
510 *Metahelp* with a leading space (Bug#13190).
511
512 2012-12-16 Romain Francoise <romain@orebokech.com>
513
514 * files.el (file-extended-attributes)
515 (set-file-extended-attributes): New functions.
516 (backup-buffer): Use them to handle both SELinux context and ACL
517 entries.
518 (backup-buffer-copy): Work with an alist of extended attributes,
519 rather than an SELinux context.
520 (basic-save-buffer-2): Ditto.
521
522 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
523
524 * battery.el (battery-bsd-apm): New function.
525
526 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
527
528 * calc/calc.el (calc-standard-date-formats): Adjust one of the
529 standard date formats.
530
531 2012-12-15 Juri Linkov <juri@jurta.org>
532
533 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
534 `isearch-insert-char-by-name'.
535 (with-isearch-suspended): New defmacro with body mostly from
536 `isearch-edit-string' except the part that sets
537 `isearch-new-string' and `isearch-new-message'.
538 (isearch-edit-string): Use new macro `with-isearch-suspended' with
539 body that sets `isearch-new-string' and `isearch-new-message'.
540 (isearch-insert-char-by-name): New command.
541 * international/mule-cmds.el (read-char-by-name): Let-bind
542 `enable-recursive-minibuffers' to t.
543 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
544
545 2012-12-15 Juri Linkov <juri@jurta.org>
546
547 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
548 (Bug#13175)
549
550 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
551
552 * dired-x.el (dired-guess-shell-command): Put colon at the end of
553 the prompt. (Bug#13045)
554
555 2012-12-14 Glenn Morris <rgm@gnu.org>
556
557 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
558 Try to include filename in non-bytecomp warning. (Bug#13132)
559
560 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
561
562 Fix permissions bugs with setgid directories etc. (Bug#13125)
563 * files.el (backup-buffer): Don't rely on 9th output of
564 file-attributes, as it's now a placeholder. Instead, use the new
565 optional arg of file-ownership-preserved-p.
566 (file-ownership-preserved-p): New optional arg GROUP.
567 Fix mishandling of setuid directories that would cause this
568 function to return t when it should have returned nil.
569 Document what happens if the file does not exist, and when
570 it's not known whether the ownership will be preserved.
571 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
572 Likewise.
573 (tramp-get-local-gid): Use group-gid for integer, as that's
574 faster and more reliable.
575
576 2012-12-14 Julien Danjou <julien@danjou.info>
577
578 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
579 Update keywords list, data type and PL/pgSQL.
580
581 2012-12-14 Dave Abrahams <dave@boostpro.com>
582
583 * vc/ediff-util.el (ediff-buffer-type): New function.
584 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
585 rather than taking it as as argument.
586 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
587
588 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
589
590 * json.el: Add pretty-print option (bug#12634).
591 (json-encoding-separator, json-encoding-default-indentation)
592 (json--encoding-current-indentation, json-encoding-pretty-print)
593 (json-encoding-lisp-style-closings): New vars.
594 (json--with-indentation): New macro.
595 (json-encode-hash-table, json-encode-alist, json-encode-plist)
596 (json-encode-array): Use it to obey json-encoding-pretty-print.
597 (json-pretty-print-buffer, json-pretty-print): New commands.
598
599 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
600
601 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
602 Extract `ruby-syntax-propertize-expansions'.
603 (ruby-syntax-propertize-expansions): Only change syntax on
604 certain string delimiters, to punctuation. This way the common
605 functions like forward-word and thing-at-point still work.
606 (ruby-match-expression-expansion): Improve readability.
607 (ruby-block-contains-point): New function.
608 (ruby-add-log-current-method): Handle several edge cases.
609
610 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
611
612 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
613 unload-feature finishes even when aborting an ongoing edebug session.
614 Also, do not worry about edebug-mode, unload-feature takes care of it.
615
616 2012-12-13 Andreas Schwab <schwab@suse.de>
617
618 * net/tls.el (tls-program): Update customize type.
619
620 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
621
622 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
623 (edebug-setup-hook, cl-read-load-hooks): Use it.
624 (edebug-unload-function): New function. (Bug#13163)
625
626 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
627
628 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
629 Otherwise, there could be errors in autoloading. (Bug#13151)
630
631 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
632
633 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
634 sequences.
635
636 2012-12-13 Alan Mackenzie <acm@muc.de>
637
638 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
639 * progmodes/cc-engine.el (c-backward-comments): Add code to work
640 around `forward-comment' not recognizing ^M as whitespace.
641
642 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
643
644 * progmodes/python.el (python-skeleton-class)
645 (python-skeleton-def): Do not add space after defun name.
646
647 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
650 (cl--symbol-function): Remove (now that funbound is like nil).
651
652 2012-12-12 Glenn Morris <rgm@gnu.org>
653
654 * button.el (button--area-button-p): Fix typo.
655
656 2012-12-12 Sam Steingold <sds@gnu.org>
657
658 * frame.el (frame-maximization-style): New user option.
659 (toggle-frame-maximized): Toggle frame maximization according to
660 `frame-maximization-style', bound to <f11>.
661 (cycle-frame-maximized): Cycle between all maximization styles and
662 non-maximized frame, bound to shift-<f11>.
663
664 2012-12-12 David Cadé <codename68@gmail.com>
665
666 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
667
668 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
669
670 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
671 (eieio-override-prin1): Don't quote kewords and booleans.
672 (object-write) <eieio-default-superclass>: Don't put closing parens
673 on new line, avoid needless empty lines, align values that are objects
674 with the slot keyword (instead of beginning on the same line).
675 (eieio-list-prin1): Align value with slot keyword; increase
676 eieio-print-depth before printing members of the list.
677
678 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
681 a display text-property.
682 (report-emacs-bug-hook): Don't bother deleting it any more.
683
684 * hilit-chg.el (highlight-save-buffer-state): Delete.
685 Use with-silent-modifications instead.
686 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
687
688 * button.el: Handle buttons in display text-properties.
689 (button--area-button-p, button--area-button-string):
690 Use (STRING . STRING-POS) representation instead of just STRING.
691
692 2012-12-11 Eli Zaretskii <eliz@gnu.org>
693
694 * makefile.w32-in (compile4-SH): Fix a typo that caused term
695 subdirectory be skipped.
696
697 2012-12-11 Glenn Morris <rgm@gnu.org>
698
699 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
700
701 * progmodes/f90.el (f90-line-continued, f90-indent-region):
702 Treat preprocessor lines embedded in continuations like comments.
703 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
704
705 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
706
707 * calc/calc.el (calc-standard-date-formats): Add more date
708 formats.
709 * calc/calc-forms.el (math-parse-iso-date): New function.
710 (math-parse-date): Use `math-parse-iso-date' when appropriate.
711 (math-parse-iso-date-validate): Add extra error checking.
712 (calc-date-notation): Add ability to access new date formats.
713
714 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
717 font-lock as well as when there's no text-property.
718
719 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
720
721 * hi-lock.el: Refine the choice of default face.
722 (hi-lock-keyword->face): New function. Use it wherever we used
723 cadadadr instead.
724 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
725 (hi-lock--last-face): Remove var.
726 (hi-lock--unused-faces): New var to replace it.
727 (hi-lock-read-face-name): Use/maintain it.
728 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
729 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
730 if it has another face.
731
732 2012-12-10 Eli Zaretskii <eliz@gnu.org>
733
734 * subr.el (w32notify-handle-event): New function.
735 (inotify-handle-event): Doc fix.
736
737 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
738
739 * subr.el (inotify-event-p, inotify-handle-event): New functions.
740
741 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
742
743 * simple.el (just-one-space): Doc fix.
744
745 2012-12-10 Eli Zaretskii <eliz@gnu.org>
746
747 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
748
749 2012-12-10 Le Wang <l26wang@gmail.com>
750
751 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
752 narrowed buffer (bug#12361).
753
754 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
755
756 * vc/vc-hooks.el (vc-state): Doc fix.
757
758 2012-12-10 Glenn Morris <rgm@gnu.org>
759
760 * mail/rmail.el (rmail-maybe-display-summary):
761 Preserve buffer, in case select-window changes it. (Bug#13066)
762
763 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
766 cl-load-hook where they belong.
767
768 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
771
772 2012-12-09 Eli Zaretskii <eliz@gnu.org>
773
774 Parallelize byte compilation on MS-Windows.
775 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
776 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
777 (WINS_BASIC): Define as concatenation of the above.
778 (compile): Subdivide into 4 separate and independent jobs that can
779 be run in parallel.
780 (compile0-CMD, compile0-SH): New targets for compiling
781 COMPILE_FIRST files, which are prerequisites for the rest of the
782 byte-compilation.
783 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
784 New targets for parallel compilation with cmd.exe.
785 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
786 compiling under a Unixy shell.
787
788 2012-12-09 Chong Yidong <cyd@gnu.org>
789
790 * simple.el (set-mark-default-inactive): Delete this
791 accidentally-introduced option.
792 (set-mark-command, exchange-point-and-mark): Remove calls.
793
794 2012-12-09 Glenn Morris <rgm@gnu.org>
795
796 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
797 Respect a defcustom's :set function, if appropriate. (Bug#109)
798 (eval-defun): Doc fix.
799
800 2012-12-08 Juri Linkov <juri@jurta.org>
801
802 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
803 (Info-fontify-node, Info-bookmark-make-record): Remove the
804 file extension from Info-current-file (Bug#13016).
805
806 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
809 point, still provide some default.
810 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
811 names, since we don't use it right now. Actually return the list.
812 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
813
814 2012-12-07 Chong Yidong <cyd@gnu.org>
815
816 * novice.el (disabled-command-function): Remove a spurious help
817 xref (Bug#13043). Suggested by Kelly Dean.
818
819 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
820 syntax is specified (Bug#13025).
821
822 * info.el (Info-set-mode-line): Remove the file extension from
823 Info-current-file if there is one (Bug#13016).
824
825 2012-12-07 Glenn Morris <rgm@gnu.org>
826
827 * mail/rmail.el (rmail-mime-decoded): New permanent local.
828 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
829 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
830 and rmail-mime-decoded. (Bug#9841)
831
832 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
833 (batch-unrmail, unrmail): Doc fixes.
834 (unrmail): Respect unrmail-mbox-format.
835 * mail/rmail.el (rmail-mbox-format): New option.
836 (rmail-show-message-1): Respect rmail-mbox-format.
837
838 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
841
842 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
845 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
846 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
847 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
848 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
849 (cl-progv): Don't rely on dynamic scoping to find the body.
850 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
851 (cl--proclaims-deferred): Rename from the "cl-" prefix.
852 (cl-declaim): Use backquotes.
853 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
854 Use "cl--" prefix for the object's tag.
855
856 * ses.el: Use advice-add/remove.
857 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
858 (copy-region-as-kill, yank): Use advice-add.
859 (ses-unload-function): Use advice-remove.
860
861 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
862
863 * button.el: Make them work in header-lines (bug#12817).
864 (button-map): Add bindings for header-line and mode-line use.
865 (button-get, button-put, button-label): `button' may now be a string.
866 (button-activate): Don't make it a defsubst.
867 (button--area-button-p, button--area-button-string): New functions.
868 (make-text-button): Fix the return value when `beg' was a string.
869 (push-button): Handle the mode-line case.
870
871 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
874 (sql-signum): Remove. Use `cl-signum' instead.
875 (sql-read-passwd): Remove; use read-passwd instread.
876 (sql-get-login-ext): Use read-string.
877 (sql-get-login): Use dolist and pcase.
878 (sql--completion-table): Rename from sql-try-completion.
879 Use complete-with-action.
880 (sql-mode): Don't change abbrev-all-caps globally.
881 (sql-connect): Don't rely on dynamic scoping for `new-name'.
882 (sql-postgres-completion-object): Initialize vars in their `let'.
883 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
884 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
885 (sql-comint-interbase): Use a single append, without setq.
886 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
887
888 * hi-lock.el: Rework the default face and the serialize regexp code.
889 (hi-lock--auto-select-face-defaults): Remove.
890 (hi-lock-string-serialize-serial): Remove.
891 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
892 make weak.
893 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
894 equal string.
895 (hi-lock-set-pattern): Adjust accordingly.
896 (hi-lock--regexps-at-point): Simplify accordingly.
897 (hi-lock--auto-select-face-defaults): Remove.
898 (hi-lock--last-face): New var to replace it.
899 (hi-lock-read-face-name): Rewrite (bug#11095).
900 (hi-lock-unface-buffer): Arrange for the face to be the next default.
901
902 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
903
904 * net/tramp.el (tramp-replace-environment-variables):
905 Hide compiler warning.
906 (tramp-file-name-for-operation): Remove `executable-find',
907 `start-process', `call-process' and `call-process-region'.
908
909 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
910
911 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
912 compatibility.
913
914 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
915
916 2012-12-06 Chong Yidong <cyd@gnu.org>
917
918 * ffap.el (ffap-replace-file-component): Fix typo.
919
920 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
923 fix open-paren-like token test (bug#12785).
924
925 2012-12-06 Glenn Morris <rgm@gnu.org>
926
927 * mail/rmailsum.el (rmail-new-summary): Tweak for
928 rmail-maybe-display-summary changing buffer. (Bug#13066)
929
930 2012-12-06 Juri Linkov <juri@jurta.org>
931
932 * info.el (Info-fontify-node): Don't hide the last newline.
933 (Bug#12272)
934
935 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
936
937 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
938 so as to enable message-read-from-minibuffer to expand mail aliases.
939
940 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
943 the `intangible' property.
944 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
945
946 2012-12-05 Deniz Dogan <deniz@dogan.se>
947
948 * net/rcirc.el (rcirc-urls): Update documentation.
949 (rcirc-condition-filter): New function.
950 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
951 and exclude consecutive duplicate URLs (Bug#6082).
952
953 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
954
955 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
956 Check return code of copy command.
957
958 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
959 Use group `tramp'. Add version.
960
961 2012-12-05 Chong Yidong <cyd@gnu.org>
962
963 * ffap.el (ffap-url-regexp): Don't require matching at front of
964 string (Bug#4952).
965 (ffap-url-p): If only a substring matches, return that.
966 (ffap-url-at-point): Use the return value of ffap-url-p.
967 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
968 (find-file-at-point, dired-at-point, dired-at-point-prompter)
969 (ffap-guess-file-name-at-point): Likewise.
970 (ffap-replace-file-component): Fix typo.
971
972 * info.el (info-display-manual): Add existing Info buffers, whose
973 files may not be in Info-directory-list, to the completion.
974 (info--manual-names): New helper function.
975
976 2012-12-05 Glenn Morris <rgm@gnu.org>
977
978 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
979 New functions, for detecting and resolving conflicts. (Bug#10709)
980
981 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
982
983 * hi-lock.el (hi-lock-auto-select-face): New user variable.
984 (hi-lock-auto-select-face-defaults): New buffer local variable.
985 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
986 (hi-lock-unface-buffer): Prompt user with useful defaults.
987 With prefix arg, unhighlight all hi-lock patterns in buffer.
988
989 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
992
993 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
994
995 * Makefile.in (TRAMP_SRC):
996 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
997
998 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
999
1000 * net/tramp-adb.el: New package.
1001
1002 2012-12-04 Chong Yidong <cyd@gnu.org>
1003
1004 * terminal.el: Move to obsolete/.
1005
1006 * longlines.el: Move to obsolete/.
1007
1008 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1009 Remove code referring to longlines mode.
1010
1011 2012-12-03 Juri Linkov <juri@jurta.org>
1012
1013 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
1014
1015 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1016
1017 * textmodes/ispell.el (ispell-init-process)
1018 (ispell-start-process, ispell-internal-change-dictionary):
1019 Make sure personal dictionary name is expanded after initial
1020 `default-directory' value. Use expanded strings for
1021 keep/restart checks and for value (Bug#13019).
1022
1023 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
1024
1025 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
1026
1027 2012-12-03 Leo Liu <sdl.web@gmail.com>
1028
1029 * files.el (dir-locals-read-from-file): Check file non-empty
1030 before reading. (Bug#13038)
1031
1032 2012-12-03 Glenn Morris <rgm@gnu.org>
1033
1034 * jka-cmpr-hook.el (jka-compr-get-compression-info):
1035 Remove any version extension before checking filename. (Bug#13006)
1036 (jka-compr-compression-info-list): Belated :version bump.
1037
1038 2012-12-03 Chong Yidong <cyd@gnu.org>
1039
1040 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
1041
1042 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
1043 (buffer-menu): Doc fix (Bug#12294).
1044
1045 2012-12-03 Roland Winkler <winkler@gnu.org>
1046
1047 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
1048 of diary-show-all-entries in the diary buffer (Bug#12994).
1049
1050 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1051
1052 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
1053 "<STDIN>". This is binary safe.
1054
1055 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
1056
1057 * calc/calc-forms.el (math-absolute-from-iso-dt)
1058 (math-date-to-iso-dt, math-parse-iso-date-validate)
1059 (math-iso-dt-to-date): New functions.
1060 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
1061 (math-fd-isoweekday): New variables.
1062 (calc-date-notation, math-parse-standard-date, math-format-date)
1063 (math-format-date-part): Add support for more formatting codes.
1064
1065 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
1066
1067 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
1068 current buffer's file name when called interactively (Bug#12488).
1069
1070 2012-12-02 Juri Linkov <juri@jurta.org>
1071
1072 * info.el (info-display-manual): Don't clobber an existing Info
1073 buffer (Bug#10770). Add completion (Bug#10771).
1074
1075 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
1076
1077 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
1078 before using it for comparison (Bug#5297).
1079
1080 2012-12-01 Jari Aalto <jari.aalto@cante.net>
1081
1082 * textmodes/css-mode.el (css-current-defun-name): New function.
1083 (css-mode): Use it.
1084
1085 * textmodes/sgml-mode.el (html-current-defun-name): New function.
1086 (html-mode): Use it.
1087
1088 2012-12-01 Chong Yidong <cyd@gnu.org>
1089
1090 Modularize add-log-current-defun (Bug#2224).
1091 Suggested by Jari Aalto.
1092
1093 * vc/add-log.el (add-log-current-defun-function): Doc fix.
1094 (add-log-current-defun): Move mode-specific code to other files.
1095 (add-log-lisp-like-modes, add-log-c-like-modes)
1096 (add-log-tex-like-modes): Variables deleted.
1097
1098 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
1099 (lisp-mode-variables): Use it.
1100
1101 * progmodes/cc-mode.el (c-common-init):
1102 * progmodes/cperl-mode.el (cperl-mode): Set a value for
1103 add-log-current-defun-function.
1104
1105 * progmodes/m4-mode.el (m4-current-defun-name): New function.
1106 (m4-mode): Use it.
1107
1108 * progmodes/perl-mode.el (perl-current-defun-name): New.
1109 (perl-mode): Use it.
1110
1111 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1112 Use lisp-current-defun-name.
1113
1114 * textmodes/tex-mode.el (tex-current-defun-name): New.
1115 (tex-common-initialization): Use it.
1116
1117 * textmodes/texinfo.el (texinfo-current-defun-name): New.
1118 (texinfo-mode): Use it.
1119
1120 2012-12-01 Chong Yidong <cyd@gnu.org>
1121
1122 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
1123 * progmodes/autoconf.el (autoconf-mode):
1124 * progmodes/js.el (js-mode):
1125 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
1126 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
1127 * progmodes/perl-mode.el (perl-mode):
1128 * progmodes/sh-script.el (sh-mode, sh-set-shell):
1129 * textmodes/css-mode.el (css-mode):
1130 * textmodes/sgml-mode.el (html-mode, sgml-mode)
1131 (sgml-tags-invisible, sgml-guess-indent):
1132 * textmodes/tex-mode.el (tex-common-initialization)
1133 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
1134 (doctex-mode, plain-tex-mode, latex-mode):
1135 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
1136
1137 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
1138
1139 * vc/vc-hg.el (vc-hg-next-revision):
1140 Ensure use of default "tip" output format. (Bug#6968)
1141
1142 2012-12-01 Kim F. Storm <storm@cua.dk>
1143
1144 * startup.el (fancy-startup-tail): Add a clickable link
1145 (Bug#2176).
1146
1147 2012-12-01 Chong Yidong <cyd@gnu.org>
1148
1149 * startup.el (fancy-startup-tail): Improve the message about
1150 auto-save files (Bug#2176).
1151
1152 * files.el (recover-session): Improve the descriptive message, and
1153 use substitute-command-keys.
1154
1155 2012-12-01 Glenn Morris <rgm@gnu.org>
1156
1157 * ido.el (ido-file-internal):
1158 Handle other-window, other-frame for dired. (Bug#13036)
1159
1160 2012-11-30 Glenn Morris <rgm@gnu.org>
1161
1162 * icomplete.el (icomplete-separator): Fix :version.
1163
1164 2012-11-30 Chong Yidong <cyd@gnu.org>
1165
1166 * shell.el (shell): For C-u M-x shell, use an inactive shell
1167 buffer as the default (Bug#1975).
1168 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
1169 (shell-mode): Use them to reapply ansi colorization if Shell mode
1170 is re-enabled.
1171
1172 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
1173
1174 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
1175
1176 2012-11-30 Samuel Bronson <naesten@gmail.com>
1177
1178 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
1179 flag to xargs, for compatibility with BSD xargs (Bug#11703).
1180
1181 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1182
1183 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
1184 by move-to-column (Bug#3234).
1185
1186 2012-11-30 Chong Yidong <cyd@gnu.org>
1187
1188 * longlines.el (longlines-wrap-line, longlines-encode-region):
1189 Preserve text properties (Bug#1425).
1190
1191 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1192
1193 * vc/vc.el (vc-register): Allow registering a file which is
1194 already registered with a different backend (Bug#10589).
1195
1196 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
1197 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * icomplete.el: Change separator; add ido-style commands.
1200 (icomplete-show-key-bindings): Remove custom var.
1201 (icomplete-get-keys): Remove function.
1202 (icomplete-forward-completions, icomplete-backward-completions):
1203 New commands.
1204 (icomplete-minibuffer-map): New var.
1205 (icomplete-minibuffer-setup): Use it.
1206 (icomplete-exhibit): Don't delay if the list of completions is known.
1207 (icomplete-separator): New custom.
1208 (icomplete-completions): Use it.
1209 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
1210 (minibuffer-force-complete-and-exit): New command.
1211 (minibuffer--complete-and-exit): New function extracted from
1212 minibuffer-complete-and-exit.
1213 (minibuffer-complete-and-exit): Use it.
1214
1215 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
1216 error message when the file doesn't exist (bug#12974).
1217
1218 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1219
1220 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
1221
1222 2012-11-29 Glenn Morris <rgm@gnu.org>
1223
1224 * files.el (hack-dir-local-variables): Warn if try to set
1225 coding via dir-locals, since it doesn't work. (Bug#7169)
1226
1227 Add desktop support for restoring vc-dir buffers. (Bug#10606)
1228 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
1229 Set buffer-local value of desktop-save-buffer.
1230 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
1231 New functions.
1232 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
1233 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
1234
1235 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
1236 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
1237 Doc fix.
1238 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
1239 Doc fixes.
1240
1241 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
1242
1243 * calc/calc-forms.el (calc-date-notation): Fix regexp
1244 used to find time codes. Fix symbol for seconds.
1245
1246 2012-11-27 Glenn Morris <rgm@gnu.org>
1247
1248 * emacs-lisp/derived.el (derived-mode-make-docstring):
1249 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
1250
1251 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * textmodes/table.el (table-insert): Don't use `symbol-name' on
1254 lexically scoped variables (bug#13005).
1255
1256 2012-11-27 Glenn Morris <rgm@gnu.org>
1257
1258 * vc/vc-hooks.el (vc-mistrust-permissions):
1259 Default to t, to avoid data-loss. (Bug#11490)
1260
1261 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
1262
1263 * progmodes/python.el (python-indent-guess-indent-offset):
1264 If indentation is guessed make python-indent-offset buffer-local.
1265
1266 Fix Imenu regression.
1267 * progmodes/python.el (python-nav-beginning-of-defun):
1268 Fix forward movement when statement(s) separates point from defun.
1269 (python-imenu-prev-index-position): New function.
1270
1271 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1272
1273 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
1274
1275 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1276 Don't set buffer-file-type. Return nil. (Bug#12989)
1277
1278 2012-11-27 Glenn Morris <rgm@gnu.org>
1279
1280 * hippie-exp.el (hippie-expand-try-functions-list):
1281 Re-autoload it. (Bug#12982)
1282
1283 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1284
1285 * descr-text.el (describe-char-padded-string):
1286 Call internal-char-font only on GUI frames. (Bug#11964)
1287
1288 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
1289
1290 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
1291 and obsoletion message.
1292
1293 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
1296 the constructs to keep outside of the `cl-block' (bug#12977).
1297
1298 2012-11-27 Chong Yidong <cyd@gnu.org>
1299
1300 * mouse.el (mouse-drag-line): Even if the line is not draggable,
1301 keep reading until we get the up-event anyway, in order to process
1302 the up-event for mouse-1-click-follows-link (Bug#12971).
1303
1304 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
1307 base function is not yet defined (bug#12965).
1308 (ad-activate-advised-definition): Use ad-compile-function.
1309 (ad-activate): Use cond.
1310
1311 2012-11-25 Leo Liu <sdl.web@gmail.com>
1312
1313 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
1314 (Bug#12979)
1315
1316 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1317
1318 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
1319 reftex-section-info-function in order to be compatible with
1320 Texinfo integration.
1321
1322 * textmodes/reftex.el (reftex-section-pre-regexp)
1323 (reftex-section-post-regexp, reftex-section-info-function):
1324 New variable.
1325 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
1326 reftex-section-post-regexp, and reftex-section-info-function in order
1327 to be compatible with Texinfo integration.
1328
1329 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1330 use reftex-section-pre-regexp variable in order to be compatible with
1331 Texinfo integration.
1332
1333 2012-11-25 Chong Yidong <cyd@gnu.org>
1334
1335 * faces.el: Make face-spec-set more analogous to setq.
1336 (face-spec-set): Change the third arg to specify whether this
1337 function is being called via defface, customize, or a third party.
1338 Set the appropriate symbol properties. Clear the override spec if
1339 setting via Custom. Initialize face if necessary. (Bug#4988)
1340 (face-spec-recalc): Allow theme faces to completely replace the
1341 defface spec, in the same way as custom faces (Bug#8454).
1342
1343 * cus-face.el (custom-declare-face): Move face initialization to
1344 face-spec-set.
1345 (custom-theme-set-faces): Don't initialize the face name here, as
1346 that is now done in face-spec-set.
1347
1348 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
1349 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
1350 Simplify by using the new arg to face-spec-set.
1351
1352 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
1353 reset face-override-spec too, and use custom-declare-face.
1354
1355 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
1356
1357 * term/ns-win.el (ns-initialize-window-system): Move creation of
1358 fontsets here (Bug#11964).
1359
1360 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1361
1362 * ses.el (ses-rename-cell): Correct bug on mode-line update after
1363 cell renaming.
1364
1365 2012-11-24 Chong Yidong <cyd@gnu.org>
1366
1367 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
1368 obsolete.
1369
1370 * custom.el (custom-theme-set-variables): Use a topological sort
1371 for ordering by custom dependencies (Bug#12952).
1372 (custom--sort-vars, custom--sort-vars-1): New functions.
1373
1374 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
1377 lexical-binding (bug#12938).
1378
1379 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
1380
1381 * image-mode.el (image-transform-check-size): Use assertions only
1382 for images of type imagemagick.
1383
1384 Otherwise no error, image-transform-fit-to-{width,height} is
1385 silently ignored, as before. Doc fix.
1386
1387 2012-11-24 Chong Yidong <cyd@gnu.org>
1388
1389 * faces.el (color-defined-p): Doc fix (Bug#12853).
1390
1391 2012-11-24 Juri Linkov <juri@jurta.org>
1392
1393 * dired.el (dired-mark): Add optional arg `interactive'.
1394 Check for `use-region-p' if `interactive' is non-nil.
1395 (dired-unmark, dired-flag-file-deletion): Add optional arg
1396 `interactive'. Call `dired-mark' with the arg `interactive'.
1397 (Bug#10624)
1398
1399 * wdired.el: Revert 2012-10-17 change partly and replace it with
1400 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
1401 (wdired-finish-edit): Add marks for new file names to
1402 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
1403 after `revert-buffer'.
1404 (wdired-do-renames): Remove calls to `dired-remove-file',
1405 `dired-add-file', `dired-add-entry'. (Bug#11795)
1406
1407 2012-11-24 Alan Mackenzie <acm@muc.de>
1408
1409 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
1410
1411 Fix bugs in the state cache. Enhance a debugging mechanism.
1412 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
1413 "brace at column zero" strategy for C++.
1414 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
1415 (c-parse-state-point): New variable.
1416 (c-record-parse-state-state): Record old parse state with
1417 `copy-tree'. Record previous value of point.
1418 (c-debug-parse-state-double-cons): New debugging function.
1419 (c-debug-parse-state): Call the above new function.
1420 (c-toggle-parse-state-debug): Output a confirmatory message.
1421
1422 * progmodes/cc-mode.el (c-before-change, c-after-change):
1423 Call c-invalidate-state-cache from `c-before-change' instead of
1424 `c-after-change'.
1425
1426 2012-11-23 Chong Yidong <cyd@gnu.org>
1427
1428 * find-cmd.el (find-constituents): Add executable, ipath,
1429 readable, samefile, writable, daystart, regextype (Bug#12856).
1430
1431 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
1434
1435 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1436
1437 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
1438 definition. This fixes a bootstrap failure.
1439 (calc-gregorian-switch): In menu, put dates before regions.
1440 This is easier to follow, lines up better in the menu, and lets us
1441 coalesce regions that switch at the same time. Give country
1442 names, not "Vatican", as that's better for non-expert users.
1443 Use names that are stable between the date of switch and now, e.g.,
1444 Bohemia and Moravia (which existed then and now) and not
1445 Czechoslovakia (which didn't exist then and doesn't exist now).
1446 What is now the U.S. mostly did not switch at the same time as
1447 Britain, so omit the U.S. Correct spelling of "Britain".
1448 Catholic Switzerland was too much of a mess, so omit it.
1449
1450 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1451
1452 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
1453 after the variable is changed.
1454
1455 2012-11-21 Daniel Colascione <dancol@dancol.org>
1456
1457 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
1458 in SQL declarations for font-lock.
1459 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
1460
1461 2012-11-21 Glenn Morris <rgm@gnu.org>
1462
1463 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
1464 (face-italic-p): Add optional argument "inherit".
1465
1466 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
1467 Remove -p suffix from names, for consistency with other set-face-*.
1468 (set-face-inverse-video): Fix interactive spec.
1469 * play/gamegrid.el (gamegrid-make-mono-tty-face):
1470 * textmodes/table.el (table--update-cell-face):
1471 Use set-face-inverse-video rather than now obsolete alias.
1472
1473 2012-11-21 Eli Zaretskii <eliz@gnu.org>
1474
1475 * simple.el (line-move): Don't call line-move-partial if
1476 scroll-conservatively is in effect. (Bug#12927)
1477
1478 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
1481 Fallback on completion-at-point rather than
1482 pcomplete-expand-and-complete, and only if pcomplete actually failed.
1483 (eshell-cmpl-initialize): Setup completion-at-point.
1484
1485 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
1486
1487 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
1488
1489 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
1490
1491 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
1492 are remote, check out-of-band property for both.
1493
1494 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * window.el (switch-to-buffer): Re-add the warning that was lost in the
1497 code rewrite.
1498
1499 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1500
1501 More minor time fixes.
1502 * calendar/time-date.el: Commentary fix.
1503 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
1504 too much other code depends on (0 0) time stamps.
1505 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
1506 Add a couple of FIXME comments.
1507
1508 Minor cleanup for times as lists of four integers.
1509 * files.el (dir-locals-directory-cache):
1510 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
1511 Doc fixes.
1512 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
1513 * ps-bdf.el (bdf-file-newer-than-time):
1514 Process four-integers time stamps, not two. Doc fixes.
1515
1516 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * uniquify.el (uniquify-managed): Use defvar-local.
1519 (rename-buffer, create-file-buffer): Advise with advice-add.
1520 (uniquify-unload-function): Unadvise accordingly.
1521
1522 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
1523 (trace-buffer): Don't purecopy.
1524 (trace-entry-message, trace-exit-message): Add `context' arg.
1525 (trace--timer): New var.
1526 (trace-make-advice): Adjust for use in nadvice.
1527 Add `context' argument. Delay `display-buffer' via a timer.
1528 (trace-function-internal): Use advice-add.
1529 (trace--read-args): New function.
1530 (trace-function-foreground, trace-function-background): Use it.
1531 (trace-function): Rename to trace-function-foreground and redefine as
1532 an alias to that new name.
1533 (untrace-function, untrace-all): Adjust to the use of nadvice.
1534
1535 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
1536
1537 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
1538
1539 * subr.el (called-interactively-p-functions): New var.
1540 (internal--called-interactively-p--get-frame): New macro.
1541 (called-interactively-p, interactive-p): Rewrite in Lisp.
1542 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
1543 (called-interactively-p-functions): Use it.
1544 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
1545 (called-interactively-p-functions): Use it.
1546 * allout.el (allout-called-interactively-p): Don't assume
1547 called-interactively-p is a subr.
1548
1549 2012-11-20 Glenn Morris <rgm@gnu.org>
1550
1551 * profiler.el (profiler-report-mode-map): Add a menu.
1552 No need to bind `q' because we derive from special-mode.
1553 (profiler-report-find-entry): Handle calls from the menu-bar.
1554
1555 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * emacs-lisp/byte-run.el (defun-declarations-alist):
1558 Allow a compiler-macro to be a lambda expression.
1559
1560 * progmodes/python.el: Use cl-lib. Move var declarations outside of
1561 eval-when-compile.
1562 (python-syntax-context): Add compiler-macro.
1563 (python-font-lock-keywords): Simplify with De Morgan.
1564
1565 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
1566
1567 * files.el (load-file): Require match in minibuffer selection, as was
1568 the case in Emacs-20 before we changed the spec to allow .elc files
1569 (bug#12935).
1570
1571 * json.el: Don't require cl since we don't use it.
1572 * color.el: Don't require cl.
1573 (color-complement): `caddr' -> `nth 2'.
1574
1575 * calendar/time-date.el (time-to-seconds): De-obsolete.
1576
1577 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1578
1579 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
1580 year numbers.
1581 (math-date-to-julian-dt): Adjust the initial approximation for the
1582 year to deal with the new definition of the DATE.
1583
1584 2012-11-19 Daniel Colascione <dancol@dancol.org>
1585
1586 * term/w32-win.el (cygwin-convert-path-from-windows):
1587 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
1588
1589 2012-11-18 Chong Yidong <cyd@gnu.org>
1590
1591 * filecache.el (file-cache--read-list): New function.
1592 (file-cache-add-directory-list, file-cache-add-file-list)
1593 (file-cache-delete-file-list, file-cache-delete-directory-list):
1594 Use it to read a list of files or directories (Bug#12846).
1595 (file-cache-add-file, file-cache-add-directory)
1596 (file-cache-delete-file-list, file-cache-delete-file-regexp)
1597 (file-cache-delete-directory): Print an message.
1598
1599 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
1600
1601 * calc/calc-forms.el (math-date-to-dt): Use integer date when
1602 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
1603
1604 2012-11-18 Glenn Morris <rgm@gnu.org>
1605
1606 * image.el (insert-image, insert-sliced-image): Doc fix.
1607
1608 2012-11-18 Chong Yidong <cyd@gnu.org>
1609
1610 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
1611 (Bug#12810).
1612
1613 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1614
1615 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
1616 response when the target file is in a subdirectory (Bug#12757).
1617
1618 2012-11-18 Chong Yidong <cyd@gnu.org>
1619
1620 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
1621
1622 2012-11-18 Glenn Morris <rgm@gnu.org>
1623
1624 * emacs-lisp/cl-lib.el (face-underline-p):
1625 Use set-face-underline rather than the alias set-face-underline-p.
1626
1627 * window.el (with-temp-buffer-window): Doc fix.
1628 * subr.el (with-output-to-temp-buffer):
1629 Add doc xref to with-temp-buffer-window.
1630
1631 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
1632
1633 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
1634 * calc/calc.el (math-format-date-cache): Declare.
1635
1636 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1637
1638 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
1639 It also uses January 1, 1 AD as its day number 1.
1640 * calc/calc-forms.el (math-julian-date-beginning)
1641 (math-julian-date-beginning-int): Implement this.
1642
1643 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * descr-text.el (quail-find-key):
1646 * dired.el (desktop-file-name):
1647 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
1648 * generic-x.el (comint-mode, comint-exec):
1649 * image-dired.el (widget-forward):
1650 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
1651 (speedbar-change-expand-button-char)
1652 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
1653 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
1654 * printing.el (easy-menu-add-item, easy-menu-remove-item)
1655 (widget-field-action, widget-value-set):
1656 * speedbar.el (imenu--make-index-alist):
1657 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
1658 (ring-length, ring-insert):
1659 * vcursor.el (compare-windows-skip-whitespace):
1660 * woman.el (dired-get-filename):
1661 Declare functions.
1662
1663 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
1664
1665 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1666
1667 * calc/calc.el (calc-gregorian-switch): New variable.
1668
1669 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
1670 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
1671 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
1672 (math-leap-year-p): Add option to distinguish between Julian
1673 and Gregorian calendars.
1674 (math-day-number): Use `math-day-in-year' to do the computations.
1675 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
1676 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
1677 to do the computations.
1678 (math-date-to-dt): Use `math-date-to-julian-dt' and
1679 `math-date-to-gregorian-dt' to do the computations.
1680 (calcFunc-weekday, math-format-date-part): Use the new version of
1681 the DATE to determine the weekday.
1682 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
1683 when necessary.
1684
1685 2012-11-17 Eli Zaretskii <eliz@gnu.org>
1686
1687 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
1688 Cygwin; otherwise use 'file:'. (Bug#12914)
1689 (cygwin-convert-path-from-windows): Declare, to avoid
1690 byte-compiler warnings.
1691
1692 2012-11-17 Andreas Politz <politza@fh-trier.de>
1693
1694 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
1695 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
1696 prefix and negative numeric prefix args (Bug#12795).
1697
1698 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
1699
1700 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1701 Don't signal an error with a score that is too low to add to the
1702 list of top scores. (Bug#12779)
1703
1704 2012-11-17 Chong Yidong <cyd@gnu.org>
1705
1706 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
1707
1708 * filecache.el (file-cache-add-file): Handle relative file name in
1709 the argument (Bug#12694).
1710
1711 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
1712
1713 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
1714
1715 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
1718
1719 * emacs-lisp/cl-lib.el: Set more meaningful version number.
1720
1721 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1722
1723 * window.el (enlarge-window, shrink-window): Don't mention return
1724 value in doc-string (Bug#12896).
1725 (window--display-buffer): Don't resize frames - it won't work
1726 with all window managers and defeat pop-up-frame-alist.
1727 (display-buffer-alist): In doc-string explain that CONDITION can
1728 be a function and which arguments are passed to it (Bug#12854).
1729 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
1730 expressions (Bug#12854).
1731 (display-buffer): Pass ACTION argument to
1732 display-buffer-assq-regexp.
1733
1734 2012-11-16 Glenn Morris <rgm@gnu.org>
1735
1736 * window.el (fit-frame-to-buffer-bottom-margin)
1737 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
1738
1739 * faces.el (face-underline-p): Use face-attribute-specified-or.
1740
1741 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
1742
1743 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
1744
1745 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
1748
1749 2012-11-16 Glenn Morris <rgm@gnu.org>
1750
1751 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
1752 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
1753
1754 * faces.el (face-underline-p): Doc fix. Handle :underline being
1755 things other than `t' (a string, a list).
1756 (face-inverse-video-p): Doc fix.
1757 (set-face-underline): Rename it back from set-face-underline-p.
1758 Doc fix. Allow interactive input of values other than t.
1759 (read-face-attribute): Apply formatting to :underline,
1760 since like :box and :stipple it can take list values.
1761
1762 * term.el (ansi-term): Don't let C-x escape-char binding
1763 clobber the more standard C-c binding. (Bug#12842)
1764
1765 * subr.el (set-temporary-overlay-map): Doc fix.
1766
1767 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1768
1769 * window.el (record-window-buffer)
1770 (display-buffer-record-window): When copying the markers to
1771 window-point preserve window-point-insertion-type. (Bug#12588)
1772
1773 2012-11-16 Glenn Morris <rgm@gnu.org>
1774
1775 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1776 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
1777 Use new names for hooks rather than obsolete aliases.
1778
1779 2012-11-15 Daniel Colascione <dancol@dancol.org>
1780
1781 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
1782 prefix instead of "file:" so that when FILE-NAME begins with "//",
1783 as it does when the target file is on a network share, url-handler
1784 isn't confused.
1785
1786 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
1789 a preactivated advice from an old advice.el; they're not compatible!
1790
1791 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1792
1793 * emacs-lisp/nadvice.el (advice--make-interactive-form):
1794 Fix string-spec case.
1795
1796 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
1797
1798 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
1801 (advice--buffer-local-function-sample): New var.
1802 (advice--set-buffer-local, advice--buffer-local): New functions.
1803 (add-function, remove-function): Use them.
1804
1805 2012-11-15 Drew Adams <drew.adams@oracle.com>
1806
1807 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
1808
1809 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
1812 potential binding of print-gensym to t, and prettify (back)quotes in
1813 case they appear in args's default values (bug#12884).
1814
1815 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
1818 (advice-eval-interactive-spec): New function.
1819 (advice--make-interactive-form): Support around advice (bug#12844).
1820
1821 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
1822
1823 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
1824 more strict. Add docstring.
1825 (ruby-expression-expansion-re): Extract from
1826 `ruby-match-expression-expansion'.
1827 (ruby-syntax-propertize-function): After everything else, search
1828 for expansions in string literals, mark their insides as
1829 whitespace syntax and save match data for font-lock.
1830 (ruby-font-lock-keywords): Use the 2nd group from expression
1831 expansion matches.
1832 (ruby-match-expression-expansion): Use the match data saved to the
1833 text property in ruby-syntax-propertize-function.
1834
1835 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
1838 (bug#12879).
1839
1840 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1841
1842 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
1843 start/end keyword a bit harder. Works with different values of N.
1844 Add more comments.
1845 (ruby-end-of-block): Update accordingly.
1846
1847 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * woman.el (woman-file-name): Don't mess with unread-command-events
1850 (bug#12861).
1851
1852 * emacs-lisp/advice.el: Layer on top of nadvice.el.
1853 Remove out of date self-require hack.
1854 (ad-do-advised-functions): Use simple `dolist'.
1855 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
1856 (ad-advice-definition): Redefine as functions.
1857 (ad-advice-classes): Move before first use.
1858 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
1859 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
1860 (ad--defalias-fset): Remove functions.
1861 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
1862 (ad-get-orig-definition): Rewrite.
1863 (ad-make-advised-definition-docstring): Change base docstring.
1864 (ad-real-orig-definition): Rewrite.
1865 (ad-map-arglists): Change name of called function.
1866 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
1867 (ad-make-advised-definition): Simplify.
1868 (ad-assemble-advised-definition): Tweak for new calling context.
1869 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
1870 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
1871 function and call ad-activate if needed.
1872 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
1873 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
1874 (ad-compile-function): Compile ad-Advice-*.
1875 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
1876 (ad-start-advice, ad-stop-advice): Remove.
1877
1878 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1879
1880 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
1881 period before class method names, not after. Remove handling of
1882 one impossible case. Add comments.
1883
1884 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * emacs-lisp/advice.el: Remove support for freezing.
1887 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
1888 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
1889 Remove support for `freeze'.
1890
1891 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
1892 override the default.
1893 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
1894 cl--dotimes/dolist.
1895 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
1896 `cl' is loaded.
1897
1898 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
1899 from add-advice.
1900 (advice--strip-macro): New function.
1901 (advice--defalias-fset): Use them to handle macros.
1902 (advice-add): Use them.
1903 (advice-member-p): Correctly handle macros.
1904
1905 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1906
1907 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1908 Never font-lock the beginning of singleton class as heredoc.
1909
1910 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
1913
1914 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
1915
1916 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
1917 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
1918 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
1919
1920 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
1921
1922 Fix end-of-defun misbehavior.
1923 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
1924 python-beginning-of-defun-function. Handle nested defuns
1925 correctly.
1926 (python-nav-end-of-defun): Rename from
1927 python-end-of-defun-function. Ensure forward movement.
1928 (python-info-current-defun): Reimplement to work as intended
1929 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
1930 parent defuns as soon as possible.
1931
1932 2012-11-13 Glenn Morris <rgm@gnu.org>
1933
1934 * progmodes/flymake.el (flymake-error-bitmap)
1935 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
1936 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
1937
1938 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1939
1940 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
1941 backward, always stop at indentation. Reverts the change from
1942 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
1943
1944 2012-11-13 Glenn Morris <rgm@gnu.org>
1945
1946 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
1947 Add ibuffer-filter-by-derived-mode.
1948
1949 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
1950 the same name shadowing each other.
1951
1952 * window.el (with-temp-buffer-window): Doc tweak.
1953
1954 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
1955
1956 * help.el (temp-buffer-max-height):
1957 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
1958 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
1959
1960 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * emacs-lisp/nadvice.el: New package.
1963 * subr.el (special-form-p): New function.
1964 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
1965 (elp-all-instrumented-list): Remove var.
1966 (elp-not-profilable): Remove elp-wrapper.
1967 (elp-profilable-p): Use autoloadp and special-form-p.
1968 (elp--advice-name): New const.
1969 (elp-instrument-function): Use advice-add.
1970 (elp--instrumented-p): New predicate.
1971 (elp-restore-function): Use advice-remove.
1972 (elp-restore-all, elp-reset-all): Use mapatoms.
1973 (elp-set-master): Use elp--instrumented-p.
1974 (elp--make-wrapper): Rename from elp-wrapper, return a function
1975 suitable for advice-add. Use cl-inf.
1976 (elp-results): Use mapatoms+elp--instrumented-p.
1977 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
1978 (debug-function-list): Remove var.
1979 (debug): Rename arg, and then let-bind it explicitly inside.
1980 (debugger-setup-buffer): Rename arg.
1981 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
1982 (debugger-frame-number): Adjust to new debug-on-entry setup.
1983 (debug--implement-debug-on-entry): Rename from
1984 implement-debug-on-entry, add argument.
1985 (debugger-special-form-p): Remove, use special-form-p instead.
1986 (debug-on-entry): Use advice-add.
1987 (debug--function-list): New function.
1988 (cancel-debug-on-entry): Use it, along with advice-remove.
1989 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
1990 (debugger-list-functions): Use debug--function-list instead of
1991 debug-function-list.
1992 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
1993 (ad-special-form-p): Remove, use special-form-p instead.
1994 (ad-set-advice-info): Use add-function and remove-function.
1995 (ad--defalias-fset): Adjust accordingly.
1996
1997 2012-11-10 Glenn Morris <rgm@gnu.org>
1998
1999 * mail/emacsbug.el (report-emacs-bug-tracker-url)
2000 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
2001 (report-emacs-bug-create-existing-bugs-buffer)
2002 (report-emacs-bug-parse-query-results)
2003 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
2004
2005 * term.el (term-default-fg-color, term-default-bg-color):
2006 Make obsolete, rather than just saying "deprecated" in the doc.
2007
2008 * term.el (term): Rename from `term-face'.
2009 (term-current-face, ansi-term-color-vector)
2010 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
2011 Update all users.
2012
2013 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
2014
2015 * server.el (server-create-window-system-frame): Handle Nextstep
2016 specially (Bug#12780).
2017
2018 2012-11-10 Glenn Morris <rgm@gnu.org>
2019
2020 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2021 Unautoload, and make obsolete. (Bug#7449)
2022
2023 2012-11-10 Chong Yidong <cyd@gnu.org>
2024
2025 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
2026 rename from diff-remove-trailing-whitespace (Bug#12831).
2027
2028 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
2031 miscompilation of trace.el.
2032
2033 2012-11-10 Glenn Morris <rgm@gnu.org>
2034
2035 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
2036
2037 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
2040 (bug#12812).
2041
2042 2012-11-10 Chong Yidong <cyd@gnu.org>
2043
2044 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
2045 a defcustom with an appropriate :set function.
2046 (minibuffer-default--in-prompt-regexps): New function.
2047
2048 2012-11-10 Glenn Morris <rgm@gnu.org>
2049
2050 * emacs-lisp/cl.el (define-setf-expander, defsetf)
2051 (define-modify-macro): Doc fixes.
2052
2053 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
2054 (gv-define-simple-setter): Update doc of `fix-return'.
2055
2056 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
2059 twice when `fix-return' is set (bug#12813).
2060
2061 * emacs-lisp/cl.el (defsetf): Pass the third arg to
2062 gv-define-simple-setter (bug#12812).
2063
2064 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
2065 (bug#12756).
2066
2067 2012-11-10 Glenn Morris <rgm@gnu.org>
2068
2069 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
2070
2071 * emacs-lisp/cl-extra.el (cl-prettyexpand):
2072 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
2073 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
2074 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
2075
2076 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
2077
2078 2012-11-10 Leo Liu <sdl.web@gmail.com>
2079
2080 * ido.el (ido-set-matches-1): Improve flex matching performance by
2081 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
2082
2083 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
2086 (ad--defalias-fset): New function.
2087 (ad-safe-fset): Remove.
2088 (ad-make-freeze-definition): Use cl-letf*.
2089
2090 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * subr.el (dolist): Don't bind VAR in RESULT.
2093
2094 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
2095 (fset, documentation): Don't save real def since we don't advise.
2096 (ad-do-advised-functions): Remove problematic `result-form'.
2097 (ad-safe-fset): `ad-real-fset' => `fset'.
2098 (ad-read-advised-function): Don't assume that ad-do-advised-functions
2099 uses CL's dolist internally.
2100 (ad-arglist): Remove unused arg `name'.
2101 (ad-docstring, ad-make-advised-docstring):
2102 `ad-real-documentation' => `documentation'.
2103 (warning-suppress-types): Declare.
2104 (ad-set-arguments): Simple CSE.
2105 (ad-recover-normality): Sanity check.
2106
2107 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
2108 (funcall '(lambda ..) ..) into ((lambda ..) ..).
2109
2110 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
2111
2112 * ses.el: symbol to coordinate mapping is made by symbol property
2113 `ses-cell'. This means that the same mapping is done for all SES
2114 sheets. That is good enough for cells with standard A1 names, but
2115 not for named cell. So a hash map is added for the latter.
2116 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
2117 (ses-sym-rowcol): Use hashmap for named cell.
2118 (ses-is-cell-sym-p): New defun.
2119 (ses-decode-cell-symbol): New defun.
2120 (ses-create-cell-variable): Add cell to hashmap when name is not
2121 A1-like.
2122 (ses-rename-cell): Check that cell new name is not already in
2123 spreadsheet with the use of ses-is-cell-sym-p
2124 (ses-rename-cell): Use hash map for named cells, but accept also
2125 renaming back to A1-like.
2126
2127 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * emacs-lisp/advice.el: Use new dynamic docstrings.
2130 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2131 Use dynamic-docstring-function instead of ad-advice-info.
2132 (ad--make-advised-docstring): New function extracted from
2133 ad-make-advised-docstring.
2134 (ad-make-advised-docstring): Use it.
2135 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
2136 from sql-help.
2137 (sql-help): Use it with dynamic-docstring-function.
2138
2139 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
2140
2141 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * files.el (hack-one-local-variable--obsolete): New function.
2144 (hack-one-local-variable): Use it for obsolete settings.
2145
2146 * subr.el (locate-user-emacs-file): If both old and new name exist, use
2147 the new name.
2148
2149 * progmodes/js.el (js--filling-paragraph): New var.
2150 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
2151 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
2152 less sneaky.
2153
2154 2012-11-08 Julien Danjou <julien@danjou.info>
2155
2156 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
2157 `auto-mode-alist' (Bug#12835).
2158
2159 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
2162 (perl--prettify-symbols-alist): New const.
2163 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
2164 New functions.
2165 (perl-font-lock-keywords-2): Use them.
2166 (perl-electric-noindent-p): New function.
2167 (perl-mode): Use it to set up electric-indent-mode.
2168 (perl-electric-terminator, perl-indent-command): Mark obsolete.
2169 (perl-mode-map): Remove bindings for them.
2170 (perl-imenu-generic-expression, perl-outline-level):
2171 Match functions&packages in column>0.
2172
2173 * env.el (env--substitute-vars-regexp): New const.
2174 (substitute-env-vars): Use it. Add `only-defined' arg.
2175 * net/tramp.el (tramp-replace-environment-variables): Use it.
2176
2177 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2178 Byte-compile *before* eval in eval-and-compile.
2179 (byte-compile-log-warning): Remove redundant inhibit-read-only.
2180 (byte-compile-file-form-autoload): Don't hide actual definition.
2181 (byte-compile-maybe-guarded): Accept `functionp' as well.
2182
2183 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
2184
2185 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
2186
2187 * notifications.el (notifications-get-server-information-method):
2188 New defconst.
2189 (notifications-get-capabilities): Fix docstring.
2190 (notifications-get-server-information): New defun.
2191
2192 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2193
2194 * textmodes/ispell.el (ispell-region): Standard re-indent for better
2195 readability.
2196
2197 * textmodes/ispell.el: Experimental support for support debugging.
2198 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
2199 buffer for ispell.
2200 (ispell-print-if-debug): New function to print stuff to
2201 `ispell-debug-buffer' if debugging is enabled.
2202 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
2203 show some debugging info.
2204 (ispell-buffer-with-debug): New function that creates a debugging
2205 buffer and calls `ispell-buffer' with debugging enabled.
2206
2207 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
2208 comment in autoconf mode. (Bug#12768)
2209
2210 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2211
2212 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
2213 frame-first-window, frame-root-window, frame-selected-window,
2214 minibuffer-selected-window, minibuffer-window,
2215 window-absolute-pixel-edges, window-at, window-body-height,
2216 window-body-width, window-display-table, window-combination-limit,
2217 window-frame, window-fringes, window-inside-absolute-pixel-edges,
2218 window-inside-edges, window-inside-pixel-edges, window-left-child,
2219 window-left-column, window-margins, window-next-buffers,
2220 window-next-sibling, window-new-normal, window-new-total,
2221 window-normal-size, window-parameter, window-parameters, window-parent,
2222 window-pixel-edges, window-point, window-prev-buffers,
2223 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
2224 window-start, window-text-height, window-top-child, window-top-line,
2225 window-total-height, window-total-width and window-use-time to the list
2226 of functions without side-effects.
2227 (toplevel): Add window-valid-p to the list of error-free functions
2228 without side-effects.
2229
2230 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2231
2232 * textmodes/ispell.el (ispell-program-name):
2233 Update spellchecker parameters when customized.
2234
2235 2012-11-04 Glenn Morris <rgm@gnu.org>
2236
2237 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
2238
2239 2012-11-04 Chong Yidong <cyd@gnu.org>
2240
2241 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
2242 same-window-* variables.
2243
2244 2012-11-04 Juri Linkov <juri@jurta.org>
2245
2246 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
2247 (isearch-describe-key, isearch-describe-mode): Use a display
2248 action instead of binding same-window-* variables (Bug#10040).
2249
2250 2012-11-03 Glenn Morris <rgm@gnu.org>
2251
2252 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2253 Rename handler properties back from cl-- to cl-. (Bug#12788)
2254
2255 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
2256
2257 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2258
2259 * term/pc-win.el: Don't load term/internal from here.
2260
2261 * loadup.el: Load term/internal from here.
2262
2263 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
2264
2265 * progmodes/python.el (inferior-python-mode): Fix hang in
2266 jit-lock (Bug#12645).
2267
2268 2012-11-03 Martin Rudalics <rudalics@gmx.at>
2269
2270 * window.el (switch-to-visible-buffer)
2271 (switch-to-buffer-preserve-window-point): Fix doc-strings.
2272
2273 2012-11-03 Glenn Morris <rgm@gnu.org>
2274
2275 * emacs-lisp/cl-lib.el (cl--random-time):
2276 Rename from cl-random-time. (Bug#12773)
2277 (cl--gensym-counter, cl--random-state): Update callers.
2278 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
2279
2280 2012-11-03 Chong Yidong <cyd@gnu.org>
2281
2282 * cus-start.el: Make cursor-type customizable (Bug#11633).
2283
2284 2012-11-02 Glenn Morris <rgm@gnu.org>
2285
2286 * filecache.el: No need to load find-lisp when compiling.
2287 (find-lisp-find-files): Autoload it.
2288 (file-cache-add-directory-recursively): Don't require find-lisp.
2289
2290 * image.el (image-type-from-file-name): Trivial simplification.
2291
2292 * emacs-lisp/bytecomp.el (byte-compile-eval):
2293 Decouple "noruntime" and "cl-functions" warnings.
2294
2295 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
2296
2297 * play/gomoku.el (gomoku-display-statistics): Update mode line
2298 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
2299
2300 2012-10-31 Martin Rudalics <rudalics@gmx.at>
2301
2302 * window.el (quit-restore-window): If the window has been
2303 created on an existing frame and ended up as the sole window on
2304 that frame, do not delete it (Bug#12764).
2305
2306 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2309 Rename from sh--inside-arithmetic-expression, handle more cases
2310 (bug#11263).
2311
2312 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
2313 (sh-font-lock-open-heredoc): Use it (bug#12770).
2314
2315 2012-10-30 Glenn Morris <rgm@gnu.org>
2316
2317 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
2318
2319 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
2320
2321 2012-10-29 Chong Yidong <cyd@gnu.org>
2322
2323 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
2324 function key is stored in a keyboard macro (Bug#4894).
2325
2326 * thingatpt.el (number-at-point): Apply a thing-at-point property.
2327
2328 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2329
2330 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
2331 header comments".
2332 (diff-unified->context, diff-context->unified)
2333 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
2334
2335 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
2336
2337 * files.el (find-alternate-file): Only ask one question (bug#12487).
2338
2339 2012-10-29 Chong Yidong <cyd@gnu.org>
2340
2341 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
2342 Suggested by Dan Nicolaescu (Bug#6326).
2343
2344 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
2345
2346 * startup.el (fancy-about-screen): Don't message (Bug#12680).
2347
2348 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
2349
2350 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
2351
2352 * face-remap.el (face-remap-add-relative): Handle the case where a
2353 face-remapping-alist entry is a cons cell (Bug#12762).
2354
2355 2012-10-29 Kevin Ryde <user42@zip.com.au>
2356
2357 * woman.el (woman-parse-numeric-value): Handle picas correctly
2358 (Bug#12639).
2359
2360 2012-10-29 Glenn Morris <rgm@gnu.org>
2361
2362 * emacs-lisp/cl.el (defsetf): Doc fix.
2363
2364 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
2367 syntax to the matching opener, if any (bug#12547).
2368 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
2369 matching open as a "case-(".
2370 (sh-smie-rc-grammar): Add a corresponding rule for it.
2371
2372 2012-10-28 Daniel Hackney <dan@haxney.org>
2373
2374 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
2375 "PKGNAME-autoloads.el" in case we created it.
2376
2377 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2378
2379 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
2380 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
2381 (completion--twq-all): Disable too-strict assertions.
2382
2383 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
2384
2385 2012-10-27 Eli Zaretskii <eliz@gnu.org>
2386
2387 * profiler.el (profiler-report-make-entry-part): Fix help-echo
2388 text to match the real keybindings.
2389
2390 2012-10-27 Juri Linkov <juri@jurta.org>
2391
2392 * wdired.el (wdired-keep-marker-rename): New defcustom.
2393 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
2394 (Bug#11795)
2395
2396 * dired.el (dired-keep-marker-rename): Add reference to
2397 `wdired-keep-marker-rename' in the docstring.
2398 Add default character value ?R to display initially in
2399 Customization UI instead of ?@.
2400
2401 2012-10-27 Martin Rudalics <rudalics@gmx.at>
2402
2403 * window.el (display-buffer): In doc-string describe
2404 window-height and window-width alist entries.
2405
2406 * time.el (display-time-world): Restore fit-window-to-buffer
2407 behavior.
2408
2409 2012-10-27 Chong Yidong <cyd@gnu.org>
2410
2411 * subr.el (insert-buffer-substring-as-yank): Doc fix.
2412
2413 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
2414
2415 * minibuffer.el (completion-category-overrides): New completion
2416 category `bookmark' (bug#11131).
2417
2418 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * emacs-lisp/advice.el (ad-assemble-advised-definition):
2421 Silence bogus compiler warnings for ad-do-it.
2422
2423 * bookmark.el (bookmark-completing-read): Set the completion category
2424 to `bookmark' (bug#11131).
2425
2426 2012-10-26 Bastien <bzg@altern.org>
2427 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * face-remap.el: Use lexical-binding.
2430 (text-scale-adjust): Improve docstring. Use itself for the temporary
2431 overlay-map bindings, so as to repeat the "Use..." message each time.
2432
2433 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * emacs-lisp/macroexp.el (macroexp--expand-all):
2436 Obey byte-compile-warning-enabled-p (bug#12486).
2437
2438 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
2439 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
2440
2441 2012-10-26 Martin Rudalics <rudalics@gmx.at>
2442
2443 * mouse.el (mouse-drag-line): Move last form into preceding when
2444 clause (Bug#12731).
2445
2446 * help.el (resize-temp-buffer-window): Fix doc-string.
2447
2448 2012-10-25 David Engster <deng@randomsample.de>
2449
2450 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
2451 Remove. This feature is already integrated in imenu.
2452
2453 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
2454 always loaded. Require `speedbar' unconditionally.
2455
2456 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2457
2458 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
2459
2460 * minibuffer.el (minibuffer-force-complete): Fix thinko.
2461
2462 * net/ldap.el (ldap-search-internal): The official ldif format starts
2463 with a "version: 1" header (bug#12724).
2464
2465 * emacs-lisp/package.el (package-installed-p): Warn if not ready
2466 (bug#12721).
2467
2468 2012-10-25 Glenn Morris <rgm@gnu.org>
2469
2470 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
2471
2472 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * minibuffer.el (minibuffer-force-complete): Use one more marker
2475 for the temporary-overlay-map command (bug#12619).
2476
2477 2012-10-24 Chong Yidong <cyd@gnu.org>
2478
2479 * time.el (display-time-world-mode): Derive from special-mode.
2480 (display-time-world): Use display-buffer (Bug#12708).
2481 (display-time-world-mode-map): Variable deleted.
2482 (display-time-world-display): Wrap the final delete-char inside
2483 inhibit-read-only.
2484
2485 2012-10-24 Chong Yidong <cyd@gnu.org>
2486
2487 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
2488 Doc fix.
2489
2490 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
2491
2492 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * minibuffer.el (completion--all-sorted-completions-location): New var.
2495 (completion--cache-all-sorted-completions)
2496 (completion--flush-all-sorted-completions): Use it.
2497 (completion-in-region, completion-in-region--postch)
2498 (completion-at-point, completion-help-at-point): Use markers in
2499 completion-in-region--data (bug#12619).
2500
2501 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * progmodes/compile.el (compilation-start): Try to handle common
2504 quoting of `cd' argument (bug#12640).
2505
2506 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
2507 (bug#12671).
2508
2509 2012-10-23 Glenn Morris <rgm@gnu.org>
2510
2511 * progmodes/gud.el (gud-menu-map):
2512 Check gdb-active-process is bound. (Bug#12358)
2513
2514 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * repeat.el (repeat): Set real-this-command (bug#12232).
2517
2518 * htmlfontify.el (hfy-post-html-hook):
2519 * filesets.el (filesets-cache-fill-content-hook):
2520 * arc-mode.el (archive-extract-hook):
2521 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
2522 * net/rcirc.el (rcirc-sentinel-functions)
2523 (rcirc-receive-message-functions, rcirc-activity-functions)
2524 (rcirc-print-functions):
2525 * net/dbus.el (dbus-event-error-functions):
2526 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
2527 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
2528 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
2529 * term/sun.el (sun-raw-prefix-hooks):
2530 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
2531
2532 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
2533
2534 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2535 Set `tramp-chunksize' to 1. This improves the performance.
2536 (tramp-smb-wait-for-output): Add timeout to
2537 `tramp-accept-process-output' calls.
2538
2539 2012-10-23 Chong Yidong <cyd@gnu.org>
2540
2541 * faces.el (font-list-limit): Define as an obsolete variable.
2542
2543 * startup.el (command-line):
2544 * cus-start.el: Don't refer to font-list-limit.
2545
2546 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
2547
2548 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * subr.el (internal-temp-output-buffer-show): Rename from
2551 temp-output-buffer-show, since previously compiled files expect this name.
2552
2553 2012-10-23 Glenn Morris <rgm@gnu.org>
2554
2555 * image.el (image-type-from-file-name): If multiple types match,
2556 return the first one that is supported. (Bug#9045)
2557
2558 2012-10-22 Glenn Morris <rgm@gnu.org>
2559
2560 * image.el (imagemagick-enabled-types): Doc fix.
2561
2562 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
2563
2564 * progmodes/which-func.el (which-func-current): The hash-table may have
2565 an explicit nil (bug#12338).
2566
2567 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * electric.el (electric-pair-delete-selection-self-insert-function):
2570 Rename to electric-pair-will-use-region, return a boolean.
2571 (electric-pair-mode): Adjust accordingly. Don't require delsel.
2572
2573 * delsel.el (delete-selection-helper): Use a function instead of a hook.
2574 (delete-selection-pre-hook): Use use-region-p.
2575 (delete-selection-self-insert-function): Remove.
2576 (self-insert-command): Obey self-insert-uses-region-functions.
2577 (self-insert-iso): Revert to previous setting, since we don't actually
2578 know what that command does.
2579 (delete-selection-self-insert-hooks): Remove.
2580
2581 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
2582
2583 * delsel.el (delete-selection-helper): New function, extracted from
2584 delete-selection-pre-hook.
2585 (delete-selection-pre-hook): Use it.
2586 (delete-selection-self-insert-function): New function.
2587 (delete-selection-self-insert-hooks): New hook.
2588 (self-insert-command, self-insert-iso): Use it.
2589 * electric.el (electric-pair-syntax): New function, extracted from
2590 electric-pair-post-self-insert-function.
2591 (electric-pair-post-self-insert-function): Use it.
2592 (electric-pair-delete-selection-self-insert-function): New function.
2593 (electric-pair-mode): Require delsel and setup
2594 delete-selection-self-insert-hooks (bug#11520).
2595
2596 2012-10-20 Chong Yidong <cyd@gnu.org>
2597
2598 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
2599 no changes to show (Bug#12586).
2600
2601 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
2602 list explicitly (Bug#12571).
2603
2604 2012-10-20 Arne Jørgensen <arne@arnested.dk>
2605
2606 * progmodes/flymake.el (flymake-create-temp-inplace):
2607 Use file-truename.
2608
2609 2012-10-20 Eli Zaretskii <eliz@gnu.org>
2610
2611 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
2612
2613 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2614
2615 * calc/calc-units.el (math-extract-units): Properly extract powers
2616 of units.
2617
2618 2012-10-20 Daniel Colascione <dancol@dancol.org>
2619
2620 * frame.el (make-frame): Set x-display-name as we used to in order
2621 to unbreak creating an X11 frame from an Emacs daemon started
2622 without a display.
2623
2624 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * minibuffer.el (minibuffer-force-complete): Make the next completion use
2627 the same completion-field (bug#12221).
2628
2629 2012-10-19 Martin Rudalics <rudalics@gmx.at>
2630
2631 * emacs-lisp/debug.el (debug): Record height of debugger window
2632 also when debugger will be back (Bug#8789).
2633
2634 2012-10-18 Chong Yidong <cyd@gnu.org>
2635
2636 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2637 Convert to defcustom.
2638 (gdb-get-source-file): Don't bind pop-up-windows.
2639
2640 * progmodes/gud.el (gud-display-line): Don't specially re-use
2641 other frames for the gdb-mi case (Bug#12648).
2642
2643 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * emacs-lisp/advice.el: Clean up commentary a bit.
2646 (ad-do-advised-functions, ad-with-originals): Use `declare'.
2647 (byte-code-function-p): Never redefine.
2648
2649 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
2650
2651 2012-10-18 Glenn Morris <rgm@gnu.org>
2652
2653 * dired.el (dired-sort-toggle): Some ls implementations only allow
2654 a single option string. (Bug#12666)
2655
2656 * minibuffer.el (completion-cycle-threshold): Doc fix.
2657
2658 2012-10-17 Kenichi Handa <handa@gnu.org>
2659
2660 * international/mule.el (set-keyboard-coding-system):
2661 Recover input meta mode when the new coding system doesn not use 8-bit.
2662 Supply TERMINAL arg to set-input-meta-mode.
2663
2664 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
2665
2666 * wdired.el (wdired-old-marks): New variable.
2667 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
2668 (wdired-do-renames): Move point with renamed file and don't lose
2669 mark status (Bug#11795).
2670
2671 2012-10-16 Juri Linkov <juri@jurta.org>
2672
2673 * replace.el (query-replace-help): Mention multi-buffer replacement
2674 keys in the Help message. (Bug#12655)
2675
2676 2012-10-15 Chong Yidong <cyd@gnu.org>
2677
2678 * emacs-lisp/byte-run.el (defsubst): Doc fix.
2679
2680 2012-10-14 Eli Zaretskii <eliz@gnu.org>
2681
2682 * window.el (display-buffer): Doc fix.
2683
2684 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2685 Adjust the msft regexp to the output of Studio 2010, and move msft
2686 before edg-1. See the discussion on emacs-devel,
2687 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
2688 for the details.
2689
2690 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
2693 (oset): Move uses of object-class-fast macro after its definition.
2694
2695 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
2696
2697 2012-10-13 Chong Yidong <cyd@gnu.org>
2698
2699 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
2700 enabled, re-enable it (Bug#11963).
2701
2702 2012-10-13 Martin Rudalics <rudalics@gmx.at>
2703
2704 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
2705 non-nil, restore window configuration (Bug#12623).
2706
2707 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 * help-fns.el (describe-variable, describe-function-1):
2710 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
2711
2712 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
2713
2714 2012-10-12 Glenn Morris <rgm@gnu.org>
2715
2716 * mail/rmailsum.el (rmail-header-summary):
2717 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
2718
2719 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
2720
2721 * progmodes/python.el (python-mode-map):
2722 Replace subtitute-key-definition with proper command remapping.
2723 (python-nav--up-list): Fix behavior for blocks on the same level.
2724
2725 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
2728
2729 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
2730 changes to the format of load-history.
2731
2732 * international/mule-cmds.el (read-char-by-name): Move let-binding of
2733 completion-ignore-case in case that var is buffer-local (bug#12615).
2734
2735 2012-10-11 Kenichi Handa <handa@gnu.org>
2736
2737 * international/eucjp-ms.el: Re-generated.
2738
2739 2012-10-10 Kenichi Handa <handa@gnu.org>
2740
2741 * select.el (xselect--encode-string): If a coding is specified for
2742 selection, and that is compatible with COMPOUND_TEXT, use it.
2743
2744 2012-10-10 Martin Rudalics <rudalics@gmx.at>
2745
2746 * window.el (switch-to-buffer-preserve-window-point): New option.
2747 (switch-to-buffer):
2748 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
2749
2750 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
2753 Don't document nil as a useful value (bug#12583).
2754
2755 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2756
2757 * net/tramp.el (tramp-debug-message):
2758 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
2759 (with-tramp-progress-reporter): Rename from
2760 `tramp-with-progress-reporter'.
2761 (with-tramp-file-property, with-tramp-connection-property):
2762 Move from tramp-cache.el, rename from `with-file-property' and
2763 `with-connection-property', respectively.
2764
2765 * net/tramp-cache.el: Remove `with-file-property' and
2766 `with-connection-property'.
2767
2768 * net/tramp.el:
2769 * net/tramp-gvfs.el:
2770 * net/tramp-sh.el:
2771 * net/tramp-smb.el: Adapt callees.
2772
2773 * net/trampver.el: Update release number.
2774
2775 2012-10-09 Glenn Morris <rgm@gnu.org>
2776
2777 * w32-fns.el (set-message-beep):
2778 * term/w32-win.el (set-message-beep): Update declarations.
2779
2780 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
2783 (mode-line-widen, mode-line-input-method-map)
2784 (mode-line-coding-system-map, mode-line-remote)
2785 (mode-line-unbury-buffer, mode-line-bury-buffer)
2786 (mode-line-next-buffer, mode-line-previous-buffer):
2787 Replace save-selected-window+select-window => with-selected-window.
2788
2789 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
2790 * progmodes/cc-vars.el (bq-process): Remove, unused.
2791
2792 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
2793
2794 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
2795
2796 Implemented `backward-up-list'-like navigation.
2797 * progmodes/python.el (python-nav-up-list)
2798 (python-nav-backward-up-list): New functions.
2799 (python-mode-map): Define substitute key for backward-up-list to
2800 python-nav-backward-up-list.
2801
2802 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2803
2804 * progmodes/python.el (python-fill-paragraph): Rename from
2805 python-fill-paragraph-function. Fixed fill-paragraph for
2806 decorators (Bug#12605).
2807
2808 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2809
2810 * progmodes/python.el (python-shell-output-filter): Handle extra
2811 carriage return in OSX (Bug#12409).
2812
2813 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2814
2815 Fix shell handling of unbalanced quotes and parens in output.
2816 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
2817 (python-syntax-propertize-function): Use it.
2818 (python-shell-output-syntax-table): New var.
2819 (inferior-python-mode): Prevent unbalanced parens/quotes from
2820 previous output mess with current input context.
2821
2822 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
2825 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
2826
2827 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * ffap.el (ffap-replace-file-component): Support Tramp file name
2830 syntax, not only ange-ftp's one.
2831
2832 2012-10-08 Glenn Morris <rgm@gnu.org>
2833
2834 * cus-start.el (message-log-max): Set :version.
2835
2836 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
2837
2838 2012-10-08 Martin Rudalics <rudalics@gmx.at>
2839
2840 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
2841 the minibuffer window (Bug#10851).
2842
2843 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2844
2845 Enhancements on forward-sexp movement.
2846 * progmodes/python.el (python-nav-beginning-of-statement)
2847 (python-nav-end-of-statement): Return point-marker.
2848 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
2849 (python-info-current-symbol)
2850 (python-info-statement-starts-block-p): Rename from
2851 python-info-beginning-of-block-p.
2852 (python-info-statement-ends-block-p): Rename from
2853 python-info-end-of-block-p.
2854 (python-info-beginning-of-statement-p)
2855 (python-info-end-of-statement-p)
2856 (python-info-beginning-of-block-p, python-info-end-of-block-p):
2857 New functions.
2858
2859 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
2862 frame-selected-windows.
2863
2864 2012-10-08 Daniel Colascione <dancol@dancol.org>
2865
2866 * battery.el (battery-status-function): Check for
2867 w32-battery-status itself, not system-time windows-nt.
2868
2869 * frame.el: Require cl-lib.
2870 (display-format-alist): New variable mapping frame types to
2871 functions that initialize them.
2872 (window-system-for-display): New function: interprets
2873 display-format-alist.
2874 (make-frame-on-display): Remove existing display-selection logic
2875 and just forward to make-frame, which will now DTRT.
2876 (make-frame): Restructure to use window-system-for-display to
2877 figure out how to create a frame on a given display.
2878 (display-mouse-p): Look for frame-type w32, not a particular
2879 system-type.
2880
2881 * loadup.el: Load w32 lisp code when we have the w32 feature.
2882
2883 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
2884 system-type windows-nt.
2885
2886 * server.el (server-create-window-system-frame): Look for window
2887 type.
2888 (server-proces-filter): Only force a window system when windows-nt
2889 _and_ w32. Explain why.
2890
2891 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
2892 of window systems we configure for the mode.
2893
2894 * startup.el (command-line): Mark window system is initialized
2895 after we've done it.
2896
2897 * common-win.el (x-select-text): Look for w32, not windows-nt.
2898
2899 * ns-win.el: Require cl-lib. Add ourselves to
2900 display-format-alist.
2901 (ns-initialize-window-system): Assert we're not initialized twice.
2902
2903 * w32-win.el: Enable lexical binding; require cl-lib; add
2904 ourselves to display-format-alist.
2905 (w32-handle-dropped-file): Convert incoming dropped files from
2906 Windows paths to Cygwin ones before passing them on to the rest of
2907 Emacs.
2908 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
2909 (w32-initialize-window-system): Assert we're not initialized twice.
2910
2911 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
2912 (x-initialize-window-system): Assert we're not initialized twice.
2913
2914 * w32-common-fns.el: New File.
2915 (w32-version, w32-using-nt, w32-get-clipboard-data)
2916 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2917 (w32-charset-info-alist, x-last-selected, text)
2918 (x-get-selection-value, x-selection-value): Move here.
2919
2920 * w32-fns.el: Require w32-common-fns.
2921 (w32-version, w32-using-nt, w32-get-clipboard-data)
2922 (w32-set-clipboard-data, x-set-selection, x-get-selection)
2923 (w32-charset-info-alist, x-last-selected, text)
2924 (x-get-selection-value, x-selection-value): Move to
2925 w32-common-fns.
2926
2927 * w32-vars.el:
2928 (w32-allow-system-shell, w32-system-shells): Define only in
2929 non-cygwin case.
2930
2931 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
2934 (read-passwd): Remove a few more potential sources of leaks.
2935
2936 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2937
2938 * progmodes/python.el (inferior-python-mode)
2939 (python-shell-make-comint): Fix initialization of local
2940 variables copied from parent buffer.
2941
2942 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2943
2944 * term/ns-win.el (ns-read-file-name): Update declaration to match
2945 nsfns.m.
2946 (ns-respond-to-change-font): Change fontsize separatly so we are sure
2947 it is set when font is acted upon.
2948
2949 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2950
2951 Enhancements to indentation.
2952 * progmodes/python.el (python-indent-context): Give priority to
2953 inside-string context. Make comments indentation markers.
2954 (python-indent-region): Do not mess with strings, unless it's the
2955 enclosing set of quotes.
2956
2957 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * window.el (internal--before-save-selected-window)
2960 (internal--after-save-selected-window): New functions extracted from
2961 save-selected-window. Make sure we return the `alist' we construct.
2962 (save-selected-window): Use them.
2963
2964 * textmodes/tex-mode.el (tex-recenter-output-buffer):
2965 Use with-selected-window.
2966
2967 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
2968 forms that define macros (bug#12593).
2969
2970 2012-10-07 Kenichi Handa <handa@gnu.org>
2971
2972 * international/mule-conf.el (compound-text-with-extensions):
2973 Add :mime-charset property as x-ctext.
2974
2975 2012-10-07 Stefan Merten <smerten@oekonux.de>
2976
2977 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2978 (rst-indent-literal-normal, rst-indent-literal-minimized)
2979 (rst-indent-comment): Correct :version tag.
2980 (rst-official-cvs-rev): Correct version string.
2981
2982 2012-10-07 Glenn Morris <rgm@gnu.org>
2983
2984 * mail/rmailmm.el (rmail-mime-process-multipart):
2985 Do not confuse a multipart message with an epilogue
2986 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
2987
2988 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
2989
2990 Fix shell output retrieval and comint-prompt-regexp init.
2991 * progmodes/python.el (inferior-python-mode):
2992 (python-shell-make-comint): Fix initialization of
2993 comint-prompt-regexp from copied file local variables.
2994 (python-shell-fetched-lines): Remove var.
2995 (python-shell-output-filter-in-progress): Rename from
2996 python-shell-fetch-lines-in-progress.
2997 (python-shell-output-filter-buffer): Rename from
2998 python-shell-fetch-lines-string.
2999 (python-shell-fetch-lines-filter): Delete function.
3000 (python-shell-output-filter): New function.
3001 (python-shell-send-string-no-output): Use them.
3002
3003 2012-10-07 Glenn Morris <rgm@gnu.org>
3004
3005 * hi-lock.el (hi-lock-process-phrase):
3006 Try to make it less fragile. (Bug#7161)
3007
3008 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
3009
3010 2012-10-06 Glenn Morris <rgm@gnu.org>
3011
3012 * ehelp.el (electric-help-mode): Use help-mode rather than
3013 non-existent mode `help'.
3014 (electric-help-map): Use button-buffer-map. (Bug#10917)
3015
3016 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
3017 (reftex-create-bibtex-footer): Fix custom types.
3018
3019 * progmodes/sh-script.el (sh-indent-after-continuation):
3020 Add explicit :group.
3021
3022 * textmodes/rst.el (rst-preferred-decorations)
3023 (rst-shift-basic-offset): Clarify obsolescence versions.
3024
3025 * profiler.el (profiler): Add missing group :version tag.
3026 * avoid.el (mouse-avoidance-banish-position):
3027 * proced.el (proced-renice-command):
3028 * calc/calc.el (calc-ensure-consistent-units):
3029 * calendar/icalendar.el (icalendar-import-format-uid):
3030 * net/tramp.el (tramp-save-ad-hoc-proxies):
3031 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3032 * progmodes/flymake.el (flymake-error-bitmap)
3033 (flymake-warning-bitmap, flymake-fringe-indicator-position):
3034 * progmodes/sh-script.el (sh-indent-after-continuation):
3035 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
3036 (verilog-before-save-font-hook, verilog-after-save-font-hook):
3037 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
3038 (vhdl-array-index-record-field-in-sensitivity-list)
3039 (vhdl-indent-comment-like-next-code-line):
3040 * textmodes/reftex-vars.el (reftex-ref-style-alist)
3041 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
3042 (reftex-cite-key-separator, reftex-create-bibtex-header)
3043 (reftex-create-bibtex-footer):
3044 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3045 (rst-indent-literal-normal, rst-indent-literal-minimized)
3046 (rst-indent-comment): Add missing custom :version tags.
3047
3048 * calendar/timeclock.el (timeclock-modeline-display):
3049 Add missing obsolete alias for renamed user option.
3050
3051 * strokes.el (strokes-modeline-string):
3052 * emulation/crisp.el (crisp-mode-modeline-string):
3053 * eshell/esh-mode.el (eshell-status-in-modeline):
3054 Aliases to defcustoms must come before the defcustom.
3055
3056 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
3057 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3058 (cal-tex-cursor-week-monday): Doc fixes.
3059 (cal-tex-cursor-week2-summary): Doc fix.
3060 Rename from cal-tex-cursor-week-at-a-glance.
3061
3062 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
3063 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
3064
3065 * calendar/calendar.el (calendar-mode-map):
3066 Add cal-tex-cursor-week2-summary.
3067
3068 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
3071
3072 * subr.el (read-passwd-map): New var.
3073 (read-passwd): Use `read-string' again.
3074 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
3075
3076 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
3077
3078 * register.el (append-to-register, prepend-to-register):
3079 Deactivate mark, as does `copy-to-register' (bug#12389).
3080
3081 2012-10-06 Chong Yidong <cyd@gnu.org>
3082
3083 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
3084
3085 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
3086
3087 * international/characters.el: Fix simple mistake ((car chars) ->
3088 elt), delete duplicated code.
3089
3090 2012-10-06 Glenn Morris <rgm@gnu.org>
3091
3092 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
3093
3094 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
3095
3096 * color.el (color-hsl-to-rgb): Fix incorrect results for
3097 small and large hue values. (Bug#12559)
3098
3099 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
3100
3101 Enhancements to docstring formatting when filling paragraphs.
3102 * progmodes/python.el (python-fill-docstring-style): Rename from
3103 python-fill-string-style. Added new style.
3104 (python-fill-string): Use new style. Better checks for
3105 docstrings.
3106
3107 2012-10-05 Glenn Morris <rgm@gnu.org>
3108
3109 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
3110
3111 * color.el (color-name-to-rgb, color-rgb-to-hex)
3112 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3113 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3114 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3115 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3116
3117 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
3118
3119 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
3122 to get the correct size across symlinks.
3123
3124 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
3125
3126 2012-10-04 Juri Linkov <juri@jurta.org>
3127
3128 * replace.el (query-replace-interactive): Declare obsolete.
3129 (query-replace-read-from): Add the last incremental search string
3130 to the list of default values accessible via M-n.
3131 (map-query-replace-regexp): Use `read-regexp'.
3132 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3133 (map-query-replace-regexp, replace-string, replace-regexp):
3134 Fix docstrings to replace mentions of `query-replace-interactive'
3135 with alternatives. (Bug#12526)
3136
3137 2012-10-04 Juri Linkov <juri@jurta.org>
3138
3139 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
3140 (dired-pop-to-buffer): Declare obsolete.
3141 (dired-mark-pop-up): Doc fix.
3142
3143 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
3144
3145 Allow user to set docstring style for fill-paragraph.
3146 * progmodes/python.el
3147 (python-fill-comment-function, python-fill-string-function)
3148 (python-fill-decorator-function, python-fill-paren-function):
3149 Remove :safe for defcustoms.
3150 (python-fill-string-style): New defcustom
3151 (python-fill-paragraph-function): Enhance context detection.
3152 (python-fill-string): Honor python-fill-string-style settings.
3153
3154 2012-10-04 Martin Rudalics <rudalics@gmx.at>
3155
3156 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
3157 after setting its buffer (Bug#10805).
3158
3159 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
3160
3161 Fix cornercase for string syntax.
3162 * progmodes/python.el (python-syntax-propertize-function):
3163 Simplify and enhance the regexp for unescaped quotes. Now it also
3164 matches quotes in weird situations like the single quote in
3165 "something\"'".
3166 (python-syntax-stringify): Simplify num-quotes detecting code.
3167
3168 2012-10-03 Glenn Morris <rgm@gnu.org>
3169
3170 * help-macro.el (three-step-help):
3171 Revert 2012-09-29 change. (Bug#12567)
3172
3173 2012-10-03 Martin Rudalics <rudalics@gmx.at>
3174
3175 * menu-bar.el (kill-this-buffer): Don't do anything when
3176 `menu-frame' is not alive or visible (Bug#8184).
3177
3178 * emacs-lisp/debug.el (debug): When quitting the debugger window
3179 restore current buffer (Bug#12502).
3180
3181 2012-10-02 Chong Yidong <cyd@gnu.org>
3182
3183 * progmodes/hideif.el (hif-lookup, hif-defined):
3184 Handle semantic-c-takeover-hideif.
3185
3186 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
3187
3188 Change sampling interval units from ms to ns.
3189 * profiler.el (profiler-sampling-interval): Change units
3190 from ms to ns, multiplying the default by 1000000 so that
3191 it remains 1 ms.
3192 (profiler-report-cpu-line-format): Give enough room for
3193 the maximum counters on 64-bit hosts.
3194 (profiler-report-render-calltree-1): Call them "CPU samples",
3195 not "Time (ms)", since they are not milliseconds now (and
3196 never really were).
3197
3198 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
3199
3200 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
3201 Fix querying BBDB for entries without a last name (Bug#11580).
3202
3203 2012-10-02 Chong Yidong <cyd@gnu.org>
3204
3205 * emacs-lisp/eieio.el: Restore Version header.
3206
3207 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * vc/diff-mode.el (diff--auto-refine-data): New var.
3210 (diff-hunk): Use it to delay refinement.
3211 (diff-mode): Remove overlays when we turn off font-lock.
3212
3213 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
3214 (table-initialize-table-fixed-width-mode)
3215 (table-set-table-fixed-width-mode): Remove functions.
3216 (table-command-list): Move initialization into declaration.
3217 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
3218 (table-with-cache-buffer): Use `declare'.
3219 (table-span-cell): Simplify via CSE.
3220 (table-fixed-width-mode): Use define-minor-mode.
3221 (table-call-interactively, table-funcall, table-apply): Remove.
3222 (table-function): New function, to replace them.
3223
3224 * bookmark.el (bookmark-search-pattern): Remove var.
3225 (bookmark-read-search-input): Remove function.
3226 (bookmark-bmenu-search): Reimplement using a minibuffer.
3227
3228 * faces.el (modeline): Remove obsolete face name.
3229
3230 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
3231 and give a non-nil default value.
3232 (add-change-log-entry): Simplify accordingly.
3233
3234 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
3235
3236 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
3237 (vc-git-log-edit-toggle-amend): New function.
3238 (vc-git-log-edit-toggle-signoff): New function.
3239 (vc-git-log-edit-mode): New major mode.
3240 (vc-git-log-edit-mode-map): Keymap for it.
3241 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
3242
3243 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
3244 header names.
3245 (log-edit-toggle-header): New function.
3246 (log-edit-extract-headers): Accept function values in HEADERS alist.
3247
3248 2012-10-01 David Engster <deng@randomsample.de>
3249
3250 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
3251 from symbol property and change message to be more consistent with
3252 Emacs proper.
3253 (eieio-describe-generic): Add filename for each implementation.
3254 Fix indices for generic and normal methods.
3255 (eieio-method-def, eieio-class-def): New buttons.
3256 (eieio-help-find-method-definition)
3257 (eieio-help-find-class-definition): New functions.
3258 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
3259 class, constructor and method definitions.
3260
3261 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
3262 information in symbol property.
3263 (scoped-class): Remove.
3264 (eieio-slot-name-index, call-next-method): Check if it is bound.
3265
3266 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
3267
3268 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
3269 (eieio-custom-mode): New major mode.
3270 (eieio-customize-object): Use it.
3271
3272 2012-10-01 Eric Ludlam <zappo@gnu.org>
3273
3274 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
3275 specifying the expected class, and whether subclassing is allowed.
3276 (eieio-persistent-convert-list-to-object):
3277 (eieio-persistent-validate/fix-slot-value)
3278 (eieio-persistent-slot-type-is-class-p): New functions.
3279 (eieio-named::slot-missing): Doc fix.
3280
3281 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
3282 Stop using unused publd variable.
3283
3284 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
3285 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
3286 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
3287 (eieio-speedbar-handle-click): Do not specify a class for the
3288 method. Fixes method invocation order problems with EDE.
3289
3290 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
3293 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
3294
3295 2012-10-01 Karl Fogel <kfogel@red-bean.com>
3296
3297 * bookmark.el (bookmark-version-control): Give tags in the
3298 :type choices (Bug#12309), and improve doc string.
3299 (bookmark-write-file): Bind `print-circle' to `t' to allow
3300 circular custom bookmark types. (Bug#12503)
3301
3302 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3303
3304 Revert the FOLLOW-SYMLINKS change for file-attributes.
3305 * files.el (remote-file-name-inhibit-cache, after-find-file):
3306 * time.el (display-time-file-nonempty-p): Undo last change.
3307
3308 * profiler.el (profiler-sampling-interval): Change default back to 1.
3309 See Stefan Monnier in
3310 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
3311
3312 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
3313
3314 Shell output catching a la gud-gdb.
3315 * progmodes/python.el (python-shell-fetch-lines-in-progress)
3316 (python-shell-fetch-lines-string, python-shell-fetched-lines):
3317 New Vars.
3318 (python-shell-fetch-lines-filter): New function.
3319 (python-shell-send-string-no-output): Use them.
3320
3321 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
3322
3323 * profiler.el (profiler-sampling-interval): Rename from
3324 profiler-sample-interval.
3325 (profiler-sampling-interval): Default to 10.
3326 (profiler-find-profile): New command (was profiler-find-log).
3327 (profiler-find-profile-other-window): New command.
3328 (profiler-find-profile-other-frame): New command.
3329 (profiler-profile): Introduce API-level data structure.
3330
3331 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3332
3333 file-attributes has a new optional arg FOLLOW-SYMLINKS.
3334 * files.el (remote-file-name-inhibit-cache):
3335 * time.el (display-time-file-nonempty-p): Use it.
3336 * files.el (after-find-file): Don't chase links before calling
3337 file-exists-p, as file-exists-p already does the right thing.
3338
3339 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
3340
3341 Merge from standalone RefTeX repository.
3342
3343 The following ChangeLog entries are shortened versions of the
3344 original ones with file paths adapted. A not so strongly edited
3345 version of the original ChangeLog can be found in the commit log.
3346
3347 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
3348 (reftex-arg-cite): Use `reftex-cite-key-separator'.
3349 Correctly handle new value type returned by `reftex-citation'.
3350
3351 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
3352 that entries with whitespace at various places are found.
3353 Doc fix. Include entries that are cross-referenced from cited entries.
3354 Include @String definitions in the resulting bib file. Add header
3355 and footer defined in `reftex-create-bibtex-header' and
3356 `reftex-create-bibtex-footer'.
3357 (reftex-do-citation): Make it possible again to insert
3358 non-existent entries. Save match data when asking for optional
3359 arguments. Return all keys, not just the first one.
3360 (reftex-all-used-citation-keys): Fix regexp to correctly extract
3361 all citations in the same line.
3362 (reftex-parse-bibtex-entry): Accept additional optional argument
3363 `raw' and keep quotes or braces if it is non-nil. Match fields
3364 containing hyphens besides word constituents.
3365 (reftex-get-string-refs): New function.
3366 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
3367 and ask if it should be reread in case it did.
3368 (reftex-pop-to-bibtex-entry)
3369 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
3370 entries with spaces or tabs in front of arguments.
3371 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
3372 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
3373 Match entries containing numbers and symbol constituents.
3374 (reftex-do-citation, reftex-figure-out-cite-format):
3375 Use `reftex-cite-key-separator'.
3376
3377 * textmodes/reftex-dcr.el: Move provide statement to end of file.
3378 (reftex-mouse-view-crossref): Explain why point is set.
3379
3380 * textmodes/reftex-global.el: Whitespace changes.
3381
3382 * textmodes/reftex-index.el: Move provide statement to end of
3383 file.
3384 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
3385 (reftex-index-visit-phrases-buffer): Set marker when visiting
3386 buffer. This allows for returning from the phrases file to the
3387 file one was just editing instead of the file where the last
3388 phrases was added from.
3389 (reftex-index-phrases-syntax-table): New variable. Give ?\"
3390 punctuation syntax as it usually is not used as string quote in
3391 TeX-related modes and may occur unmatched. The change also
3392 prevents fontification of quoted content.
3393 (reftex-index-phrases-mode): Use it.
3394
3395 * textmodes/reftex-parse.el (reftex-parse-from-file):
3396 Move backward one char if a `\' was matched after a section macro.
3397 (reftex-parse-from-file): Use beginning of match instead of end as
3398 bound.
3399
3400 * textmodes/reftex-ref.el: Adapt creation of
3401 `reftex-<package>-<macro>' functions to new structure of
3402 `reftex-ref-style-alist'.
3403 (reftex-reference): Use `reftex-ref-style-list' function.
3404 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
3405 reference macro if `reftex-ref-macro-prompt' is non-nil.
3406 (reftex-reference): Pass refstyle to `reftex-format-special'.
3407 Determine reference macro by looking at
3408 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
3409 Use only one special format function.
3410 (reftex-varioref-vref, reftex-fancyref-fref)
3411 (reftex-fancyref-Fref): Remove definitions. The functions are now
3412 generated from `reftex-ref-style-alist'.
3413 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
3414 Remove.
3415 (reftex-format-special): New function.
3416
3417 * textmodes/reftex-sel.el
3418 (reftex-select-cycle-ref-style-internal): Adapt to new structure
3419 of `reftex-ref-style-alist'. Remove code for testing macro type.
3420 (reftex-select-toggle-varioref)
3421 (reftex-select-toggle-fancyref): Remove.
3422 (reftex-select-cycle-ref-style-internal)
3423 (reftex-select-cycle-ref-style-forward)
3424 (reftex-select-cycle-ref-style-backward): New functions.
3425 (reftex-select-label-map): Use `v' and `V' for general cycling
3426 through reference styles. Add `p' for switching between number
3427 and page reference types.
3428
3429 * textmodes/reftex-toc.el (reftex-re-enlarge):
3430 Call `enlarge-window' only if there is something to do because in Emacs
3431 the horizontal version throws an error even if the parameter is 0.
3432
3433 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
3434 (reftex-plug-into-AUCTeX): Doc fix.
3435 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
3436 string. Adapt to new name.
3437 (reftex-ref-style-alist): Change structure so that it is not
3438 possible to use multiple different package names within a style.
3439 Remove the symbols for symbols for macro type distinction.
3440 Add characters for macro selection.
3441 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
3442 (reftex-create-bibtex-footer): New variables.
3443 (reftex-format-ref-function): Mention third argument of special
3444 format function.
3445 (reftex-ref-style-alist, reftex-ref-style-default-list):
3446 New variables.
3447 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
3448 to new implementation. Mark as obsolete. Add compatibility code
3449 for honoring the variable values in case they are set.
3450 (reftex-cite-format-builtin, reftex-bibliography-commands):
3451 Add support for ConTeXt.
3452 (reftex-format-ref-function, reftex-format-cite-function):
3453 Fix custom type.
3454 (reftex-cite-key-separator): New variable.
3455
3456 * textmodes/reftex.el (reftex-syntax-table-for-bib)
3457 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
3458 `reftex-syntax-table' because parens have to retain their paren
3459 syntax in order for parsing of BibTeX entries like @book(...) to
3460 work.
3461 (reftex-in-comment): Do not error out if `comment-start-skip' is
3462 not set. Deal correctly with escaped comment characters.
3463 (reftex-tie-multifile-symbols): Add doc string.
3464 Initialize `reftex-ref-style-list'.
3465 (reftex-untie-multifile-symbols): Add doc string.
3466 (reftex-add-index-macros): Doc fix.
3467 (reftex-ref-style-activate, reftex-ref-style-toggle)
3468 (reftex-ref-style-list): New functions.
3469 (reftex-mode-menu): Use them. Adapt to new structure of
3470 `reftex-ref-style-alist'.
3471 (reftex-select-with-char): Kill the RefTeX Select buffer when
3472 done.
3473 (reftex-remove-if): New function.
3474 (reftex-erase-all-selection-and-index-buffers)
3475 (reftex-mode-menu): Reference styles are now computed from
3476 `reftex-ref-style-alist'. Fix typo.
3477 (reftex-report-bug): New function.
3478 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
3479 algorithms with O(n log n). Introduce optional argument SORT (not
3480 yet used).
3481
3482 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
3483
3484 Enhancements for triple-quote string syntax.
3485 * progmodes/python.el (python-syntax-propertize-function):
3486 Match both quote cases in one regexp.
3487 (python-syntax-stringify): Handle matches properly.
3488
3489 2012-09-30 Juri Linkov <juri@jurta.org>
3490
3491 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
3492 to nil around the call to `insert' to prevent
3493 directory time modification by lock_file. (Bug#2295)
3494 * tar-mode.el (tar-summarize-buffer): Idem.
3495
3496 2012-09-30 Juri Linkov <juri@jurta.org>
3497
3498 * facemenu.el (list-colors-sort): Add option "Luminance".
3499 (list-colors-sort-key): Implement it.
3500
3501 * vc/diff-mode.el (diff-refine-removed):
3502 * vc/ediff-init.el (ediff-fine-diff-A):
3503 * vc/smerge-mode.el (smerge-refined-removed):
3504 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
3505
3506 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
3507
3508 * term/ns-win.el (x-file-dialog): New function.
3509
3510 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
3511
3512 * ido.el (ido-max-directory-size): Default to nil; the current
3513 default is small for POSIX systems, and impractical on Windows 7
3514 now that lstat returns directory sizes for NTFS.
3515
3516 2012-09-30 Martin Rudalics <rudalics@gmx.at>
3517
3518 In buffer display functions handle window-height/window-width
3519 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
3520 * window.el (window--display-buffer): New argument ALIST.
3521 Obey window-height and window-width alist entries.
3522 (window--try-to-split-window): New argument ALIST.
3523 Bind window-combination-limit to t when the window's size shall be
3524 changed and window-combination-limit equals `window-size'.
3525 (display-buffer-in-atom-window)
3526 (display-buffer-in-major-side-window)
3527 (display-buffer-in-side-window, display-buffer-same-window)
3528 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3529 (display-buffer-pop-up-window, display-buffer-below-selected)
3530 (display-buffer-at-bottom, display-buffer-in-previous-window)
3531 (display-buffer-use-some-window): Adjust all callers of
3532 window--display-buffer and window--try-to-split-window.
3533 (fit-frame-to-buffer): New option.
3534 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
3535 is non-nil.
3536 (display-buffer-in-major-side-window): Evaluate window-height /
3537 window-width alist entries.
3538
3539 * help.el (temp-buffer-resize-frames)
3540 (temp-buffer-resize-regexps): Remove options.
3541 (temp-buffer-resize-mode): Adjust doc-string.
3542 (resize-temp-buffer-window): Don't consult
3543 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
3544 temp-buffer-resize-frames.
3545
3546 * dired.el (dired-mark-pop-up):
3547 Call display-buffer-below-selected with a fit-window-to-buffer alist
3548 entry.
3549
3550 2012-09-30 Chong Yidong <cyd@gnu.org>
3551
3552 * server.el (server-host): Document the security implications.
3553 (server-auth-key): Doc fix.
3554
3555 * startup.el (initial-buffer-choice): Doc fix.
3556
3557 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
3558
3559 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
3560 restriction change.
3561
3562 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
3563
3564 * help-fns.el (help-fns--obsolete): Fix last change.
3565
3566 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
3569 (minor-mode-map-alist): Remove redundant code.
3570
3571 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
3572 visited in a buffer.
3573 (cvs-insert-visited-file): New function.
3574 (find-file-hook): Use it.
3575
3576 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
3577
3578 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
3579 chose face.
3580 (log-edit-empty-buffer-p): Don't require a space after a header.
3581
3582 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
3583
3584 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
3585
3586 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
3587 a proper minor-mode.
3588
3589 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
3590
3591 2012-09-29 Glenn Morris <rgm@gnu.org>
3592
3593 * winner.el (winner-mode): Remove variable (let define-minor-mode
3594 handle it).
3595 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
3596 Doc fixes.
3597 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
3598 (winner-mode): Use define-minor-mode.
3599
3600 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
3601 the full definition in loaddefs, rather than duplicating it.
3602
3603 * help-macro.el (three-step-help): No need to autoload defcustom.
3604
3605 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3606 (inferior-lisp-program, inferior-lisp-load-command)
3607 (inferior-lisp-prompt, inferior-lisp-mode-hook):
3608 No need to autoload defcustoms.
3609
3610 * hippie-exp.el (hippie-expand-try-functions-list)
3611 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
3612 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
3613 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
3614 (hippie-expand-only-buffers): No need to autoload defcustoms.
3615 * progmodes/vhdl-mode.el (vhdl-line-expand):
3616 Explicitly load hippie-exp, so it does not get autoloaded
3617 while hippie-expand-try-functions-list is let-bound.
3618
3619 2012-09-28 Glenn Morris <rgm@gnu.org>
3620
3621 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
3622
3623 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
3624 Only "cl.el" counts as cl these days.
3625
3626 2012-09-28 Juri Linkov <juri@jurta.org>
3627
3628 Display archive errors in the echo area instead of inserting
3629 to the file buffer.
3630
3631 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
3632 to STDERR-TEST that can be a regexp matching a successful output.
3633 Create a temporary file and redirect stderr to it. Search for
3634 STDERR-TEST in the stderr output and display it in the echo area
3635 if no match is found.
3636 (archive-extract-by-file): New function like
3637 `archive-extract-by-stdout' but extracting archives to files
3638 and looking for successful matches in stdout. Function body is
3639 mostly copied from `archive-rar-extract'.
3640 (archive-rar-extract): Use `archive-extract-by-file'.
3641 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
3642
3643 2012-09-28 Leo Liu <sdl.web@gmail.com>
3644
3645 * pcomplete.el (pcomplete-show-completions):
3646 Use minibuffer-message to make pcomplete usable in minibuffer.
3647
3648 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
3649
3650 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * type-break.el: Use lexical-binding.
3653 (type-break-mode): Use define-minor-mode.
3654
3655 * emacs-lisp/pcase.el (pcase--mark-used): New.
3656 (pcase--u1): Use it (bug#12512).
3657
3658 * custom.el (load-theme): Set buffer-file-name so the load is recorded
3659 in load-history with the right file name.
3660
3661 2012-09-28 Tassilo Horn <tsdh@gnu.org>
3662
3663 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
3664 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
3665 (doc-view-get-bounding-box): Make bounding box slicing work for
3666 ODF and DVI documents.
3667
3668 2012-09-28 Glenn Morris <rgm@gnu.org>
3669
3670 * type-break.el (type-break-mode, type-break-interval)
3671 (type-break-good-rest-interval, type-break-keystroke-threshold):
3672 No need to autoload.
3673 (type-break-good-rest-interval, type-break-keystroke-threshold):
3674 Add :set-after.
3675
3676 2012-09-28 Chong Yidong <cyd@gnu.org>
3677
3678 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
3679 Add :version tag.
3680
3681 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3682
3683 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
3684
3685 2012-09-27 Glenn Morris <rgm@gnu.org>
3686
3687 * faces.el (x-display-name): Declare (for without-x builds).
3688
3689 * linum.el (linum-format): Don't autoload it. Improve :type.
3690
3691 * progmodes/tcl.el: Don't require outline when compiling.
3692 (outline-regexp, outline-level): Declare.
3693 * textmodes/sgml-mode.el: Don't require outline when compiling.
3694 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
3695
3696 * term.el (term-ansi-reset):
3697 Try setting term-ansi-face-already-done to nil. (Bug#11785)
3698
3699 * vc/vc.el (vc-next-action): Only gripe about committing read-only
3700 files for RCS and SCCS. (Bug#9781)
3701
3702 2012-09-27 Chong Yidong <cyd@gnu.org>
3703
3704 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
3705 change; value should be t.
3706
3707 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * image-mode.el: Use lexical-binding.
3710 (image-mode-winprops): Use t to stand for the window of
3711 a buffer that's not displayed.
3712 * doc-view.el (doc-view-new-window-function): Handle the new
3713 t in winprops.
3714 (doc-view-enlarge): Make it a real nop if the size is not changed.
3715 (doc-view-display): Handle the case where the buffer is not (yet?)
3716 displayed in any window.
3717 (doc-view-saved-settings): New var.
3718 (doc-view-mode): Use it.
3719 (doc-view-fallback-mode): Set it.
3720
3721 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
3722 Set lexical-binding.
3723 (minibuffer-eldef-shorten-default): New var.
3724 (minibuffer-default-in-prompt-regexps): Use it for new default.
3725 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
3726
3727 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * international/uni-bidi.el:
3730 * international/uni-category.el:
3731 * international/uni-name.el:
3732 * international/uni-numeric.el: Regenerate.
3733
3734 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
3735 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * profiler.el: New file.
3738
3739 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
3742 (testcover-reinstrument): Simplify with CSE.
3743
3744 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * window.el (temp-buffer-window-setup): Fix typo in docstring.
3747
3748 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
3749
3750 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
3751 (verilog-auto-input, verilog-auto-insert-lisp)
3752 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3753 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
3754 (verilog-auto-unused, verilog-auto-wire)
3755 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
3756 newline. Reported by Andrew Jones.
3757 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
3758 Reported by Brad Dobbie.
3759 (verilog-batch-delete-trailing-whitespace):
3760 Create verilog-batch-delete-trailing-whitespace.
3761 Reported by Brad Dobbie.
3762 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
3763 parameters from another module. Reported by Dan Katz.
3764 (verilog-auto, verilog-auto-assign-modport)
3765 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
3766 AUTOINOUTMODPORT for UVM interface module shell generation.
3767 Reported by Brad Dobbie.
3768 (verilog-auto-inst-interfaced-ports): Make default nil, as more
3769 standard behavior.
3770 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
3771 Reported by Matt Martin.
3772
3773 2012-09-25 Martin Rudalics <rudalics@gmx.at>
3774
3775 * window.el (window--resize-child-windows): When resizing child
3776 windows proportionally, process them in reverse order to
3777 preserve the "when splitting a window the new one gets the odd
3778 line" behavior.
3779 (window--resize-root-window-vertically): When resizing the
3780 minibuffer window try to affect only windows at the bottom of the
3781 frame. (Bug#12419)
3782
3783 2012-09-25 Chong Yidong <cyd@gnu.org>
3784
3785 * subr.el (declare): Doc fix.
3786
3787 * help-fns.el (help-fns--obsolete): Handle macros properly.
3788
3789 2012-09-25 Chong Yidong <cyd@gnu.org>
3790
3791 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
3792 this function obsolete.
3793
3794 * calendar/cal-x.el (calendar-two-frame-setup)
3795 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3796 * calendar/calendar.el (american-calendar, european-calendar)
3797 (calendar-for-loop):
3798 * comint.el (comint-dynamic-simple-complete)
3799 (comint-dynamic-complete-as-filename, comint-unquote-filename):
3800 * desktop.el (desktop-load-default):
3801 * dired-x.el (dired-omit-here-always)
3802 (dired-hack-local-variables, dired-default-directory):
3803 * emacs-lisp/derived.el (derived-mode-class):
3804 * emacs-lisp/timer.el (timer-set-time-with-usecs):
3805 * emacs-lock.el (toggle-emacs-lock):
3806 * epa.el (epa-display-verify-result):
3807 * epg.el (epg-sign-keys, epg-start-sign-keys)
3808 (epg-passphrase-callback-function):
3809 * eshell/esh-util.el (eshell-for):
3810 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
3811 (eshell-add-to-window-buffer-names):
3812 * files.el (locate-file-completion):
3813 * imenu.el (imenu-example--create-c-index)
3814 (imenu-example--create-lisp-index)
3815 (imenu-example--lisp-extract-index-name)
3816 (imenu-example--name-and-position):
3817 * international/mule-cmds.el (princ-list):
3818 * international/mule-diag.el (decode-codepage-char):
3819 * international/mule-util.el (detect-coding-with-priority):
3820 * iswitchb.el (iswitchb-read-buffer):
3821 * mail/mailalias.el (mail-complete):
3822 * mail/sendmail.el (mail-sent-via):
3823 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
3824 (mouse-major-mode-menu):
3825 * password-cache.el (password-read-and-add):
3826 * pcomplete.el (pcomplete-parse-comint-arguments):
3827 * progmodes/sh-script.el (sh-maybe-here-document):
3828 * replace.el (query-replace-regexp-eval):
3829 * savehist.el (savehist-load):
3830 * simple.el (choose-completion-delete-max-match):
3831 * term.el (term-dynamic-simple-complete):
3832 * vc/ediff-init.el (ediff-check-version):
3833 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
3834 * vc/vc.el (vc-diff-switches-list):
3835 * view.el (view-return-to-alist-update): Likewise.
3836
3837 * subr.el (eval-next-after-load, makehash, insert-string)
3838 (assoc-ignore-representation, assoc-ignore-case): Use declare to
3839 mark obsolete.
3840 (mode-line-inverse-video): Variable deleted.
3841
3842 * international/mule-util.el (string-to-sequence): Remove.
3843
3844 * calendar/calendar.el (calendar-version):
3845 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
3846 (icalendar-convert-diary-to-ical):
3847 * cus-edit.el (custom-mode):
3848 * ansi-color.el (ansi-color-unfontify-region):
3849 * international/latin1-disp.el (latin1-char-displayable-p):
3850 * progmodes/cwarn.el (turn-on-cwarn-mode):
3851 * progmodes/which-func.el (which-func-update-1):
3852 Use define-obsolete-function-alias.
3853
3854 * net/newst-backend.el (newsticker-cache-filename):
3855 * net/newst-treeview.el (newsticker-groups-filename):
3856 Fix incorrect obsolescence declaration.
3857
3858 * allout.el (allout-passphrase-hint-string): Likewise.
3859 (allout-init): Use a declare form to mark obsolete.
3860
3861 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
3862 this applies to functions.
3863
3864 * iswitchb.el (iswitchb-read-buffer): Move code of
3865 iswitchb-define-mode-map here, and delete that obsolete function.
3866
3867 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
3868 font-lock-reference-face.
3869
3870 2012-09-25 Glenn Morris <rgm@gnu.org>
3871
3872 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
3873 Doc fixes.
3874
3875 * eshell/em-term.el (eshell-term-name):
3876 Default to term-term-name. (Bug#12485)
3877
3878 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3879
3880 * progmodes/python.el (python-shell-send-buffer): Better handling
3881 of "if __name__ == '__main__':" conditionals when sending the buffer.
3882
3883 2012-09-24 Glenn Morris <rgm@gnu.org>
3884
3885 * eshell/esh-cmd.el (eshell-find-alias-function):
3886 Tighten up file-name regexp. (Bug#12499)
3887
3888 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
3889
3890 Enhancements for triple-quote string syntax.
3891 * progmodes/python.el (python-quote-syntax): Remove.
3892 (python-syntax-propertize-function): New value.
3893 (python-syntax-count-quotes, python-syntax-stringify):
3894 New functions.
3895
3896 2012-09-24 Chong Yidong <cyd@gnu.org>
3897
3898 * mail/supercite.el (sc-version): Remove obsolete function.
3899 (sc-describe): Don't mark as obsolete, since it is bound.
3900 (sc-submit-bug-report): Remove.
3901
3902 * vc/log-edit.el (cvs-changelog-full-paragraphs)
3903 (cvs-commit-buffer-require-final-newline): Remove.
3904 (log-edit-require-final-newline)
3905 (log-edit-changelog-full-paragraphs): Default to t.
3906
3907 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
3908 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3909 * vc/vc.el (vc-checkout-carefully): Likewise.
3910
3911 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
3912 (emerge-version): Remove.
3913
3914 * progmodes/compile.el (compile-internal): Remove.
3915 (compilation-parse-errors-function): Fix typo.
3916
3917 * international/mule.el (set-char-table-default): Remove.
3918 (set-coding-priority, make-coding-system, generic-char-p)
3919 (charset-list, charset-bytes, charset-id): Use declare to mark
3920 functions as obsolete.
3921
3922 * vc/pcvs-defs.el (cvs-buffer-name-alist)
3923 (cvs-invert-ignore-marks): Remove references to obsolete vars.
3924 * vc/vc-hooks.el (vc-default-registered): Don't use
3925 vc-master-templates.
3926
3927 * font-lock.el (font-lock-reference-face):
3928 Use define-obsolete-variable-alias.
3929
3930 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
3931 * calendar/calendar.el (calendar-font-lock-keywords):
3932 * calendar/diary-lib.el (diary-font-lock-keywords)
3933 (diary-fancy-font-lock-keywords):
3934 * textmodes/reftex-sel.el (reftex-insert-docstruct):
3935 * textmodes/reftex-index.el (reftex-insert-index):
3936 * textmodes/reftex-cite.el (reftex-format-bib-entry):
3937 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3938 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3939 * progmodes/prolog.el (prolog-font-lock-keywords):
3940 * progmodes/idlwave.el (idlwave-idl-keywords):
3941 * progmodes/ada-mode.el (ada-font-lock-keywords):
3942 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
3943
3944 2012-09-24 Glenn Morris <rgm@gnu.org>
3945
3946 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
3947
3948 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
3949
3950 * progmodes/python.el (python-indent-line): More consistent cursor
3951 movement behavior.
3952
3953 2012-09-23 Stefan Merten <smerten@oekonux.de>
3954
3955 * textmodes/rst.el: Fix compiler warning.
3956
3957 2012-09-23 Roland Winkler <winkler@gnu.org>
3958
3959 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
3960 Transcribe also LaTeX hyphenation.
3961 (bibtex-reformat): Bug fix. Do not quote twice the elements of
3962 bibtex-reformat-previous-options.
3963
3964 2012-09-23 Roland Winkler <winkler@gnu.org>
3965
3966 * proced.el (proced-renice-command): New variable.
3967 (proced-marked-processes): New function.
3968 (proced-with-processes-buffer): New macro.
3969 (proced-send-signal): Use them.
3970 (proced-renice): New command bound to r.
3971
3972 2012-09-23 Roland Winkler <winkler@gnu.org>
3973
3974 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
3975 ibuffer-saved-filter-groups has one element, shortcut the call of
3976 completing-read. (Bug#12331)
3977
3978 2012-09-23 Chong Yidong <cyd@gnu.org>
3979
3980 * bindings.el (mode-line-toggle-read-only):
3981 * bs.el (bs-toggle-readonly):
3982 * buff-menu.el (Buffer-menu-toggle-read-only):
3983 * dired.el (dired-toggle-read-only):
3984 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
3985
3986 2012-09-23 Chong Yidong <cyd@gnu.org>
3987
3988 * image.el (image-type-available-p): Adapt to init-image-library
3989 argument changes.
3990
3991 2012-09-22 Juri Linkov <juri@jurta.org>
3992
3993 * dired.el (dired-mode-map): Add [remap read-only-mode] for
3994 `dired-toggle-read-only'. (Bug#12462)
3995
3996 2012-09-22 Martin Rudalics <rudalics@gmx.at>
3997
3998 * subr.el (temp-output-buffer-show): New function.
3999 (with-output-to-temp-buffer): Call temp-output-buffer-show
4000 instead of internal-temp-output-buffer-show.
4001
4002 2012-09-22 Chong Yidong <cyd@gnu.org>
4003
4004 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
4005 (Bug#12462).
4006
4007 * repeat.el (repeat): Doc fix (Bug#12348).
4008
4009 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
4010 (Bug#10909).
4011
4012 * simple.el (shell-command-on-region): Doc fix.
4013 (read-only-mode): Doc fix.
4014
4015 2012-09-22 Eli Zaretskii <eliz@gnu.org>
4016
4017 * emacs-lisp/timer.el (run-with-idle-timer)
4018 (timer-activate-when-idle): Warn against reinvoking an idle timer
4019 from within its own timer action. (Bug#12447)
4020
4021 2012-09-22 Martin Rudalics <rudalics@gmx.at>
4022
4023 * cus-start.el (window-combination-limit): Add new optional
4024 values.
4025 * window.el (temp-buffer-window-show)
4026 (window--try-to-split-window): Handle new values of
4027 window-combination-limit (Bug#1806).
4028 (split-window): Test window-combination-limit for t instead of
4029 non-nil.
4030 (display-buffer-at-bottom): New buffer display action function.
4031 * help.el (temp-buffer-resize-regexps): New option.
4032 (temp-buffer-resize-mode): Rewrite doc-string.
4033 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
4034 Don't resize reused window. Suggested by Glenn Morris.
4035
4036 2012-09-22 Stefan Merten <smerten@oekonux.de>
4037
4038 * textmodes/rst.el: Revamp section title faces.
4039 (rst-official-version)
4040 (rst-package-emacs-version-alist): Sync with official version
4041 V1.4.0.
4042 (rst-faces-defaults, rst-set-level-default)
4043 (rst-level-face-max, rst-level-face-base-color)
4044 (rst-level-face-base-light, rst-level-face-format-light)
4045 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
4046 (rst-adornment-faces-alist): Match new setup.
4047 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
4048 (rst-level-5, rst-level-6): New faces.
4049
4050 2012-09-22 Chong Yidong <cyd@gnu.org>
4051
4052 * simple.el (undo): Handle indirect buffers (Bug#8207).
4053
4054 2012-09-21 Leo Liu <sdl.web@gmail.com>
4055
4056 IDO: Disable match re-ordering for buffer switching.
4057 * ido.el (ido-buffer-disable-smart-matches): New variable.
4058 (ido-set-matches-1): Use it. (Bug#2042)
4059
4060 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
4061
4062 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
4063 Fix 2011-05-17 change. (Bug#12418)
4064
4065 2012-09-21 Leo Liu <sdl.web@gmail.com>
4066
4067 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
4068
4069 2012-09-21 Glenn Morris <rgm@gnu.org>
4070
4071 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
4072 Be more robust about locating simple.el.
4073
4074 2012-09-21 Glenn Morris <rgm@gnu.org>
4075
4076 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
4077
4078 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
4079
4080 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
4081
4082 2012-09-20 Juri Linkov <juri@jurta.org>
4083
4084 * replace.el (query-replace-read-from): Use `read-regexp' instead
4085 of `read-from-minibuffer' when `regexp-flag' is non-nil.
4086 (occur-read-primary-args): Use `read-regexp' instead of
4087 `read-string'.
4088 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
4089 `read-from-minibuffer'.
4090 * isearch.el (isearch-occur): Use `read-regexp' instead of
4091 `read-string'.
4092 * dired.el (dired-read-regexp): Use `read-regexp' instead of
4093 `read-from-minibuffer'.
4094 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
4095 of `read-string'. (Bug#7567)
4096
4097 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
4098 and allow accepting a list of strings prepended to a list of
4099 standard default values. Doc fix. (Bug#12321)
4100
4101 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
4102
4103 * replace.el (read-regexp): Don't add ": " when PROMPT already
4104 ends with a colon and space. (Bug#12321)
4105
4106 2012-09-20 Tassilo Horn <tsdh@gnu.org>
4107
4108 * doc-view.el (doc-view-display): Better fix for the cl-assertion
4109 error.
4110
4111 2012-09-20 Stefan Merten <smerten@oekonux.de>
4112
4113 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
4114 Fixes feature request bug#11711.
4115 (rst-mode): Create `imenu-create-index-function'.
4116 (rst-get-stripped-line): Delete after refactoring.
4117 (rst-section-tree, rst-section-tree-rec)
4118 (rst-section-tree-point): Refactor and document properly.
4119 (rst-imenu-find-adornments-for-position)
4120 (rst-imenu-convert-cell, rst-imenu-create-index):
4121 New function.
4122
4123 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
4126 (macroexp--expand-all): Use it.
4127 (macroexp--funcall-and-return): Remove by folding it into its sole
4128 caller (macroexp--warn-and-return).
4129 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
4130 Use macroexp--obsolete-warning.
4131
4132 * calc/calc.el: Fix last change by removing the whole chunk, since it
4133 was only needed back when Calc was not bundled.
4134
4135 2012-09-20 Martin Rudalics <rudalics@gmx.at>
4136
4137 * emacs-lisp/debug.el (debug): Restore assignment to
4138 debugger-old-buffer removed on 2012-09-08.
4139
4140 2012-09-20 Juri Linkov <juri@jurta.org>
4141
4142 * dired-aux.el (dired-diff): Remove (require 'diff) since
4143 `diff-latest-backup-file' is now autoloaded.
4144
4145 2012-09-20 Chong Yidong <cyd@gnu.org>
4146
4147 * vc/diff.el (diff-latest-backup-file): Autoload.
4148
4149 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * calc/calc.el: Remove redundant autoload shape check.
4152 (sel-mode): Don't defvar.
4153 (calc-get-stack-element): Add `sel-mode' arg instead.
4154 (calc-top, calc-top-list): Pass it this additional argument.
4155 * calc/calc-store.el (calc-store-map):
4156 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
4157 (calc-map-equation, calc-outer-product, calc-inner-product):
4158 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
4159
4160 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
4161
4162 2012-09-19 Juri Linkov <juri@jurta.org>
4163
4164 * dired-aux.el (dired-diff): Add (require 'diff) because
4165 `diff-latest-backup-file' is not autoloaded.
4166 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
4167 of `dired-get-filename' to t to not report error when there is
4168 no default file on the current line.
4169
4170 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
4173 macroexp--eval-if-compile.
4174 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
4175 (macroexp--expand-all): Use them (bug#12371).
4176
4177 * doc-view.el (doc-view-guess-paper-size)
4178 (doc-view-scale-bounding-box): Fix unbound `caddr'.
4179
4180 2012-09-19 Tassilo Horn <tsdh@gnu.org>
4181
4182 New feature: set optimal slice from BoundingBox information.
4183 * doc-view.el (doc-view-mode-map): Add keybinding.
4184 (doc-view-menu): Add menu entry.
4185 (doc-view-set-slice): Adapt docstring.
4186 (doc-view-get-bounding-box, doc-view-guess-paper-size)
4187 (doc-view-scale-bounding-box)
4188 (doc-view-set-slice-from-bounding-box): New functions.
4189 (doc-view-paper-sizes): New defvar.
4190
4191 2012-09-19 Glenn Morris <rgm@gnu.org>
4192
4193 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
4194 (byte-compile-log-warning): Autoload. (Bug#12371)
4195
4196 * calendar/calendar.el (calendar-american-month-header)
4197 (calendar-european-month-header, calendar-iso-month-header)
4198 (calendar-month-header): New options.
4199 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
4200 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
4201
4202 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
4203
4204 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
4205
4206 2012-09-18 Juri Linkov <juri@jurta.org>
4207
4208 * dired-aux.el (dired-diff): Restore original functionality of
4209 getting the default value, but keep new feature of using the
4210 latest existing backup file (`diff-latest-backup-file').
4211
4212 2012-09-18 Juri Linkov <juri@jurta.org>
4213
4214 * dired.el (dired-mark): If the region is active in Transient Mark
4215 mode, mark all files in the active region. Doc fix.
4216 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
4217 Doc fix. (Bug#10624)
4218
4219 2012-09-18 Juri Linkov <juri@jurta.org>
4220
4221 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
4222 attributes for M-n are pulled from the file at point.
4223 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
4224 Suggested by Drew Adams. (Bug#10624)
4225
4226 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
4227
4228 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
4229 whitespace after "end".
4230 (ruby-do-end-to-brace): Collapse block to one line if it fits
4231 within fill-column.
4232
4233 2012-09-18 Martin Rudalics <rudalics@gmx.at>
4234
4235 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
4236 value.
4237 (debug): Don't remove debugger window when debugger is expected
4238 to be back.
4239
4240 2012-09-18 Chong Yidong <cyd@gnu.org>
4241
4242 * custom.el (defface): Doc fix.
4243
4244 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
4245
4246 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
4247
4248 * progmodes/compile.el (compilation-start): Use compilation-always-kill
4249 to initialize query-on-exit; then test that instead (bug#12288).
4250
4251 2012-09-17 Stefan Merten <smerten@oekonux.de>
4252
4253 * textmodes/rst.el: Add support for `testcover'.
4254 (rst-defcustom-testcover, rst-testcover-add-compose)
4255 (rst-testcover-add-1value): New functions.
4256 (rst-portable-mark-active-p): Replace by `use-region-p'.
4257 (rst-update-section, rst-classify-adornment)
4258 (rst-find-title-line): Mark `1value' forms.
4259 (rst-classify-adornment): Remove superfluous form.
4260 (rst-update-section, rst-get-adornments-around)
4261 (rst-adornment-complete-p, rst-get-next-adornment)
4262 (rst-adjust, rst-promote-region)
4263 (rst-display-adornments-hierarchy, rst-straighten-adornments)
4264 (rst-find-pfx-in-region, rst-section-tree-rec)
4265 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
4266 (rst-toc-node, rst-toc, rst-forward-section)
4267 (rst-iterate-leftmost-paragraphs)
4268 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
4269 (rst-bullet-list-region)
4270 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
4271 (rst-compile-find-conf, rst-compile)
4272 (rst-repeat-last-character): Fix style.
4273
4274 2012-09-17 Chong Yidong <cyd@gnu.org>
4275
4276 * comint.el (comint--complete-file-name-data): Don't add a space
4277 if the status is `sole'; that adds a gratuitous space in the
4278 completion-cycling case (Bug#12092).
4279
4280 * pcomplete.el (pcomplete-completions-at-point): Likewise.
4281
4282 2012-09-17 Richard Stallman <rms@gnu.org>
4283
4284 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
4285 only in the mime-shown mode, not in raw mode.
4286 (rmail-mime): Toggle off mime by displaying the message without
4287 mime processing. (Bug#12305)
4288
4289 * mail/rmail.el (rmail-retry-failure):
4290 Turn off mime processing first. (Bug#12037)
4291
4292 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
4293
4294 2012-09-17 Chong Yidong <cyd@gnu.org>
4295
4296 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
4297 (shell-dynamic-complete-functions): Convert to defcustom.
4298 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
4299
4300 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
4301 * comint.el (comint-prompt-read-only):
4302 * custom.el (defcustom):
4303 * hi-lock.el (hi-lock-mode):
4304 * ibuffer.el (ibuffer-formats):
4305 * ielm.el (ielm-prompt-read-only):
4306 * novice.el (disable-command):
4307 * saveplace.el (toggle-save-place):
4308 * speedbar.el (speedbar-supported-extension-expressions):
4309 * startup.el (auto-save-list-file-prefix, init-file-user)
4310 (after-init-hook, inhibit-startup-echo-area-message):
4311 * strokes.el (strokes-help):
4312 * time-stamp.el (time-stamp):
4313 * calendar/calendar.el (calendar, diary-file):
4314 * calendar/diary-lib.el (diary-mail-entries, diary)
4315 (diary-list-entries-hook):
4316 * calendar/holidays.el (holidays, calendar-holidays):
4317 * calendar/lunar.el (lunar-phases):
4318 * calendar/solar.el (sunrise-sunset):
4319 * emulation/edt.el (edt-load-keys):
4320 * emulation/viper.el (viper-mode):
4321 * eshell/em-alias.el (eshell-command-aliases-list):
4322 * eshell/esh-util.el (eshell-convert-numeric-arguments):
4323 * international/ogonek.el (ogonek-information):
4324 * net/tramp-cmds.el (tramp-bug):
4325 * net/quickurl.el (quickurl-reread-hook-postfix):
4326 * play/decipher.el (decipher-font-lock-keywords):
4327 * progmodes/cc-styles.el (c-set-style):
4328 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
4329 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4330 * progmodes/octave-mod.el (octave-mode):
4331 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
4332 * progmodes/verilog-mode.el (verilog-read-defines):
4333 * textmodes/two-column.el (2C-mode): Likewise.
4334
4335 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4336
4337 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
4338 that holds many addresses.
4339
4340 2012-09-16 Chong Yidong <cyd@gnu.org>
4341
4342 * align.el (align-areas): Call the indication function with
4343 positions instead of markers for arguments (Bug#12343).
4344
4345 * files.el (parse-colon-path): Use split-string (Bug#12351).
4346
4347 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4348 (display-buffer-function): Mark as obsolete.
4349
4350 * progmodes/compile.el (compilation-parse-errors): Accept list
4351 values similar to font-lock-keywords (Bug#12136).
4352 Suggested by Oleksandr Manzyuk.
4353 (compilation-error-regexp-alist): Doc fix.
4354
4355 2012-09-15 Glenn Morris <rgm@gnu.org>
4356
4357 * version.el (emacs-bzr-version-bzr): New function.
4358 (emacs-bzr-get-version): Add optional EXTERNAL argument.
4359
4360 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
4361 checkouts, check the parent dirstate matches the branch.
4362 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
4363 empty string.
4364
4365 * version.el (emacs-bzr-version): Doc fix.
4366 (emacs-bzr-version-dirstate): New function.
4367 (emacs-bzr-get-version): For lightweight checkouts, if the parent
4368 is local try and check that it matches the branch. If not, just
4369 use dirstate information. (Bug#12441)
4370
4371 2012-09-14 Juri Linkov <juri@jurta.org>
4372
4373 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
4374 (Bug#12399)
4375
4376 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
4379
4380 * emacs-lisp/edebug.el: Miscellaneous cleanup.
4381 Remove obsolete byte-compiler hack that tried to silence some warnings.
4382 (edebug-submit-bug-report): Remove.
4383 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
4384 Remove aliases, use the un-prefixed name instead.
4385 (edebug-pop-to-buffer): Consider other frames.
4386 (edebug-original-read):: Make it more obvious that it's always defined.
4387 (edebug--make-form-data-entry, edebug--form-data-name)
4388 (edebug--form-data-begin, edebug--form-data-end): Rename from the
4389 single-dashed name, and implement with cl-defstruct.
4390 (edebug-set-form-data-entry): Use the standard accessors.
4391 (edebug-make-top-form-data-entry): Use push.
4392 (edebug-no-match): Drop useless `funcall'.
4393 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
4394 to functions.
4395 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
4396 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
4397 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
4398 (easy-menu-define, with-custom-print): Remove redundant specs.
4399 (edebug-outside-overriding-local-map)
4400 (edebug-outside-overriding-terminal-local-map): Remove, unused.
4401 (edebug--display): Bind unread-command-events directly to nil rather
4402 than binding it to unread-command-events and later setting it to nil.
4403 (edebug--display): Kill edebug-eval-buffer here...
4404 (edebug--recursive-edit): ...rather than here.
4405 Bind standard-output and standard-input.
4406 (edebug-eval): Check cl-macroexpand-all is fboundp.
4407 (edebug-temp-display-freq-count): Fix last change.
4408
4409 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
4410 * subr.el (noreturn, 1value): Add `debug' spec.
4411 * emacs-lisp/advice.el: Require cl-lib.
4412 (ad-copy-tree): Remove, use copy-tree instead.
4413 (ad-dolist): Remove use dolist or cl-dolist instead.
4414 (ad-do-return): Remove, use cl-return instead.
4415 (defadvice): Add `debug' spec.
4416
4417 2012-09-13 Juri Linkov <juri@jurta.org>
4418
4419 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
4420 (Bug#12399)
4421
4422 2012-09-13 Glenn Morris <rgm@gnu.org>
4423
4424 * calc/calc.el (math-compose-expr):
4425 * calc/calc-ext.el (math-compose-expr):
4426 * progmodes/cc-defs.el (cl-macroexpand-all):
4427 * progmodes/cc-langs.el (delete-duplicates, mapcan)
4428 (cl-macroexpand-all): Update declarations.
4429
4430 * vc/vc.el: No need to require ediff.
4431 (ediff-load-version-control): Declare.
4432 (ediff-vc-internal): Fix declaration.
4433 (vc-version-ediff): Require ediff.
4434
4435 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4436
4437 Use a more backwards-compatible timer format (Bug#12430).
4438 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
4439 being right after USECS, as that better supports old code that
4440 inadvisedly looked directly at the timer vector.
4441
4442 2012-09-13 Kenichi Handa <handa@gnu.org>
4443
4444 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4445 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
4446 `coding-priority' property of these language environment.
4447
4448 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4449
4450 Fix glitches caused by addition of psec to timers (Bug#12430).
4451 * image.el (image-animate-timer):
4452 * time.el (display-time-world-timer):
4453 Use timer--function and timer--args rather than raw access to
4454 timer vector.
4455
4456 2012-09-13 Glenn Morris <rgm@gnu.org>
4457
4458 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4459 If not compiling a file, try using load-file-name.
4460
4461 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4462
4463 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
4464 Fix last change.
4465 (edebug-update-eval-list): Use `push'.
4466
4467 * emacs-lisp/edebug.el: Use lexical-binding.
4468 Remove the "edebug-" prefix from non-dynamically-scoped variables.
4469 Mark unused args with underscore.
4470 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
4471 (edebug-form-data): Use defvar-local.
4472 (edebug-make-before-and-after-form, edebug-make-after-form):
4473 Use backquote.
4474 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
4475 Not dynamically scoped any more.
4476 (edebug--enter-trace): Add arguments `function' and `args'.
4477 Rename from edebug-enter-trace.
4478 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
4479 (edebug--update-coverage): Add `after-index' and `value' args.
4480 Rename from edebug-update-coverage.
4481 (edebug-slow-after): Call it accordingly.
4482 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
4483 edebug-recursive-edit.
4484 (edebug--display): Call it accordingly. Add args `value',
4485 `offset-index', and `arg-mode'. Rename from edebug-display.
4486 (edebug-debugger, edebug): Call it accordingly.
4487 (edebug-eval-display-list): Use dolist.
4488
4489 2012-09-12 Juri Linkov <juri@jurta.org>
4490
4491 * info.el (Info-search): Don't check for isearch-mode and
4492 isearch-regexp before let-binding search-spaces-regexp to
4493 Info-search-whitespace-regexp.
4494 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
4495 search-whitespace-regexp if isearch-lax-whitespace or
4496 isearch-regexp-lax-whitespace is non-nil.
4497 (Info-mode): Don't set local variable search-whitespace-regexp.
4498 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
4499
4500 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
4503 (debugger-env-macro): Remove support for unread-command-char.
4504
4505 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
4506 the temporary map re-appearing on emulation-mode-map-alists.
4507
4508 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
4509 since 22.1.
4510
4511 * ehelp.el (with-electric-help): Accept functions in
4512 electric-help-form-to-execute.
4513 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
4514 And replace unread-command-char -> unread-command-events.
4515
4516 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
4517
4518 Sync with Tramp 2.2.6.
4519
4520 * net/tramp.el (tramp-accept-process-output): Don't use
4521 JUST-THIS-ONE in the XEmacs case.
4522
4523 * net/trampver.el: Update release number.
4524
4525 2012-09-12 Martin Rudalics <rudalics@gmx.at>
4526
4527 * emacs-lisp/debug.el (debugger-previous-window-height):
4528 New variable.
4529 (debug): When debugger-jumping-flag is non-nil try to restore
4530 height of debugger window. (Bug#8789)
4531
4532 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
4535 overriding-local-map and pre/post-command-hook here.
4536 (edebug-recursive-edit): Do it here instead (bug#12345).
4537 (edebug-outside-unread-command-char): Remove all uses of
4538 unread-command-char.
4539
4540 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
4541 inhibit-debugger is bound instead.
4542
4543 2012-09-11 Bastien Guerry <bzg@gnu.org>
4544
4545 * subr.el (set-temporary-overlay-map): Add a docstring.
4546 (Bug#12346)
4547
4548 2012-09-11 Bastien Guerry <bzg@gnu.org>
4549
4550 * minibuffer.el (completion-table-subvert): Fix docstring.
4551 (Bug#12347)
4552
4553 2012-09-11 Bastien Guerry <bzg@gnu.org>
4554
4555 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
4556
4557 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
4558
4559 * progmodes/sql.el: Version 3.1
4560 (sql-db2-escape-newlines): New variable.
4561 (sql-escape-newlines-filter): Use it.
4562
4563 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
4564
4565 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
4566
4567 2012-09-10 Dan Nicolaescu <dann@gnu.org>
4568
4569 * vc/diff-mode.el (diff-mode-menu):
4570 Bind diff-remove-trailing-whitespace.
4571
4572 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
4575 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
4576 (emacs-lisp-byte-code-mode): New functions.
4577 (eval-sexp-add-defvars): Don't skip defvars in column >0.
4578 (eval-defun-2): Remove bogus interactive spec.
4579 (lisp-indent-line): Remove redundant whole-exp code, now done in
4580 indent-according-to-mode.
4581 (save-match-data): Remove redundant indent data.
4582
4583 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
4584 Use `declare'.
4585
4586 2012-09-09 Juri Linkov <juri@jurta.org>
4587
4588 * replace.el (replace-regexp-lax-whitespace): New defcustom.
4589 (replace-lax-whitespace, query-replace-regexp)
4590 (query-replace-regexp-eval, replace-regexp): Doc fix.
4591 (perform-replace, replace-highlight): Let-bind
4592 isearch-lax-whitespace to replace-lax-whitespace and
4593 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
4594
4595 * isearch.el (isearch-query-replace): Let-bind
4596 replace-lax-whitespace to isearch-lax-whitespace and
4597 replace-regexp-lax-whitespace to
4598 isearch-regexp-lax-whitespace. (Bug#10885)
4599
4600 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
4603
4604 2012-09-09 Alan Mackenzie <acm@muc.de>
4605
4606 * progmodes/cc-engine.el (c-state-cache-init):
4607 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
4608 (c-record-parse-state-state):
4609 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
4610
4611 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
4612
4613 * register.el (register-separator): Rename from
4614 separator-register. All uses changed. Doc fix.
4615 (register): Fix version.
4616
4617 2012-09-09 Chong Yidong <cyd@gnu.org>
4618
4619 * replace.el (query-replace-map): Bind four new symbols for
4620 requesting window scrolling.
4621
4622 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
4623 query-replace-map (Bug#8948).
4624
4625 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
4626
4627 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
4628 since they are now in query-replace-map.
4629
4630 * window.el (scroll-other-window-down): Make the arg optional.
4631
4632 2012-09-09 Chong Yidong <cyd@gnu.org>
4633
4634 * files.el (hack-local-variables-confirm): Use quit-window to kill
4635 the *Local Variables* buffer.
4636
4637 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4638
4639 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
4640 not just expect to be at its beginning. Adjust callees.
4641 Succeed when do-end block has no space before the pipe character.
4642 (ruby-brace-to-do-end): When the original block is one-liner,
4643 convert to multiline. Reindent the result.
4644
4645 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
4646
4647 * register.el (register): New group.
4648 (separator-register): New user option.
4649 (increment-register): Route it to `append-to-register', if
4650 register contains text. Implication is that `C-x r +' can now be
4651 used for appending to a text register (bug#12217).
4652 (append-to-register, prepend-to-register): Add separator based on
4653 `separator-register'.
4654
4655 2012-09-08 Alan Mackenzie <acm@muc.de>
4656
4657 AWK Mode: make auto-newline work when there's "==" in the pattern.
4658 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
4659 correctly.
4660 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
4661 Test more rigorously for "=" token.
4662
4663 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
4664
4665 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
4666 Only fail when reached LIMIT.
4667
4668 2012-09-08 Chong Yidong <cyd@gnu.org>
4669
4670 * dired.el (dired-mode-map): Don't bind M-=.
4671
4672 * dired-aux.el (dired-diff): Use backup file as default.
4673
4674 2012-09-08 Drew Adams <drew.adams@oracle.com>
4675
4676 * subr.el (add-to-history): Fix delete usage (Bug#12314).
4677
4678 2012-09-08 Chong Yidong <cyd@gnu.org>
4679
4680 * subr.el (syntax-after, syntax-class): Doc fix.
4681
4682 2012-09-08 Martin Rudalics <rudalics@gmx.at>
4683
4684 * window.el (display-buffer-in-previous-window): New buffer
4685 display action function.
4686
4687 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
4688 (debugger-previous-window): New variable.
4689 (debug): Rewrite using display-buffer-in-previous-window,
4690 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
4691
4692 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
4695
4696 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
4697
4698 * progmodes/python.el (python-shell-send-string):
4699 When default-directory is remote, create temp file on remote
4700 filesystem.
4701 (python-shell-send-file): When file is remote, pass local view of
4702 file paths to remote Python interpreter. (Bug#12340)
4703
4704 2012-09-07 Chong Yidong <cyd@gnu.org>
4705
4706 * window.el (switch-to-buffer): Doc fix (Bug#12181).
4707
4708 * files.el (after-find-file): Don't fail on a read-only buffer if
4709 require-final-newline is `visit' or `visit-save' (Bug#11156).
4710
4711 * subr.el (read-char-choice): Allow quitting via ESC ESC.
4712
4713 * userlock.el (ask-user-about-supersession-threat):
4714 Use read-char-choice (Bug#12093).
4715
4716 2012-09-07 Chong Yidong <cyd@gnu.org>
4717
4718 * subr.el (buffer-narrowed-p): New function.
4719
4720 * ses.el (ses-widen):
4721 * simple.el (count-words--buffer-message):
4722 * net/browse-url.el (browse-url-of-buffer): Use it.
4723
4724 * simple.el (count-words-region): Don't signal an error if there
4725 is a non-nil prefix arg and the mark is not set.
4726
4727 * help.el (describe-key-briefly): Allow the message to be seen
4728 when invoked from the minibuffer (Bug#7014).
4729
4730 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4731
4732 * progmodes/ruby-mode.el (ruby-end-of-defun)
4733 (ruby-beginning-of-defun): Simplify, allow indentation before
4734 block beginning and end keywords.
4735 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
4736 (ruby-end-of-defun): Expect that the point is at the beginning of
4737 the defun.
4738
4739 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
4742 (bug#12367).
4743 (cl--make-usage-args): Strip _ from argument names.
4744
4745 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4746
4747 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
4748 obsolete alias speedbar-key-map.
4749 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
4750 (vhdl-index-menu-init): Don't use obsolete variable
4751 font-lock-maximum-size.
4752
4753 2012-09-06 Chong Yidong <cyd@gnu.org>
4754
4755 * frame.el (window-system-version): Mark as obsolete.
4756
4757 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
4758 of obsolete variable speedbar-key-map.
4759
4760 2012-09-06 Juri Linkov <juri@jurta.org>
4761
4762 * replace.el (replace-lax-whitespace): New defcustom.
4763 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4764 (replace-string, replace-regexp): Mention it in docstrings.
4765 (perform-replace, replace-highlight): Let-bind
4766 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
4767 to the values of replace-lax-whitespace and regexp-flag.
4768 Don't let-bind search-whitespace-regexp. (Bug#10885)
4769
4770 * isearch.el (isearch-query-replace): Let-bind
4771 replace-lax-whitespace instead of let-binding
4772 replace-search-function and replace-re-search-function.
4773 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
4774 and isearch-regexp-lax-whitespace to lazy-highlight variables.
4775 (isearch-toggle-symbol): Set isearch-regexp to nil
4776 in isearch-word mode (like in isearch-toggle-word).
4777
4778 2012-09-06 Juri Linkov <juri@jurta.org>
4779
4780 * replace.el (replace-search-function)
4781 (replace-re-search-function): Set default values to nil.
4782 (perform-replace): Let-bind isearch-related variables based on
4783 replace-related values, call `isearch-search-fun' and let-bind
4784 the result to `search-function'. Remove code that sets
4785 `search-function' and `search-string' separately for
4786 `delimited-flag'.
4787 (replace-highlight): Add new argument `delimited-flag' and
4788 rename other arguments to the names used in `perform-replace'.
4789 Let-bind `isearch-word' to the argument `delimited-flag'.
4790 (Bug#10885, bug#10887)
4791
4792 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
4793
4794 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
4795 ruby-beginning-of-indent, simplify, allow all keywords to have
4796 indentation before them.
4797 (ruby-beginning-of-indent): Adjust for above. Search until the
4798 found point is not inside a string or comment.
4799 (ruby-font-lock-keywords): Allow symbols to start with "@"
4800 character, give them higher priority than variables.
4801 (ruby-syntax-propertize-function)
4802 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
4803 matchers. Expression expansions are not comments when inside a
4804 string, and there comment syntax status is irrelevant.
4805 (ruby-match-expression-expansion): New function. Check that
4806 expression expansion is inside a string, and it's not escaped.
4807 (ruby-font-lock-keywords): Use it.
4808
4809 2012-09-05 Martin Rudalics <rudalics@gmx.at>
4810
4811 * help.el (temp-buffer-max-height): New default value.
4812 (temp-buffer-resize-frames): New option.
4813 (resize-temp-buffer-window): Optionally resize frame.
4814
4815 * window.el (fit-frame-to-buffer-bottom-margin): New option.
4816 (fit-frame-to-buffer): New function.
4817
4818 2012-09-05 Glenn Morris <rgm@gnu.org>
4819
4820 * emulation/cua-rect.el (cua--init-rectangles):
4821 * textmodes/picture.el (picture-mode-map):
4822 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
4823 like forward-char and backward-char. (Bug#12317)
4824
4825 2012-09-05 Leo Liu <sdl.web@gmail.com>
4826
4827 * progmodes/flymake.el (flymake-warning-re): New variable.
4828 (flymake-parse-line): Use it.
4829
4830 2012-09-05 Glenn Morris <rgm@gnu.org>
4831
4832 * calendar/holidays.el (holiday-christian-holidays):
4833 Rename an entry. (Bug#12289)
4834
4835 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
4838 (bug#12222).
4839
4840 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * loadup.el: Load macroexp. Remove hack.
4843 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
4844 (macroexp--expand-all): Use it to get better warnings.
4845 (macroexp--backtrace, macroexp--trim-backtrace-frame)
4846 (internal-macroexpand-for-load): New functions.
4847 (macroexp--pending-eager-loads): New var.
4848 (emacs-startup-hook): New hack to replace one in loadup.el.
4849 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
4850 (cl--compiler-macro-cXXr): Move to top, before they can be used.
4851 (cl-psetf): Simplify.
4852 (cl-defstruct): Add indent rule.
4853
4854 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
4855
4856 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
4857 over `user-mail-address' for the SMTP MAIL FROM envelope.
4858 (smtpmail-via-smtp): Ditto.
4859
4860 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
4861
4862 * progmodes/ruby-mode.el: Clean up keybindings.
4863 (ruby-mode-map): Don't bind ruby-electric-brace,
4864 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
4865 backward-kill-word, reindent-then-newline-and-indent.
4866 (ruby-mark-defun): Remove.
4867 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
4868 (ruby-mode): Set local beginning-of-defun-function and
4869 end-of-defun-function values.
4870
4871 2012-09-03 Martin Rudalics <rudalics@gmx.at>
4872
4873 * window.el (temp-buffer-window-setup-hook)
4874 (temp-buffer-window-show-hook): New hooks.
4875 (temp-buffer-window-setup, temp-buffer-window-show)
4876 (with-temp-buffer-window): New functions.
4877 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
4878 (special-display-popup-frame): Make sure the window used shows BUFFER.
4879
4880 * help.el (temp-buffer-resize-mode): Fix doc-string.
4881 (resize-temp-buffer-window): New optional argument WINDOW.
4882
4883 * files.el (recover-file, save-buffers-kill-emacs):
4884 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
4885
4886 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
4887
4888 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
4889 remote definition of `default-directory', ensure we can connect.
4890
4891 2012-09-02 Juri Linkov <juri@jurta.org>
4892
4893 Toggle whitespace matching mode with M-s SPC.
4894 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
4895
4896 * isearch.el (search-whitespace-regexp): Doc fix.
4897 Remove cons cell customization.
4898 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
4899 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
4900 New variables.
4901 (isearch-forward, isearch-forward-regexp): Doc fix.
4902 (isearch-toggle-lax-whitespace): New command.
4903 (search-forward-lax-whitespace, search-backward-lax-whitespace)
4904 (re-search-forward-lax-whitespace)
4905 (re-search-backward-lax-whitespace): New functions.
4906 (isearch-whitespace-regexp): Remove function.
4907 (isearch-query-replace): Let-bind replace-search-function and
4908 replace-re-search-function.
4909 (isearch-occur): Let-bind search-spaces-regexp according to the
4910 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
4911 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
4912 condition for C-q SPC.
4913 (isearch-search-fun-default): Use new functions mentioned above.
4914 (isearch-search-forward, isearch-search-backward): Remove functions.
4915 (isearch-search): Don't let-bind search-spaces-regexp.
4916 (isearch-lazy-highlight-space-regexp): Remove variable.
4917 (isearch-lazy-highlight-lax-whitespace)
4918 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
4919 (isearch-lazy-highlight-new-loop): Use them.
4920 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
4921
4922 2012-09-02 Chong Yidong <cyd@gnu.org>
4923
4924 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
4925
4926 2012-09-02 Glenn Morris <rgm@gnu.org>
4927
4928 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
4929
4930 2012-09-01 Glenn Morris <rgm@gnu.org>
4931
4932 * term.el: Tidy up menu definitions.
4933 (term-mode-map): Use easymenu for In/Out, Complete menus.
4934 (term-pager-break-map): Initialize in the defvar.
4935 (term-terminal-menu, term-signals-menu): Define with easymenu.
4936 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
4937 (term-pager-menu): New, extracted from term-process-pager.
4938 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
4939 (term-update-mode-line): Propertize line/char and page items.
4940 (term-process-pager): Move keymap initialization elsewhere.
4941
4942 2012-09-01 Martin Rudalics <rudalics@gmx.at>
4943
4944 * window.el (switch-to-prev-buffer): Handle additional values of
4945 BURY-OR-KILL argument. Don't switch in minibuffer window.
4946 (switch-to-next-buffer): Don't switch in minibuffer window.
4947 (quit-restore-window): New function based on quit-window.
4948 Handle additional values of former KILL argument.
4949 (quit-window): Call quit-restore-window with appropriate
4950 interpretation of KILL argument.
4951 (display-buffer-below-selected): New buffer display action
4952 function.
4953
4954 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * minibuffer.el (completion-at-point-functions): Complete docstring
4957 (bug#12254).
4958
4959 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
4960
4961 Better seed support for (random).
4962 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
4963 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
4964 * play/mpuz.el, play/tetris.el, play/zone.el:
4965 * calc/calc-comb.el (math-init-random-base):
4966 * play/blackbox.el (bb-init-board):
4967 * play/life.el (life):
4968 * server.el (server-use-tcp):
4969 * type-break.el (type-break):
4970 Remove unnecessary call to (random t).
4971 * net/sasl.el (sasl-unique-id-function):
4972 Change (random t) to (random), now that the latter is more random.
4973 * play/life.el (life-initialized): Remove no-longer-needed var.
4974
4975 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
4976
4977 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4978 Consider frame's buffer predicate when choosing the buffer.
4979 (Bug#12081)
4980
4981 2012-08-30 Richard Stallman <rms@gnu.org>
4982
4983 * simple.el (special-mode-map): Delete binding for `z'.
4984
4985 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
4986
4987 * progmodes/compile.el (compilation-always-kill): Doc fix.
4988
4989 2012-08-30 Chong Yidong <cyd@gnu.org>
4990
4991 * window.el (display-buffer-reuse-frames): Make the obsolescence
4992 message more informative.
4993
4994 2012-08-30 Glenn Morris <rgm@gnu.org>
4995
4996 * paren.el (show-paren-delay):
4997 Add a :set function. Doc fix. (Bug#12297)
4998
4999 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
5000
5001 * progmodes/compile.el (compilation-always-kill): New var.
5002 (compilation-start): Use it.
5003
5004 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * simple.el (read-only-mode): Move from files.el for bootstrapping.
5007 * files.el (read-only-mode): Move to simple.el.
5008
5009 * files.el (read-only-mode): New minor mode.
5010 (toggle-read-only): Use it and mark obsolete.
5011 (find-file--read-only):
5012 * vc/vc.el (vc-next-action, vc-checkout):
5013 * vc/vc-cvs.el (vc-cvs-checkout):
5014 * obsolete/vc-mcvs.el (vc-mcvs-update):
5015 * ffap.el (ffap--toggle-read-only): Update callers.
5016
5017 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
5018
5019 * eshell/esh-ext.el (eshell-external-command): Do not examine
5020 remote shell scripts.
5021 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
5022
5023 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
5024 "/usr/local/sbin".
5025
5026 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
5029
5030 2012-08-28 Leo Liu <sdl.web@gmail.com>
5031
5032 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
5033 completion-at-point. (Bug#12220)
5034
5035 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
5036
5037 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
5038
5039 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5040
5041 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
5042 be buffer-local; add delete-trailing-whitespace (bug#12259).
5043
5044 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
5045
5046 * progmodes/hideif.el (hif-compress-define-list):
5047 Fix typo. (Bug#11951)
5048
5049 2012-08-28 Dan Nicolaescu <dann@gnu.org>
5050
5051 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
5052 buffer local setting.
5053
5054 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
5055 rcirc-encode-coding-system.
5056
5057 2012-08-28 Leo Liu <sdl.web@gmail.com>
5058
5059 * net/rcirc.el (rcirc-split-message): New function.
5060 (rcirc-send-message): Use it. (Bug#12051)
5061
5062 2012-08-28 Juri Linkov <juri@jurta.org>
5063
5064 * info.el (Info-fontify-node): Hide empty lines at the end of
5065 the node. (Bug#12272)
5066
5067 2012-08-27 Drew Adams <drew.adams@oracle.com>
5068
5069 * dired.el (dired-pop-to-buffer): Make window start at beginning
5070 of buffer (Bug#12281).
5071
5072 2012-08-26 Chong Yidong <cyd@gnu.org>
5073
5074 * window.el (special-display-regexps, special-display-frame-alist)
5075 (special-display-buffer-names, special-display-function)
5076 (display-buffer-reuse-frames): Mark as obsolete.
5077
5078 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
5079
5080 * help.el (help-print-return-message): Don't treat
5081 display-buffer-reuse-frames specially.
5082
5083 2012-08-26 Chong Yidong <cyd@gnu.org>
5084
5085 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5086 New variable, replacing gdb-frame-parameters.
5087 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
5088 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
5089 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
5090 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
5091 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
5092 the functions directly with gdb-display-buffer-other-frame-action.
5093 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
5094 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
5095 (gdb-display-stack-buffer, gdb-display-locals-buffer)
5096 (gdb-display-registers-buffer): Define directly.
5097 (def-gdb-display-buffer): Macro deleted.
5098 (gdb-display-buffer): Remove second and third args, callers don't
5099 use them. Defer to the default display-buffer behavior, apart
5100 from making windows dedicated.
5101 (gdb-setup-windows): Don't call display-buffer unnecessarily.
5102
5103 * progmodes/gud.el (gud-display-line): Just use display-buffer.
5104
5105 * window.el (display-buffer-pop-up-frame): Handle a
5106 pop-up-frame-parameters alist entry.
5107 (display-buffer): Document it.
5108
5109 2012-08-26 Chong Yidong <cyd@gnu.org>
5110
5111 * isearch.el (search-whitespace-regexp): Make string and nil
5112 values apply to both ordinary and regexp search. Allow a cons
5113 cell value to distinguish between the two.
5114 (isearch-whitespace-regexp, isearch-search-forward)
5115 (isearch-search-backward): New functions.
5116 (isearch-occur, isearch-search-fun-default, isearch-search)
5117 (isearch-lazy-highlight-new-loop): Use them.
5118 (isearch-forward, isearch-forward-regexp): Doc fix.
5119
5120 2012-08-26 Chong Yidong <cyd@gnu.org>
5121
5122 * faces.el (help-argument-name): Always inherit from italic
5123 (Bug#12213).
5124
5125 2012-08-25 Martin Rudalics <rudalics@gmx.at>
5126
5127 * window.el (window--even-window-heights): Even heights when
5128 WINDOW and the selected window form a vertical combination.
5129 (display-buffer-use-some-window): Provide that window used gets
5130 sized back by quit-window. (Bug#11880) and (Bug#12091)
5131
5132 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
5133
5134 Fix file time stamp problem with bzr and CVS (Bug#12001).
5135 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
5136 in the file's time stamp, since the version control system loses
5137 that information.
5138
5139 2012-08-22 Juri Linkov <juri@jurta.org>
5140
5141 * info.el (Info-fontify-node): Hide the suffix of the
5142 Info file name in the header line. (Bug#12187)
5143
5144 2012-08-22 Glenn Morris <rgm@gnu.org>
5145
5146 * calendar/cal-tex.el (cal-tex-weekly-common):
5147 Restore leading blank page.
5148
5149 2012-08-22 Le Wang <l26wang@gmail.com>
5150
5151 * misc.el (forward-to-word, backward-to-word): Activate or extend
5152 the region under `shift-select-mode'. (Bug#12231)
5153
5154 2012-08-22 Bastien Guerry <bzg@gnu.org>
5155
5156 * progmodes/executable.el (executable-prefix): Set to "#!" instead
5157 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
5158 gives details on why the space is never needed.
5159
5160 2012-08-22 Martin Rudalics <rudalics@gmx.at>
5161
5162 * window.el (walk-window-tree, window-with-parameter):
5163 New optional argument MINIBUF to control whether these functions
5164 should run on the minibuffer window.
5165 (window-at-side-list): Don't operate on minibuffer window.
5166 (window-in-direction): Simplify and rewrite doc-string.
5167 (window--size-ignore): Rename to window--size-ignore-p.
5168 Update callers.
5169 (display-buffer-in-atom-window, window--major-non-side-window)
5170 (window--major-side-window, display-buffer-in-major-side-window)
5171 (delete-side-window, display-buffer-in-side-window):
5172 New functions.
5173 (window--side-check, window-deletable-p, delete-window)
5174 (delete-other-windows, split-window): Handle side windows and
5175 atomic windows appropriately.
5176 (window--display-buffer): Call display-buffer-record-window also
5177 when the window buffer did not change.
5178
5179 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
5180
5181 * help-fns.el (help-fns--key-bindings):
5182 Abbreviate non-symbol remap targets. (Bug#12174)
5183
5184 2012-08-22 Martin Rudalics <rudalics@gmx.at>
5185
5186 * dired.el (dired-mark-remembered): Don't clobber point.
5187 (Bug#11795)
5188
5189 2012-08-22 Glenn Morris <rgm@gnu.org>
5190
5191 * progmodes/bug-reference.el (bug-reference): New custom group.
5192 (bug-reference-bug-regexp): Make it a defcustom.
5193
5194 2012-08-22 Daiki Ueno <ueno@unixuser.org>
5195
5196 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
5197 (js-paren-indent-offset, js-square-indent-offset)
5198 (js-curly-indent-offset): Add :safe (Bug#12257).
5199
5200 2012-08-22 Edward O'Connor <hober0@gmail.com>
5201
5202 * json.el (json-key-format): Add error properties.
5203 (json-encode-key): New function.
5204 (json-encode-hash-table, json-encode-alist, json-encode-plist):
5205 Use json-encode-key.
5206
5207 2012-08-22 Glenn Morris <rgm@gnu.org>
5208
5209 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
5210 (cal-tex-leftday, cal-tex-rightday): Remove functions.
5211 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
5212 Update for above change.
5213
5214 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
5215
5216 * cus-face.el (custom-face-attributes): Fix customize type for the
5217 :underline attribute. (Bug#11805)
5218
5219 2012-08-21 Martin Rudalics <rudalics@gmx.at>
5220
5221 * window.el (window-point-1, set-window-point-1): Remove.
5222 (window-in-direction, record-window-buffer)
5223 (set-window-buffer-start-and-point, split-window-below)
5224 (window--state-get-1, display-buffer-record-window):
5225 Replace calls to window-point-1 and set-window-point-1 by calls to
5226 window-point and set-window-point respectively.
5227
5228 2012-08-21 Glenn Morris <rgm@gnu.org>
5229
5230 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
5231 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
5232 Use it.
5233
5234 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
5235 (cal-tex-shortday): New function.
5236 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
5237 (cal-tex-cursor-filofax-daily): Use the above.
5238
5239 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
5240 New functions.
5241 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5242 (cal-tex-cursor-filofax-week): Use them.
5243
5244 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
5245 New constants.
5246 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5247 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
5248
5249 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
5250 (cal-tex-end-document): Don't rely on buffer name.
5251
5252 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
5253 Use cal-tex-vspace.
5254 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
5255 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
5256 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
5257 Use cal-tex-arg.
5258
5259 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
5260 (cal-tex-cursor-week, cal-tex-cursor-week2)
5261 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
5262 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5263 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
5264 (cal-tex-insert-preamble, cal-tex-b-document)
5265 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
5266 Improve cal-tex-cmd usage.
5267
5268 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
5269 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
5270 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
5271 (cal-tex-weekly-paper): New function.
5272 (cal-tex-cursor-week, cal-tex-cursor-week2)
5273 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5274 (cal-tex-cursor-day): Use it.
5275
5276 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
5277 (cal-tex-cursor-filofax-week): Remove leading blank page.
5278
5279 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5280 Add autoload cookie. For now at least, don't use color, since
5281 no other cal-tex function does.
5282
5283 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
5284 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5285 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
5286
5287 2012-08-21 Juri Linkov <juri@jurta.org>
5288
5289 * info.el (Info-file-attributes): New variable.
5290 (info-insert-file-contents): Add file attributes to
5291 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
5292 `Info-toc-nodes' when previous modtime of the Info file is less
5293 than new modtime.
5294 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
5295 of info.el. (Bug#12230)
5296
5297 2012-08-20 Glenn Morris <rgm@gnu.org>
5298
5299 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
5300 * calendar/holidays.el (calendar-holiday-list):
5301 Report errors with display-warning rather than beep'n'sleep.
5302
5303 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
5304
5305 * net/tramp.el (tramp-accept-process-output): Accept only output
5306 from PROC. Otherwise, process filters and sentinels might be
5307 confused. (Bug#12145)
5308
5309 2012-08-20 Chong Yidong <cyd@gnu.org>
5310
5311 * descr-text.el (describe-text-properties-1): Use overlays-in to
5312 report on empty overlays (Bug#3322).
5313
5314 2012-08-20 Glenn Morris <rgm@gnu.org>
5315
5316 * mail/rmailout.el (rmail-output-read-file-name):
5317 Trap and report errors in rmail-output-file-alist elements.
5318
5319 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
5320 since most non-font-lock faces are not also variables).
5321
5322 2012-08-20 Edward Reingold <reingold@iit.edu>
5323
5324 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5325 New function. (Bug12160)
5326
5327 2012-08-19 Glenn Morris <rgm@gnu.org>
5328
5329 * mail/rmailout.el (rmail-output-read-file-name):
5330 Fix previous change (when the alist is nil or does not match).
5331
5332 2012-08-19 Chong Yidong <cyd@gnu.org>
5333
5334 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
5335 (Bug#12228).
5336
5337 2012-08-18 Chong Yidong <cyd@gnu.org>
5338
5339 * simple.el (yank-handled-properties): New defcustom.
5340 (yank-excluded-properties): Add font-lock-face and category.
5341 (yank): Doc fix.
5342
5343 * subr.el (remove-yank-excluded-properties):
5344 Obey yank-handled-properties. The special handling of font-lock-face
5345 and category is now done this way, instead of being hard-coded.
5346 (insert-for-yank-1): Remove font-lock-face handling.
5347 (yank-handle-font-lock-face-property)
5348 (yank-handle-category-property): New function.
5349
5350 2012-08-17 Glenn Morris <rgm@gnu.org>
5351
5352 * mail/rmailout.el (rmail-output-read-file-name):
5353 Check rmail-output-file-alist against the full message body
5354 in the correct rmail buffer. (Bug#12214)
5355
5356 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
5357
5358 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5359 Eliminate superfluous prompt. (Bug#12203)
5360
5361 2012-08-17 Chong Yidong <cyd@gnu.org>
5362
5363 * mouse.el (mouse-appearance-menu): If x-select-font returns a
5364 font spec, set the font directly (Bug#3228).
5365
5366 2012-08-17 Martin Rudalics <rudalics@gmx.at>
5367
5368 * window.el (delete-window): Fix last fix.
5369
5370 2012-08-16 Martin Rudalics <rudalics@gmx.at>
5371
5372 * window.el (window-valid-p): Move to window.c.
5373 (window-child, window-child-count, window-last-child)
5374 (window-normalize-window, window-combined-p)
5375 (window-combinations, window-atom-root, window-min-size)
5376 (window-sizable, window-sizable-p, window-size-fixed-p)
5377 (window-min-delta, window-max-delta, window--resizable)
5378 (window--resizable-p, window-resizable, window-total-size)
5379 (window-full-height-p, window-full-width-p, window-body-size)
5380 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
5381 (minimize-window, window-deletable-p, delete-window)
5382 (delete-other-windows, set-window-buffer-start-and-point)
5383 (next-buffer, previous-buffer, split-window, balance-windows-2)
5384 (set-window-text-height, window-buffer-height)
5385 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5386 (truncated-partial-width-window-p): Minor code adjustments.
5387 In doc-strings state whether the argument window has to denote a
5388 live, valid or any window.
5389
5390 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
5391
5392 * progmodes/subword.el (subword-forward-function)
5393 (subword-backward-function, subword-forward-regexp)
5394 (subword-backward-regexp): New variables.
5395 (subword-forward, subword-forward-internal, subword-backward-internal):
5396 Use new variables, eg so that different "word" definitions
5397 can be easily used. (Bug#11411)
5398
5399 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
5402 for composite selectors.
5403 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
5404 operation just because we can't find a previous revision.
5405
5406 2012-08-15 Chong Yidong <cyd@gnu.org>
5407
5408 * frame.el (set-frame-font): Accept font objects.
5409
5410 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
5413
5414 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
5415
5416 * man.el (Man-overstrike-face, Man-underline-face)
5417 (Man-reverse-face): Remove variables.
5418 (Man-overstrike, Man-underline, Man-reverse): New faces.
5419 (Man-fontify-manpage): Use them instead of the variables.
5420 (Man-cleanup-manpage): Comment change.
5421 (Man-ansi-color-map): New variable.
5422 (Man-fontify-manpage): Use it.
5423 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
5424
5425 Implement ANSI SGR parameters 22-27 (bug#12146).
5426 * ansi-color.el (ansi-colors): Doc fix.
5427 (ansi-color-context, ansi-color-context-region): Doc fix.
5428 (ansi-color--find-face): New function.
5429 (ansi-color-apply, ansi-color-apply-on-region): Use it.
5430 Rename the local variable `face' to `codes' since it is now a list of
5431 ansi codes. Doc fix.
5432 (ansi-color-get-face): Remove.
5433 (ansi-color-parse-sequence): New function, derived from
5434 ansi-color-get-face.
5435 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
5436 codes 22-27.
5437
5438 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * subr.el (read-passwd): Allow use from a minibuffer.
5441
5442 2012-08-14 Eli Zaretskii <eliz@gnu.org>
5443
5444 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
5445 inside comments and strings as identifiers.
5446
5447 * progmodes/gud.el (gud-tooltip-print-command): Quote the
5448 expression to evaluate. This allows to evaluate expressions with
5449 embedded whitespace.
5450 (gud-tooltip-tips): Add a blank before the newline in the
5451 message-box text, for the benefit of message-box emulation on
5452 MS-Windows.
5453
5454 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
5455 messages from GDB, pop them up in a tooltip to give feedback to
5456 user.
5457 (gdb-tooltip-print-1): Quote the expression to evaluate.
5458 This allows to evaluate expressions with embedded whitespace.
5459 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
5460 if the TTY name is nil or empty (which happens when communicating
5461 with the inferior via pipes, e.g. on MS-Windows).
5462 (gdb-internals): If GDB sends a "&\n" empty debugging message,
5463 don't send that to the GUD buffer.
5464
5465 2012-08-14 Glenn Morris <rgm@gnu.org>
5466
5467 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
5468 Optimize away setq-default with no args, as for setq. (Bug#12195)
5469
5470 2012-08-14 Chong Yidong <cyd@gnu.org>
5471
5472 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
5473
5474 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
5475 (Bug#12085).
5476
5477 2012-08-14 Glenn Morris <rgm@gnu.org>
5478
5479 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
5480
5481 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
5482
5483 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
5484 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5485 Use cached shell name.
5486
5487 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5488
5489 * progmodes/python.el (python-shell-send-string):
5490 (python-shell-send-setup-code): Do not use `format' with `message'.
5491
5492 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
5493
5494 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
5495 (ruby-percent-literal-beg-re): New constant.
5496 (ruby-syntax-general-delimiters-goto-beg): Rename to
5497 `ruby-syntax-enclosing-percent-literal', improve literal type check.
5498 (ruby-syntax-propertize-general-delimiters): Rename to
5499 `ruby-syntax-propertize-percent-literal', it's a shorter and more
5500 popular term. Adjust comments everywhere.
5501 (ruby-syntax-propertize-percent-literal): Only propertize when not
5502 inside a simple string or comment. When the literal is unclosed,
5503 leave the text after it unpropertized.
5504 (ruby-syntax-methods-before-regexp): New constant.
5505 (ruby-syntax-propertize-function): Use it to recognize regexps.
5506 Don't look at the text after regexp, just use the whitelist.
5507
5508 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
5509
5510 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
5511 non-nil always load the compiled file if it exists. (Bug#12197)
5512
5513 2012-08-14 Chong Yidong <cyd@gnu.org>
5514
5515 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
5516 (hi-lock-set-pattern): When deciding whether to use font lock or
5517 overlays, look at font-lock-mode instead of font-lock-fontified
5518 (Bug#12168).
5519 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
5520 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
5521
5522 2012-08-14 Daiki Ueno <ueno@unixuser.org>
5523
5524 * subr.el (internal--after-with-selected-window): Fix typo
5525 (Bug#12193).
5526
5527 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
5528
5529 Use `completion-table-dynamic' for completion functions.
5530 * progmodes/python.el
5531 (python-shell-completion--do-completion-at-point)
5532 (python-shell-completion--get-completions):
5533 Remove functions.
5534 (python-shell-completion-complete-at-point): New function.
5535 (python-completion-complete-at-point): Use it.
5536
5537 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
5538
5539 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
5540 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
5541
5542 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * subr.el (function-get): Refine `autoload' arg so it can also
5545 autoload functions for gv.el (bug#12191).
5546 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
5547 autoloads macros.
5548
5549 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
5550 Prefer pcase-let over destructuring-bind.
5551 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
5552 Also, remove whitespace as we go, rather than after accumulating the
5553 various places.
5554
5555 * subr.el (internal--before-with-selected-window)
5556 (internal--after-with-selected-window): Fix typo seleted->selected.
5557 (with-selected-window): Adjust callers.
5558 Reported by Dmitry Gutov <dgutov@yandex.ru>.
5559
5560 2012-08-13 Bastien Guerry <bzg@gnu.org>
5561
5562 * window.el (special-display-popup-frame): Minor docstring
5563 enhancement. (Bug#12172)
5564
5565 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
5566
5567 * tar-mode.el (tar-header-data-end): Only ignore size for files of
5568 type 1-6.
5569 (tar-header-block-summarize, tar-get-descriptor): Handle pax
5570 extended headers.
5571
5572 * files.el (hack-local-variables-filter): Remove useless eval.
5573
5574 2012-08-13 Martin Rudalics <rudalics@gmx.at>
5575
5576 * subr.el (with-selected-window): Fix last change.
5577
5578 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * subr.el (internal--before-with-seleted-window)
5581 (internal--after-with-seleted-window): New functions.
5582 (with-selected-window): Use them, to replace dependency on
5583 tty-top-frame.
5584
5585 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
5586
5587 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
5588 binding for `newline'.
5589 (ruby-move-to-block): When moving backward, stop at block opening,
5590 not indentation.
5591 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
5592 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
5593 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5594 `ruby-toggle-block'.
5595
5596 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * ibuffer.el (ibuffer-do-toggle-read-only):
5599 * dired.el (dired-toggle-read-only):
5600 * buff-menu.el (Buffer-menu-toggle-read-only):
5601 * bindings.el (mode-line-toggle-read-only):
5602 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
5603
5604 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
5605
5606 * descr-text.el (describe-char): Put the overlays over the
5607 "displayed as" character.
5608
5609 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
5610
5611 * calc/calc-units.el (math-default-units-table): Give an
5612 initial value.
5613 (math-put-default-units): Add options to put composite units and
5614 unit systems in the default units table.
5615 (calc-convert-units): Send composite units to
5616 `math-put-default-units' when appropriate.
5617
5618 2012-08-11 Glenn Morris <rgm@gnu.org>
5619
5620 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
5621
5622 * tutorial.el (help-with-tutorial):
5623 * emacs-lisp/copyright.el (copyright-update-directory):
5624 * emacs-lisp/autoload.el (autoload-find-generated-file)
5625 (autoload-find-file): Disable local eval: (for insurance).
5626
5627 * files.el (hack-local-variables-filter): If an eval: form is not
5628 known to be safe, and enable-local-variables is :safe, then ignore
5629 the form totally, as is done for non-eval forms. (Bug#12155)
5630 This is CVE-2012-3479.
5631
5632 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
5635 (rx-form): Simplify.
5636
5637 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
5638
5639 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
5640 ?, _, and : are symbol constituents, ! is not (but kinda should be).
5641 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
5642 (ruby-syntax-propertize-function): Adjust for changes in
5643 `ruby-syntax-propertize-heredoc'.
5644
5645 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
5646
5647 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
5648 binding (use `M-;' instead).
5649 (ruby-singleton-class-p): New function.
5650 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
5651
5652 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5653
5654 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
5655
5656 2012-08-10 Chong Yidong <cyd@gnu.org>
5657
5658 * progmodes/python.el (python-shell-get-process-name): Don't mess
5659 with same-window-buffer-names.
5660
5661 * eshell/eshell.el (eshell-add-to-window-buffer-names)
5662 (eshell-remove-from-window-buffer-names): Make obsolete.
5663 (eshell-buffer-name, eshell-unload-hook): Don't use them.
5664 (eshell): Just use pop-to-buffer-same-window instead.
5665
5666 2012-08-10 Chong Yidong <cyd@gnu.org>
5667
5668 * bindings.el: Bind M-= back to count-words-region.
5669
5670 * simple.el (count-words-region): Accept a prefix arg for acting
5671 on the entire buffer.
5672 (count-words--buffer-message): New helper function.
5673
5674 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
5677 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
5678 (event-start, event-end): Use posn-at-point to return a more
5679 informative posn.
5680 (posnp): New function.
5681 * mouse.el (popup-menu-normalize-position): Use it.
5682
5683 2012-08-10 Masatake YAMATO <yamato@redhat.com>
5684
5685 * mouse.el (popup-menu-normalize-position): New function.
5686 (popup-menu): Use `popup-menu-normalize-position' to normalize
5687 the form for POSITION argument.
5688
5689 * term/x-win.el (x-menu-bar-open):
5690 Use the value returend from (posn-at-point) as position
5691 passed to `popup-menu'.
5692
5693 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5694
5695 * calc/calccomp.el (math-compose-expr): Add extra argument
5696 indicating that parentheses should be put around products in
5697 denominators. Give multiplication precedence over division during
5698 composition.
5699
5700 2012-08-09 Chong Yidong <cyd@gnu.org>
5701
5702 * man.el (Man-switches, Man-sed-command, Man-awk-command)
5703 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
5704 (Man-untabify-command, manual-program): Convert to defcustom
5705 (Bug#10429).
5706
5707 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
5708
5709 * descr-text.el (describe-char): Don't insert extra newlines
5710 (Bug#10127).
5711
5712 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
5713 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
5714
5715 * align.el (align-region): Delete temporary markers (Bug#10047).
5716 Plus some code cleanups.
5717
5718 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5719
5720 * progmodes/python.el (python-pdbtrack-tracked-buffer)
5721 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
5722 (python-shell-internal-last-output): Use make-local-variable
5723 instead of make-variable-buffer-local.
5724
5725 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
5726
5727 * progmodes/python.el: Enhancements to forward-sexp.
5728 (python-nav-forward-sexp): Rename from
5729 python-nav-forward-sexp-function.
5730 (python-nav--forward-sexp, python-nav--backward-sexp):
5731 New functions.
5732
5733 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5734
5735 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
5736 modes and simplification modes.
5737
5738 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 * delsel.el (delete-selection-pre-hook): Don't propagate the
5741 file-supersession signals (bug#12161).
5742
5743 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
5746 (cl-map-extents): Add compatibility aliases (bug#12135).
5747
5748 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
5749
5750 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
5751 tests by `ignore-error'.
5752 (tramp-find-shell): Open also a new shell, when cache is already
5753 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
5754
5755 2012-08-08 Juri Linkov <juri@jurta.org>
5756
5757 * bookmark.el: Add `defaults' property to the bookmark record.
5758 (bookmark-current-buffer): Doc fix.
5759 (bookmark-make-record): Add `defaults' property with default values
5760 to the bookmark record.
5761 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
5762 with `bookmark-insert-current-bookmark'.
5763 (bookmark-set): Get `defaults' property from the bookmark record
5764 and use it in `read-from-minibuffer'.
5765 (bookmark-insert-current-bookmark): Remove function.
5766
5767 * info.el (Info-bookmark-make-record): Add `defaults' property
5768 with values of canonical Info node name, the current Info file
5769 name and the current Info node name. (Bug#12107)
5770
5771 2012-08-08 Juri Linkov <juri@jurta.org>
5772
5773 * files.el (basic-save-buffer): Use `buffer-name' as the default
5774 of `read-file-name' when buffer is not visiting a file (bug#12128).
5775
5776 2012-08-08 Juri Linkov <juri@jurta.org>
5777
5778 * info.el (Info-isearch-search): Doc fix.
5779 (Info-search): Change search-failed message from "initial node" to
5780 "end of node" (bug#12078).
5781 (Info-isearch-search): Change `isearch-string-state' to
5782 `isearch--state-string'.
5783
5784 2012-08-08 Glenn Morris <rgm@gnu.org>
5785
5786 * language/persian.el: Remove file.
5787 * language/misc-lang.el: Move unique part of persian.el here.
5788 * loadup.el: Remove language/persian.
5789
5790 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
5791
5792 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
5793
5794 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
5795
5796 * progmodes/python.el Fixed defsubst warning.
5797 (python-syntax-context) Rename from python-info-ppss-context.
5798 (python-syntax-context-type): Rename from
5799 python-info-ppss-context-type.
5800 (python-syntax-comment-or-string-p): Rename from
5801 python-info-ppss-comment-or-string-p.
5802
5803 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5804
5805 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
5806
5807 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
5808
5809 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
5810 a defcustom that is quoted with backquote.
5811
5812 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
5813 Fix handling of interactive spec when the body uses return.
5814 (math-do-arg-check, math-define-function-body): Use backquote forms.
5815 * calc/calc-ext.el (math-defcache): Likewise.
5816 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
5817 * allout.el (allout-new-exposure): Likewise.
5818 * calc/calcalg2.el (math-tracing-integral): Likewise.
5819 * info.el (Info-last-menu-item): Likewise.
5820 * emulation/vip.el (vip-loop): Likewise.
5821 * textmodes/artist.el (artist-funcall): Likewise.
5822 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
5823 Construct menu-item directly.
5824
5825 * progmodes/autoconf.el (font-lock-syntactic-keywords):
5826 Don't declare.
5827
5828 2012-08-07 Chong Yidong <cyd@gnu.org>
5829
5830 * simple.el (deactivate-mark): Preserve text properties when
5831 saving the primary selection (Bug#8384).
5832
5833 2012-08-07 Kevin Ryde <user42@zip.com.au>
5834
5835 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
5836 (woman-parse-numeric-value): On a bad .IP line, issue a warning
5837 and continue processing (Bug#12110).
5838
5839 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
5842 syntax-propertize-function (bug#10095).
5843
5844 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * help-fns.el (help-fns--key-bindings, help-fns--signature)
5847 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
5848 describe-function-1.
5849 (describe-function-1): Use them. Move compiler macro after sig.
5850 (help-fns--compiler-macro): Use function-get. Assume we're already in
5851 standard-output. Adjust layout to new call order.
5852
5853 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
5854 re-binding a symbol that has a symbol-macro (bug#12119).
5855
5856 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
5857
5858 * language/persian.el: New file. (Bug#11812)
5859 * loadup.el: Add language/persian.el.
5860
5861 2012-08-06 Chong Yidong <cyd@gnu.org>
5862
5863 * window.el (window--maybe-raise-frame): New function.
5864 (window--display-buffer): Split off from here.
5865 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5866 (display-buffer-pop-up-window, display-buffer-use-some-window):
5867 Obey an inhibit-switch-frame action alist entry.
5868 (display-buffer): Update doc.
5869
5870 * replace.el (occur-after-change-function): Avoid losing focus by
5871 using the inhibit-switch-frame display parameter (Bug#12139).
5872
5873 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
5874
5875 Make internal shell process buffer names start with space.
5876 * progmodes/python.el (python-shell-make-comint): Add optional
5877 argument INTERNAL.
5878 (run-python-internal): Use it.
5879 (python-shell-internal-get-or-create-process): Check for new
5880 internal buffer names.
5881
5882 2012-08-06 Glenn Morris <rgm@gnu.org>
5883
5884 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5885 Do less getting and setting of environment variables.
5886
5887 2012-08-05 Chong Yidong <cyd@gnu.org>
5888
5889 * proced.el (proced): Add substitution string to docstring to
5890 trigger autoloading of the proced library on C-h f (Bug#1768).
5891
5892 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5893 Don't show defvars which have no second argument (Bug#8638).
5894
5895 * imenu.el (imenu-generic-expression): Move documentation here
5896 from imenu--generic-function.
5897 (imenu--generic-function): Refer to imenu-generic-expression.
5898
5899 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
5900
5901 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
5902 indentation declaration.
5903 (viper-loop): Add indentation declaration (Bug#7025).
5904
5905 2012-08-05 Chong Yidong <cyd@gnu.org>
5906
5907 * help-fns.el (describe-variable): Add hyperlink for
5908 directory-local variables files. Improve buffer-local and
5909 permanent-local reporting; suggested by MON KEY (Bug#6644).
5910
5911 * help-mode.el (help-dir-local-var-def): New button type.
5912
5913 * files.el (kill-buffer-hook): Provide a defvar.
5914
5915 2012-08-05 Glenn Morris <rgm@gnu.org>
5916
5917 * eshell/esh-ext.el (eshell/addpath):
5918 Also update eshell-path-env. (Bug#12013)
5919
5920 2012-08-05 Chong Yidong <cyd@gnu.org>
5921
5922 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
5923
5924 * fringe.el (fringe-styles): Add docstring.
5925 (fringe--check-mode): New function.
5926 (set-fringe-mode, set-fringe-style): Use it.
5927 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
5928
5929 * files.el (set-auto-mode): Fix invalid setq call.
5930
5931 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5932
5933 * isearch.el: Misc simplification; use defstruct.
5934 (isearch-mode-map): Dense maps now work like sparse ones.
5935 (isearch--state): New defstruct.
5936 (isearch-string-state, isearch-message-state, isearch-point-state)
5937 (isearch-success-state, isearch-forward-state)
5938 (isearch-other-end-state, isearch-word-state, isearch-error-state)
5939 (isearch-wrapped-state, isearch-barrier-state)
5940 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
5941 replaced by defstruct's accessors.
5942 (isearch--set-state): Rename from isearch-top-state and change
5943 calling convention.
5944 (isearch-push-state): Use new isearch--get-state.
5945 (isearch-toggle-word): Disable regexp when enabling word.
5946 (isearch-message-prefix): Remove unused arg _c-q-hack.
5947 (isearch-message-suffix): Remove unused arg _ellipsis.
5948
5949 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
5950
5951 * simple.el (list-processes--refresh): For a server use :host or
5952 :local as the address.
5953 (list-processes): Doc fix.
5954
5955 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
5956
5957 * lisp/mpc.el: Support password in host argument.
5958 (mpc--proc-connect): Parse and use new password element.
5959 Set mpc-proc variable instead of returning process.
5960 (mpc-proc): Adjust accordingly.
5961
5962 2012-08-03 Eli Zaretskii <eliz@gnu.org>
5963
5964 * whitespace.el (whitespace-display-mappings): Use Unicode
5965 codepoints, instead of emacs-mule codepoints. See
5966 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
5967 for the details.
5968
5969 * files.el (file-truename): Don't skip symlink-chasing part on
5970 windows-nt. Incorporate the resolution of 8+3 short aliases on
5971 Windows into the loop that recursively chases symlinks.
5972 Compare directory and its parent case-insensitively on MS-Windows and
5973 MS-DOS.
5974
5975 2012-08-03 Chong Yidong <cyd@gnu.org>
5976
5977 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
5978
5979 * sort.el (sort-regexp-fields): Doc fix.
5980
5981 2012-08-03 Tassilo Horn <tsdh@gnu.org>
5982
5983 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
5984 labels regex position point at the expected place.
5985
5986 2012-08-03 MON KEY <monkey@sandpframing.com>
5987
5988 * net/imap.el (imap-interactive-login, imap-authenticate)
5989 (imap-mailbox-lsub, imap-mailbox-list)
5990 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
5991 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
5992 (imap-parse-response): Doc fix.
5993
5994 2012-08-03 João Távora <joaotavora@gmail.com>
5995
5996 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5997 if sexp scanning does not move point (Bug#5734).
5998
5999 2012-08-02 Tassilo Horn <tsdh@gnu.org>
6000
6001 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
6002 Add listings, minted, and ctable packages.
6003 (reftex-label-alist-builtin): Move listings, minted, and ctable
6004 entries before LaTeX.
6005 (reftex-label-alist): Docfix.
6006
6007 2012-08-02 Bastien Guerry <bzg@gnu.org>
6008
6009 * replace.el (occur): Fix docstring (bug#12122).
6010
6011 2012-08-02 Glenn Morris <rgm@gnu.org>
6012
6013 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
6014
6015 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
6016
6017 Obsolete alias inactivate-current-input-method-function (Bug#10150).
6018 * international/mule-cmds.el: Create
6019 inactivate-current-input-method-function as an obsolete alias for
6020 deactivate-current-input-method-function. See Katsumi Yamaoka in
6021 <http://bugs.gnu.org/10150#46>.
6022
6023 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6024
6025 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
6026 of nested `if's.
6027
6028 2012-08-01 Glenn Morris <rgm@gnu.org>
6029
6030 * progmodes/autoconf.el (autoconf-definition-regexp):
6031 Add AH_TEMPLATE, adjust submatch numbering.
6032 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
6033 (autoconf-current-defun-function): Update for above change.
6034 (autoconf-current-defun-function): First skip to end of current word.
6035
6036 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
6037
6038 * calendar/cal-html.el (cal-html-insert-agenda-days):
6039 Fix typo. (Bug#12018)
6040
6041 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
6042
6043 Shell processes: enhancements to startup and CEDET compatibility.
6044 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
6045 (python-shell-make-comint): accept-process-output at startup.
6046 (run-python-internal): Set inferior-python-mode-hook to nil.
6047 (python-shell-internal-get-or-create-process): call sit-for.
6048 (python-preoutput-result): Add obsolete alias.
6049 (python-shell-internal-send-string): Use it.
6050 (python-shell-send-setup-code): Remove call to
6051 accept-process-output.
6052
6053 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
6054
6055 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
6056 (Bug#12108)
6057
6058 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
6059
6060 * calc-mode.el (calc-basic-simplification-mode): Rename from
6061 `calc-limited-simplification-mode'.
6062 (calc-alg-simplification-mode): New function.
6063 (calc-set-simplify-mode): Adjust message.
6064
6065 * calc.el (calc-set-mode-line): Adjust mode line display for
6066 basic simplification mode.
6067
6068 * calc-help.el (calc-m-prefix-help): Update help message.
6069
6070 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
6071 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
6072
6073 2012-07-31 Bastien Guerry <bzg@gnu.org>
6074
6075 * man.el (man): Fix comment. (bug#12101)
6076
6077 2012-07-31 Martin Rudalics <rudalics@gmx.at>
6078
6079 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6080 Don't return a non-nil value when no suitable buffer was found.
6081
6082 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
6083
6084 * progmodes/python.el (run-python-internal): Disable font lock for
6085 internal shells.
6086
6087 2012-07-30 Stefan Merten <smerten@oekonux.de>
6088
6089 * textmodes/rst.el: Silence `checkdoc-ispell'.
6090 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6091 (rst-official-version, rst-official-cvs-rev)
6092 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
6093 (rst-mode-map): New key binding.
6094
6095 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
6096
6097 Update .PHONY listings in makefiles.
6098 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
6099 autoloads, update-subdirs, updates, bzr-update, update-authors,
6100 compile-onefile, compile-calc, backup-compiled-files,
6101 compile-after-backup, compile-one-process, mh-autoloads,
6102 bootstrap-clean, distclean, maintainer-clean.
6103
6104 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
6105
6106 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
6107 (calc-set-mode-line): Don't display "AlgSimp ".
6108
6109 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
6110 (calc-lim-simplify-mode): New function.
6111 (calc-set-simplify-mode): Default to 'alg.
6112 (calc-default-simplify-mode): Make algebraic simplifications
6113 the default.
6114
6115 * calc/calc-ext.el (calc-init-extensions): Remove binding for
6116 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
6117
6118 * calc/calc-help.el (calc-m-prefix-help): Change messages to
6119 indicate new simplification modes.
6120
6121 * calc/README: Mention new default simplification mode.
6122
6123 * calc/calc.el (math-normalize-error): New variable.
6124 (math-normalize): Set `math-normalize-error' to t
6125 when there's an error.
6126
6127 * calc/calc-alg.el (math-simplify): Don't simplify when
6128 `math-normalize' returns an error.
6129
6130 2012-07-29 Eli Zaretskii <eliz@gnu.org>
6131
6132 * international/mule-cmds.el (set-locale-environment): Revert last
6133 change, since display-graphic-p returns nil when this function is
6134 called during startup. Instead...
6135
6136 * term/w32console.el (terminal-init-w32console): ...setup the
6137 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
6138
6139 2012-07-29 Juri Linkov <juri@jurta.org>
6140
6141 * simple.el (goto-line): Don't display default line number in the
6142 prompt because it should be displayed by `read-number' (bug#9952).
6143 Add the current line number to the defaults of `goto-line' to
6144 allow its easier modification by users with `M-n' (bug#9201).
6145
6146 * subr.el (read-number): Support multiple default values like in
6147 other minibuffer reading functions. Replace `read' with
6148 `string-to-number' for consistency with `number-to-string'.
6149
6150 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
6151
6152 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
6153 * emulation/viper-init.el (viper-deactivate-input-method-action):
6154 Rename from viper-inactivate-input-method-action.
6155 (viper-deactivate-input-method):
6156 Rename from viper-inactivate-input-method.
6157 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
6158 * international/mule-cmds.el (deactivate-input-method):
6159 Rename from inactivate-input-method.
6160 Also run input-method-deactivate-hook.
6161 (deactivate-current-input-method-function):
6162 Rename from inactivate-current-input-method-function.
6163 (input-method-deactivate-hook): New hook.
6164 (input-method-inactivate-hook): Mark obsolete.
6165 (inactivate-input-method): Mark obsolete.
6166
6167 * international/quail.el (quail-activate):
6168 Also run quail-deactivate-hook.
6169 (quail-deactivate): Rename from quail-inactivate.
6170 * international/robin.el (robin-activate):
6171 Also run robin-deactivate-hook.
6172 (robin-deactivate): Rename from robin-inactivate.
6173
6174 2012-07-29 Chong Yidong <cyd@gnu.org>
6175
6176 * simple.el (indicate-copied-region): New function.
6177 (kill-ring-save): Split off from here.
6178
6179 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
6180 (kill-rectangle): Set deactivate-mark to t on read-only error.
6181
6182 * register.el (copy-to-register, copy-rectangle-to-register):
6183 Deactivate the mark, and use indicate-copied-region (Bug#10056).
6184 (append-to-register, prepend-to-register): Call indicate-copied-region.
6185
6186 2012-07-29 Juri Linkov <juri@jurta.org>
6187
6188 * simple.el (async-shell-command-buffer): New defcustom.
6189 (shell-command): Use it. (Bug#4719)
6190
6191 2012-07-28 Eli Zaretskii <eliz@gnu.org>
6192
6193 * international/mule-cmds.el (set-locale-environment): In a
6194 console session on MS-Windows, set up keyboard and terminal
6195 encoding from the OEM codepage, not the ANSI codepage.
6196 (Bug#12055)
6197
6198 2012-07-28 Chong Yidong <cyd@gnu.org>
6199
6200 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
6201 gdb-get-location.
6202
6203 2012-07-28 Leo Liu <sdl.web@gmail.com>
6204
6205 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
6206 the alist (bug#12029).
6207
6208 2012-07-28 Eli Zaretskii <eliz@gnu.org>
6209
6210 * makefile.w32-in (custom-deps, finder-data, updates, compile)
6211 (compile-always, compile-first)
6212 ($(lisp)/calendar/cal-loaddefs.el)
6213 ($(lisp)/calendar/diary-loaddefs.el)
6214 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
6215 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
6216 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
6217 instead of on update-subdirs.
6218 (bootstrap-clean): Delete $(lisp)/subdirs.el.
6219
6220 2012-07-28 Chong Yidong <cyd@gnu.org>
6221
6222 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
6223 directory if vc-deduce-backend returns nil (Bug#7350).
6224
6225 * simple.el (delete-trailing-lines): New option.
6226 (delete-trailing-whitespace): Obey it (Bug#11879).
6227
6228 2012-07-28 David Engster <deng@randomsample.de>
6229
6230 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
6231 Explanation of new 'symbol-qnames feature in doc-strings.
6232 (xml-maybe-do-ns): Return expanded names as plain symbols if
6233 'symbol-qnames was provided in XML-NS argument (Bug#11916).
6234 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
6235
6236 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
6237
6238 Consistent completion in inferior python with emacs -nw.
6239 * progmodes/python.el (inferior-python-mode): replace "<tab>"
6240 binding in inferior-python-mode-map with "\t".
6241 (python-shell-completion-complete-at-point)
6242 (python-completion-complete-at-point): Remove interactive spec.
6243
6244 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
6245
6246 * calc/calccomp.el (math-compose-expr): Undo previous change.
6247
6248 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
6249
6250 * progmodes/python.el (python-mode-map): Add keybinding for
6251 run-python.
6252 (python-shell-make-comint): Fix pop-to-buffer call.
6253 (run-python): Autoload. New arg SHOW.
6254 (python-shell-get-or-create-process): Do not pop python process
6255 buffer.
6256
6257 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
6258
6259 * notifications.el (notifications-on-action-signal)
6260 (notifications-on-closed-signal): Use also the bus address for the map.
6261 (notifications-notify, notifications-close-notification)
6262 (notifications-get-capabilities): Add optional argument BUS.
6263
6264 2012-07-27 Tassilo Horn <tsdh@gnu.org>
6265
6266 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6267 Add support for the lstlisting and minted environments, and for the
6268 ctable macro.
6269 * textmodes/reftex.el (reftex-compile-variables): Also recognize
6270 labels written in keyvals syntax.
6271
6272 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
6273
6274 * calc/calccomp.el (math-compose-expr): Use parentheses when
6275 there is a product in the denominator of a fraction.
6276
6277 2012-07-26 Eli Zaretskii <eliz@gnu.org>
6278
6279 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6280 ($(lisp)/calendar/diary-loaddefs.el)
6281 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
6282 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
6283 Fixes failures in parallel bootstrap because subdirs.el is being
6284 rewritten while the autoload files are built at the same time,
6285 which needs to load subdirs.el.
6286
6287 2012-07-26 Martin Rudalics <rudalics@gmx.at>
6288
6289 * mouse.el (popup-menu): Fix doc-string and re-indent code.
6290 (mouse-drag-line): Don't exit tracking when a switch-frame or
6291 switch-window event occurs (Bug#12006).
6292
6293 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * mouse.el (popup-menu): Fix last change.
6296
6297 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 Autoload from Lisp with more care. Follow aliases when looking for
6300 function properties.
6301 * subr.el (autoloadp): New function.
6302 (symbol-file): Use it.
6303 (function-get): New function.
6304 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
6305 autoload-do-load.
6306 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
6307 (lisp-indent-function):
6308 * emacs-lisp/gv.el (gv-get):
6309 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
6310 * emacs-lisp/byte-opt.el (byte-optimize-form):
6311 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6312 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
6313 Use function-get.
6314 * emacs-lisp/cl.el: Don't propagate function properties any more.
6315
6316 * speedbar.el (speedbar-add-localized-speedbar-support):
6317 * emacs-lisp/disass.el (disassemble-internal):
6318 * desktop.el (desktop-load-file):
6319 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
6320 (describe-function-1):
6321 * emacs-lisp/find-func.el (find-function-noselect):
6322 * emacs-lisp/elp.el (elp-instrument-function):
6323 * emacs-lisp/advice.el (ad-has-proper-definition):
6324 * apropos.el (apropos-safe-documentation, apropos-macrop):
6325 * emacs-lisp/debug.el (debug-on-entry):
6326 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
6327 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6328 * calc/calc.el (name): Use autoloadp & autoload-do-load.
6329
6330 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
6331
6332 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
6333 function, not an obsolete variable (Bug#12046).
6334
6335 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
6336
6337 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
6338
6339 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
6340
6341 * emacs-lisp/pp.el (pp-display-expression): Select old selected
6342 window only if it is still live (Bug#12034).
6343
6344 2012-07-25 Martin Rudalics <rudalics@gmx.at>
6345
6346 * subr.el (redirect-frame-focus): Add advertised calling
6347 convention (Bug#12030).
6348
6349 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
6350
6351 Prefer typical American spelling for "acknowledgment".
6352 * vc/add-log.el (change-log-acknowledgment): Rename from
6353 change-log-acknowledgement, with an alias for the old name.
6354
6355 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
6356
6357 * calc-alg.el (math-simplify-divide): Don't cross multiply
6358 in an equation when the lhs is a variable.
6359
6360 2012-07-24 Julien Danjou <julien@danjou.info>
6361
6362 * net/netrc.el (netrc-find-service-number, netrc-store-data):
6363 Remove, unused.
6364
6365 2012-07-23 Eli Zaretskii <eliz@gnu.org>
6366
6367 * startup.el (command-line): Don't display an empty user name in
6368 the error message about non-existent home directory, when
6369 init-file-user was set to an empty string. See
6370 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
6371 for the details and context.
6372
6373 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
6374
6375 * ses.el (ses-cell-formula-aset): New macro.
6376 (ses-cell-references-aset): New macro.
6377 (ses-cell-p): New function.
6378 (ses-rename-cell): Do no longer rely on complex operations like
6379 ses-cell-set-formula or ses-set-cell to change the cell and handle
6380 the undo at the same time, but rather use lower level new macros
6381 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
6382 the undo directly. Refresh the mode line.
6383
6384 2012-07-21 Leo Liu <sdl.web@gmail.com>
6385
6386 * progmodes/cc-cmds.el (c-defun-name):
6387 Use match-string-no-properties instead for consistency.
6388
6389 2012-07-20 Leo Liu <sdl.web@gmail.com>
6390
6391 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
6392 (Bug#7879)
6393
6394 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
6395
6396 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
6399 * progmodes/bug-reference.el, misearch.el: Provide themselves
6400 (bug#11915).
6401
6402 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
6403 of narrowed buffer (bug#11966).
6404
6405 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
6406
6407 * ses.el (ses-rename-cell): Set new name also in reference list of
6408 cells of which the renamed cell depends.
6409
6410 2012-07-20 Masatake YAMATO <yamato@redhat.com>
6411
6412 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
6413 to check whether menu-bar is shown or not. If not shown,
6414 show the menu-bar as a popup menu instead of using tmm.
6415 * mouse.el (popup-menu): Accept `point' as `position' argument.
6416
6417 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
6418
6419 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
6420 up inside string symbol literal (bug#11923).
6421
6422 2012-07-20 Eli Zaretskii <eliz@gnu.org>
6423
6424 * startup.el (fancy-startup-text): Read the whole tutorial, not
6425 just its first 256 bytes. Prevents gibberish in display of the
6426 tutorial title.
6427
6428 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
6429
6430 Drop idle buffer compaction due to an absence of the
6431 proved efficiency.
6432 * compact.el: Remove.
6433
6434 2012-07-19 Sam Steingold <sds@gnu.org>
6435
6436 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
6437 vc-bzr-pull & vc-bzr-merge-branch.
6438 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
6439 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
6440 for consistency with compilation-error-regexp-alist.
6441 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
6442 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
6443 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
6444 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
6445
6446 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * emacs-lisp/chart.el: Use lexical-binding.
6449 (chart-emacs-storage): Don't hardcode the list of entries.
6450
6451 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6452
6453 Next round of tweaks caused by Fgarbage_collect changes.
6454 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
6455
6456 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
6457
6458 Compact buffers when idle.
6459 * compact.el: New file.
6460
6461 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * subr.el (eventp): Presume that if it looks vaguely like an event,
6464 it's an event (bug#10190).
6465
6466 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
6467
6468 Enhancements to ppss related code (thanks Stefan).
6469 * progmodes/python.el (python-indent-context)
6470 (python-indent-calculate-indentation, python-indent-dedent-line)
6471 (python-indent-electric-colon, python-nav-forward-block)
6472 (python-mode-abbrev-table)
6473 (python-info-assignment-continuation-line-p): Simplify checks
6474 for ppss context.
6475 (python-info-continuation-line-p): Cleanup.
6476 (python-info-ppss-context): Do not catch 'quote.
6477 (python-info-ppss-context-type)
6478 (python-info-ppss-comment-or-string-p): Simplify.
6479
6480 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
6481
6482 * progmodes/python.el: Enhancements to eldoc support.
6483 (python-info-current-symbol): New function.
6484 (python-eldoc-at-point): Use python-info-current-symbol.
6485 (python-info-current-defun): Fix cornercase on first defun scan.
6486 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
6487 and signal error when no inferior python process is available.
6488
6489 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
6490
6491 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
6492 assume it's always t.
6493 (vc-git-registered): Remove caching, the function is only called
6494 once.
6495 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
6496
6497 2012-07-18 Chong Yidong <cyd@gnu.org>
6498
6499 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
6500
6501 * simple.el (count-words): Report on narrowing (Bug#9959).
6502
6503 * bindings.el: Bind M-= to count-words.
6504
6505 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
6506
6507 2012-07-18 Masatake YAMATO <yamato@redhat.com>
6508
6509 * progmodes/sh-script.el (sh-imenu-generic-expression):
6510 Capture a function with `function' keyword and without parentheses
6511 like "function FOO" (bug#11856).
6512
6513 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
6514
6515 * window.el (split-window-sensibly): Make WINDOW argument
6516 optional.
6517
6518 2012-07-18 Chong Yidong <cyd@gnu.org>
6519
6520 * subr.el (keyboard-translate): Doc fix (Bug#7261).
6521
6522 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
6523 and make C-x 8 RET exit isearch (Bug#11439).
6524
6525 * international/iso-transl.el: Move isearch-mode-map key
6526 definitions to isearch.el.
6527
6528 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
6531 (eieio-defclass): Use gv-define-setter when possible.
6532
6533 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
6534
6535 Reflect recent changes in Fgarbage_collect.
6536 * emacs-lisp/chart.el (chart-emacs-storage): Change to
6537 reflect new format of data returned by Fgarbage_collect.
6538
6539 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6540
6541 New utility functions + python-info-ppss-context fix (Bug#11910).
6542 * progmodes/python.el (python-info-beginning-of-block-statement-p)
6543 (python-info-ppss-comment-or-string-p): New functions.
6544 (python-info-ppss-context): Small fix for string check.
6545
6546 2012-07-17 Juri Linkov <juri@jurta.org>
6547
6548 * dired-aux.el (dired-do-async-shell-command): Doc fix.
6549 (dired-do-async-shell-command): Don't add `*' at the end of the
6550 command (Bug#11815).
6551 (dired-do-shell-command): Doc fix.
6552 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
6553 Join the individual commands using either "&" or ";" as the
6554 separator depending on the values of these trailing characters.
6555 At the end re-add the trailing "&". (Bug#10598)
6556
6557 * simple.el (async-shell-command): Sync the interactive spec with
6558 `shell-command'. Doc fix.
6559 (shell-command): Doc fix.
6560
6561 2012-07-17 Juri Linkov <juri@jurta.org>
6562
6563 * descr-text.el (describe-char): Fix format args. (Bug#10129)
6564
6565 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6566
6567 Final renames and doc fixes for movement commands (bug#11899).
6568 * progmodes/python.el (python-nav-beginning-of-statement):
6569 Rename from python-nav-statement-start.
6570 (python-nav-end-of-statement): Rename from
6571 python-nav-statement-end.
6572 (python-nav-beginning-of-block): Rename from
6573 python-nav-block-start.
6574 (python-nav-end-of-block): Rename from python-nav-block-end.
6575
6576 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
6577
6578 * progmodes/python.el (python-shell-send-string-no-output):
6579 Allow accept-process-output to quit, keeping shell process ready for
6580 future interactions (Bug#11868).
6581
6582 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
6585
6586 * emacs-lisp/elint.el (elint-find-args-in-code):
6587 Use help-function-arglist, so as to handle lexical byte-code.
6588
6589 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
6590 change (bug#11826).
6591
6592 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
6595 Avoid spuriously marking the buffer as modified because of c-is-sws.
6596
6597 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
6598 as not-a-comment (bug#11946).
6599
6600 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
6601 for uninterned vars.
6602
6603 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
6604 Use read-event since we don't really want to read chars but bytes.
6605
6606 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
6607 $$..$$ but also $..$ using regexps (bug#11953).
6608 Use tex-verbatim for \url and \path.
6609 (tex-font-lock-keywords): Define as defconst like the others.
6610 (tex-common-initialization): Don't use font-lock-syntax-table any more.
6611
6612 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
6613
6614 * international/mule-cmds.el (ucs-insert): Make it an obsolete
6615 alias for insert-char.
6616
6617 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6618
6619 * progmodes/python.el: Simplified imenu implementation.
6620 (python-nav-jump-to-defun): Remove command.
6621 (python-mode-map): Use `imenu' instead.
6622 (python-nav-list-defun-positions-cache)
6623 (python-imenu-include-defun-type, python-imenu-make-tree)
6624 (python-imenu-subtree-root-label, python-imenu-index-alist):
6625 Remove vars.
6626 (python-nav-list-defun-positions, python-nav-read-defun)
6627 (python-imenu-tree-assoc, python-imenu-make-element-tree)
6628 (python-imenu-make-tree, python-imenu-create-index):
6629 Remove functions.
6630 (python-mode): Update to interact with imenu by setting
6631 `imenu-extract-index-name-function' only.
6632
6633 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
6634
6635 * progmodes/python.el: Enhancements to navigation commands.
6636 (python-nav-backward-sentence)
6637 (python-nav-forward-sentence): Remove.
6638 (python-nav-backward-statement, python-nav-forward-statement)
6639 (python-nav-statement-start, python-nav-statement-end)
6640 (python-nav-backward-block, python-nav-forward-block)
6641 (python-nav-block-start, python-nav-block-end)
6642 (python-nav-forward-sexp-function)
6643 (python-info-current-line-comment-p)
6644 (python-info-current-line-empty-p): New functions.
6645 (python-indent-context): Use `python-nav-statement-start'.
6646
6647 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
6648
6649 * eshell/em-ls.el (eshell/ls): Use `apply'.
6650
6651 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
6652 multi-hops, instead of Tramp internals.
6653
6654 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
6655
6656 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
6657 when F1 and F2 are located on different hosts.
6658
6659 2012-07-14 Chong Yidong <cyd@gnu.org>
6660
6661 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
6662 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
6663 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
6664 (xterm-mouse--read-event-sequence-1000)
6665 (xterm-mouse--read-event-sequence-1006): New functions. For old
6666 mouse protocol, handle M-mouse-X events correctly.
6667 (xterm-mouse-event): New arg specifying mouse protocol.
6668 (turn-on-xterm-mouse-tracking-on-terminal)
6669 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
6670 sequence to toggle extended coordinates on newer XTerms.
6671 This appears to be harmless on terminals which do not support this.
6672
6673 2012-07-14 Leo Liu <sdl.web@gmail.com>
6674
6675 Add fringe bitmap indicators for flymake. (Bug#11253)
6676 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
6677 (flymake-make-overlay): New arg BITMAP.
6678 (flymake-error-bitmap, flymake-warning-bitmap)
6679 (flymake-fringe-indicator-position): New user variables.
6680
6681 * fringe.el: New bitmap exclamation-mark.
6682
6683 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
6684
6685 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
6686 also (Bug#7879).
6687
6688 2012-07-14 Chong Yidong <cyd@gnu.org>
6689
6690 * electric.el (electric-pair-post-self-insert-function): Fix pair
6691 insertion in empty-region case (Bug#11520).
6692
6693 2012-07-14 Chong Yidong <cyd@gnu.org>
6694
6695 * bindings.el: Consolidate ctl-x-r-map bindings.
6696 Bind copy-rectangle-as-kill to C-x r w.
6697
6698 * rect.el, register.el: Move bindings to bindings.el.
6699
6700 2012-07-14 Reuben Thomas <rrt@sc3d.org>
6701
6702 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
6703
6704 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
6705
6706 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
6707
6708 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * bindings.el (top): Use `mapc' instead of `mapcar'.
6711
6712 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
6713
6714 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
6715
6716 * progmodes/sql.el (sql-comint): Suppress the check for program on
6717 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
6718 (Bug#11908)
6719
6720 2012-07-13 Chong Yidong <cyd@gnu.org>
6721
6722 * bindings.el: Assign a non-nil permanent-local property to
6723 per-buffer variables which lack a default value (Bug#11930).
6724
6725 * help-fns.el (describe-variable): In the "automatically becomes
6726 local" notice, take note of permanent-local variables.
6727
6728 2012-07-13 Chong Yidong <cyd@gnu.org>
6729
6730 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
6731 to allow printing the message when called from Lisp.
6732
6733 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6734 Remove toggle-read-only.
6735
6736 * bs.el (bs-toggle-readonly):
6737 * buff-menu.el (Buffer-menu-toggle-read-only):
6738 Remove with-no-warnings around toggle-read-only.
6739
6740 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
6741 Remove with-no-warnings around toggle-read-only.
6742 (ffap-read-only, ffap-read-only-other-window)
6743 (ffap-read-only-other-frame): Callers changed.
6744
6745 * help-mode.el: Don't require view package.
6746 (help-mode-finish): Set buffer-read-only instead of calling
6747 toggle-read-only.
6748
6749 * bindings.el (mode-line-toggle-read-only):
6750 * dired.el (dired-toggle-read-only):
6751 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
6752 with non-nil second arg.
6753
6754 * emacs-lisp/eieio-custom.el (eieio-customize-object):
6755 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
6756 directly.
6757
6758 2012-07-12 Eli Zaretskii <eliz@gnu.org>
6759
6760 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
6761 not incf.
6762
6763 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 More CL cleanups and reduction of use of cl.el.
6766 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
6767 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
6768 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
6769 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
6770 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
6771 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
6772 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
6773 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
6774 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
6775 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
6776 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
6777 * eshell/em-cmpl.el, eshell/em-banner.el:
6778 * calendar/parse-time.el: Use cl-lib.
6779 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
6780 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
6781 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
6782 * term/ns-win.el, term.el, shell.el, ps-samp.el:
6783 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
6784 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
6785 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
6786 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
6787 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
6788 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
6789 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
6790 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
6791 `lambda' rather than with `quote'.
6792 (eshell-do-opt): Adjust accordingly.
6793 (eshell-process-option): Simplify.
6794 * eshell/esh-var.el:
6795 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
6796 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
6797 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
6798 to `pcase--dontcare'.
6799 * emacs-lisp/cl.el (labels): Mark obsolete.
6800 (cl--letf, letf): Move to cl-lib.
6801 (cl--letf*, letf*): Remove.
6802 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
6803 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
6804 (cl-progv): Rewrite.
6805 (cl--letf, cl-letf): Move from cl.el.
6806 (cl-letf*): New macro.
6807 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
6808
6809 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
6810
6811 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
6812
6813 2012-07-11 Chong Yidong <cyd@gnu.org>
6814
6815 * vc/log-edit.el (log-edit-vc-backend): New variable.
6816 (log-edit): Doc fix.
6817
6818 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
6819 argument of log-edit to set up all local variables.
6820 (vc-start-logentry): New optional arg specifying VC backend.
6821
6822 * vc/vc.el (vc-checkin): Use it.
6823 (vc-deduce-fileset): Handle Log Edit buffers.
6824 (vc-diff): Make first argument optional too.
6825
6826 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
6827
6828 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
6829
6830 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
6831 command, just in case. The function is not needed anymore.
6832 (eshell-external-command): Do not call `eshell-remote-command'.
6833
6834 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 Reduce use of (require 'cl).
6837 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
6838 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
6839 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
6840 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
6841 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
6842 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
6843 * battery.el, avoid.el, abbrev.el: Use cl-lib.
6844 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
6845 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
6846 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
6847 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
6848 * calculator.el, autorevert.el, apropos.el: Don't require CL.
6849 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
6850 (byte-compile-unfold-bcf, byte-compile-check-variable):
6851 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6852 (byte-compile-nilconstp):
6853 * emacs-lisp/autoload.el (make-autoload): Use pcase.
6854 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
6855
6856 * emacs-lisp/gv.el (cond): Make it a valid place.
6857 (if): Simplify slightly.
6858
6859 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
6860 (pcase--self-quoting-p): New function.
6861 (pcase--u1): Use it.
6862
6863 2012-07-10 Glenn Morris <rgm@gnu.org>
6864
6865 * emacs-lisp/authors.el (authors-fixed-entries):
6866 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
6867
6868 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
6869
6870 Rename configure.in to configure.ac (Bug#11603).
6871 * emacs-lisp/authors.el (authors-canonical-file-name):
6872 * progmodes/autoconf.el (autoconf-mode):
6873 Prefer configure.ac to configure.in.
6874
6875 2012-07-08 Chong Yidong <cyd@gnu.org>
6876
6877 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
6878 Implement the mouse-1-click-follows-link handling properly.
6879
6880 * info.el (Info-link-keymap): Use follow-link mechanism for
6881 header-line links (Bug#374).
6882
6883 * simple.el (deactivate-mark): Do not set the primary selection
6884 if another program has acquired it (Bug#11772).
6885
6886 2012-07-07 Kevin Ryde <user42@zip.com.au>
6887
6888 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
6889 (woman-decode-region): Replace escaped-escapes without destroying
6890 bold or underline (Bug#11552).
6891 (woman2-process-escapes): Handle nofill regions (Bug#11591).
6892
6893 2012-07-07 Chong Yidong <cyd@gnu.org>
6894
6895 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
6896 (interprogram-cut-function, interprogram-paste-function):
6897 Mention that we typically mean the clipboard.
6898
6899 2012-07-06 Glenn Morris <rgm@gnu.org>
6900
6901 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
6902
6903 * files.el (toggle-read-only): Restrict message to interactive use.
6904
6905 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
6906
6907 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
6908
6909 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
6910
6911 2012-07-06 Glenn Morris <rgm@gnu.org>
6912
6913 * Makefile.in (compile-one-process): Rename from "recompile".
6914
6915 * Makefile.in (bzr-update): "compile" is the same as "recompile
6916 autoloads", but parallelizable, so use that instead.
6917
6918 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
6919
6920 * window.el (quit-window): Always restore window height when
6921 it's saved in quit-restore parameter (Bug#11810).
6922
6923 2012-07-06 Glenn Morris <rgm@gnu.org>
6924
6925 * simple.el (kill-whole-line): Doc tweak.
6926
6927 2012-07-06 Eli Zaretskii <eliz@gnu.org>
6928
6929 * files.el (file-relative-name): Compare file names
6930 case-insensitively if on MS-Windows or MS-DOS, or if
6931 read-file-name-completion-ignore-case is non-nil. Don't use
6932 case-fold-search for this purpose. (Bug#11827)
6933
6934 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
6935
6936 * calendar/cal-dst.el (calendar-current-time-zone):
6937 Return calendar-current-time-zone-cache if non-nil.
6938
6939 2012-07-17 Masatake YAMATO <yamato@redhat.com>
6940 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
6941
6942 * calendar/cal-dst.el (calendar-current-time-zone):
6943 Return calendar-current-time-zone-cache if non-nil.
6944
6945 2012-07-06 Glenn Morris <rgm@gnu.org>
6946
6947 * Makefile.in (cvs-update): Remove old alias.
6948
6949 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
6950
6951 Sync with Tramp 2.2.6-pre.
6952
6953 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
6954 compatible declaration.
6955
6956 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6957 Protect `list-load-path-shadows' call.
6958
6959 * net/tramp-compat.el (top): Require packages, which aren't
6960 autoloaded anymore for XEmacs. Protect call of
6961 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
6962 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
6963 it hurts at least for SXEmacs.
6964 (tramp-compat-temporary-file-directory): In XEmacs, there is no
6965 standard-value for `temporary-file-directory'.
6966
6967 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
6968 Redirect stderr to /dev/null.
6969 (tramp-sh-handle-write-region): uid and gid can be floats.
6970 Reported by Russell Sim <russell.sim@gmail.com>.
6971 (tramp-sh-handle-vc-registered): Hide errors.
6972 (tramp-vc-file-name-handler): Use dummy results for `process-file'
6973 and `start-file-process'.
6974 (tramp-maybe-open-connection): Check also whether `non-essential'
6975 is bound.
6976
6977 2012-07-04 Chong Yidong <cyd@gnu.org>
6978
6979 * xml.el (xml--parse-buffer): Use xml-syntax-table.
6980 (xml-parse-tag): Likewise, and avoid changing entity tables.
6981 (xml-syntax-table): Define from scratch, making sure not to give
6982 x2000 and other Unicode spaces whitespace syntax, since those are
6983 not spaces in XML.
6984 (xml-parse-fragment): Delete unused function.
6985 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
6986 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
6987 (xml-entity-ref, xml-pe-reference-re)
6988 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
6989 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
6990 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
6991 (xml-entity-value-re): Use syntax references in regexps where
6992 possible; no need to define inside a let-binding.
6993 (xml-parse-dtd): Use xml-pe-reference-re.
6994 (xml-entity-or-char-ref-re): New defconst.
6995 (xml-parse-string, xml-substitute-special): Use it.
6996
6997 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * files.el (locate-dominating-file): Allow `name' to be a predicate.
7000 (find-file--read-only): New function.
7001 (find-file-read-only, find-file-read-only-other-window)
7002 (find-file-read-only-other-frame): Use it.
7003 (insert-file-contents-literally): Don't `fset'.
7004 (get-free-disk-space): Use locate-dominating-file.
7005
7006 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
7007 function is already compiled.
7008
7009 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
7010
7011 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
7012
7013 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
7014 files on the same host.
7015
7016 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
7017
7018 * help-fns.el (describe-function-1): Only call
7019 help-fns--autoloaded-p when we have a file name. (Bug#11848)
7020
7021 2012-07-03 Chong Yidong <cyd@gnu.org>
7022
7023 * xml.el: Protect parser against XML bombs.
7024 (xml-entity-expansion-limit): New variable.
7025 (xml-parse-string, xml-substitute-special): Use it.
7026 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
7027
7028 2012-07-03 Glenn Morris <rgm@gnu.org>
7029
7030 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7031 Allow linking to specific messages in debbugs reports (eg 123#5).
7032
7033 2012-07-02 Chong Yidong <cyd@gnu.org>
7034
7035 * xml.el: Fix entity and character reference expansion, allowing
7036 them to expand into markup as per XML spec.
7037 (xml-default-ns): New variable.
7038 (xml-entity-alist): Use XML spec definitions for lt and amp.
7039 (xml-parse-region): Make first two arguments optional.
7040 Discard text properties.
7041 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
7042 All callers changed.
7043 (xml-parse-tag): Call xml-parse-tag-1. For backward
7044 compatibility, this function should not modify buffer contents.
7045 (xml-parse-tag-1): Fix opening-tag regexp.
7046 (xml-parse-string): Rewrite, handling entity and character
7047 references properly.
7048 (xml--entity-replacement-text): Signal an error if a parameter
7049 entity is undefined.
7050
7051 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * comint.el (comint-output-filter): Filter out repeated prompts.
7054
7055 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
7056 and file-name-absolute-p.
7057 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
7058 internal calls.
7059
7060 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
7061
7062 Spelling fixes.
7063 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
7064 Rename from byte-compile--refiy-function. All uses changed.
7065
7066 2012-07-01 Chong Yidong <cyd@gnu.org>
7067
7068 * xml.el (xml--parse-buffer): New function. Move most of
7069 xml-parse-region here.
7070 (xml-parse-region): Copy region into a temporary buffer, since
7071 parameter entity substitution requires changing buffer contents.
7072 Use xml--parse-buffer.
7073 (xml-parse-file): Use xml--parse-buffer.
7074 (xml-parse-dtd): Make parameter entity substitution work right.
7075 Use proper regexps for ELEMENT declarations (Bug#7172).
7076
7077 2012-06-30 Glenn Morris <rgm@gnu.org>
7078
7079 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
7080
7081 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
7082 Remove outdated and unnecessary dbus declarations.
7083
7084 2012-06-30 Eli Zaretskii <eliz@gnu.org>
7085
7086 * emacs-lisp/timer.el (timer-until): Subtract results of
7087 float-time, instead of taking float-time of the result of
7088 time-subtract, since float-time signals an error for negative time
7089 arguments.
7090
7091 2012-06-30 Chong Yidong <cyd@gnu.org>
7092
7093 * xml.el (xml-*-re): Convert defvars into defconsts, and
7094 eval-and-compile them so eval-and-compile works on derivatives.
7095 (xml--entity-replacement-text): Use eval-and-comple.
7096
7097 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
7098
7099 * vc/vc-git.el (vc-git-registered): Use cache property
7100 `git-registered'.
7101 (vc-git-mode-line-string): Call `vc-working-revision' instead of
7102 `vc-git-working-revision' in order to benefit from the cache.
7103 (vc-git-root): Use cache property `git-root'. (Bug#11757)
7104
7105 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
7106
7107 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
7108 removed (likely outside Emacs). (Bug#11757)
7109
7110 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * emacs-lisp/cl-lib.el: Require macroexp.
7113
7114 2012-06-30 Chong Yidong <cyd@gnu.org>
7115
7116 * xml.el: Implement XML parameter entities.
7117 (xml-parameter-entity-alist): New variable.
7118 (xml-parse-region, xml-parse-fragment): Preserve previous values
7119 of xml-entity-alist and xml-parameter-entity-alist, so that
7120 repeated calls on different documents do not change them.
7121 (xml-parse-tag): Fix doctype regexp.
7122 (xml--entity-replacement-text): New function.
7123 (xml-parse-dtd): Use it. Don't handle system entities; doing that
7124 properly requires url retrieval which is unimplemented.
7125 (xml-escape-string): Doc fix.
7126
7127 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
7130
7131 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
7132
7133 * fringe.el (fringe-mode): Doc fix.
7134
7135 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
7136
7137 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
7138 is non-nil.
7139 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
7140 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
7141
7142 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
7143
7144 * calendar/cal-dst.el (calendar-current-time-zone):
7145 Return calendar-current-time-zone-cache if non-nil.
7146
7147 2012-06-29 Masatake YAMATO <yamato@redhat.com>
7148
7149 * progmodes/which-func.el (which-func-format):
7150 Add mouse-face. (Bug#11698)
7151
7152 2012-06-29 Leo Liu <sdl.web@gmail.com>
7153
7154 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
7155
7156 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * minibuffer.el (minibuffer-confirm-exit-commands):
7159 Add completion-at-point (bug#11725).
7160
7161 2012-06-29 Glenn Morris <rgm@gnu.org>
7162
7163 * progmodes/f90.el (f90-font-lock-keywords-2):
7164 Add some preprocessor elements. (Bug#10499)
7165
7166 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * progmodes/cperl-mode.el (cperl-update-syntaxification):
7169 Use syntax-propertize (bug#11739).
7170
7171 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
7172
7173 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
7174
7175 2012-06-28 Julien Danjou <julien@danjou.info>
7176
7177 * term.el (term-handle-colors-array): Use a set of new faces to
7178 color the terminal. Also uses :inverse-video property.
7179 (term-default-fg-color): Set to nil by default, deprecate in favor
7180 of `term-face'.
7181 (term-default-bg-color): Set to nil by default, deprecate in favor
7182 of `term-face'.
7183 (term-current-face): Use `term-face' by default.
7184 (term-bold-attribute): Variable deleted.
7185
7186 2012-06-28 Glenn Morris <rgm@gnu.org>
7187
7188 * simple.el (completion-list-mode-finish):
7189 Don't use toggle-read-only. (Since completion-list-mode has
7190 a special mode-class, it wasn't doing anything extra anyway.)
7191
7192 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 Make inlining of other-mode interpreted functions work (bug#11799).
7195 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
7196 (byte-compile): Use it to fix compilation of lexical-binding closures.
7197 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
7198 function, if needed.
7199
7200 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * help-mode.el (help-make-xrefs): Don't just withstand
7203 cyclic-variable-indirection but any error in documentation-property.
7204
7205 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
7206 memory use.
7207 * bindings.el (bindings--define-key): New function.
7208 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
7209 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
7210 * bindings.el: Use it to purecopy define-key bindings.
7211
7212 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
7213
7214 * emacs-lisp/cl.el (flet): Mark obsolete.
7215 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
7216 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
7217 * progmodes/js.el (js-c-fill-paragraph):
7218 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
7219 (ebrowse-switch-member-buffer-to-derived-class):
7220 * play/5x5.el (5x5-solver): Use cl-flet.
7221
7222 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
7223 (cl--symbol-function): New macro.
7224 (cl--letf, cl--letf*): Use it.
7225
7226 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7227 Strip "toggle-" if any.
7228
7229 2012-06-27 Glenn Morris <rgm@gnu.org>
7230
7231 * info.el (Info-default-directory-list): Move here from paths.el.
7232 * paths.el: Remove file, which is now empty.
7233 * loadup.el: No longer load "paths".
7234
7235 * custom.el (custom-initialize-delay): Doc fix.
7236
7237 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7238 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7239 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7240 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7241 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7242 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
7243 * eshell/eshell.el (eshell-defgroup): Remove alias.
7244
7245 2012-06-27 Chong Yidong <cyd@gnu.org>
7246
7247 * help.el (help-enable-auto-load): New variable.
7248
7249 * help-fns.el (help-fns--autoloaded-p): New function.
7250 (describe-function-1): Refer to a function as "autoloaded" if it
7251 was autoloaded at any time in the past. Perform autoloading if
7252 help-enable-auto-load is non-nil.
7253
7254 2012-06-26 Eli Zaretskii <eliz@gnu.org>
7255
7256 * makefile.w32-in (compile, compile-always): Depend on
7257 update-subdirs, not on subdirs.el. Otherwise, several different
7258 sub-targets of 'bootstrap' running in parallel could
7259 simultaneously write to subdirs.el, producing a garbled file.
7260
7261 2012-06-26 Sam Steingold <sds@gnu.org>
7262
7263 * files.el (file-name-base): New convenience function.
7264 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
7265 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
7266 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
7267 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
7268 * textmodes/ispell.el, textmodes/reftex-ref.el:
7269 * textmodes/tex-mode.el: Use it.
7270 Did not touch cedet and org because they are maintained elsewhere.
7271
7272 2012-06-26 Martin Rudalics <rudalics@gmx.at>
7273
7274 * calendar/calendar.el (calendar-exit): Don't try to delete or
7275 iconify last frame. See:
7276 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
7277
7278 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
7279
7280 * server.el (server-process-filter): Remember dir in the
7281 process's `server-client-directory' properties.
7282
7283 2012-06-24 Chong Yidong <cyd@gnu.org>
7284
7285 * xml.el (xml-parse-tag): Correctly handle comment embedded in
7286 non-tag text.
7287
7288 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
7289
7290 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
7291
7292 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * help-fns.el (describe-variable): Don't croak when doc is not found.
7295 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
7296 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
7297 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
7298 * emacs-lisp/smie.el (smie-next-sexp): CSE.
7299 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
7300 ((lambda ..) ..).
7301 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
7302
7303 2012-06-23 Chong Yidong <cyd@gnu.org>
7304
7305 * info.el (Info-mouse-follow-link): Accept symbol values of
7306 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
7307 (Info-fontify-node): Use Info-link-keymap for all navigation
7308 buttons, with link-args property to perform the desired action.
7309 (Info-link-keymap): Doc fix.
7310 (Info-next-link-keymap, Info-prev-link-keymap)
7311 (Info-up-link-keymap): Delete now-unused keymaps.
7312
7313 2012-06-23 Chong Yidong <cyd@gnu.org>
7314
7315 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
7316
7317 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
7318 system abbrevs.
7319
7320 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
7321
7322 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
7325 (bug#11719).
7326
7327 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
7328 the requote function doesn't work properly (bug#11714).
7329
7330 2012-06-23 Glenn Morris <rgm@gnu.org>
7331
7332 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
7333
7334 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 Further GV/CL cleanups.
7337 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
7338 gv-expander.
7339 (gv--defun-declaration): New function.
7340 (defun-declarations-alist): Use it.
7341 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
7342 (gv-place): Autoload.
7343 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
7344 original definition of dotimes and dolist.
7345 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
7346 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
7347 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
7348 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7349 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
7350 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
7351 to the function's definition.
7352 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
7353 * window.el:
7354 * files.el:
7355 * faces.el:
7356 * env.el: Don't use CL.
7357
7358 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
7359
7360 Support higher-resolution time stamps (Bug#9000).
7361
7362 * calendar/time-date.el (with-decoded-time-value): New arg
7363 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
7364 (encode-time-value): New optional arg PICO. New type 3.
7365 (time-to-seconds) [!float-time]: Support the new picoseconds
7366 component if it's used.
7367 (seconds-to-time, time-subtract, time-add):
7368 Support ps-resolution time stamps as well.
7369
7370 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
7371 (timerp): Timer vectors now have length 9, not 8.
7372 (timer--time): Support new-style (4-part) time stamps.
7373 (timer-next-integral-multiple-of-time): Time stamps now have
7374 picosecond resolution, so take a bit more care about rounding.
7375 (timer-relative-time, timer-inc-time): New optional arg psecs.
7376 (timer-set-time-with-usecs): Set psecs to 0.
7377 (timer--activate): Check psecs component, too.
7378
7379 * proced.el (proced-time-lessp): Support ps-resolution stamps.
7380
7381 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
7384 Move the non-essential binding to the post/pre-command-hook where it is
7385 more obviously correct.
7386
7387 * subr.el (read-passwd): Don't use a history at all.
7388 * savehist.el (savehist-save): Remove password saved accidentally
7389 because of the above bug.
7390
7391 2012-06-22 Bastien Guerry <bzg@gnu.org>
7392
7393 * files.el (toggle-read-only): Display a message telling whether
7394 the buffer is read-only or not (bug#11726).
7395
7396 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * emacs-lisp/gv.el: New file.
7399 * subr.el (push, pop): Extend to generalized variables.
7400 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
7401 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
7402 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
7403 gv-define-simple-setter, and gv-define-expander.
7404 Remove setf-methods defined in gv. Rename cl-setf -> setf.
7405 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
7406 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
7407 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
7408 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
7409 gv-letplace.
7410 (cl-defstruct): Don't define setf-method any more.
7411 * emacs-lisp/cl.el (flet): Don't autoload.
7412 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
7413 (define-setf-expander, defsetf, define-modify-macro)
7414 (cl-struct-setf-expander): Move from cl-lib.el.
7415 * emacs-lisp/syntax.el:
7416 * emacs-lisp/ewoc.el:
7417 * emacs-lisp/smie.el:
7418 * emacs-lisp/cconv.el:
7419 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
7420 (timer--time): Use gv-define-simple-setter.
7421 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
7422 to avoid coding-system problems in subr.el. Adjust all users.
7423 (macroexp--maxsize, macroexp-small-p): New functions.
7424 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
7425 * scroll-bar.el (scroll-bar-mode):
7426 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7427 (normal-erase-is-backspace-mode): Don't use the `eq' place.
7428 * winner.el (winner-configuration, winner-make-point-alist)
7429 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
7430 * files.el (locate-file-completion-table): Avoid list*.
7431
7432 2012-06-22 Chong Yidong <cyd@gnu.org>
7433
7434 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
7435 (dired-create-files): Doc fix (Bug#11329).
7436 (dired-do-copy): Doc fix (Bug#11334).
7437 (dired-mark-read-string): Doc fix (Bug#11553).
7438
7439 * dired.el (dired-recursive-copies, dired-recursive-deletes):
7440 Doc fix (Bug#11326).
7441 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
7442 (dired-dwim-target): Doc fix.
7443
7444 * wdired.el (wdired-mode): Doc fix.
7445
7446 2012-06-22 Glenn Morris <rgm@gnu.org>
7447
7448 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
7449 (pcmpl-rpm-cache-stamp-file): New constant.
7450 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
7451 (pcmpl-rpm-packages): Optionally cache list of packages.
7452
7453 * pcmpl-rpm.el (pcmpl-rpm): New group.
7454 (pcmpl-rpm-query-options): New option.
7455 (pcmpl-rpm-packages): No need to inline it.
7456 Use pcmpl-rpm-query-options.
7457
7458 * calendar/calendar.el (calendar-in-read-only-buffer):
7459 Avoid some needless mode changes.
7460
7461 2012-06-21 Chong Yidong <cyd@gnu.org>
7462
7463 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
7464 (desktop-path): Remove . from the default value (Bug#10977).
7465 (desktop-read): Use user-emacs-directory if desktop-path is nil.
7466
7467 2012-06-20 Chong Yidong <cyd@gnu.org>
7468
7469 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
7470
7471 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
7472
7473 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
7474 (bug#11201).
7475
7476 2012-06-20 Chong Yidong <cyd@gnu.org>
7477
7478 * term.el (term-window-width): Handle the case of a missing right
7479 fringe (Bug#8837).
7480 (term-check-size): Use window-text-height (Bug#5445).
7481 (term-mode): Use define-derived-mode. Minor cleanups.
7482 Set font-lock-defaults (Bug#7692).
7483 (term-move-columns, term-insert-char, term-emulate-terminal)
7484 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
7485
7486 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
7487
7488 * net/ange-ftp.el (ange-ftp-get-passwd):
7489 Bind `enable-recursive-minibuffers'.
7490 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
7491
7492 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
7493
7494 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
7495
7496 2012-06-19 Glenn Morris <rgm@gnu.org>
7497
7498 * progmodes/python.el (python-mode): Derive from prog-mode.
7499
7500 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
7501
7502 * emulation/edt.el (edt-default-menu-bar-update-buffers)
7503 (edt-user-menu-bar-update-buffers): New functions.
7504 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
7505
7506 2012-06-19 Chong Yidong <cyd@gnu.org>
7507
7508 * subr.el (with-selected-window): Preserve the selected window's
7509 terminal's top-frame (Bug#4702).
7510
7511 * window.el (save-selected-window): Likewise.
7512
7513 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * progmodes/python.el (python-rx-constituents): Move backquote.
7516 (python-skeleton-define, python-define-auxiliary-skeleton):
7517 Use `declare'.
7518
7519 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
7520
7521 * minibuffer.el (read-file-name-default): Revert the patch from
7522 2012-06-17.
7523
7524 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
7527 (pcase--u1, pcase--q1): Don't use apply-partially.
7528
7529 2012-06-18 Glenn Morris <rgm@gnu.org>
7530
7531 * progmodes/python.el (python-proc, python-buffer)
7532 (python-send-receive, python-send-string): Fix obsolete versions.
7533
7534 2012-06-18 Martin Rudalics <rudalics@gmx.at>
7535
7536 * window.el (special-display-p): Completely remove stringp
7537 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
7538
7539 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
7540
7541 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
7542
7543 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
7544
7545 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
7546 * net/tramp-sh.el (tramp-maybe-open-connection):
7547 Throw if `non-essential' is non-nil.
7548
7549 2012-06-17 Martin Rudalics <rudalics@gmx.at>
7550
7551 * window.el (special-display-p): Signal an error if BUFFER-NAME
7552 is not a string (Bug#11713).
7553
7554 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
7555
7556 * progmodes/python.el (python-info-beginning-of-backslash):
7557 Rename from python-info-beginning-of-backlash, as a spelling fix.
7558
7559 2012-06-17 Chong Yidong <cyd@gnu.org>
7560
7561 * term.el (term-emulate-terminal): If term-check-size is called,
7562 move point to the process mark without resetting point (Bug#4635).
7563
7564 2012-06-17 Glenn Morris <rgm@gnu.org>
7565
7566 * international/mule-cmds.el (mule-menu-keymap)
7567 (set-language-environment, set-locale-environment): Doc tweaks.
7568
7569 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
7570
7571 * cus-face.el (custom-face-attributes): Add wave-style underline
7572 attribute.
7573 * faces.el (set-face-attribute): Update docstring to describe
7574 wave-style underline attribute.
7575
7576 2012-06-16 Chong Yidong <cyd@gnu.org>
7577
7578 * term/xterm.el (terminal-init-xterm): Discard input before
7579 querying background mode (Bug#10959).
7580
7581 2012-06-16 Stefan Merten <smerten@oekonux.de>
7582
7583 * textmodes/rst.el: Added and corrected some comments.
7584 (rst-re-alist-def): Improve symbol syntax.
7585 (rst-mode-syntax-table): Correct syntax entries.
7586 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7587 (rst-official-version, rst-official-cvs-rev): Update version
7588 information.
7589
7590 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
7591
7592 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
7593 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
7594
7595 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
7596
7597 * progmodes/python.el: New python.el merge.
7598 (python-guess-indent): Obsolete var.
7599 (python-indent-guess-indent-offset): New defcustom.
7600 (python-indent): Obsolete var.
7601 (python-indent-offset): New defcustom.
7602 (python-python-command, python-jython-command): Delete var.
7603 (python-shell-interpreter): New defcustom.
7604 (python-pdbtrack-do-tracking-p): Delete var.
7605 (python-pdbtrack-activate): New defcustom.
7606 (python-use-skeletons): Obsolete var.
7607 (python-skeleton-autoinsert): New defcustom.
7608 (inferior-python-filter-regexp, python-continuation-offset)
7609 (python-honour-comment-indentation, python-indent-string-contents)
7610 (python-jython-packages, python-mode-hook)
7611 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
7612 (python-shell-prompt-alist)
7613 (python-source-modes): Delete defcustoms.
7614 (python-check-buffer-name, python-eldoc-setup-code)
7615 (python-eldoc-string-code, python-ffap-setup-code)
7616 (python-ffap-string-code, python-fill-comment-function)
7617 (python-fill-decorator-function, python-fill-paren-function)
7618 (python-fill-string-function, python-imenu-include-defun-type)
7619 (python-imenu-make-tree, python-imenu-subtree-root-label)
7620 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
7621 (python-shell-compilation-regexp-alist)
7622 (python-shell-completion-module-string-code)
7623 (python-shell-completion-pdb-string-code)
7624 (python-shell-completion-setup-code)
7625 (python-shell-completion-string-code)
7626 (python-shell-enable-font-lock, python-shell-exec-path)
7627 (python-shell-extra-pythonpaths)
7628 (python-shell-internal-buffer-name, python-shell-interpreter-args)
7629 (python-shell-process-environment)
7630 (python-shell-prompt-block-regexp)
7631 (python-shell-prompt-output-regexp)
7632 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
7633 (python-shell-send-setup-max-wait, python-shell-setup-codes)
7634 (python-shell-virtualenv-path): New defcustoms.
7635 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
7636 (inferior-python-mode-syntax-table, python--prompt-regexp)
7637 (python-buffer, python-command python-python-command)
7638 (python-default-template, python-imports, python-indent-index)
7639 (python-indent-list, python-indent-list-length)
7640 (python-mode-running, python-pdbtrack-is-tracking-p)
7641 (python-preoutput-continuation, python-preoutput-leftover)
7642 (python-preoutput-result, python-preoutput-skip-next-prompt)
7643 (python-prev-dir/file, python-recursing)
7644 (python-saved-check-command, python-version-checked)
7645 (python-which-func-length-limit)
7646 (view-return-to-alist): Delete vars.
7647 (python-check-custom-command, python-dotty-syntax-table)
7648 (python-imenu-index-alist, python-indent-current-level)
7649 (python-indent-dedenters, python-indent-levels)
7650 (python-nav-beginning-of-defun-regexp)
7651 (python-nav-list-defun-positions-cache)
7652 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
7653 (python-shell-internal-buffer)
7654 (python-skeleton-available): New vars.
7655 (def-python-skeleton): Delete macro.
7656 (python-skeleton-define): New macro.
7657 (python-define-auxiliary-skeleton, python-rx): New macros.
7658 (python-insert-class): Delete command.
7659 (python-skeleton-class): New command.
7660 (python-insert-def): Delete command.
7661 (python-skeleton-def): New command.
7662 (python-insert-for): Delete command.
7663 (python-skeleton-for): New command.
7664 (python-insert-if): Delete command.
7665 (python-skeleton-if): New command.
7666 (python-insert-try/except, python-insert-try/finally): Delete commands.
7667 (python-skeleton-try): New command.
7668 (python-insert-while): Delete command.
7669 (python-skeleton-while): New command.
7670 (python-backspace): Delete command.
7671 (python-indent-dedent-line-backspace): New command.
7672 (python-electric-colon): Delete command.
7673 (python-indent-electric-colon): New command.
7674 (python-guess-indent): Delete command.
7675 (python-indent-guess-indent-offset): New command.
7676 (python-shift-left): Delete command.
7677 (python-indent-shift-left): New command.
7678 (python-shift-right): Delete command.
7679 (python-indent-shift-right): New command.
7680 (python-find-function): Delete command.
7681 (python-nav-jump-to-defun): New command.
7682 (python-next-statement): Delete command.
7683 (python-nav-forward-sentence): New command.
7684 (python-previous-statement): Delete command.
7685 (python-nav-backward-sentence): New command.
7686 (python-fill-paragraph): Delete command.
7687 (python-fill-paragraph-function): New command.
7688 (python-send-buffer): Delete command.
7689 (python-shell-send-buffer): New command.
7690 (python-send-defun): Delete command.
7691 (python-shell-send-defun): New command.
7692 (python-send-region, python-send-region-and-go): Delete commands.
7693 (python-shell-send-region)
7694 (python-shell-switch-to-shell): New commands.
7695 (python-send-string): Delete command.
7696 (python-shell-send-string): New command.
7697 (python-switch-to-python): Delete command.
7698 (python-shell-switch-to-shell): New command.
7699 (python-describe-symbol): Delete command.
7700 (python-eldoc-at-point): New command.
7701 (python--set-prompt-regexp, python-args-to-list)
7702 (python-after-info-look, python-check-version)
7703 (python-check-comint-prompt, python-find-imports)
7704 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
7705 (python-unload-function, python-expand-template)
7706 (python-maybe-jython, python-preoutput-filter)
7707 (python-pdbtrack-get-source-buffer)
7708 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
7709 (python-pdbtrack-toggle-stack-tracking)
7710 (python-pdbtrack-track-stack-file, python-initial-text)
7711 (python-first-word, python-comment-line-p, python-send-command)
7712 (python-setup-brm, python-sentinel, python-set-proc)
7713 (python-skip-out, python-input-filter, python-outdent-p)
7714 (python-outline-level, python-backslash-continuation-line-p)
7715 (python-end-of-block, python-end-of-statement, python-mark-block)
7716 (python-beginning-of-block, python-beginning-of-statement)
7717 (python-blank-line-p, python-beginning-of-string)
7718 (python-open-block-statement-p): Delete functions.
7719 (python-indent-line, python-indent-line-1): Delete functions.
7720 (python-indent-line): New function.
7721 (python-indentation-levels): Delete function.
7722 (python-indent-calculate-levels): New function.
7723 (python-proc): Delete function.
7724 (python-shell-get-process): New function.
7725 (python-send-receive): Delete function.
7726 (python-shell-send-string-no-output): New function.
7727 (python-module-path): Delete function.
7728 (python-ffap-module-path): New function.
7729 (python-completion-at-point)
7730 (python-symbol-completions): Delete functions.
7731 (python-completion-complete-at-point): New function.
7732 (python-load-file): Delete function.
7733 (python-shell-send-file): New function.
7734 (python-calculate-indentation): Delete function.
7735 (python-indent-calculate-indentation): New function.
7736 (python-skip-comments/blanks): Delete function.
7737 (python-util-forward-comment): New function.
7738 (python-continuation-line-p): Delete function.
7739 (python-info-continuation-line-p): New function.
7740 (python-which-func, python-current-defun): Delete function.
7741 (python-info-current-defun): New function.
7742 (python-beginning-of-defun): Delete function.
7743 (python-nav-beginning-of-defun): New function.
7744 (python-close-block-statement-p)
7745 (python-block-end-p): Delete function.
7746 (python-info-closing-block): New function.
7747 (python-comint-output-filter-function)
7748 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
7749 (python-fill-comment, python-fill-decorator, python-fill-paren)
7750 (python-fill-string, python-imenu-make-element-tree)
7751 (python-imenu-make-tree, python-imenu-tree-assoc)
7752 (python-indent-context, python-indent-dedent-line)
7753 (python-indent-line-function)
7754 (python-indent-post-self-insert-function)
7755 (python-indent-toggle-levels)
7756 (python-info-assignment-continuation-line-p)
7757 (python-info-beginning-of-backlash)
7758 (python-info-block-continuation-line-p)
7759 (python-info-closing-block-message)
7760 (python-info-line-ends-backslash-p)
7761 (python-info-looking-at-beginning-of-defun)
7762 (python-info-ppss-context, python-info-ppss-context-type)
7763 (python-nav-list-defun-positions, python-nav-read-defun)
7764 (python-nav-sentence-end, python-nav-sentence-start)
7765 (python-pdbtrack-comint-output-filter-function)
7766 (python-pdbtrack-set-tracked-buffer)
7767 (python-shell-calculate-exec-path)
7768 (python-shell-calculate-process-environment)
7769 (python-shell-completion--do-completion-at-point)
7770 (python-shell-completion--get-completions)
7771 (python-shell-completion-complete-at-point)
7772 (python-shell-completion-complete-or-indent)
7773 (python-shell-get-or-create-process)
7774 (python-shell-get-process-name)
7775 (python-shell-internal-get-or-create-process)
7776 (python-shell-internal-get-process-name)
7777 (python-shell-internal-send-string, python-shell-make-comint)
7778 (python-shell-parse-command, python-shell-send-setup-code)
7779 (python-skeleton-add-menu-items)
7780 (python-util-clone-local-variables, python-util-position)
7781 (run-python-internal, python-indentation-levels)
7782 (python-nav-beginning-of-defun)
7783 (python-completion-complete-at-point): New functions.
7784 (run-python): Change arguments. New API requirements.
7785
7786 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
7789 (bug#11649).
7790
7791 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
7792 (macroexp--expand-all): Use it.
7793
7794 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
7795 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
7796 Use `cl-function' instead.
7797
7798 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
7799
7800 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
7801 Suggested by Stefan Monnier while discussing bug#11657.
7802
7803 2012-06-14 Sam Steingold <sds@gnu.org>
7804
7805 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
7806
7807 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
7808
7809 * play/doctor.el (doctor-doc): Remove parameter and use
7810 doctor-sent instead of sent.
7811 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
7812
7813 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * files.el: Require cl-lib.
7816 (file-name-non-special): Replace case -> cl-case.
7817
7818 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
7819
7820 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
7821 mapping from #' to function*.
7822
7823 2012-06-13 Chong Yidong <cyd@gnu.org>
7824
7825 * mouse.el (mouse-drag-track): Do not set the mark if the user
7826 releases the mouse without selecting anything (Bug#11588).
7827
7828 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
7831 as well (bug#11646).
7832
7833 * loadup.el: Count byte-code functions as well.
7834
7835 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
7836 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
7837
7838 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
7839 (bug#11649). Add cl-defun and cl-defmacro.
7840
7841 2012-06-13 Drew Adams <drew.adams@oracle.com>
7842
7843 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7844 Fix last change.
7845
7846 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
7847
7848 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
7849 Otherwise, it blocks in batch mode.
7850
7851 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
7852
7853 * help-mode.el (bookmark-make-record-default): Declare.
7854
7855 2012-06-13 Chong Yidong <cyd@gnu.org>
7856
7857 * emacs-lisp/package.el (list-packages): Compute a list of
7858 packages that are newly-available since the last list-packages
7859 invocation.
7860 (package-menu--new-package-list): New var.
7861 (package-menu--generate, package-menu--print-info)
7862 (package-menu--status-predicate, package-menu-mark-install):
7863 Handle new status label "new".
7864
7865 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
7868 conversion to backquotes.
7869
7870 2012-06-12 Chong Yidong <cyd@gnu.org>
7871
7872 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
7873 Rename from gud-inhibit-global-bindings.
7874
7875 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
7876
7877 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
7878 hook from nxml-glyph-set-hook.
7879
7880 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
7881 declaration.
7882
7883 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
7884
7885 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
7886 Convert to defcustom.
7887
7888 2012-06-12 Drew Adams <drew.adams@oracle.com>
7889
7890 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7891 New functions.
7892 (help-mode): Use them.
7893
7894 2012-06-11 Glenn Morris <rgm@gnu.org>
7895
7896 * progmodes/fortran.el (fortran-font-lock-keywords-3):
7897 Use preprocessor face for directives.
7898 (fortran-directive-re): Doc fix.
7899
7900 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
7903 conversion to backquotes (bug#11652).
7904
7905 Fix compiler-expansion of CL's cXXr functions (bug#11673).
7906 * emacs-lisp/cl-lib.el (cl--defalias): New function.
7907 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
7908 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
7909 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7910 (cl-ninth, cl-tenth): Mark them as inlinable.
7911 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
7912 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
7913 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
7914 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
7915 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
7916 (cl-list*, cl-adjoin): Don't put an autoload manually.
7917 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
7918 (cl--compiler-macro-list*): Add autoload cookie.
7919 (cl--compiler-macro-cXXr): New function.
7920
7921 * help-fns.el (help-fns--compiler-macro): New function extracted from
7922 describe-function-1; follow aliases and use `compiler-macro' property.
7923 (describe-function-1): Use it.
7924
7925 2012-06-11 Chong Yidong <cyd@gnu.org>
7926
7927 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
7928 is uninstalled, if imagemagick is installed.
7929
7930 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * emacs-lisp/cl-lib.el: Use lexical-binding.
7933 (cl-map-extents, cl-maclisp-member): Remove.
7934 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
7935 (cl--set-substring, cl--block-wrapper, cl--block-throw)
7936 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
7937 * emacs-lisp/cl-extra.el: Use lexical-binding.
7938 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
7939 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
7940 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
7941 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
7942 * emacs-lisp/cl-seq.el: Use lexical-binding.
7943 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
7944 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
7945 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
7946 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
7947 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
7948 CL's internals.
7949
7950 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
7951
7952 Sync with Tramp 2.2.6-pre.
7953
7954 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
7955 `print-length' and `print-level' to nil, in order to avoid
7956 truncation. Reported by Christopher Schmidt
7957 <christopher@ristopher.com>.
7958
7959 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
7960
7961 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
7962 New defmacro.
7963 (tramp-compat-copy-directory): Add optional argument
7964 COPY-CONTENTS. It is not handled yet.
7965
7966 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
7967 (tramp-ftp-file-name-p): Simplify.
7968
7969 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
7970 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
7971 connection vector.
7972
7973 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
7974 (tramp-methods): Do not use `tramp-password-end-of-line'.
7975 (tramp-completion-function-alist-putty): Handle UNIX case.
7976 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
7977 (tramp-do-file-attributes-with-stat)
7978 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
7979 gid as real numbers. They could run out of integer range on cygwin.
7980 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
7981 (tramp-sh-handle-expand-file-name): Handle hops.
7982 (tramp-open-connection-setup-interactive-shell):
7983 Use `tramp-cleanup'. Move check for busyboxes ...
7984 (tramp-find-shell): ... here. Simplify implementation.
7985 Set "remote-shell" property also for alternative shells.
7986 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
7987 If failing, a regular file would be written otherwise.
7988 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
7989 (tramp-find-inline-encoding): Cache the coding commands in the
7990 process cache. Apply test command on the remote side, if defined.
7991 (tramp-find-inline-compress): Cache the compress commands in the
7992 process cache.
7993 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
7994 when requested. Handle hops.
7995 (tramp-current-connection): New defvar.
7996 (tramp-maybe-open-connection): Use `tramp-cleanup'.
7997 Throw `suppress', if there was a failed connection shortly before.
7998 Handle user interrupt. (Bug#10187)
7999 (tramp-get-inline-compress, tramp-get-inline-coding):
8000 Read connection properties from the process cache.
8001
8002 * net/tramp-smb.el (tramp-smb-server-version)
8003 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
8004 New defconsts.
8005 (tramp-smb-prompt): Extend for powershell prompt.
8006 (tramp-smb-file-name-handler-alist): Add handlers for
8007 `process-file', `shell-command' and `start-file-process'.
8008 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
8009 (tramp-smb-winexe-shell-command-switch): New defcustoms.
8010 (tramp-smb-file-name-p): Simplify.
8011 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
8012 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
8013 (tramp-smb-shell-quote-argument): New defuns.
8014 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
8015 Implement using "tar". By this, time-stamps are preserved.
8016 (tramp-smb-handle-copy-file): Handle also the case of directories.
8017 (tramp-smb-do-file-attributes-with-stat)
8018 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
8019 Use `tramp-get-connection-buffer').
8020 (tramp-smb-handle-rename-file): Use "rename", when source and
8021 target are on the same share.
8022 (tramp-smb-maybe-open-connection): Handle wrong passwords.
8023 Use `tramp-smb-server-version'.
8024 (tramp-smb-wait-for-output): Remove prompt.
8025
8026 * net/tramp.el (top): Require 'cl.
8027 (tramp-methods, tramp-rsh-end-of-line):
8028 Remove `tramp-password-end-of-line' from docstring.
8029 (tramp-save-ad-hoc-proxies): New defcustom.
8030 (tramp-completion-function-alist): Adapt docstring.
8031 (tramp-default-password-end-of-line): Remove defcustom.
8032 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
8033 (tramp-user-regexp, tramp-file-name-regexp-unified)
8034 (tramp-file-name-regexp-url): Extend regexp by hop separator.
8035 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
8036 (tramp-remote-file-name-spec-regexp): New defconst.
8037 (tramp-file-name-structure): Extend structure for hops.
8038 (tramp-get-method-parameter): Move up.
8039 (tramp-file-name-p, tramp-dissect-file-name)
8040 (with-parsed-tramp-file-name): Handle hops.
8041 (tramp-file-name-hop): New defun.
8042 (tramp-make-tramp-file-name): New optional arg HOP.
8043 (tramp-message-show-progress-reporter-message): New defvar.
8044 (tramp-with-progress-reporter): Use it. We cannot use
8045 `tramp-message-show-message' here, because this suppresses also
8046 error buffers.
8047 (tramp-error-with-buffer): Suppress buffer view, if
8048 `tramp-message-show-message' is nil.
8049 Use `tramp-get-connection-buffer'.
8050 (tramp-cleanup): New defun.
8051 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
8052 (tramp-file-name-handler): If `debug-on-error' is set, propagate
8053 an error unchanged.
8054 (tramp-completion-handle-file-name-all-completions): Handle hops.
8055 Fix an error when called from ido.
8056 (tramp-completion-dissect-file-name): Use better local variable
8057 name. Add hop to the vector.
8058 (tramp-handle-insert-file-contents): Use progress-reporter for the
8059 whole scenario.
8060 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
8061 to `t'.
8062 (tramp-check-for-regexp): Simplify search.
8063 (tramp-enter-password): Remove it. Move implementation ...
8064 (tramp-action-password): ... here.
8065 (tramp-mode-string-to-int, tramp-local-host-p)
8066 (tramp-make-tramp-temp-file, tramp-read-passwd)
8067 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
8068 Set tramp-autoload cookie.
8069
8070 * net/trampver.el: Update release number.
8071
8072 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8073 Michael Albinus <michael.albinus@gmx.de>
8074
8075 * net/tramp.el (tramp-set-completion-function): Fix docstring.
8076 (tramp-parse-group, tramp-parse-file)
8077 (tramp-parse-shostkeys-sknownhosts): New defuns.
8078 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
8079 (tramp-parse-shosts-group, tramp-parse-sconfig)
8080 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
8081 (tramp-parse-sknownhosts, tramp-parse-hosts)
8082 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
8083 Use them.
8084 (tramp-parse-passwd-group, tramp-parse-netrc-group)
8085 (tramp-parse-putty-group): Don't narrow.
8086 (tramp-parse-putty): Make a loop.
8087 (tramp-file-name-handler): Catch the `suppress' signal.
8088
8089 2012-06-11 Chong Yidong <cyd@gnu.org>
8090
8091 * image.el (imagemagick-register-types): Put the ImageMagick entry
8092 at the end of image-type-file-name-regexps.
8093
8094 2012-06-11 Johan Bockgård <bojohan@gnu.org>
8095
8096 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
8097 (pcase, pcase-let*, pcase-dolist): Use them.
8098
8099 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * emacs-lisp/pcase.el (pcase--let*): New function.
8102 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
8103 (pcase--expand): Use macroexp-let².
8104
8105 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
8108 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
8109 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
8110 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
8111 * emacs-lisp/derived.el: Use pcase instead of `cl'.
8112 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
8113
8114 2012-06-10 Glenn Morris <rgm@gnu.org>
8115
8116 * mail/rmail.el (rmail-yank-current-message): Leave point at
8117 correct position. (Bug#11660)
8118
8119 2012-06-10 Chong Yidong <cyd@gnu.org>
8120
8121 * allout-widgets.el: Fix code header.
8122
8123 2012-06-10 Chong Yidong <cyd@gnu.org>
8124
8125 * cus-edit.el (customize-changed-options-previous-release):
8126 Bump to 24.1.
8127
8128 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
8129
8130 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
8131
8132 2012-06-09 Chong Yidong <cyd@gnu.org>
8133
8134 * ebuff-menu.el (electric-buffer-list): Preserve header line.
8135
8136 2012-06-09 Martin Rudalics <rudalics@gmx.at>
8137
8138 * window.el (special-display-popup-frame): Don't use
8139 window--display-buffer (Bug#11651).
8140
8141 2012-06-09 Eli Zaretskii <eliz@gnu.org>
8142
8143 Fix parallel builds: make sure loaddefs.el is not being written
8144 while Lisp files are compiled.
8145 (compile): Don't depend on 'mh-autoloads'.
8146 (compile-CMD, compile-SH): Depend on 'autoloads'.
8147 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
8148
8149 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
8150
8151 2012-06-09 Chong Yidong <cyd@gnu.org>
8152
8153 * face-remap.el (face-remap-add-relative, face-remap-set-base)
8154 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
8155 Doc fixes (Bug#11225).
8156
8157 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
8160 a function if there's a clear indication that it has a compiler-macro.
8161 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
8162 (macro-declarations-alist): Add arglist to declaration functions.
8163 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
8164 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
8165 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
8166 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
8167 Also add autoload to find the compiler macro.
8168 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
8169 (cl--compiler-macro-member, cl--compiler-macro-assoc)
8170 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
8171 (cl--compiler-macro-get): New functions, replacing calls to
8172 cl-define-compiler-macro.
8173 (cl-typep) [compiler-macro]: Use macroexp-let².
8174
8175 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
8176
8177 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
8178 string properly, fixes Bug#11473.
8179
8180 2012-06-08 Chong Yidong <cyd@gnu.org>
8181
8182 * faces.el (set-face-attribute): Doc fix.
8183 (modify-face): Don't use :bold and :italic.
8184 (error, warning, success): Tweak definitions.
8185
8186 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
8187 (custom-modified, custom-set, custom-changed, custom-themed)
8188 (custom-saved, custom-button, custom-button-mouse)
8189 (custom-button-pressed, custom-state, custom-comment-tag)
8190 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
8191 (custom-group-subtitle): Use new-style face specs.
8192 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8193 (custom-set-face, custom-changed-face, custom-saved-face)
8194 (custom-button-face, custom-button-pressed-face)
8195 (custom-documentation-face, custom-state-face)
8196 (custom-comment-face, custom-comment-tag-face)
8197 (custom-variable-tag-face, custom-variable-button-face)
8198 (custom-face-tag-face, custom-group-tag-face-1)
8199 (custom-group-tag-face): Remove obsolete face alias.
8200
8201 * epa.el (epa-validity-high, epa-validity-medium)
8202 (epa-validity-low, epa-mark, epa-field-name, epa-string)
8203 (epa-field-name, epa-field-body):
8204 * font-lock.el (font-lock-comment-face, font-lock-string-face)
8205 (font-lock-keyword-face, font-lock-builtin-face)
8206 (font-lock-function-name-face, font-lock-variable-name-face)
8207 (font-lock-type-face, font-lock-constant-face):
8208 * ido.el (ido-first-match, ido-only-match, ido-subdir)
8209 (ido-virtual, ido-indicator, ido-incomplete-regexp):
8210 * speedbar.el (speedbar-button-face, speedbar-file-face)
8211 (speedbar-directory-face, speedbar-tag-face)
8212 (speedbar-selected-face, speedbar-highlight-face)
8213 (speedbar-separator-face):
8214 * whitespace.el (whitespace-newline, whitespace-space)
8215 (whitespace-hspace, whitespace-tab, whitespace-trailing)
8216 (whitespace-line, whitespace-space-before-tab)
8217 (whitespace-space-after-tab, whitespace-indentation)
8218 (whitespace-empty):
8219 * emulation/cua-base.el (cua-global-mark):
8220 * eshell/em-prompt.el (eshell-prompt):
8221 * net/newst-plainview.el (newsticker-new-item-face)
8222 (newsticker-old-item-face, newsticker-immortal-item-face)
8223 (newsticker-obsolete-item-face, newsticker-date-face)
8224 (newsticker-statistics-face, newsticker-default-face):
8225 * net/newst-reader.el (newsticker-feed-face)
8226 (newsticker-extra-face, newsticker-enclosure-face):
8227 * net/newst-treeview.el (newsticker-treeview-face)
8228 (newsticker-treeview-new-face, newsticker-treeview-old-face)
8229 (newsticker-treeview-immortal-face)
8230 (newsticker-treeview-obsolete-face)
8231 (newsticker-treeview-selection-face):
8232 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
8233 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
8234 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
8235 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
8236 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
8237 (nxml-outline-active-indicator, nxml-outline-ellipsis):
8238 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8239 (mpuz-text):
8240 * progmodes/vera-mode.el (vera-font-lock-number)
8241 (vera-font-lock-function, vera-font-lock-interface):
8242 * textmodes/table.el (table-cell): Use new-style face specs, and
8243 don't use the old :bold and :italic attributes.
8244
8245 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8246 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
8247 (ebrowse-member-class, ebrowse-progress): Likewise.
8248 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8249 (ebrowse-file-name-face, ebrowse-default-face)
8250 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8251 (ebrowse-progress-face): Remove obsolete faces.
8252
8253 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8254 Inherit from error and warning faces respectively.
8255
8256 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8257 Likewise.
8258 (flyspell-incorrect-face, flyspell-duplicate-face):
8259 Remove obsolete aliases.
8260
8261 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
8262
8263 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8264 Avoid infloop.
8265
8266 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * startup.el (argv, argi): Make lexically scoped.
8269 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
8270 * emacs-lisp/cl-macs.el: Use lexical-binding.
8271 Rename cl-bind-* to cl--bind-*.
8272 * files.el: Don't require `cl' since it doesn't use it.
8273 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
8274
8275 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
8276
8277 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
8278 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
8279 instead of calling external sort utility.
8280 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
8281
8282 2012-06-08 Eli Zaretskii <eliz@gnu.org>
8283
8284 * descr-text.el (describe-char): Mention how to insert the
8285 character, if the current input method doesn't support it.
8286 See the discussion in this thread for the details:
8287 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
8288
8289 2012-06-08 Sam Steingold <sds@gnu.org>
8290
8291 * bindings.el (global-map): Bind XF86Forward to next-buffer and
8292 XF86Back to previous-buffer.
8293 (minibuffer-local-map): Bind them to next-history-element and
8294 previous-history-element respectively.
8295 * help-mode.el (help-mode-map): Bind them to help-go-forward and
8296 help-go-back respectively.
8297 * info.el (Info-mode-map): Bind them to Info-history-forward and
8298 Info-history-back respectively.
8299 These are the keys next to Up on the ThinkPad keyboard.
8300
8301 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
8304 * emacs-lisp/cl-macs.el: Provide itself.
8305 (cl--labels-convert-cache): New var.
8306 (cl--labels-convert): New function.
8307 (cl-flet, cl-labels): New implementation with new semantics, relying on
8308 lexical-binding.
8309 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
8310 (cl-closure-vars, cl--function-convert-cache)
8311 (cl--function-convert): Move from cl-macs.el.
8312 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
8313 rename by removing the "cl-" prefix.
8314 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
8315
8316 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
8319 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
8320 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
8321 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
8322 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
8323 (cl-hash-table-count): Add old compatibility aliases.
8324
8325 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
8326 Use macroexpand-all-environment instead.
8327 (cl--old-macroexpand): New var.
8328 (cl--sm-macroexpand): New function.
8329 (cl-symbol-macrolet): Use it during macro expansion.
8330 (cl--function-convert-cache): New var.
8331 (cl--function-convert): New function, extracted from
8332 cl-macroexpand-all.
8333 (cl-lexical-let): Use it.
8334
8335 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
8336 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
8337 (cl-member): Remove old alias.
8338
8339 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
8340 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
8341 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
8342 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
8343 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
8344 (cl-macroexpand-cmacs): Remove var.
8345 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
8346 Use macroexpand-all instead.
8347
8348 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
8351 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
8352 (macroexp-copyable-p): New functions and macros.
8353 * emacs-lisp/edebug.el (edebug-unwrap):
8354 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
8355 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
8356 (pcase--let*): Remove.
8357 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
8358 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
8359 macroexp-const-p instead.
8360 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
8361
8362 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
8363 instead of "cl-" for internal definitions. Use macroexp-const-p.
8364 (cl-old-bc-file-form): Remove var.
8365 (cl-const-exprs-p): Remove fun.
8366 (cl-labels, cl-macrolet): Use backquote.
8367 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
8368 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
8369 (cl-define-setf-expander): Rename from cl-define-setf-method.
8370 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
8371
8372 * international/mule-cmds.el: Don't require CL.
8373 (view-hello-file): Don't use `letf'.
8374
8375 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * tmm.el (tmm-prompt): Use string-prefix-p.
8378 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
8379 (tmm-add-prompt): Use minibuffer-completion-help.
8380 (tmm-delete-map): Remove.
8381
8382 * subr.el (kbd): Make it its own function.
8383
8384 2012-06-07 Stefan Merten <smerten@oekonux.de>
8385
8386 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
8387 Silence compiler warnings. Fix versions.
8388 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
8389 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
8390 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
8391 (rst-package-emacs-version-alist): Correct Emacs version to
8392 represent major merge with upstream.
8393 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
8394
8395 2012-06-06 Glenn Morris <rgm@gnu.org>
8396
8397 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
8398 Only print environment variables if set.
8399
8400 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
8403 (macroexp--cons): Rename from maybe-cons.
8404 (macroexp--accumulate): Rename from macroexp-accumulate.
8405 (macroexp--all-forms): Rename from macroexpand-all-forms.
8406 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
8407 (macroexp--expand-all): Rename from macroexpand-all-1.
8408
8409 2012-06-06 Sam Steingold <sds@gnu.org>
8410
8411 * calendar/calendar.el (calendar-in-read-only-buffer):
8412 Call `special-mode' to enable the standard read-only keybindings.
8413
8414 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
8417 with "loading" messages (bug#11635).
8418
8419 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
8420
8421 * files.el (enable-remote-dir-locals): New option.
8422 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
8423
8424 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8425 Ensure, that the temp directory is local.
8426
8427 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
8428 `temporary-file-directory'.
8429
8430 * progmodes/python.el (python-send-region): Ensure, that the
8431 temporary file is created also in the remote case.
8432
8433 2012-06-06 Glenn Morris <rgm@gnu.org>
8434
8435 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
8436 (vc-rcs-update-changelog): Use it.
8437
8438 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
8439
8440 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
8441 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
8442 (vc-sccs-diff): Replace use of the external vcdiff script.
8443
8444 2012-06-05 Glenn Morris <rgm@gnu.org>
8445
8446 * ledit.el: Move to obsolete/.
8447
8448 2012-06-05 Sam Steingold <sds@gnu.org>
8449
8450 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
8451 patch (Bug#11140).
8452
8453 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * emacs-lisp/cust-print.el: Move to obsolete.
8456
8457 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
8458 compiler-macro expansion.
8459
8460 Add native compiler-macro support.
8461 * emacs-lisp/macroexp.el (macroexpand-all-1):
8462 Support compiler-macros directly. Properly follow aliases and apply
8463 the compiler macros more thoroughly.
8464 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
8465 macroexpand now properly follows aliases.
8466 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
8467 (cl-compiler-macroexpand): Use new prop.
8468 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
8469
8470 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
8471
8472 2012-06-05 Martin Rudalics <rudalics@gmx.at>
8473
8474 * window.el (get-lru-window, get-mru-window, get-largest-window):
8475 New argument NOT-SELECTED to avoid picking the selected window.
8476 (window--display-buffer-1, window--display-buffer-2): Replace by
8477 new function window--display-buffer
8478 (display-buffer-same-window, display-buffer-reuse-window)
8479 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8480 Use window--display-buffer.
8481 (display-buffer-use-some-window): Remove temporary dedication
8482 hack by calling get-lru-window and get-largest-window with
8483 NOT-SELECTED argument non-nil. Call window--display-buffer.
8484
8485 2012-06-05 Glenn Morris <rgm@gnu.org>
8486
8487 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
8488 Replace external vcdiff script.
8489
8490 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
8493
8494 2012-06-04 Chong Yidong <cyd@gnu.org>
8495
8496 * image.el (imagemagick-types-inhibit): Revert last change.
8497 Add INFO and M.
8498 (imagemagick-enabled-types): Remove CIN and EPS*.
8499
8500 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * emacs-lisp/cl-lib.el: Rename from cl.el.
8503 * emacs-lisp/cl.el: New compatibility file.
8504 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
8505 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
8506 to obey the "cl-" prefix.
8507 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
8508
8509 2012-06-03 Glenn Morris <rgm@gnu.org>
8510
8511 * emacs-lisp/authors.el (authors-aliases): Addition.
8512
8513 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
8514 Fix :version.
8515
8516 2012-06-03 Stefan Merten <smerten@oekonux.de>
8517
8518 * textmodes/rst.el: Add comments.
8519 (rst-transition, rst-adornment): New faces.
8520 (rst-adornment-faces-alist): Make default safe to reevaluate.
8521 Fixes
8522 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
8523 Improve customization tags.
8524 (rst-define-level-faces): Clarify meaning.
8525
8526 2012-06-03 Chong Yidong <cyd@gnu.org>
8527
8528 * progmodes/compile.el (compilation-mode-line-fail)
8529 (compilation-mode-line-run, compilation-mode-line-exit):
8530 New faces.
8531 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
8532
8533 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
8534
8535 * progmodes/which-func.el (which-func-update-ediff-windows):
8536 New function. Use it in ediff-select-hook (Bug#11478).
8537
8538 2012-06-03 Chong Yidong <cyd@gnu.org>
8539
8540 * bindings.el: Remove explicit help text from format-mode-line.
8541 It is now supplied by mode-line-default-help-echo.
8542 (mode-line-front-space, mode-line-end-spaces)
8543 (mode-line-misc-info): New variables.
8544 (mode-line-modes, mode-line-position): Move the default value to
8545 the variable definition.
8546 (mode-line-default-help-echo): New defcustom.
8547 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
8548 (mode-line-modified-help-echo): New functions.
8549 (mode-line-mule-info, mode-line-modified): Use them.
8550 (mode-line-eol-desc, propertized-buffer-identification):
8551 Consistency fixes for help text.
8552 (mode-line-coding-system-map): Allow using mouse-3 to invoke
8553 set-buffer-file-coding-system (Bug#289).
8554 (mode-line-mule-info-help-echo): Update help text.
8555
8556 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * simple.el (execute-extended-command): Set real-this-command
8559 (bug#11506).
8560
8561 2012-06-02 Chong Yidong <cyd@gnu.org>
8562
8563 Remove incorrect uses of "modeline" in comments, docstrings, and
8564 function/variable names (Bug#10329).
8565
8566 * cus-edit.el (mode-line):
8567 * dframe.el (dframe-mouse-hscroll):
8568 * emacs-lisp/re-builder.el:
8569 * emacs-lisp/easy-mmode.el (define-minor-mode):
8570 * frame.el (set-frame-name):
8571 * help.el (lookup-minor-mode-from-indicator):
8572 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
8573 * progmodes/cc-cmds.el (c-toggle-auto-newline)
8574 (c-toggle-hungry-state):
8575 * progmodes/antlr-mode.el (antlr-language-alist):
8576 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
8577 * progmodes/vhdl-mode.el (vhdl-mode):
8578 * progmodes/which-func.el (which-func, which-func-cleanup-function):
8579 * term/ns-win.el (ns-face-at-pos):
8580 * term/sup-mouse.el (sup-mouse-report):
8581 * textmodes/flyspell.el (flyspell-mode-line-string):
8582 * textmodes/ispell.el (ispell-highlight-face):
8583 * textmodes/reftex-global.el:
8584 * vc/vc-arch.el (vc-arch-mode-line-string):
8585 * vc/vc-cvs.el (vc-cvs-mode-line-string):
8586 * vc/vc-git.el (vc-git-mode-line-string):
8587 * vc/vc-hooks.el (vc-display-status)
8588 (vc-default-mode-line-string):
8589 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
8590
8591 * ansi-color.el (ansi-color-faces-vector): Change default faces.
8592
8593 * dired.el (dired-sort-set-mode-line): Rename from
8594 dired-sort-set-modeline. All callers changed.
8595
8596 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
8597 eshell-status-in-modeline.
8598
8599 * foldout.el (foldout-mode-line-string): Rename from
8600 foldout-modeline-string. All callers changed.
8601 (foldout-update-mode-line): Rename from foldout-update-modeline.
8602
8603 * subr.el (redraw-modeline): Make into obsolete alias.
8604
8605 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
8606 timeclock-modeline-display. Make old name an alias.
8607 (timeclock-update-mode-line): Likewise. All callers changed.
8608 (timeclock-mode-line-display): No need to check before using
8609 add-hook.
8610 (timeclock-relative, timeclock-day-over-hook)
8611 (timeclock-use-elapsed, timeclock-mode-string)
8612 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
8613
8614 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
8615 crisp-mode-modeline-string.
8616
8617 * play/solitaire.el (solitaire-build-mode-line): Rename from
8618 solitaire-build-modeline. All callers changed.
8619
8620 * play/zone.el (zone-hiding-mode-line): Rename from
8621 zone-hiding-modeline. All callers changed.
8622 (zone): Remove unusued `modeline-hidden-level' property.
8623
8624 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
8625 xscheme-modeline-initialize. All callers changed.
8626
8627 * strokes.el (strokes-lighter): Rename from
8628 strokes-modeline-string.
8629
8630 * textmodes/sgml-mode.el (html-face-tag-alist)
8631 (html-tag-face-alist): Use mode-line face instead of obsolete
8632 alias modeline.
8633
8634 2012-06-02 Stefan Merten <smerten@oekonux.de>
8635
8636 * textmodes/rst.el: Always require `cl'.
8637 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
8638
8639 2012-06-02 Chong Yidong <cyd@gnu.org>
8640
8641 * image.el (imagemagick-enabled-types): Rename from
8642 imagemagick-types-enable. Add many more types.
8643 (imagemagick-types-inhibit): Change default to nil.
8644 (imagemagick-filter-types): Caller changed.
8645
8646 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * emacs-lisp/cl-macs.el: Use backquotes.
8649 (cl-transform-function-property): Use eval-and-compile rather than
8650 abusing `require'.
8651 (defstruct): Use declare-function instead of with-no-warnings.
8652
8653 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
8654 (byte-compile-output-docform): Re-add the print-circle bindings.
8655 (byte-compile-fix-header): Use #$ just because it's shorter.
8656 (byte-compile-output-file-form): Remove defun/defmacro.
8657
8658 2012-06-01 Martin Rudalics <rudalics@gmx.at>
8659
8660 * simple.el (choose-completion): Remove now obsolete binding for
8661 owindow.
8662
8663 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
8664
8665 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
8666 in order to avoid "Stack overflow in regexp matcher".
8667
8668 2012-05-31 Glenn Morris <rgm@gnu.org>
8669
8670 * image.el: For clarity, call imagemagick-register-types at
8671 top-level, rather than relying on a custom :initialize.
8672 (imagemagick-types-enable): New option. (Bug#11557)
8673 (imagemagick-filter-types): New function. (Bug#7406)
8674 (imagemagick-register-types): Use imagemagick-filter-types.
8675 If disabling support, remove elements altogether rather
8676 than using an impossible regexp.
8677 (imagemagick-types-inhibit): Give it the default init function.
8678
8679 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
8682 Handle arbitrary file name lengths (Bug#11585).
8683
8684 2012-05-31 Martin Rudalics <rudalics@gmx.at>
8685
8686 * desktop.el (desktop-read): Clear previous and next buffers for
8687 all windows and bury *Messages* buffer (bug#11556).
8688
8689 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 Add `declare' for `defun'. Align `defmacro's with it.
8692 * emacs-lisp/easy-mmode.el (define-minor-mode)
8693 (define-globalized-minor-mode): Don't autoload the var definitions.
8694 * emacs-lisp/byte-run.el: Use lexical-binding.
8695 (defun-declarations-alist, macro-declarations-alist): New vars.
8696 (defmacro, defun): Use them.
8697 (make-obsolete, define-obsolete-function-alias)
8698 (make-obsolete-variable, define-obsolete-variable-alias):
8699 Use `declare'.
8700 (macro-declaration-function): Mark obsolete.
8701 * emacs-lisp/autoload.el: Use lexical-binding.
8702 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
8703
8704 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8705
8706 * textmodes/ispell.el (ispell-with-no-warnings):
8707 Define as a macro.
8708 (ispell-kill-ispell, ispell-change-dictionary):
8709 Use `called-interactively-p' for Emacs instead of obsolete
8710 `interactive-p'.
8711
8712 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
8715 (macro-declaration-function): Move var from C code.
8716 (macro-declaration-function): Define function with defalias.
8717 * emacs-lisp/macroexp.el (macroexpand-all-1):
8718 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
8719 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
8720 defun/defmacro any more.
8721 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
8722 Provide fallback for unknown arglist.
8723 (byte-compile-arglist-warn): Change calling convention.
8724 (byte-compile-output-file-form): Move print-vars binding.
8725 (byte-compile-output-docform): Simplify accordingly.
8726 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
8727 (byte-compile-defmacro-declaration): Remove.
8728 (byte-compile-file-form-defmumble): Generalize to defalias.
8729 (byte-compile-output-as-comment): Return byte-positions.
8730 Simplify callers accordingly.
8731 (byte-compile-lambda): Use `assert'.
8732 (byte-compile-defun, byte-compile-defmacro): Remove.
8733 (byte-compile-file-form-defalias):
8734 Use byte-compile-file-form-defmumble.
8735 (byte-compile-defalias-warn): Remove.
8736
8737 2012-05-29 Stefan Merten <smerten@oekonux.de>
8738
8739 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
8740 possible. Fix authors. Improve comments. Improve loading of `cl'.
8741
8742 (rst-mode-abbrev-table): Merge definition.
8743 (rst-mode): Make sure `font-lock-defaults' is buffer local.
8744 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
8745
8746 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
8747
8748 * calendar/icalendar.el
8749 (icalendar-export-region): Export UID properly.
8750
8751 2012-05-29 Leo Liu <sdl.web@gmail.com>
8752 * calendar/icalendar.el (icalendar-import-format):
8753 Add `icalendar-import-format-uid' (Bug#11525).
8754 (icalendar-import-format-uid): New.
8755 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
8756 Export UID.
8757
8758 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8759
8760 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
8761 different alternative patterns.
8762 (pcase-codegen): Be more careful to preserve identity.
8763 (pcase--u1): Don't forget to mark vars as used.
8764
8765 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
8766 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
8767 (byte-compile-from-buffer): ...rather than here.
8768
8769 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
8770 functions from byte-compile-function-environment.
8771
8772 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
8773
8774 * window.el (window-deletable-p): Avoid deleting the root window
8775 of a frame with an active minibuffer.
8776
8777 2012-05-29 Martin Rudalics <rudalics@gmx.at>
8778
8779 * simple.el (choose-completion): Use quit-window (Bug#11567).
8780
8781 2012-05-29 Chong Yidong <cyd@gnu.org>
8782
8783 * whitespace.el (whitespace-cleanup): Fix usage of
8784 whitespace-empty-at-bob-regexp (Bug#11492).
8785
8786 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8787
8788 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
8789 revert (Bug#11488).
8790
8791 2012-05-29 Juri Linkov <juri@jurta.org>
8792
8793 * isearch.el (isearch-mode-map): Bind `M-s _' to
8794 `isearch-toggle-symbol'. Bind `M-s c' to
8795 `isearch-toggle-case-fold'.
8796 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
8797 (isearch-forward): Add `M-s _' to the docstring.
8798 (isearch-forward-symbol, isearch-toggle-case-fold)
8799 (isearch-symbol-regexp): New functions. (Bug#11381)
8800
8801 2012-05-29 Juri Linkov <juri@jurta.org>
8802
8803 * isearch.el (isearch-word): Add docstring. (Bug#11381)
8804 (isearch-occur, isearch-search-and-update): If `isearch-word' is
8805 a function, call it to get the regexp.
8806 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
8807 property `isearch-message-prefix' instead of the string "word ".
8808 (isearch-search-fun-default): For the case of `isearch-word',
8809 return a lambda that calls re-search-forward/re-search-backward
8810 with a regexp returned by `word-search-regexp' or by the function
8811 in `isearch-word'.
8812
8813 2012-05-29 Juri Linkov <juri@jurta.org>
8814
8815 * isearch.el (isearch-search-fun-default): New function.
8816 (isearch-search-fun): Move default part to the new function
8817 `isearch-search-fun-default'.
8818 (isearch-search-fun-function): Set the default value to
8819 `isearch-search-fun-default'. (Bug#11381)
8820
8821 * comint.el (comint-history-isearch-end):
8822 Use `isearch-search-fun-default'.
8823 (comint-history-isearch-search): Use `isearch-search-fun-default'
8824 and remove spacial case for `isearch-word'.
8825 (comint-history-isearch-wrap): Remove spacial case for
8826 `isearch-word'.
8827
8828 * hexl.el (hexl-isearch-search-function):
8829 Use `isearch-search-fun-default'.
8830
8831 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
8832 Use `word-search-regexp' for `isearch-word'.
8833
8834 * misearch.el (multi-isearch-search-fun):
8835 Use `isearch-search-fun-default'.
8836
8837 * simple.el (minibuffer-history-isearch-search):
8838 Use `isearch-search-fun-default' and remove spacial case for
8839 `isearch-word'.
8840 (minibuffer-history-isearch-wrap): Remove spacial case for
8841 `isearch-word'.
8842
8843 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
8844 Remove spacial case for `isearch-word'.
8845 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
8846
8847 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8848
8849 Decrease XEmacs incompatibilities.
8850 * textmodes/flyspell.el (flyspell-check-pre-word-p):
8851 Use `string-match'.
8852 (flyspell-delete-region-overlays): Use alternative definition for
8853 XEmacs.
8854 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
8855 (flyspell-word): Use `process-kill-without-query' if XEmacs.
8856 (flyspell-mode-on): Use `interactive-p' if XEmacs.
8857 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
8858 `define-obsolete-face-alias' under XEmacs, but old method.
8859
8860 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
8861 `with-no-warnings' definition or Emacs alias.
8862 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
8863 (ispell-word): Do not use `region-p' if XEmacs.
8864
8865 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8866
8867 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8868 Check for `ispell-dictionary-base-alist' instead of full
8869 `ispell-dictionary-alist'.
8870 (ispell-init-process): Show spellchecker when starting new Ispell
8871 process.
8872
8873 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
8876 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
8877
8878 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
8879
8880 * version.el (motif-version-string, gtk-version-string)
8881 (ns-version-string): Declare.
8882
8883 2012-05-27 Juri Linkov <juri@jurta.org>
8884
8885 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
8886 after the `eval-defun-1' specialcaseing
8887 like in `edebug-eval-defun' (bug#10181).
8888
8889 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
8890 like in `eval-defun-1'.
8891
8892 2012-05-27 Eli Zaretskii <eliz@gnu.org>
8893
8894 * mail/sendmail.el (mail-yank-region):
8895 Recognize rmail-yank-current-message in addition to insert-buffer.
8896 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
8897 a *mail* buffer created through rmail-start-mail with sendmail as
8898 mail-user-agent.
8899
8900 2012-05-27 Chong Yidong <cyd@gnu.org>
8901
8902 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
8903 Default to 256 (Bug#11267).
8904
8905 * help.el (describe-mode): Doc fix.
8906
8907 2012-05-26 Glenn Morris <rgm@gnu.org>
8908
8909 * w32-fns.el (w32-init-info): Remove.
8910 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
8911
8912 * info.el (info-initialize): For self-contained NS builds, put the
8913 included info/ directory at the front. (Bug#2791)
8914
8915 * paths.el (Info-default-directory-list): Make it a defcustom,
8916 mainly so that we can use custom-initialize-delay.
8917
8918 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * subr.el (buffer-has-markers-at): Mark obsolete.
8921
8922 * subr.el (lambda): Use declare.
8923
8924 * emacs-lisp/lisp-mode.el (lambda):
8925 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
8926
8927 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8928
8929 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
8930
8931 2012-05-26 Glenn Morris <rgm@gnu.org>
8932
8933 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
8934
8935 2012-05-25 Glenn Morris <rgm@gnu.org>
8936
8937 * paths.el: Remove no-byte-compile.
8938 * loadup.el: No need to load paths.el uncompiled.
8939
8940 * image.el (imagemagick-types-inhibit): Doc fix.
8941
8942 * version.el: Remove no-byte-compile and associated formatting.
8943 * loadup.el: No need to load version.el uncompiled. AFAICS, this
8944 is ancient code from when there was an "inc-vers.el".
8945
8946 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * progmodes/gdb-mi.el: Minor style changes.
8949 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
8950 Turn into minor modes.
8951 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
8952 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
8953 (gdb-shell): Remove unneeded let-binding.
8954 (gdb-get-many-fields): Eliminate O(n²) behavior.
8955
8956 2012-05-25 Eli Zaretskii <eliz@gnu.org>
8957
8958 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
8959 platforms that don't link in fontset.c.
8960
8961 2012-05-25 Juri Linkov <juri@jurta.org>
8962
8963 Use the same diff color scheme as in modern VCSes (bug#10181).
8964
8965 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
8966 to avoid confusion with `diff-added' that now uses green colors.
8967 (diff-removed): Use shades of red.
8968 (diff-added): Use shades of green.
8969 (diff-changed): Leave just the yellow color.
8970 (diff-use-changed-face): New variable.
8971 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
8972 how to highlight context diff changes.
8973 (diff-refine-change): Use shades of yellow.
8974 (diff-refine-removed): New face that uses shades of red.
8975 (diff-refine-added): New face that uses shades of green.
8976 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
8977 `diff-refine-removed' in the call to `smerge-refine-subst'
8978 depending on the value of `diff-use-changed-face'.
8979
8980 * vc/smerge-mode.el (smerge-mine): Use shades of red.
8981 (smerge-other): Use shades of green.
8982 (smerge-base): Use shades of yellow.
8983 (smerge-refined-change): Empty face.
8984 (smerge-refined-removed): New face that uses shades of red.
8985 (smerge-refined-added): New face that uses shades of green.
8986 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
8987 args `props-r' and `props-a', and use them. Doc fix.
8988 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
8989 on its value use different faces `smerge-refined-change',
8990 `smerge-refined-removed', `smerge-refined-added' in the call to
8991 `smerge-refine-subst'.
8992
8993 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
8994 Add face condition `min-colors 88' with shades of red.
8995 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
8996 `min-colors 88' with shades of green.
8997 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8998 `min-colors 88' with shades of yellow.
8999
9000 2012-05-24 Glenn Morris <rgm@gnu.org>
9001
9002 * paths.el (prune-directory-list, remote-shell-program): Move to...
9003 * files.el (prune-directory-list, remote-shell-program): ...here.
9004 For the latter, delay initialization, prefer ssh, just search PATH.
9005
9006 * paths.el (term-file-prefix): Move to faces.el (the only user).
9007 * faces.el (term-file-prefix): Move here, make it a defcustom.
9008
9009 * paths.el (news-directory, news-path, news-inews-program):
9010 Move to gnus/nnspool.el.
9011
9012 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
9013
9014 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
9015 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
9016 Make the latter a defcustom, with a delayed initialization.
9017
9018 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
9019 These were deleted from Gnus itself late 2010.
9020
9021 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
9022
9023 * progmodes/which-func.el (which-func-ff-hook):
9024 Check against user-error, not error.
9025
9026 * emacs-lisp/edebug.el (top): Do not load or set up loading of
9027 cl-specs.el, which no longer exists.
9028
9029 2012-05-22 Glenn Morris <rgm@gnu.org>
9030
9031 * info.el (info-emacs-bug): New command.
9032 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
9033 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
9034
9035 2012-05-21 Glenn Morris <rgm@gnu.org>
9036
9037 * makefile.w32-in (update-subdirs-SH):
9038 * Makefile.in (update-subdirs): Update for moved update-subdirs.
9039
9040 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
9043
9044 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9045 Simplify Maven regexp, and make sure the file can't start with a space
9046 (bug#11517).
9047
9048 2012-05-21 Glenn Morris <rgm@gnu.org>
9049
9050 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9051 Scrap superfluous subshells.
9052
9053 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
9056 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
9057
9058 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
9059
9060 * calc/calc.el (calc-ensure-consistent-units): New variable.
9061
9062 * calc/calc-units.el (math-consistent-units-p)
9063 (math-check-unit-consistency): New functions.
9064 (calc-quick-units, calc-convert-units):
9065 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
9066 is non-nil.
9067 (calc-extract-units): Fix typo.
9068
9069 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
9072
9073 * textmodes/flyspell.el: Commenting style, plus code simplifications.
9074 (flyspell-default-deplacement-commands): Don't spell check after
9075 repeated window/frame switches (e.g. triggered by mouse-movement).
9076 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
9077 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
9078 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
9079 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
9080 Remove unused vars.
9081 (flyspell-get-casechars, flyspell-get-not-casechars):
9082 Simplify; Don't bother removing a ] just to add it back.
9083 * textmodes/ispell.el (ispell-program-name): Use executable-find.
9084
9085 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9086
9087 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
9088 New functions.
9089 (math-function-table): Add support for more C functions.
9090
9091 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9092
9093 * textmodes/flyspell.el (flyspell-check-pre-word-p)
9094 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
9095 Protect delay handling for otherchars against empty otherchars.
9096
9097 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
9100 their respective macro declarations.
9101 * skeleton.el (define-skeleton):
9102 * progmodes/compile.el (define-compilation-mode):
9103 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
9104 (define-ibuffer-filter):
9105 * emacs-lisp/generic.el (define-generic-mode):
9106 * emacs-lisp/easy-mmode.el (define-minor-mode)
9107 (define-globalized-minor-mode):
9108 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
9109 * emacs-lisp/byte-run.el (defsubst):
9110 * custom.el (deftheme): Add doc-string metadata.
9111
9112 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
9115
9116 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9118 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
9119
9120 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
9121 * emacs-lisp/cl-macs.el: Idem.
9122 * emacs-lisp/cl-specs.el: Remove.
9123
9124 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 Minor renaming of internal CL functions and variables.
9127 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
9128 (cl--position): Rename from cl-position.
9129 (cl--delete-duplicates): Rename from cl-delete-duplicates.
9130 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
9131 (cl--random-state): Rename from *random-state*.
9132
9133 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
9136 parens around the arg list (bug#11499).
9137
9138 2012-05-17 Juri Linkov <juri@jurta.org>
9139
9140 * isearch.el (word-search-regexp, word-search-backward)
9141 (word-search-forward, word-search-backward-lax)
9142 (word-search-forward-lax): Move functions from search.c
9143 (bug#10145, bug#11381).
9144
9145 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9146
9147 * textmodes/flyspell.el (flyspell-check-pre-word-p)
9148 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
9149 Delay for otherchars as for normal word components.
9150
9151 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * minibuffer.el (completion--sifn-requote): Fix last change.
9154 (minibuffer-local-must-match-filename-map):
9155 Move define-obsolete-variable-alias before its var.
9156
9157 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
9160
9161 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
9162 behavior.
9163 (completion--string-equal-p): New function.
9164 (completion--twq-all): Use it to get better assertion failure data.
9165
9166 Only handle ".." and '..' quoting in shell-mode (bug#11466).
9167 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
9168 (shell--requote-argument): New functions.
9169 (shell-completion-vars): Use them.
9170 (shell--parse-pcomplete-arguments): Rename from
9171 shell-parse-pcomplete-arguments.
9172 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
9173 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
9174 Obey comint-file-name-quote-list.
9175
9176 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
9177 (smie-indent-keyword): Use it.
9178
9179 2012-05-14 Stefan Merten <smerten@oekonux.de>
9180
9181 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
9182
9183 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * net/rlogin.el (rlogin-mode-map): Fix last change.
9186
9187 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
9188
9189 * mail/smtpmail.el (smtpmail-send-command): Send the command and
9190 the following \r\n using a single `process-send-string', since the
9191 Lotus SMTP server refuses to accept any commands if they are sent
9192 with two `process-send-string's (Bug#11444).
9193
9194 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * shell.el (shell-parse-pcomplete-arguments):
9197 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
9198
9199 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
9200
9201 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
9202 (image-transform-scale, image-transform-right-angle-fudge): New vars.
9203 (image-transform-width, image-transform-fit-width): New functions.
9204 (image-transform-properties): Use them.
9205 (image-transform-check-size): New function.
9206 (image-toggle-display-image): Use it (for testing).
9207 (image-transform-set-rotation): Reduce angle mod 360.
9208 Delete obsolete comment.
9209
9210 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
9211
9212 * image-mode.el: Fix scaling (bug#11399).
9213 (image-transform-resize): Doc fix.
9214 (image-transform-properties): Default scale is 1 and height should
9215 be an integer.
9216
9217 2012-05-13 Johan Bockgård <bojohan@gnu.org>
9218
9219 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
9220 than hard-coding `car', to fix misbehavior when moving forward.
9221
9222 2012-05-13 Chong Yidong <cyd@gnu.org>
9223
9224 * emacs-lisp/tabulated-list.el (tabulated-list-format)
9225 (tabulated-list-entries, tabulated-list-padding)
9226 (tabulated-list-sort-key): Make permanent-local.
9227
9228 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
9229 (electric-buffer-list): Put electric buffer menu
9230 command descriptions in this docstring, instead of the docstring
9231 of electric-buffer-menu-mode. Code cleanups.
9232 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
9233 Electric-buffer-menu-mode.
9234 (electric-buffer-update-highlight): Minor code cleanup.
9235
9236 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
9237
9238 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
9239 (Bug#11447)
9240
9241 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 Move define-obsolete-variable-alias before the var's definition.
9244 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
9245 * tooltip.el (tooltip-hook):
9246 * textmodes/reftex-toc.el (reftex-toc-map):
9247 * textmodes/reftex-sel.el (reftex-select-label-map)
9248 (reftex-select-bib-map):
9249 * textmodes/reftex-index.el (reftex-index-map)
9250 (reftex-index-phrases-map):
9251 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
9252 * progmodes/meta-mode.el (meta-mode-map):
9253 * novice.el (disabled-command-hook):
9254 * loadhist.el (unload-hook-features-list):
9255 * frame.el (blink-cursor):
9256 * files.el (find-file-not-found-hooks, write-file-hooks)
9257 (write-contents-hooks):
9258 * emulation/tpu-edt.el (GOLD-map):
9259 * emacs-lock.el (emacs-lock-from-exiting):
9260 * emacs-lisp/generic.el (generic-font-lock-defaults):
9261 * emacs-lisp/chart.el (chart-map):
9262 * dos-fns.el (register-name-alist):
9263 * dired-x.el (dired-omit-files-p):
9264 * desktop.el (desktop-enable):
9265 * cus-edit.el (custom-mode-hook):
9266 * buff-menu.el (buffer-menu-mode-hook):
9267 * bookmark.el (bookmark-read-annotation-text-func)
9268 (bookmark-exit-hooks):
9269 * allout.el (allout-mode-deactivate-hook)
9270 (allout-exposure-change-hook, allout-structure-added-hook)
9271 (allout-structure-deleted-hook, allout-structure-shifted-hook):
9272 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
9273 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
9274 comes before the corresponding variable's definition.
9275
9276 2012-05-12 Chong Yidong <cyd@gnu.org>
9277
9278 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
9279 (Buffer-menu-mouse-select): Restore function (Bug#11459).
9280 (Buffer-menu-mode-map): Bind it.
9281 (Buffer-menu--pretty-name): Add a mouse-face property.
9282
9283 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
9286 (prolog-upper-case-string, prolog-lower-case-string)
9287 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
9288 (prolog-use-smie, prolog-smie-grammar): New vars.
9289 (prolog-smie-forward-token, prolog-smie-backward-token)
9290 (prolog-smie-rules): New funs.
9291 (prolog-comment-indent): Remove.
9292 (prolog-mode-variables): Use default comment indentation instead.
9293 Setup SMIE.
9294 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
9295 (prolog-mode): Don't call them any more.
9296 (prolog-electric-colon, prolog-electric-dash)
9297 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
9298
9299 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
9300
9301 * minibuffer.el (completion--twq-all): Again, allow case differences.
9302
9303 * term.el: Move keymap initialization code to be more idiomatic.
9304 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
9305 (term-terminal-menu): Move initialization into declaration.
9306 (term-escape-char): Let the user set it in her .emacs.
9307
9308 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
9309 Provide SMIE-based indentation (not enabled by default yet).
9310 (sh-mode-map): Don't bind electric keys.
9311 Use electric-pair-mode instead of skeleton-pair.
9312 (sh-assignment-regexp): Fit within 80 columns.
9313 (sh-indent-supported): Specify actual shell name instead of boolean.
9314 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
9315 (sh-maybe-here-document): Use it. Make obsolete.
9316 (sh-electric-here-document-mode) New minor mode.
9317 (sh-mode): Use it. Don't set sh-indent-supported-here here.
9318 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
9319 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
9320 (sh-smie-rc-grammar, sh-use-smie): New vars.
9321 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
9322 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
9323 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
9324 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
9325 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
9326 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
9327 (sh-set-shell): Use smie-setup if requested.
9328
9329 * term.el (term-set-escape-char): Properly set term-escape-char.
9330 See http://stackoverflow.com/questions/10524656.
9331
9332 2012-05-10 Chong Yidong <cyd@gnu.org>
9333
9334 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
9335 Use url-generic-parse-url, and handle host names and Windows
9336 filenames properly.
9337 (ffap-url-unwrap-remote): Use url-generic-parse-url.
9338 (ffap-url-unwrap-remote): Accept list values, specifying a list of
9339 URL schemes to work on.
9340 (ffap--toggle-read-only): New function.
9341 (ffap-read-only, ffap-read-only-other-window)
9342 (ffap-read-only-other-frame): Use it.
9343 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
9344 necessary for ffap-url-unwrap-remote.
9345
9346 2012-05-10 Dave Abrahams <dave@boostpro.com>
9347
9348 * cus-start.el (create-lockfiles): Add it.
9349
9350 2012-05-09 Chong Yidong <cyd@gnu.org>
9351
9352 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
9353 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
9354
9355 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * shell.el (shell-completion-vars): Fix last change (bug#11348).
9358
9359 2012-05-09 Chong Yidong <cyd@gnu.org>
9360
9361 * ansi-color.el (ansi-color-process-output): Check for validity of
9362 comint-last-output-start before using it. This avoids a bad
9363 interaction with gdb-mi's input/output buffer.
9364
9365 2012-05-09 Glenn Morris <rgm@gnu.org>
9366
9367 * files.el (dir-locals-read-from-file):
9368 Mention dir-locals in any error message.
9369
9370 2012-05-09 Chong Yidong <cyd@gnu.org>
9371
9372 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
9373 package (Bug#11410).
9374
9375 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
9376 variables into description.
9377
9378 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
9381 shell-delimiter-argument-list (bug#11348).
9382 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
9383
9384 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
9385
9386 * textmodes/rst.el: Silence byte-compiler warnings.
9387 (rst-re-alist, rst-reset-section-caches): Move around.
9388 (rst-re): Use `characterp', not `char-valid-p'.
9389 (font-lock-beg, font-lock-end): Declare.
9390
9391 * progmodes/idlw-shell.el (specs): Remove reference to deleted
9392 variable `idlwave-shell-activate-alt-keybindings' and simplify.
9393
9394 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
9395
9396 2012-05-08 Glenn Morris <rgm@gnu.org>
9397
9398 * files.el (auto-mode-alist): Treat ".make" like ".mk".
9399
9400 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * vc/log-edit.el: Add GNU coding standards highlighting.
9403 (log-edit-font-lock-gnu-style)
9404 (log-edit-font-lock-gnu-keywords): New vars.
9405 (log-edit-font-lock-keywords): New fun.
9406 (log-edit-mode): Don't fold case in font-lock.
9407 (log-edit-font-lock-keywords): Do not assume case-folding.
9408
9409 * imenu.el: Misc cleanup. Make docstrings out of comments.
9410 Use lexical-binding.
9411 (imenu--index-alist, imenu--last-menubar-index-alist)
9412 (imenu-menubar-modified-tick): Use defvar-local.
9413 (imenu--split-menu): Remove unused var.
9414 (imenu--cleanup-seen): Declare as global.
9415 (imenu--cleanup): Use dolist.
9416
9417 * subr.el (defvar-local): Add debug spec and doc-string position.
9418
9419 2012-05-08 Glenn Morris <rgm@gnu.org>
9420
9421 * language/burmese.el, language/cham.el, language/czech.el:
9422 * language/english.el, language/georgian.el, language/greek.el:
9423 * language/japanese.el, language/khmer.el, language/korean.el:
9424 * language/lao.el, language/misc-lang.el, language/romanian.el:
9425 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
9426 * language/thai.el, language/utf-8-lang.el:
9427 Remove no-byte-compile setting.
9428
9429 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
9430
9431 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9432
9433 * progmodes/make-mode.el (makefile-browse):
9434 Remove unnecessary interactive. (Bug#11324)
9435
9436 2012-05-07 Glenn Morris <rgm@gnu.org>
9437
9438 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
9439
9440 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
9441
9442 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 * loadup.el: Preload newcomment.el.
9445 * newcomment.el: Move autoload-only code to toplevel.
9446
9447 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
9448 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9449 Handle new :right-align column property.
9450 (tabulated-list-print-col): Idem, plus use `display' text-property to
9451 try and preserve alignment for variable pitch fonts.
9452
9453 2012-05-07 Chong Yidong <cyd@gnu.org>
9454
9455 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
9456 (tabulated-list-use-header-line): New var.
9457 (tabulated-list-init-header): Use it.
9458 (tabulated-list-print-fake-header): New function.
9459 (tabulated-list-print): Use it.
9460 (tabulated-list-sort-button-map): Add non-header-line commands.
9461 (tabulated-list-init-header): Add column name property to basic
9462 labels as well.
9463 (tabulated-list-col-sort): Handle non-header-line button case.
9464 (tabulated-list--sort-by-column-name): Fix a corner case.
9465
9466 * buff-menu.el (list-buffers--refresh):
9467 Handle Buffer-menu-use-header-line.
9468
9469 2012-05-06 Chong Yidong <cyd@gnu.org>
9470
9471 * buff-menu.el: Convert to Tabulated List mode.
9472 (Buffer-menu-buffer+size-width): Make obsolete.
9473 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
9474 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
9475 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
9476 documentation into docstring of buffer-menu.
9477 (Buffer-menu-toggle-files-only): Add an informative message.
9478 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
9479 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
9480 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
9481 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
9482 (Buffer-menu-execute, Buffer-menu-select)
9483 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
9484 (Buffer-menu-bury): Use Tabulated List machinery.
9485 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
9486 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
9487 Delete.
9488 (list-buffers--refresh): New function.
9489 (list-buffers-noselect): Use it.
9490 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
9491 (Buffer-menu--pretty-file-name): New helper functions.
9492
9493 * loadup.el: Preload tabulated-list.
9494
9495 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
9496 tabulated-list-sort-column.
9497 (tabulated-list-init-header): Add the initial aligning space even
9498 if tabulated-list-padding is zero.
9499
9500 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
9501
9502 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
9503 whose cdr is not a cons cell correctly (bug#11038).
9504
9505 2012-05-06 Chong Yidong <cyd@gnu.org>
9506
9507 * emacs-lisp/tabulated-list.el (tabulated-list-format):
9508 Accept additional plist in column descriptors.
9509 (tabulated-list-init-header): Obey it.
9510 (tabulated-list-get-entry): New function.
9511 (tabulated-list-put-tag): Use it. Use string-width instead of
9512 length.
9513 (tabulated-list--column-number): New function.
9514 (tabulated-list-print): Use it.
9515 (tabulated-list-print-col): New function.
9516 Set `tabulated-list-column-name' property on each column's text.
9517 (tabulated-list-print-entry): Use it.
9518 (tabulated-list-delete-entry, tabulated-list-set-col):
9519 New functions.
9520 (tabulated-list-sort-column): New command (Bug#11337).
9521
9522 * buff-menu.el (list-buffers): Move C-x C-b binding from
9523 buff-menu.el to bindings.el.
9524
9525 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
9526 :advertised-binding feature.
9527
9528 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
9529
9530 * progmodes/compile.el (compilation-internal-error-properties):
9531 Calculate start position correctly when end-col is set but
9532 end-line is not (Bug#11382).
9533
9534 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
9535
9536 * man.el (Man-unindent): Use text-property-default-nonsticky to
9537 prevent untabify from inheriting face properties (Bug#11408).
9538
9539 2012-05-05 Stefan Merten <smerten@oekonux.de>
9540
9541 * textmodes/rst.el: Major merge with upstream development up to
9542 Docutils SVN r7399 / rst.el V1.2.1.
9543
9544 Clarify maintainership and authors.
9545
9546 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
9547 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
9548 (rst-official-version, rst-official-cvs-rev, rst-version)
9549 (rst-package-emacs-version-alist): New functions and variables
9550 for version information.
9551
9552 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
9553 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
9554 (rst-mode-syntax-table, rst-mode): New and corrected functions
9555 and variables representing reStructuredText features.
9556
9557 (rst-re): New function for reStructuredText regexes. Use in
9558 many places.
9559
9560 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
9561 (rst-mode-map): Rebind keys.
9562
9563 (rst-mode-lazy, rst-font-lock-keywords)
9564 (rst-font-lock-extend-region)
9565 (rst-font-lock-extend-region-internal)
9566 (rst-font-lock-extend-region-extend)
9567 (rst-font-lock-find-unindented-line-limit)
9568 (rst-font-lock-find-unindented-line-match)
9569 (rst-adornment-level, rst-font-lock-adornment-level)
9570 (rst-font-lock-adornment-match)
9571 (rst-font-lock-handle-adornment-pre-match-form)
9572 (rst-font-lock-handle-adornment-matcher): Major revision of
9573 font-locking. Integrate with other code. Use `jit-lock-mode'.
9574
9575 (rst-preferred-adornments, rst-adjust-hook)
9576 (rst-new-adornment-down, rst-preferred-bullets)
9577 (rst-preferred-bullets, rst-indent, rst-indent-width)
9578 (rst-indent-field, rst-indent-literal-normal)
9579 (rst-indent-literal-minimized, rst-indent-comment): Change,
9580 extend and improve customization.
9581
9582 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
9583 (rst-normalize-cursor-position, rst-get-decoration)
9584 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
9585 (rst-rstrip, rst-toc-insert-find-delete-contents)
9586 (rst-shift-fill-region, rst-compute-bullet-tabs)
9587 (rst-debug-print-tabs, rst-debug-mark-found)
9588 (rst-shift-region-guts, rst-shift-region-right)
9589 (rst-shift-region-left, rst-use-char-classes)
9590 (rst-font-lock-keywords-function)
9591 (rst-font-lock-indentation-point)
9592 (rst-font-lock-find-unindented-line-begin)
9593 (rst-font-lock-find-unindented-line-end)
9594 (rst-font-lock-find-unindented-line)
9595 (rst-font-lock-adornment-point, rst-font-lock-level)
9596 (rst-adornment-level-alist): Remove functions and variables.
9597
9598 (rst-compare-adornments, rst-get-adornment-match)
9599 (rst-suggest-new-adornment, rst-get-adornments-around)
9600 (rst-adornment-complete-p, rst-get-next-adornment)
9601 (rst-adjust-adornment, rst-display-adornments-hierarchy)
9602 (rst-straighten-adornments): Standardize function names to
9603 use "adornment" instead of "decoration". Correct callers.
9604 Similar standardizing in many places.
9605
9606 (rst-update-section, rst-adjust, rst-promote-region)
9607 (rst-enumerate-region, rst-bullet-list-region)
9608 (rst-repeat-last-character): Correct use of `interactive'.
9609
9610 (rst-classify-adornment, rst-find-all-adornments)
9611 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
9612 (rst-find-leftmost-column, rst-repeat-last-character):
9613 Refactor functions.
9614
9615 (rst-find-title-line, rst-reset-section-caches)
9616 (rst-get-adornments-around, rst-adjust-adornment-work)
9617 (rst-arabic-to-roman, rst-roman-to-arabic)
9618 (rst-insert-list-pos, rst-insert-list-new-item)
9619 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
9620 New functions.
9621
9622 (rst-all-sections, rst-section-hierarchy)
9623 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
9624 New variables.
9625
9626 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
9627 configuration instead of only buffer. Change where necessary.
9628
9629 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
9630 (rst-shift-region, rst-adaptive-fill): New functions for
9631 indentation and filling.
9632
9633 (rst-comment-line-break, rst-comment-indent)
9634 (rst-comment-insert-comment, rst-comment-region)
9635 (rst-uncomment-region): New functions for handling comments.
9636
9637 (rst-compile): Quote shell arguments.
9638
9639 (rst-compile-pdf-preview, rst-compile-slides-preview):
9640 Delete temporary files after use.
9641
9642 2012-05-05 Glenn Morris <rgm@gnu.org>
9643
9644 * calendar/cal-html.el: Optionally include holidays in the output.
9645 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
9646 (cal-html-holidays): New option.
9647 (cal-html-css-default): Add holiday entry.
9648 (holiday-in-range): Autoload it.
9649 (cal-html-htmlify-entry): Add optional class argument.
9650 (cal-html-htmlify-list): Add optional holidays argument.
9651 (cal-html-insert-agenda-days): Include holidays in the output.
9652 (cal-html-one-month): Maybe include holidays.
9653
9654 * calendar/holidays.el (holiday-in-range):
9655 Move here from cal-tex-list-holidays.
9656 * calendar/cal-tex.el (cal-tex-list-holidays):
9657 Make it an obsolete alias for holiday-in-range. Update all callers.
9658
9659 2012-05-05 Chong Yidong <cyd@gnu.org>
9660
9661 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
9662 Nextstep.
9663
9664 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
9665
9666 * files.el (file-auto-mode-skip): New var.
9667 (set-auto-mode-1): Use it.
9668
9669 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * repeat.el: Use lexical-binding.
9672 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
9673 (repeat-undo-count): Remove.
9674 (repeat):
9675 * progmodes/octave-mod.el (octave-abbrev-start):
9676 * progmodes/f90.el (f90-abbrev-start):
9677 * face-remap.el (text-scale-adjust):
9678 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
9679
9680 * emacs-lisp/pcase.el (pcase--let*): New function.
9681 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
9682 a bit more.
9683 (pcase--split-pred): Be more clever about ruling out overlap between
9684 a predicate and some constant pattern.
9685 (pcase--q1): Use `null' instead of (eq foo nil).
9686
9687 * subr.el (setq-local, defvar-local): New macros.
9688 (kbd): Redefine as an alias.
9689 (with-selected-window): Leave unrelated frames alone.
9690 (set-temporary-overlay-map): New function.
9691
9692 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * subr.el (user-error): New function.
9695 * window.el (switch-to-buffer):
9696 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
9697 (smerge-match-conflict):
9698 * simple.el (previous-matching-history-element)
9699 (next-matching-history-element, goto-history-element, undo-more)
9700 (undo-start):
9701 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
9702 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
9703 (next-file, tags-loop-scan, list-tags, complete-tag):
9704 * progmodes/compile.el (compilation-loop):
9705 * mouse.el (mouse-minibuffer-check):
9706 * man.el (Man-bgproc-sentinel, Man-goto-page):
9707 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
9708 (Info-history-forward, Info-follow-reference, Info-menu)
9709 (Info-extract-menu-item, Info-extract-menu-counting)
9710 (Info-forward-node, Info-backward-node, Info-next-menu-item)
9711 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
9712 (Info-next-reference, Info-prev-reference, Info-index)
9713 (Info-index-next, Info-follow-nearest-node)
9714 (Info-copy-current-node-name):
9715 * imenu.el (imenu--make-index-alist)
9716 (imenu-default-create-index-function, imenu-add-to-menubar):
9717 * files.el (basic-save-buffer, recover-file):
9718 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9719 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9720 (checkdoc-message-text, checkdoc-defun):
9721 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
9722 * cus-edit.el (customize-changed-options, customize-rogue)
9723 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
9724 (custom-variable-mark-to-reset-standard)
9725 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
9726 (custom-file):
9727 * completion.el (check-completion-length):
9728 * comint.el (comint-search-arg)
9729 (comint-previous-matching-input-string-position)
9730 (comint-previous-matching-input)
9731 (comint-replace-by-expanded-history-before-point, comint-send-input)
9732 (comint-copy-old-input, comint-backward-matching-input)
9733 (comint-goto-process-mark, comint-set-process-mark):
9734 * calendar/calendar.el (calendar-cursor-to-date): Use it.
9735 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
9736
9737 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * dabbrev.el (dabbrev--ignore-case-p): New function.
9740 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
9741 Use it.
9742
9743 * files.el (automount-dir-prefix): Mark as obsolete.
9744
9745 2012-05-04 Glenn Morris <rgm@gnu.org>
9746
9747 * patcomp.el, play/bruce.el: Move to obsolete/.
9748
9749 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
9750
9751 Fix minor Y10k bugs.
9752 * arc-mode.el (archive-unixdate):
9753 * autoinsert.el (auto-insert-alist):
9754 * calc/calc-forms.el (math-this-year):
9755 * emacs-lisp/copyright.el (copyright-current-year)
9756 (copyright-update-year, copyright):
9757 * tar-mode.el (tar-clip-time-string):
9758 * time.el (display-time-update):
9759 Don't assume years have 4 digits.
9760
9761 2012-05-04 Chong Yidong <cyd@gnu.org>
9762
9763 * dos-w32.el (file-name-buffer-file-type-alist)
9764 (direct-print-region-use-command-dot-com):
9765 * ffap.el (ffap-menu-regexp):
9766 * find-file.el (ff-special-constructs):
9767 * follow.el (follow-debug):
9768 * forms.el (forms--debug):
9769 * iswitchb.el (iswitchb-all-frames):
9770 * ido.el (ido-all-frames):
9771 * emacs-lisp/timer.el (timer-max-repeats):
9772 * mail/feedmail.el (feedmail-mail-send-hook)
9773 (feedmail-mail-send-hook-queued):
9774 * mail/footnote.el (footnote-signature-separator):
9775 * mail/mailabbrev.el (mail-alias-separator-string)
9776 (mail-abbrev-mode-regexp):
9777 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
9778 * progmodes/idlwave.el (idlwave-libinfo-file)
9779 (idlwave-default-completion-case-is-down)
9780 (idlwave-library-routines): Convert defvars to defcustoms.
9781
9782 * mail/rmail.el (rmail-decode-mime-charset):
9783 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
9784 (idlwave-shell-fix-inserted-breaks)
9785 (idlwave-shell-activate-alt-keybindings)
9786 (idlwave-shell-use-breakpoint-glyph):
9787 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
9788
9789 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
9792
9793 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
9794
9795 * progmodes/verilog-mode.el (font-lock-keywords):
9796 Fix mis-highligting auto. Reported by Craig Barner.
9797 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
9798 defines from global name space. Reported by Dan Dever.
9799 (verilog-auto-reset, verilog-auto-reset-widths)
9800 (verilog-auto-tieoff): Support using unbased numbers for
9801 AUTORESET and AUTOTIEOFF.
9802 (verilog-submit-bug-report): Update variable list.
9803 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
9804 parenthesis from not matching. Reported by Michael Rytting.
9805 (verilog-auto-template-lint): Fix hash error when linting modules
9806 with no used templates.
9807 (verilog-warn, verilog-warn-error)
9808 (verilog-warn-fatal): When non-interactive report multiple
9809 warnings before exiting. Suggested by Brad Dobbie.
9810 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
9811 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
9812 to report unused template errors. Reported by Brad Dobbie.
9813 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
9814 nets, bug438. Reported by Vns Blore.
9815 (verilog-auto-inout-module, verilog-auto-reg)
9816 (verilog-read-decls, verilog-read-sub-decls-sig)
9817 (verilog-signals-edit-wire-reg, verilog-signals-with):
9818 Fix passing of Verilog data types in ANSI input/output ports
9819 such as "output logic" into the AUTOs. Special case "wire" and
9820 "reg" for backwards compatibility presuming Verilog 2001.
9821 (verilog-auto-ascii-enum): Add "auto enum" as alias.
9822 (verilog-preprocess): Fix replication of preprocess output.
9823 Reported by Brad Dobbie.
9824 (verilog-auto-inst-interfaced-ports):
9825 Create verilog-auto-inst-interfaced-ports, bug429.
9826 Reported by Julian Gorfajn.
9827 (verilog-after-save-font-hook)
9828 (verilog-before-save-font-hook): New variable.
9829 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
9830 (verilog-save-font-mods): Wrap disabling fontification, reported
9831 by David Rogoff.
9832 (verilog-do-indent, verilog-pretty-declarations-auto)
9833 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
9834 Reported by Pierre-David Pfister.
9835 (verilog-set-auto-endcomments): Fix endtask auto comments outside
9836 of class declarations, bug292. Reported by Kevin Heilman.
9837 (verilog-read-decls): Fix 'parameter type' not appearing in
9838 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
9839 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
9840 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
9841 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
9842 Reported by David Kravitz.
9843
9844 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
9845
9846 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
9847 assignment with tests in ifs and for loops.
9848 (verilog-extended-complete-re, verilog-complete-reg): Change so
9849 that DPI inport functions don't look like fuction declarations.
9850 (verilog-pretty-expr): Don't line up assignment
9851 operations to the test and increment in if and for loops
9852 (verilog-extended-complete-re, verilog-complete-reg): Change so
9853 that DPI inport functions don't look like fuction declarations.
9854
9855 2012-05-03 Kenichi Handa <handa@m17n.org>
9856
9857 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
9858 decoding, and show a warning message without signaling an error
9859 (Bug#11282).
9860
9861 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9862
9863 * emacs-lisp/bytecomp.el
9864 (byte-compile-file-form-custom-declare-variable): Compile all elements,
9865 since cconv.el might have introduced :fun-body, internal-make-closure,
9866 and friends for bytecomp to handle (bug#11391).
9867 * custom.el (defcustom): Avoid ((λ ..) ..).
9868
9869 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
9872
9873 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
9874
9875 * notifications.el (dbus-debug):
9876 * term/linux.el (gpm-mouse-enable):
9877 * term/screen.el (xterm-register-default-colors): Declare.
9878
9879 2012-05-02 Chong Yidong <cyd@gnu.org>
9880
9881 * cus-start.el (gc-cons-percentage, exec-suffixes)
9882 (dos-display-scancodes, dos-hyper-key, dos-super-key)
9883 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
9884 (make-cursor-line-fully-visible, void-text-area-pointer)
9885 (font-list-limit): Add customization data.
9886
9887 * allout.el (allout-exposure-change-functions)
9888 (allout-structure-added-functions)
9889 (allout-structure-deleted-functions)
9890 (allout-structure-shifted-functions): Rename abnormal hooks from
9891 *-hook, and convert to defcustoms.
9892 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
9893 Convert to defcustoms.
9894 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
9895
9896 * allout-widgets.el: Hook callers changed.
9897
9898 2012-05-02 Eli Zaretskii <eliz@gnu.org>
9899
9900 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
9901 the yanked message in preference to the default value of
9902 buffer-file-coding-system.
9903
9904 2012-05-02 Martin Rudalics <rudalics@gmx.at>
9905
9906 * window.el (display-buffer--action-function-custom-type):
9907 Fix entry.
9908
9909 2012-05-02 Alan Mackenzie <acm@muc.de>
9910
9911 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
9912
9913 2012-05-01 Glenn Morris <rgm@gnu.org>
9914
9915 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
9916
9917 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
9918
9919 * cus-edit.el (custom-variable-documentation): Simplify with format.
9920
9921 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9922 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * simple.el (suggest-key-bindings, execute-extended-command):
9925 Move from keyboard.c.
9926
9927 2012-05-01 Chong Yidong <cyd@gnu.org>
9928
9929 * follow.el: Eliminate advice.
9930 (set-process-filter, process-filter, sit-for): Advice deleted.
9931 (follow-mode-off-hook): Obsolete hook removed.
9932 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
9933 Vars deleted.
9934 (follow-auto): Use a :set function.
9935 (follow-mode): Rewritten. Don't advise process filters.
9936 (follow-switch-to-current-buffer-all, follow-scroll-up)
9937 (follow-scroll-down): Assume follow-mode is bound.
9938 (follow-comint-scroll-to-bottom)
9939 (follow-align-compilation-windows): New functions.
9940 (follow--window-sorter): New function.
9941 (follow-all-followers): Use it to explicitly sort windows by their
9942 positions; don't make assumptions about next-window order.
9943 (follow-windows-start-end, follow-delete-other-windows-and-split)
9944 (follow-calc-win-start): Doc fix.
9945 (follow-windows-aligned-p, follow-select-if-visible): Don't call
9946 vertical-motion unnecessarily.
9947 (follow-adjust-window): New function.
9948 (follow-post-command-hook): Use it.
9949 (follow-call-set-process-filter, follow-call-process-filter)
9950 (follow-intercept-process-output, follow-tidy-process-filter-alist)
9951 (follow-stop-intercept-process-output, follow-generic-filter):
9952 Functions deleted.
9953 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
9954 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
9955 New functions, replacing advice on scroll-bar-* commands.
9956 (follow-mwheel-scroll): New function (Bug#4112).
9957
9958 * comint.el (comint-adjust-point): New function.
9959 (comint-postoutput-scroll-to-bottom): Use it.
9960 Call follow-comint-scroll-to-bottom for Follow mode buffers.
9961
9962 2012-05-01 Glenn Morris <rgm@gnu.org>
9963
9964 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
9965 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
9966 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
9967 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
9968 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
9969 Remove no-byte-compile setting.
9970
9971 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * minibuffer.el (completion-table-with-quoting): Fix compatibility
9974 all-completions code to not return a number in the last cdr.
9975
9976 2012-04-30 Leo Liu <sdl.web@gmail.com>
9977
9978 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
9979 read-only error.
9980
9981 2012-04-29 Chong Yidong <cyd@gnu.org>
9982
9983 * follow.el (follow-calc-win-end): Rewrite to handle partial
9984 screen lines correctly (Bug#8390).
9985 (follow-avoid-tail-recenter): Minor cleanup.
9986
9987 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 Avoid the obsolete `assoc' package.
9990 * speedbar.el (speedbar-refresh): Avoid adelete.
9991 (speedbar-file-lists): Simplify and avoid aput.
9992 * man.el (Man--sections, Man--refpages): New vars, replacing
9993 Man-sections-alist and Man-refpages-alist.
9994 (Man-build-section-alist, Man-build-references-alist):
9995 Use them; avoid aput.
9996 (Man--last-section, Man--last-refpage): New vars.
9997 (Man-follow-manual-reference): Use them.
9998 Use the `default' arg of completing-read.
9999 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
10000
10001 2012-04-27 Chong Yidong <cyd@gnu.org>
10002
10003 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
10004
10005 * startup.el (x-apply-session-resources): New function.
10006
10007 * term/ns-win.el (ns-initialize-window-system):
10008 * term/w32-win.el (w32-initialize-window-system):
10009 * term/x-win.el (x-initialize-window-system): Use it to properly
10010 set menu-bar-mode and other vars from X resources, even if the
10011 initial frame is not a window-system frame (Bug#2299).
10012
10013 * subr.el (read-key): Avoid running filter function when setting
10014 up temporary tool bar entries (Bug#9922).
10015
10016 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
10017
10018 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
10019 (Bug#11344)
10020
10021 2012-04-27 Chong Yidong <cyd@gnu.org>
10022
10023 * select.el (xselect--encode-string): New function, split from
10024 xselect-convert-to-string.
10025 (xselect-convert-to-string): Use it.
10026 (xselect-convert-to-filename, xselect-convert-to-os)
10027 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
10028 returned strings are properly encoded (Bug#11315).
10029
10030 2012-04-27 Chong Yidong <cyd@gnu.org>
10031
10032 * simple.el (delete-active-region): Move to killing custom group.
10033
10034 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
10035
10036 * progmodes/which-func.el (which-func-current): Quote %
10037 characters for mode-line processing.
10038
10039 2012-04-27 Chong Yidong <cyd@gnu.org>
10040
10041 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
10042 reaching eob (Bug#11286).
10043
10044 2012-04-27 Eli Zaretskii <eliz@gnu.org>
10045
10046 * progmodes/gdb-mi.el (gdb-control-level): New variable.
10047 (gdb): Make it buffer-local and init to zero.
10048 (gdb-control-commands-regexp): New variable.
10049 (gdb-send): Don't wrap in "-interpreter-exec console" if
10050 gdb-control-level is positive. Increment gdb-control-level
10051 whenever the command matches gdb-control-commands-regexp, and
10052 decrement it each time the command is "end". (Bug#11279)
10053
10054 2012-04-27 Martin Rudalics <rudalics@gmx.at>
10055
10056 * window.el (adjust-window-trailing-edge, enlarge-window)
10057 (shrink-window, window-resize):
10058 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
10059 windows (Bug#11276).
10060
10061 2012-04-27 Chong Yidong <cyd@gnu.org>
10062
10063 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
10064 fix "missing prefix" warning. All callers changed.
10065
10066 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * emacs-lisp/assoc.el: Move to obsolete/.
10069
10070 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
10073
10074 * term/ns-win.el (ns-define-service):
10075 * progmodes/pascal.el (pascal-goto-defun):
10076 * progmodes/js.el (js--read-tab):
10077 * progmodes/etags.el (tags-lazy-completion-table):
10078 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
10079 * emacs-lisp/ewoc.el (ewoc--wrap):
10080 * emacs-lisp/assoc.el (aput, adelete, amake):
10081 * doc-view.el (doc-view-convert-current-doc):
10082 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
10083
10084 2012-04-26 Chong Yidong <cyd@gnu.org>
10085
10086 * image.el (image-type-from-buffer): Only return supported image
10087 type (Bug#9045).
10088
10089 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
10090 value, for symmetry with diff-end-of-hunk.
10091 (diff-split-hunk, diff-find-source-location)
10092 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
10093 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
10094 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
10095 compute the relevant hunk or file properly (Bug#6005).
10096 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
10097
10098 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * vc/vc-mtn.el:
10101 * vc/vc-hg.el:
10102 * vc/vc-git.el:
10103 * vc/vc-dir.el:
10104 * vc/vc-cvs.el:
10105 * vc/vc-bzr.el:
10106 * vc/vc-arch.el:
10107 * vc/vc.el: Replace lexical-let by lexical-binding.
10108 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
10109 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
10110 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
10111
10112 2012-04-26 Chong Yidong <cyd@gnu.org>
10113
10114 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
10115 (diff-mode-shared-map): Bind it to / and [remap undo].
10116
10117 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
10118 (ediff-window-setup-function): Use it as the default, to set up
10119 windows based on whether the current frame is graphical (Bug#2138).
10120 (ediff-choose-window-setup-function-automatically): Make obsolete.
10121
10122 * vc/ediff-init.el: Always define ediff-pixel-width/height.
10123
10124 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * ffap.el: Remove old code for obsolete package.
10127 (ffap-complete-as-file-p): Remove.
10128
10129 Use completion-table-with-quoting for comint and pcomplete.
10130 * comint.el (comint--unquote&requote-argument)
10131 (comint--unquote-argument, comint--requote-argument): New functions.
10132 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
10133 (comint-quote-filename): Use regexp-opt-charset.
10134 (comint--common-suffix, comint--common-quoted-suffix)
10135 (comint--table-subvert): Remove.
10136 (comint-unquote-function, comint-requote-function): New vars.
10137 (comint--complete-file-name-data): Use them with
10138 completion-table-with-quoting.
10139 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
10140 * pcomplete.el (pcomplete-arg-quote-list)
10141 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
10142 (pcomplete-unquote-argument-function): Default to non-nil.
10143 (pcomplete-unquote-argument): Simplify.
10144 (pcomplete--common-quoted-suffix): Remove.
10145 (pcomplete-requote-argument-function): New var.
10146 (pcomplete--common-suffix): New function.
10147 (pcomplete-completions-at-point): Use completion-table-with-quoting
10148 and completion-table-subvert.
10149
10150 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
10151 (minibuffer--double-dollars): Preserve properties.
10152 (completion--sifn-requote): New function.
10153 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
10154
10155 * minibuffer.el: Add support for completion of quoted/escaped data.
10156 (completion-table-with-quoting, completion-table-subvert): New funs.
10157 (completion--twq-try, completion--twq-all): New functions.
10158 (completion--nth-completion): New function.
10159 (completion-try-completion, completion-all-completions): Use it.
10160
10161 2012-04-25 Leo Liu <sdl.web@gmail.com>
10162
10163 * progmodes/python.el (python-pdbtrack-get-source-buffer):
10164 Use compilation-message if available to find real filename.
10165
10166 2012-04-25 Chong Yidong <cyd@gnu.org>
10167
10168 * vc/diff-mode.el (diff-setup-whitespace): New function.
10169 (diff-mode): Use it.
10170
10171 * vc/diff.el (diff-sentinel):
10172 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
10173 Whitespace mode variables based on diff style (Bug#8612).
10174
10175 2012-04-25 Leo Liu <sdl.web@gmail.com>
10176
10177 * progmodes/python.el (python-send-region): Add suffix .py to the
10178 temp file.
10179
10180 * files.el (auto-mode-alist): Use javascript-mode instead.
10181
10182 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
10183
10184 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
10185
10186 * net/soap-client.el (soap-resolve-references-for-sequence-type)
10187 (soap-resolve-references-for-array-type): Hack to prevent self
10188 references, see Bug#9.
10189 (soap-parse-envelope): Report the contents of the 'detail' node
10190 when receiving a fault reply.
10191 (soap-parse-envelope): Report the contents of the entire 'detail' node.
10192
10193 * net/soap-inspect.el (soap-sample-value-for-simple-type)
10194 (soap-inspect-simple-type): New function.
10195
10196 * net/soap-client.el (soap-simple-type): New struct.
10197 (soap-default-xsd-types, soap-default-soapenc-types)
10198 (soap-decode-basic-type, soap-encode-basic-type):
10199 support unsignedInt and double basic types.
10200 (soap-resolve-references-for-simple-type)
10201 (soap-parse-simple-type, soap-encode-simple-type): New function.
10202 (soap-parse-schema): Parse xsd:simpleType declarations.
10203
10204 * net/soap-client.el (soap-default-xsd-types)
10205 (soap-default-soapenc-types): Add integer, byte and anyURI types.
10206 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
10207 the local name of "soapenc:Array".
10208 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
10209 decoding integer, byte and anyURI xsd types.
10210
10211 2012-04-25 Chong Yidong <cyd@gnu.org>
10212
10213 * cus-edit.el (custom-buffer-create-internal): Update header text.
10214
10215 2012-04-25 Eli Zaretskii <eliz@gnu.org>
10216
10217 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
10218 settings on 'system-type', not on 'window-system'. On MS-Windows,
10219 set interactive-mode on in GDB.
10220
10221 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
10224 (ruby-syntax-propertize-regexp): Remove.
10225 (ruby-syntax-propertize-function): Split regexp into chunks.
10226 Match following code directly.
10227
10228 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
10229
10230 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
10231 (ruby-syntax-propertize-regexp): New function.
10232 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
10233 by a special keyword.
10234
10235 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
10236 (ruby-syntax-general-delimiters-goto-beg)
10237 (ruby-syntax-propertize-general-delimiters): New functions.
10238 (ruby-syntax-propertize-function): Use them to handle GDL.
10239 (ruby-font-lock-keywords): Move old handling of GDL...
10240 (ruby-font-lock-syntactic-keywords): .. to here.
10241 (ruby-calculate-indent): Adjust indentation for GDL.
10242
10243 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
10244
10245 * notifications.el (top): Remove unneeded declarations.
10246 (notifications-specification-version): Change to "1.2".
10247 (notifications-interface, notifications-notify-method)
10248 (notifications-close-notification-method): Fix docstring.
10249 (notifications-get-capabilities-method): New defconst.
10250 (notifications-notify): Add :action-items, :resident and
10251 :transient hints. Change "image_data" to "image-data" and
10252 "image_path" to "image-path".
10253 (notifications-get-capabilities): New defun.
10254
10255 2012-04-24 Leo Liu <sdl.web@gmail.com>
10256
10257 * progmodes/python.el: Move hideshow setup to the end.
10258
10259 2012-04-24 Martin Rudalics <rudalics@gmx.at>
10260
10261 * window.el (handle-select-window): Clear echo area since this is
10262 no more done by read_char (Bug#11304).
10263
10264 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
10267 and `/ M' to filter-derived-mode.
10268 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
10269 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10270 (ibuffer-mark-by-mode): Use default rather than initial-input.
10271 (ibuffer-filter-by-derived-mode): Autoload and require-match.
10272
10273 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
10274
10275 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
10276 (ibuffer-filter-by-derived-mode): New filter.
10277 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
10278
10279 2012-04-23 Andreas Politz <politza@fh-trier.de>
10280
10281 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
10282
10283 2012-04-23 Chong Yidong <cyd@gnu.org>
10284
10285 * cus-edit.el (customize-apropos, customize-apropos-options):
10286 Disable matching of non-option variables (Bug#11176).
10287 (customize-option, customize-option-other-window)
10288 (customize-changed-options): Doc fix.
10289 (customize-apropos-options, customize-apropos-faces)
10290 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
10291
10292 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
10293 Fix word list splitting (Bug#11132).
10294 (apropos-symbol, apropos-keybinding, apropos-label)
10295 (apropos-property, apropos-function-button)
10296 (apropos-variable-button, apropos-misc-button): New faces.
10297 (apropos-symbol-face, apropos-keybinding-face)
10298 (apropos-label-face, apropos-property-face, apropos-match-face):
10299 Variables removed (Bug#8396).
10300 (apropos-library-button, apropos-format-plist, apropos-print)
10301 (apropos-print-doc, apropos-describe-plist): Callers changed.
10302
10303 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
10304
10305 * net/xesam.el (xesam-mode-map): Use let-bound map in
10306 initialization. (Bug#11292)
10307
10308 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10309
10310 Preserve ispell session localwords when switching back to
10311 original buffer.
10312
10313 * textmodes/ispell.el (ispell-buffer-session-localwords):
10314 New buffer-local variable to hold buffer session localwords.
10315 (ispell-kill-ispell): Add option 'clear to delete session
10316 localwords.
10317 (ispell-command-loop, ispell-change-dictionary)
10318 (ispell-buffer-local-words): Preserve session localwords when
10319 needed.
10320
10321 * textmodes/flyspell.el (flyspell-process-localwords)
10322 (flyspell-do-correct): Preserve session localwords when needed.
10323
10324 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10325
10326 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
10327 using obsolete `translation-table-for-input'.
10328 (ispell-word, ispell-process-line, ispell-complete-word):
10329 Use plain `insert' instead of removed `ispell-insert-word'.
10330
10331 2012-04-22 Chong Yidong <cyd@gnu.org>
10332
10333 * cus-edit.el (custom-variable-menu)
10334 (custom-variable-reset-saved, custom-face-menu)
10335 (custom-face-reset-saved): If there is no saved value, make the
10336 "reset-saved" operation bring back the default (Bug#9509).
10337 (custom-face-state): Properly detect themed faces.
10338
10339 * faces.el (face-spec-set): Stop supporting deprecated form of
10340 third arg.
10341
10342 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
10343
10344 Move functions from C to Lisp. Make non-blocking method calls
10345 the default. Implement further D-Bus standard interfaces.
10346
10347 * net/dbus.el (dbus-message-internal): Declare function.
10348 Remove unneeded function declarations.
10349 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
10350 (dbus-message-type-method-return, dbus-message-type-error)
10351 (dbus-message-type-signal): Declare variables. Remove local
10352 definitions.
10353 (dbus-interface-dbus, dbus-interface-peer)
10354 (dbus-interface-introspectable, dbus-interface-properties)
10355 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
10356 Adapt docstring.
10357 (dbus-interface-objectmanager): New defconst.
10358 (dbus-call-method, dbus-call-method-asynchronously)
10359 (dbus-send-signal, dbus-method-return-internal)
10360 (dbus-method-error-internal, dbus-register-service)
10361 (dbus-register-signal, dbus-register-method): New defuns, moved
10362 from dbusbind.c
10363 (dbus-call-method-handler, dbus-setenv)
10364 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
10365 New defuns.
10366 (dbus-call-method-non-blocking): Make it an obsolete function.
10367 (dbus-unregister-object, dbus-unregister-service)
10368 (dbus-handle-event, dbus-register-property)
10369 (dbus-property-handler): Obey the new structure of
10370 `bus-registered-objects'.
10371 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
10372 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10373 Use `dbus-call-method'.
10374
10375 2012-04-22 Chong Yidong <cyd@gnu.org>
10376
10377 * cus-edit.el (custom-commands, custom-reset-menu)
10378 (Custom-reset-standard): Tweak labels.
10379 (custom-reset-button-menu): Change default to t.
10380 (custom-buffer-create-internal): For the custom-reset-button-menu
10381 case, put the revert button first.
10382 (custom-group-subtitle): New face.
10383 (custom-group-value-create): Align docstring to a specific column.
10384
10385 * wid-edit.el (widget-documentation-link-add): Don't handle
10386 indentation in this function.
10387 (widget-documentation-string-indent-to): New function.
10388 (widget-documentation-string-value-create): Use it.
10389
10390 * autorevert.el (auto-revert):
10391 * epg-config.el (epg):
10392 * ibuffer.el (ibuffer):
10393 * mpc.el (mpc):
10394 * ses.el (ses):
10395 * eshell/eshell.el (eshell):
10396 * net/ange-ftp.el (ange-ftp):
10397 * progmodes/ebnf2ps.el (postscript):
10398 * progmodes/flymake.el (flymake):
10399 * progmodes/prolog.el (prolog):
10400 * progmodes/verilog-mode.el (verilog-mode):
10401 * progmodes/which-func.el (which-func):
10402 * term/xterm.el (xterm):
10403 * textmodes/picture.el (picture):
10404 * textmodes/tildify.el (tildify):
10405 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
10406 customization buffers.
10407
10408 2012-04-22 Alan Mackenzie <acm@muc.de>
10409
10410 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10411 Adding a ) can hide the resulting (..) from searches. Fix it.
10412 Bound the backward search to the position of the existing (.
10413
10414 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
10415
10416 * progmodes/verilog-mode.el (verilog-mode): Check whether
10417 which-func-modes is t before adding verilog-mode.
10418 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
10419
10420 2012-04-21 Leo Liu <sdl.web@gmail.com>
10421
10422 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
10423
10424 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
10425
10426 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
10427 filling of the last column of a table (Bug#5635).
10428 (woman-find-next-control-line): New arg, specifying an additional
10429 regexp component for the control line.
10430 (woman2-roff-buffer): Use it.
10431 (woman-break-table): New function.
10432 (woman2-TS): Use it.
10433
10434 2012-04-21 Chong Yidong <cyd@gnu.org>
10435
10436 * woman.el (woman-set-buffer-display-table, woman-decode-region)
10437 (woman-horizontal-escapes, woman-negative-vertical-space)
10438 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
10439 (WoMan-warn-ignored): Use ?\s instead of ?\ .
10440
10441 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * minibuffer.el (completion-file-name-table): Complete user names.
10444
10445 2012-04-20 Leo Liu <sdl.web@gmail.com>
10446
10447 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
10448 and pcase-let*.
10449
10450 2012-04-20 Chong Yidong <cyd@gnu.org>
10451
10452 * server.el (server-execute): Respect initial-buffer-choice if it
10453 is a string and there are no files to open (Bug#2825).
10454 (server-create-window-system-frame, server-create-tty-frame):
10455 Don't switch buffers here.
10456 (server-process-filter): Only try to open a window system frame if
10457 compiled with graphical support (Bug#8314).
10458
10459 2012-04-20 Dan Nicolaescu <dann@gnu.org>
10460
10461 * battery.el (battery-echo-area-format): Display remaining time
10462 for sysfs backend too (Bug#11269).
10463 (battery-linux-sysfs): Fix conditional for the charge.
10464
10465 2012-04-20 Chong Yidong <cyd@gnu.org>
10466
10467 * progmodes/gdb-mi.el (gdb): Revert previous change.
10468 (gdb-inferior-io--init-proc): New function.
10469 (gdb-init-1): Use it.
10470 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
10471 responsible for allocating a new pty and hooking it to gdb when
10472 the old pty gets an EIO due to process exit.
10473 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
10474 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
10475 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
10476
10477 2012-04-20 Eli Zaretskii <eliz@gnu.org>
10478
10479 * window.el (window-min-size, window-sizable, window-min-delta)
10480 (window-max-delta, window--resizable, window-resizable)
10481 (window-total-size, window-full-height-p, window-full-width-p)
10482 (window-in-direction, window--resize-mini-window, window-resize)
10483 (window--resize-child-windows-normal)
10484 (window--resize-child-windows, window--resize-siblings)
10485 (window--resize-this-window, adjust-window-trailing-edge)
10486 (enlarge-window, shrink-window): Doc fixes.
10487
10488 2012-04-20 Chong Yidong <cyd@gnu.org>
10489
10490 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
10491 New function to call delete-process on the gdb-inferior buffer's pty.
10492 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
10493 pty process (Bug#11273).
10494 (gdb-update): New arg to suppress talking to the gdb process.
10495 (gdb-done-or-error): Use it.
10496 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
10497 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
10498 sentinel not being called.
10499
10500 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
10501
10502 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
10503
10504 2012-04-20 Glenn Morris <rgm@gnu.org>
10505
10506 * net/network-stream.el (open-network-stream): Doc fix.
10507
10508 2012-04-20 Chong Yidong <cyd@gnu.org>
10509
10510 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
10511
10512 2012-04-20 Alan Mackenzie <acm@muc.de>
10513
10514 Ensure searching for keywords is case sensitive.
10515
10516 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
10517 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
10518 (c-defun-name, c-mark-function, c-cpp-define-name)
10519 (c-comment-indent, c-scan-conditionals, c-indent-defun)
10520 (c-context-line-break): Bind case-fold-search to nil.
10521
10522 * progmodes/cc-mode.el (c-font-lock-fontify-region):
10523 Bind case-fold-search to nil.
10524
10525 2012-04-20 Chong Yidong <cyd@gnu.org>
10526
10527 * mail/sendmail.el (mail-bury): Call return action with the right
10528 Rmail buffer (Bug#11242).
10529
10530 * server.el (server-process-filter): Handle corner case where both
10531 tty and nowait options are present (Bug#11102).
10532
10533 2012-04-20 Eli Zaretskii <eliz@gnu.org>
10534
10535 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
10536 (top level): Put into the executable the ident-style '$Id:' tag on
10537 windows-nt as well.
10538
10539 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * electric.el (electric-indent-post-self-insert-function): Check that
10542 electric-indent-mode is enabled in current buffer.
10543
10544 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
10545
10546 * imenu.el (imenu-progress-message): Restore; it is "used" in
10547 erc/erc-imenu.el and net/snmp-mode.el.
10548
10549 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
10550
10551 * avoid.el (mouse-avoidance-mode): Mark unused arg.
10552 (mouse-avoidance-nudge-mouse): Remove unused binding.
10553
10554 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
10555
10556 * descr-text.el (describe-char):
10557 * progmodes/python.el (python-describe-symbol):
10558 Don't call `toggle-read-only', set `buffer-read-only'.
10559
10560 * imenu.el (imenu-default-goto-function): Mark unused args.
10561 (imenu-progress-message): Remove obsolete macro; all callers changed.
10562
10563 * subr.el (keymap-canonicalize): Remove unused binding.
10564 (read-passwd): Mark unused arg.
10565
10566 * tutorial.el (tutorial--display-changes): Remove unused binding.
10567 (tutorial--save-tutorial-to): Remove unused variable.
10568
10569 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
10570 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
10571 (package-generate-autoloads, package-menu--generate)
10572 (package-menu--find-upgrades): Remove unused bindings.
10573
10574 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
10575 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
10576 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
10577 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
10578 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
10579 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
10580 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
10581 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
10582 (cua-delete-char-rectangle): Mark unused args.
10583 (cua-align-rectangle): Remove unused binding.
10584
10585 * mail/rmail.el (compilation--message->loc)
10586 (epa--find-coding-system-for-mime-charset): Declare.
10587
10588 * net/dbus.el (dbus-register-service): Declare.
10589 (dbus-name-owner-changed-handler): Remove unused binding.
10590
10591 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
10592 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
10593 (nxml-scan-backward-within): Mark unused arg.
10594 (nxml-dynamic-markup-word): Remove unused binding.
10595
10596 * mouse.el (mouse-menu-major-mode-map):
10597 * emacs-lisp/authors.el (authors-scan-change-log)
10598 (authors-add-to-author-list):
10599 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
10600 * emacs-lisp/smie.el (smie-auto-fill):
10601 * mail/sendmail.el (mail-bury):
10602 * mail/unrmail.el (unrmail):
10603 * net/tls.el (open-tls-stream):
10604 * textmodes/picture.el (picture-mouse-set-point):
10605 Remove unused bindings.
10606
10607 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
10608
10609 * net/tramp.el (tramp-action-password): Let-bind
10610 `enable-recursive-minibuffers' to t.
10611
10612 2012-04-18 Sam Steingold <sds@gnu.org>
10613
10614 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
10615 instead of 'string to accommodate values like [f11].
10616 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
10617 * progmodes/gdb-mi.el: Likewise.
10618
10619 2012-04-18 Leo Liu <sdl.web@gmail.com>
10620
10621 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
10622 current buffer.
10623 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
10624 LOCAL is nil.
10625
10626 2012-04-18 Chong Yidong <cyd@gnu.org>
10627
10628 * simple.el (line-move): Use forward-line if in batch mode
10629 (Bug#11053).
10630
10631 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
10632
10633 * files.el (after-find-file): Do not try to add a final newline if
10634 the buffer is read-only (Bug#11156).
10635
10636 2012-04-17 Richard Stallman <rms@gnu.org>
10637
10638 * mail/rmail.el (rmail-start-mail):
10639 Pass (rmail-mail-return...) for the return-action.
10640 Pass (rmail-yank-current-message...) for the yank-action.
10641 (rmail-yank-current-message): New function.
10642 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
10643 (rmail-reply): Likewise.
10644 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
10645
10646 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
10647 buffer, not the last. Reject temp buffers. Use the rmail-mode
10648 buffer, not newbuf.
10649
10650 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
10651
10652 * server.el (server-ensure-safe-dir): Simplify.
10653
10654 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * emacs-lisp/smie.el: Provide smarter auto-filling.
10657 (smie-auto-fill): New function.
10658 (smie-setup): Use it.
10659
10660 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
10661
10662 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
10663
10664 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
10665 (comment-indent): Use it.
10666
10667 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
10668
10669 * ses.el: The overall change is to add cell renaming, that is
10670 setting fancy names for cell symbols other than name matching
10671 "\\`[A-Z]+[0-9]+\\'" regexp .
10672 (ses-localvars): Add ses--renamed-cell-symb-list.
10673 (ses-create-cell-variable): New defun.
10674 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
10675 (ses-relocate-formula): Relocate formulas only for cells the
10676 symbols of which are not renamed, i.e. symbols whose names do not
10677 match regexp "\\`[A-Z]+[0-9]+\\'".
10678 (ses-relocate-all): Relocate values only for cells the symbols of
10679 which are not renamed.
10680 (ses-load): Create cells variables as the (ses-cell ...) are read,
10681 in order to check row col consistency with cell symbol name only
10682 for cells that are not renamed.
10683 (ses-replace-name-in-formula): New defun.
10684 (ses-rename-cell): New defun.
10685
10686 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
10687
10688 * progmodes/perl-mode.el (perl-indent-parens-as-block):
10689 New option (bug#11118).
10690 (perl-calculate-indent): Respect it.
10691
10692 2012-04-17 Glenn Morris <rgm@gnu.org>
10693
10694 * dired-aux.el (dired-mark-read-string): Doc fix.
10695
10696 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
10697
10698 * dired-aux.el (dired-mark-read-string): Offer optional completion.
10699 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
10700
10701 2012-04-17 Glenn Morris <rgm@gnu.org>
10702
10703 * mouse.el (mouse-drag-track):
10704 * speedbar.el (speedbar-frame-mode):
10705 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
10706
10707 2012-04-16 Leo Liu <sdl.web@gmail.com>
10708
10709 * progmodes/python.el: Trivial cleanup.
10710
10711 2012-04-16 Glenn Morris <rgm@gnu.org>
10712
10713 * vc/vc.el (vc-string-prefix-p):
10714 * vc/pcvs-util.el (cvs-string-prefix-p):
10715 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
10716 * mpc.el (mpc-string-prefix-p):
10717 Make all of these into obsolete aliases for string-prefix-p.
10718 Update callers.
10719 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
10720
10721 * textmodes/two-column.el: Move custom options to the start.
10722 (frame-width): Remove compat definition.
10723 (2C-associate-buffer, 2C-dissociate):
10724 Use with-current-buffer rather than save-excursion.
10725 (2C-dissociate): Force a mode-line update.
10726 (2C-autoscroll): Use ignore-errors.
10727
10728 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
10729 Autoload trivia.
10730
10731 * emacs-lisp/cl-extra.el (*random-state*):
10732 Remove unnecessary declaration.
10733
10734 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
10735
10736 * play/cookie1.el (cookie-snarf):
10737 Give an explicit error if input file cannot be read.
10738
10739 * play/yow.el (yow-file): Use expand-file-name rather than concat.
10740
10741 * progmodes/perl-mode.el (c-macro-expand):
10742 Remove unnecessary autoload (it is in loaddefs.el).
10743
10744 * textmodes/picture.el (picture-desired-column)
10745 (picture-update-desired-column): Convert comments to doc-strings.
10746 (picture-substitute): Remove function.
10747 (picture-mode-map): Initialize in the defvar.
10748
10749 * woman.el: Remove eval-after-load for tar-mode.
10750 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
10751 (woman-tar-extract-file): Autoload it.
10752
10753 * frame.el (automatic-hscrolling): Make this alias obsolete.
10754
10755 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10756
10757 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
10758 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
10759 (ispell-dictionary-base-alist): Revert to original XEmacs
10760 friendly version for default. [:alpha:] will be added in
10761 `ispell-set-spellchecker-params' if needed.
10762
10763 2012-04-16 Chong Yidong <cyd@gnu.org>
10764
10765 * image.el (imagemagick--file-regexp): New variable.
10766 (imagemagick-register-types): Use it.
10767 (imagemagick-types-inhibit): Add :set function. Allow new value
10768 of t to inhibit all types.
10769
10770 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
10771 so we can preload it.
10772
10773 * loadup.el (fboundp): Preload regexp-opt, needed by
10774 imagemagick-register-types.
10775
10776 2012-04-15 Chong Yidong <cyd@gnu.org>
10777
10778 * frame.el (scrolling): Remove nearly unused customization group.
10779
10780 * scroll-all.el (scroll-all-mode): Move to windows group.
10781
10782 2012-04-15 Chong Yidong <cyd@gnu.org>
10783
10784 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
10785
10786 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 Avoid the use of ((lambda ...) ...) in lexical-binding code.
10789 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
10790
10791 2012-04-15 Glenn Morris <rgm@gnu.org>
10792
10793 * simple.el (process-file-side-effects): Doc fix.
10794
10795 2012-04-15 Glenn Morris <rgm@gnu.org>
10796
10797 * international/mule-cmds.el (set-language-environment): Doc fix.
10798
10799 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
10800
10801 * server.el (server-auth-key, server-generate-key): Doc fixes.
10802 (server-get-auth-key): Doc fix. Use `string-match-p'.
10803 (server-start): Reflow docstring.
10804
10805 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
10806
10807 * server.el (server-generate-key): `called-interactively-p'
10808 requires a parameter.
10809
10810 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
10811
10812 * server.el (server-auth-key): New variable.
10813 (server-generate-key, server-get-auth-key): New function.
10814 (server-start): Use the new variable and functions to allow
10815 setting a permanent server key (bug#9423).
10816
10817 2012-04-14 Leo Liu <sdl.web@gmail.com>
10818
10819 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
10820
10821 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
10822
10823 Spelling fixes.
10824 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
10825 Emacs uses American spelling.
10826
10827 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
10828
10829 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
10830 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
10831 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
10832 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
10833
10834 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * progmodes/which-func.el (which-func-modes): Change default.
10837
10838 2012-04-14 Kim F. Storm <storm@cua.dk>
10839
10840 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
10841 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
10842
10843 2012-04-14 Chong Yidong <cyd@gnu.org>
10844
10845 * custom.el (custom-theme-set-variables): Doc fix.
10846
10847 2012-04-14 Glenn Morris <rgm@gnu.org>
10848
10849 * international/mule.el (set-auto-coding-for-load): Doc fix.
10850
10851 2012-04-14 Alan Mackenzie <acm@muc.de>
10852
10853 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
10854 imenu work again for Objective C Mode. Correct the *-index values,
10855 these having been disturbed by a previous change in 2011-08.
10856
10857 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
10858 Correct two search limits.
10859
10860 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
10863
10864 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
10865
10866 * international/characters.el: Fix sorting.
10867
10868 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10869
10870 * international/characters.el: Add more missing Latin case pairs.
10871
10872 2012-04-14 Glenn Morris <rgm@gnu.org>
10873
10874 * files.el (dir-locals-set-class-variables): Doc fix.
10875
10876 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10877
10878 * international/characters.el: Add set-case-syntax-pair call for
10879 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
10880 counterpart. (Bug#11209)
10881
10882 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
10883
10884 2012-04-14 Glenn Morris <rgm@gnu.org>
10885
10886 * calendar/holidays.el (calendar-check-holidays): Doc fix.
10887
10888 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10889
10890 * textmodes/ispell.el (ispell-dictionary-base-alist):
10891 Add data for Hebrew.
10892
10893 2012-04-14 Chong Yidong <cyd@gnu.org>
10894
10895 * net/rcirc.el (rcirc-cmd-quit):
10896 Revert 2012-03-18 change (Bug#11192).
10897
10898 2012-04-14 Glenn Morris <rgm@gnu.org>
10899
10900 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
10901
10902 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10903
10904 * minibuffer.el (completion-in-region-mode-map):
10905 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
10906
10907 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
10908
10909 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
10910
10911 2012-04-13 Masatake YAMATO <yamato@redhat.com>
10912
10913 * minibuffer.el (minibuffer-local-filename-syntax): New variable
10914 to allow `C-M-f' and `C-M-b' to move to the nearest path
10915 separator (bug#9511).
10916
10917 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
10918
10919 * avoid.el: Require cl when compiling. And also move the
10920 `provide' to the end.
10921
10922 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10923
10924 * avoid.el (mouse-avoidance-banish-position): New variable.
10925 (mouse-avoidance-banish-destination): Use it (bug#10165).
10926
10927 2012-04-13 Leo Liu <sdl.web@gmail.com>
10928
10929 * progmodes/which-func.el (which-func-modes): Add objc-mode.
10930
10931 2012-04-13 Ken Brown <kbrown@cornell.edu>
10932
10933 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
10934 this is no longer needed now that cygstart understands file:// URLs.
10935 (browse-url-filename-alist): For the same reason, don't modify
10936 file:// URLs on Cygwin.
10937
10938 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
10941 the region on shift if the binding is already shifted (bug#11221).
10942
10943 2012-04-12 Glenn Morris <rgm@gnu.org>
10944
10945 * mail/mailpost.el: Move to obsolete/.
10946
10947 2012-04-12 Drew Adams <drew.adams@oracle.com>
10948
10949 * imenu.el (imenu--generic-function): Ignore invisible definitions
10950 (bug#10123).
10951
10952 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
10953
10954 * hexl.el (hexl-bits): New variable.
10955 (hexl-options): Mention the variable in the doc string.
10956 (hexl-rulerise, hexl-line-displen): New functions.
10957 (hexl-mode): Mention the new variable.
10958 (hexl-mode, hexl-current-address, hexl-current-address):
10959 Use the displen.
10960 (hexl-ascii-start-column): New function.
10961 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
10962 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
10963
10964 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10965
10966 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
10967 '("-i" ENCODING), in 2 separate command-line arguments, to specify
10968 the encoding, as expected by hunspell.
10969
10970 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * battery.el (battery--linux-sysfs-regexp): New const.
10973 (battery-status-function): Use it. Remove yeeloong special case.
10974 (battery-yeeloong-sysfs): Remove.
10975 (battery-echo-area-format): Remove yeeloong special case.
10976
10977 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
10980 Reported by Noah Friedman.
10981
10982 * subr.el (read-passwd): Use read-string.
10983
10984 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10985
10986 * vcursor.el (vcursor-move): Increase the priority of the overlay
10987 (bug#9663).
10988
10989 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10990
10991 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
10992 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
10993
10994 2012-04-11 William Stevenson <yhvh2000@gmail.com>
10995
10996 * textmodes/artist.el (artist-mode): Convert artist-mode to use
10997 define-minor-mode (bug#10760).
10998
10999 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11000
11001 * progmodes/grep.el (rgrep): Tweak the find command line so
11002 that directories matching `grep-find-ignored-files' won't be
11003 pruned (bug#10351).
11004
11005 2012-04-11 Chong Yidong <cyd@gnu.org>
11006
11007 * startup.el (command-line): Remove support for long-obsolete
11008 variable font-lock-face-attributes.
11009
11010 2012-04-11 Glenn Morris <rgm@gnu.org>
11011
11012 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
11013
11014 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * window.el (window--state-get-1): Obey window-point-insertion-type.
11017
11018 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
11019
11020 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
11021 to previous function when point is on the first character of a
11022 function. Take care of that in `narrow-to-defun' (bug#6157).
11023
11024 2012-04-11 Glenn Morris <rgm@gnu.org>
11025
11026 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
11027 not just file-errors.
11028
11029 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
11030 (vc-bzr-sha1): Use internal sha1.
11031
11032 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11033
11034 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
11035
11036 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
11037
11038 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
11039 that start in the middle of the line (bug#10496).
11040
11041 2012-04-10 Dan Nicolaescu <dann@gnu.org>
11042
11043 * battery.el (battery-linux-proc-acpi): Only one battery is
11044 discharged at a time, but that seems to confuse battery.el when
11045 computing `rate-type' for the battery not being discharged
11046 (bug#10332).
11047
11048 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
11051
11052 * international/quail.el: Use dolist and simplify.
11053 (quail-define-package, quail-update-keyboard-layout)
11054 (quail-define-rules): Use dolist.
11055 (quail-insert-kbd-layout, quail-get-translation): CSE.
11056
11057 * tmm.el: Use dolist, remove left over hook.
11058 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
11059 Use dolist.
11060 (calendar-load-hook): Don't mess with it.
11061
11062 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
11063 Use derived-mode-p. Run the diff asynchronously.
11064
11065 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11066
11067 * obsolete/mouse-sel.el: Add an Obsolete-since header.
11068
11069 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
11070
11071 * misc.el: Display absolute path of loaded DLLs (bug#10424).
11072 (list-dynamic-libraries--loaded): New function.
11073 (list-dynamic-libraries--refresh): Use it.
11074
11075 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
11076
11077 * progmodes/python.el (python-fill-paragraph):
11078 Make python-fill-region in a multiline string work when font-lock is
11079 disabled (bug#7018).
11080
11081 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
11082
11083 * language/european.el (cp775): Add oem/legacy (en)coding on
11084 DOS/MS Windows for the Baltic languages. There are still plenty
11085 of texts written in this encoding/codepage (bug#6519).
11086
11087 2012-04-10 Glenn Morris <rgm@gnu.org>
11088
11089 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
11090 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
11091
11092 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
11093
11094 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
11095 next-line "n" and previous-line "p" in order to make recentf more
11096 consistent with ibuffer, dired or org-mode (bug#9387).
11097
11098 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11099
11100 * image.el (put-image): Return the overlay created instead of the
11101 optional input string (bug#7834). Note that this may break code
11102 that is (for some reason or other) depending on `put-image'
11103 returning the string.
11104
11105 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
11106
11107 * simple.el (zap-to-char): Allow zapping using input methods
11108 (bug#1580).
11109
11110 * textmodes/fill.el (fill-region): Leave point and mark where they
11111 were before filling (bug#5399).
11112
11113 2012-04-09 Glenn Morris <rgm@gnu.org>
11114
11115 * version.el (emacs-bzr-get-version):
11116 Handle lightweight checkouts of local branches.
11117
11118 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
11119
11120 * international/characters.el: Recover lost case pairs. (Bug#11209)
11121
11122 2012-04-09 Chong Yidong <cyd@gnu.org>
11123
11124 * custom.el (custom-variable-p): Return nil for non-symbol
11125 arguments instead of signaling an error.
11126 (user-variable-p): Obsolete alias for custom-variable-p.
11127
11128 * apropos.el (apropos-variable):
11129 * files-x.el (read-file-local-variable):
11130 * simple.el (set-variable):
11131 * woman.el (woman-mini-help):
11132 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
11133
11134 2012-04-09 Glenn Morris <rgm@gnu.org>
11135
11136 * startup.el (normal-top-level): Don't look for leim-list.el
11137 in places where it will not be found. (Bug#910)
11138
11139 * international/mule-cmds.el (set-default-coding-systems):
11140 * files.el (normal-mode):
11141 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
11142 This function was removed with ucs-tables.el in 2008.
11143
11144 2012-04-08 Eli Zaretskii <eliz@gnu.org>
11145
11146 * textmodes/ispell.el (ispell-check-version): For hunspell, set
11147 ispell-encoding8-command to "-i", without a trailing space.
11148 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
11149 separate command-line arguments, to specify the encoding, since
11150 that's how hunspell expects it.
11151
11152 2012-04-08 Glenn Morris <rgm@gnu.org>
11153
11154 * loadup.el: Load bindings before cus-start.
11155 This reduces somewhat the number of "rogue" settings in emacs -Q.
11156
11157 2012-04-07 Glenn Morris <rgm@gnu.org>
11158
11159 * version.el (emacs-bzr-get-version): New function.
11160 (emacs-bzr-version): New variable.
11161 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
11162 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
11163
11164 2012-04-07 Eli Zaretskii <eliz@gnu.org>
11165
11166 * international/uni-bidi.el, international/uni-category.el:
11167 * international/uni-combining.el, international/uni-decimal.el:
11168 * international/uni-decomposition.el, international/uni-digit.el:
11169 * international/uni-lowercase.el, international/uni-mirrored.el:
11170 * international/uni-name.el, international/uni-numeric.el:
11171 * international/uni-titlecase.el, international/uni-uppercase.el:
11172 Update for Unicode 6.1.
11173
11174 2012-04-07 Eli Zaretskii <eliz@gnu.org>
11175
11176 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
11177
11178 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
11179
11180 * window.el (shrink-window): Mention the `window-min-height'
11181 variable in the doc string.
11182
11183 2012-04-05 Bastien Guerry <bzg@altern.org>
11184
11185 * color.el (color-lighten-name): Fix typo.
11186
11187 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11188
11189 * server.el (server--on-display-p): New function.
11190 (server--on-display-p): Use it.
11191
11192 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
11193
11194 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
11195 (bug#11145).
11196
11197 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * comint.el (comint--common-quoted-suffix): Check string boundary
11200 before comparing (bug#11158).
11201 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
11202
11203 2012-04-04 Chong Yidong <cyd@gnu.org>
11204
11205 * minibuffer.el (completion-extra-properties): Doc fix.
11206
11207 * subr.el (delayed-warnings-hook): Doc fix.
11208
11209 2012-04-04 Daiki Ueno <ueno@unixuser.org>
11210
11211 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
11212 selection (Bug#11159).
11213 (epa-insert-keys): Inform that the default public key will be
11214 exported if no key is selected.
11215
11216 2012-04-04 Richard Stallman <rms@gnu.org>
11217
11218 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
11219
11220 2012-04-03 Chong Yidong <cyd@gnu.org>
11221
11222 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
11223 mail-insert-file, not its obsolete alias mail-attach-file.
11224
11225 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
11226
11227 * notifications.el (notifications-notify): Fix docstring.
11228
11229 2012-04-02 Glenn Morris <rgm@gnu.org>
11230
11231 * emacs-lisp/authors.el (authors-aliases): Another addition.
11232
11233 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
11234
11235 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
11236 `tramp-compat-call-process' instead of `tramp-local-call-process'.
11237 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
11238
11239 2012-04-01 Chong Yidong <cyd@gnu.org>
11240
11241 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
11242 Handle root directory properly.
11243 (copy-directory): Caller changed.
11244
11245 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11246 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
11247
11248 2012-03-31 Glenn Morris <rgm@gnu.org>
11249
11250 * term/xterm.el (xterm-extra-capabilities): Doc fix.
11251
11252 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
11253
11254 * calendar/calendar.el (calendar-window-list)
11255 (calendar-hide-window): Restore. (Bug#11140)
11256 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
11257
11258 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
11259
11260 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11261
11262 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11263 Check if file is a symlink (Bug#10489).
11264
11265 * files.el (copy-directory): Likewise.
11266
11267 2012-03-30 Chong Yidong <cyd@gnu.org>
11268
11269 * image.el (imagemagick-types-inhibit)
11270 (imagemagick-register-types): Doc fix.
11271
11272 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11273
11274 * textmodes/ispell.el (ispell-get-extended-character-mode):
11275 Disable extended-char-mode for hunspell. hunspell does not support it
11276 and treats ~word as ordinary words in pipe mode.
11277
11278 2012-03-30 Glenn Morris <rgm@gnu.org>
11279
11280 * tutorial.el (help-with-tutorial): Ensure local variables don't
11281 happen to make the buffer read-only. (Bug#11127)
11282
11283 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
11286 (perl-calculate-indent): Return `noindent' in strings.
11287
11288 2012-03-28 Sam Steingold <sds@gnu.org>
11289
11290 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
11291 instead of the broken adhockery which does not prevent calendar
11292 buffers from being displayed at random after exit.
11293 (calendar-window-list, calendar-hide-window): Remove the broken
11294 adhockery.
11295
11296 2012-03-28 Glenn Morris <rgm@gnu.org>
11297
11298 * replace.el (query-replace-map): Doc fix.
11299
11300 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
11301
11302 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
11303 contents. (Bug#11109)
11304
11305 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
11308 (bug#11077).
11309 (avl-tree--check, avl-tree--check-node): New funs.
11310
11311 2012-03-27 Martin Rudalics <rudalics@gmx.at>
11312
11313 * window.el (switch-to-visible-buffer): New option.
11314 (switch-to-prev-buffer, switch-to-next-buffer):
11315 Observe switch-to-visible-buffer. Make sure that checking for a window
11316 showing a buffer already is done on the same frame.
11317
11318 2012-03-27 Glenn Morris <rgm@gnu.org>
11319
11320 * startup.el (mail-host-address): Doc fix.
11321
11322 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11323
11324 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
11325 than 197 variables.
11326
11327 2012-03-26 Ami Fischman <ami@fischman.org>
11328
11329 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
11330
11331 2012-03-26 Glenn Morris <rgm@gnu.org>
11332
11333 * files.el (save-buffers-kill-emacs): Doc fix.
11334
11335 * startup.el (normal-top-level, command-line, command-line-1):
11336 Give them doc strings.
11337
11338 2012-03-25 Eli Zaretskii <eliz@gnu.org>
11339
11340 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
11341 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
11342
11343 2012-03-25 Chong Yidong <cyd@gnu.org>
11344
11345 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
11346 theme if it was previously enabled before (Bug#11031).
11347
11348 * cus-theme.el (custom-theme-write-faces): Retrieve current face
11349 spec with custom-face-get-current-spec if its :shown-value is not
11350 determined yet (Bug#9337).
11351 (customize-create-theme, custom-theme-revert): Doc fixes.
11352
11353 * button.el (button-at): Minor addition to docstring.
11354
11355 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
11356
11357 * vc/vc.el (vc-merge): Fix a prompt.
11358
11359 2012-03-24 Chong Yidong <cyd@gnu.org>
11360
11361 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
11362 point (Bug#9623).
11363
11364 * button.el (button-at): Minor addition to docstring.
11365
11366 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * newcomment.el (comment-choose-indent): No space after BOL.
11369
11370 2012-03-22 Sam Steingold <sds@gnu.org>
11371
11372 * window.el (switch-to-prev-buffer): Revert last patch because the
11373 bug turned out to be an advertised feature (Elisp manual 28.14).
11374
11375 2012-03-22 Glenn Morris <rgm@gnu.org>
11376
11377 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
11378 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
11379
11380 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11381
11382 * net/network-stream.el (network-stream-open-starttls): Make error
11383 message under Windows be less misleading.
11384
11385 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
11386
11387 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
11388 understands (bug#9942).
11389
11390 2012-03-22 Chong Yidong <cyd@gnu.org>
11391
11392 * simple.el (end-of-visible-line): Handle return value of
11393 next-single-property-change properly (Bug#9371).
11394
11395 2012-03-22 Kenichi Handa <handa@m17n.org>
11396
11397 * international/quail.el (quail-insert-kbd-layout): Fix previous
11398 change. To avoid unwanted bidi reordering, use
11399 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
11400
11401 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
11402
11403 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
11404 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
11405 (ruby-beginning-of-indent): Be more careful with the difference
11406 between word-boundary and symbol boundary.
11407 (ruby-mode-syntax-table): Make : a symbol constituent.
11408
11409 2012-03-21 Andreas Politz <politza@fh-trier.de>
11410
11411 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
11412
11413 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * progmodes/etags.el (tags-completion-at-point-function):
11416 Improve last fix.
11417
11418 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
11419
11420 2012-03-21 Sam Steingold <sds@gnu.org>
11421
11422 * progmodes/etags.el (tags-completion-at-point-function):
11423 Avoid the error when point is inside the pattern.
11424
11425 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
11426
11427 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
11428 line (Bug#10855).
11429
11430 2012-03-21 Drew Adams <drew.adams@oracle.com>
11431
11432 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
11433
11434 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
11435
11436 * ido.el (ido-set-current-directory, ido-read-internal)
11437 (ido-choose-completion-string, ido-completion-help): Handle nil
11438 value of ido-completion-buffer (Bug#11008).
11439
11440 2012-03-21 Sam Steingold <sds@gnu.org>
11441
11442 * window.el (switch-to-prev-buffer): Do not switch to a visible
11443 window previous buffer, just like with the frame previous buffers.
11444
11445 2012-03-21 Chong Yidong <cyd@gnu.org>
11446
11447 * faces.el (make-face, make-empty-face, copy-face):
11448 * face-remap.el (face-remap-add-relative, face-remap-set-base):
11449 Doc fixes.
11450
11451 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * wid-edit.el (widget-complete-field): Remove (bug#11051).
11454 (widget-complete): Remove broken use of it.
11455
11456 2012-03-20 Chong Yidong <cyd@gnu.org>
11457
11458 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11459 Use string-width and truncate-string-width to handle arbitrary
11460 characters.
11461
11462 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
11463
11464 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
11465 to draw rectangles, not squares. (Regression introduced by revno
11466 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
11467
11468 2012-03-18 Chong Yidong <cyd@gnu.org>
11469
11470 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
11471 it is not yet defined (for temacs).
11472
11473 2012-03-18 Leo Liu <sdl.web@gmail.com>
11474
11475 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
11476 prefix.
11477
11478 2012-03-17 Eli Zaretskii <eliz@gnu.org>
11479
11480 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
11481 (ispell-choices-win-default-height, ispell-silently-savep)
11482 (ispell-dictionary-alist, ispell-encoding8-command)
11483 (ispell-check-version, ispell-aspell-find-dictionary)
11484 (ispell-valid-dictionary-list, ispell-words-keyword)
11485 (ispell-get-word, ispell-internal-change-dictionary)
11486 (ispell-region, ispell-skip-region-list)
11487 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
11488 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
11489 (ispell-message-text-end, ispell-message)
11490 (ispell-buffer-local-parsing): Doc fix.
11491
11492 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
11493
11494 * htmlfontify.el: Add support for code block fontification for ODT
11495 export (Bug #9914).
11496 (hfy-optimisations): Define new option
11497 `body-text-only'
11498 (hfy-fontify-buffer): Honor above setting.
11499 (hfy-begin-span, hfy-end-span): New routines factored out form
11500 `hfy-fontify-buffer'.
11501 (hfy-begin-span-handler, hfy-end-span-handler): New variables
11502 that permit insertion of custom tags.
11503 (hfy-fontify-buffer): Use above handlers.
11504 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
11505 (hfy-face-to-css): Re-defined to be a variable.
11506 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
11507 over multiple runs. This is made possible by having the caller let
11508 bind a special variable `hfy-user-sheet-assoc'.
11509 (htmlfontify-string): New defun.
11510 (hfy-compile-face-map): Make sure that the last char in the
11511 buffer is correctly fontified.
11512 (hfy-face-resolve-face): Whitespace only change.
11513
11514 2012-03-17 Eli Zaretskii <eliz@gnu.org>
11515
11516 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
11517 message more clear.
11518
11519 2012-03-16 Leo Liu <sdl.web@gmail.com>
11520
11521 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
11522
11523 2012-03-16 Alan Mackenzie <acm@muc.de>
11524
11525 Further optimise the handling of large macros.
11526
11527 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
11528 limit to a call of `c-literal-limits'.
11529 (c-determine-+ve-limit): New function.
11530 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
11531 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
11532 In CASE 5B, restrict a search limit to 500.
11533 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
11534
11535 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
11536 Restrict macro bounds to +-500 from after-change's BEG END.
11537
11538 2012-03-16 Leo Liu <sdl.web@gmail.com>
11539
11540 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
11541
11542 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
11543
11544 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
11545 `special-mode' setting of `buffer-read-only'. (Bug#11010)
11546
11547 2012-03-16 Glenn Morris <rgm@gnu.org>
11548
11549 * view.el (view-buffer, view-buffer-other-window)
11550 (view-buffer-other-frame): Doc fixes re special mode-class.
11551
11552 * subr.el (eval-after-load): If named feature is provided not from
11553 a file, run after-load forms. (Bug#10946)
11554
11555 * calendar/calendar.el (calendar-insert-at-column):
11556 Handle non-unit-width characters a bit better. (Bug#10978)
11557
11558 2012-03-15 Chong Yidong <cyd@gnu.org>
11559
11560 * emacs-lisp/ring.el (ring-extend): New function.
11561 (ring-insert+extend): Extend the ring correctly (Bug#11019).
11562
11563 * comint.el (comint-read-input-ring)
11564 (comint-add-to-input-history): Grow comint-input-ring lazily.
11565
11566 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11567
11568 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
11569 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
11570
11571 * imenu.el: Fix multiple inheritance breakage (bug#9199).
11572 (imenu-add-to-menubar): Don't add a redundant index.
11573 (imenu-update-menubar): Handle a dynamically composed keymap.
11574
11575 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11576
11577 * mail/sendmail.el (mail-encode-header):
11578 Bind rfc2047-encode-encoded-words to nil.
11579
11580 2012-03-13 Glenn Morris <rgm@gnu.org>
11581
11582 * calendar/calendar.el (calendar-string-spread):
11583 Handle non-unit-width characters a bit better. (Bug#10978)
11584
11585 2012-03-13 Leo Liu <sdl.web@gmail.com>
11586
11587 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
11588 directory and file as argument (Bug#10822).
11589
11590 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11591
11592 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
11593 For dynamically generated code, follow $PC.
11594 (gdb-disassembly-handler-custom): Handle no function name case.
11595
11596 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
11597
11598 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
11599 * emulation/ws-mode.el (ws-query-replace):
11600 * sort.el (sort-regexp-fields):
11601 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
11602
11603 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * dabbrev.el: Fix cycle completion order (bug#10963).
11606 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
11607 (dabbrev-completion): Don't use an obarray; provide
11608 a cycle-sort-function.
11609
11610 2012-03-12 Leo Liu <sdl.web@gmail.com>
11611
11612 * simple.el (kill-new): Use equal-including-properties for comparison.
11613 (kill-do-not-save-duplicates): Doc fix.
11614
11615 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * dabbrev.el: Fix cycle completion (bug#10963).
11618 Use lexical binding and wrap to 80 columns.
11619 (dabbrev-completion): Delay computing the list of completions.
11620
11621 2012-03-12 Kenichi Handa <handa@m17n.org>
11622
11623 * international/quail.el (quail-insert-kbd-layout): Surround each
11624 row by LRO and PDF instead of inserting many LRMs. Pad the left
11625 and right of each non-spacing marks. Insert invisible space
11626 between lower and upper characters to prevent composition.
11627
11628 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * minibuffer.el (minibuffer-complete): Don't get confused when the
11631 function is run twice via different commands (bug#10958).
11632 (complete-with-action): Fix docstring.
11633
11634 2012-03-12 Chong Yidong <cyd@gnu.org>
11635
11636 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
11637 (nxml-completion-at-point-function): New function.
11638 (nxml-mode): Use it.
11639 (nxml-bind-meta-tab-to-complete-flag): Default to t.
11640
11641 * emacs-lisp/package.el (package-unpack, package-unpack-single):
11642 Load generated autoloads file before byte compiling (Bug#10970).
11643 (package--make-autoloads-and-compile): New helper fun.
11644
11645 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
11646
11647 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
11648
11649 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
11650
11651 * autorevert.el (auto-revert-handler): Ensure, that
11652 file-readable-p is applied only for local files or in
11653 auto-revert-tail-mode.
11654
11655 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
11656
11657 * server.el (server-eval-at): Handle non-tcp connections.
11658 Decode result string.
11659
11660 * server.el (server-msg-size): New constant.
11661 (server-reply-print): New function.
11662 (server-eval-and-print): Use it.
11663 (server-eval-at): Use server-quote-arg and server-unquote-arg.
11664 Handle -print-nonl.
11665
11666 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
11667
11668 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
11669 (Bug#10987).
11670
11671 2012-03-11 Chong Yidong <cyd@gnu.org>
11672
11673 * simple.el (goto-line): Doc fix (Bug#9938).
11674
11675 * subr.el (save-window-excursion): Doc fix (Bug#9979).
11676
11677 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
11678 when finished (Bug#10963).
11679
11680 2012-03-11 Martin Rudalics <rudalics@gmx.at>
11681
11682 * window.el (split-window-below): Fix bug in case where
11683 split-window-keep-point is nil (Bug#10971).
11684
11685 2012-03-11 Juri Linkov <juri@jurta.org>
11686
11687 * replace.el (replace-highlight): Set isearch-word to nil
11688 unconditionally. (Bug#10887)
11689
11690 2012-03-10 Eli Zaretskii <eliz@gnu.org>
11691
11692 * net/mairix.el (mairix-replace-invalid-chars): Rename from
11693 mairix-replace-illegal-chars; all callers changed. Don't remove
11694 ^, ~, and = characters: they are meaningful in mairix search specs.
11695 (mairix-widget-create-query): Add usage information about mairix
11696 search forms: negating words, searching for substrings, etc.
11697
11698 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
11699
11700 * international/fontset.el (font-encoding-alist): Add an entry for
11701 ksx1001 (Bug#5667).
11702
11703 2012-03-10 Richard Stallman <rms@gnu.org>
11704
11705 * mail/sendmail.el (mail-encode-header):
11706 Set rfc2047-encode-encoded-words.
11707
11708 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
11709
11710 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
11711 view buffer means not swapped.
11712 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
11713 (rmail-write-region-annotate): Error if real text has disappeared.
11714
11715 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
11716
11717 2012-03-10 Chong Yidong <cyd@gnu.org>
11718
11719 * emulation/cua-rect.el (cua--init-rectangles):
11720 * emulation/cua-base.el (cua--init-keymaps):
11721 Add delete-forward-char to remappings (Bug#9666).
11722
11723 2012-03-10 Martin Rudalics <rudalics@gmx.at>
11724
11725 * speedbar.el (speedbar-unhighlight-one-tag-line):
11726 Avoid unhighlighting due to frame switching (Bug#10275).
11727
11728 2012-03-10 Chong Yidong <cyd@gnu.org>
11729
11730 * minibuffer.el (completion-in-region, completion-help-at-point):
11731 Give the completion field overlay a high priority (Bug#6830).
11732
11733 * dired.el (dired-goto-file): Recognize absolute file name
11734 listings (Bug#7126).
11735 (dired-goto-file-1): New helper function.
11736 (dired-toggle-read-only): Inhibit warnings.
11737
11738 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
11739
11740 * net/dbus.el (dbus-property-handler): Return empty array if
11741 there are no properties.
11742
11743 2012-03-09 Leo Liu <sdl.web@gmail.com>
11744
11745 * savehist.el (savehist-printable): Stricter check for string
11746 value (Bug#10937).
11747
11748 2012-03-09 Eli Zaretskii <eliz@gnu.org>
11749
11750 * mail/smtpmail.el (smtpmail-send-it):
11751 Bind coding-system-for-write to *-unix, so that FCC files are kept in
11752 valid mbox format.
11753
11754 2012-03-09 Glenn Morris <rgm@gnu.org>
11755
11756 * files.el (dir-locals-find-file):
11757 Don't check result is regular, readable.
11758 (dir-locals-read-from-file): Demote errors.
11759
11760 2012-03-08 Eli Zaretskii <eliz@gnu.org>
11761
11762 * international/quail.el (quail-insert-kbd-layout):
11763 Insert invisible LRM characters before each character in a keyboard
11764 layout cell, to prevent their reordering by bidi display engine.
11765 For details, see the discussion in
11766 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
11767
11768 2012-03-08 Alan Mackenzie <acm@muc.de>
11769
11770 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
11771 the starting position; make it extend the marked region when
11772 invoked repeatedly - all under appropriate circumstances.
11773 Fixes bugs #5525, #10906.
11774
11775 2012-03-08 Glenn Morris <rgm@gnu.org>
11776
11777 * files.el (locate-dominating-file, dir-locals-find-file):
11778 Undo 2012-03-06 change.
11779
11780 2012-03-07 Eli Zaretskii <eliz@gnu.org>
11781
11782 * international/quail.el (quail-help):
11783 Force bidi-paragraph-direction be left-to-right. See discussion in
11784 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
11785 for the reason.
11786
11787 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
11788
11789 Avoid superfluous registering of signals. (Bug#10807)
11790
11791 * notifications.el (notifications-on-action-object)
11792 (notifications-on-close-object): New defvars.
11793 (notifications-on-action-signal, notifications-on-closed-signal):
11794 Unregister the signal if not needed any longer.
11795 (notifications-notify): Register `notifications-action-signal' or
11796 `notifications-closed-signal', if :on-action or :on-close has been
11797 passed as argument.
11798
11799 2012-03-07 Chong Yidong <cyd@gnu.org>
11800
11801 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
11802 non-X platforms.
11803
11804 2012-03-06 Glenn Morris <rgm@gnu.org>
11805
11806 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11807 (x-disown-selection-internal, x-get-selection-internal):
11808 Doc fix (add arglist signatures). (Bug#10783)
11809
11810 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
11811
11812 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11813 Handle breakpoints with no "type".
11814
11815 2012-03-06 Glenn Morris <rgm@gnu.org>
11816
11817 * files.el (locate-dominating-file): Add optional predicate argument.
11818 (dir-locals-find-file): Make use of above change.
11819
11820 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
11821
11822 * info.el (Info-insert-dir): Also try "dir.gz".
11823
11824 2012-03-06 Glenn Morris <rgm@gnu.org>
11825
11826 * files.el (dir-locals-find-file):
11827 Ignore non-readable or non-regular files. (Bug#10928)
11828
11829 * files.el (locate-dominating-file): Doc fix.
11830
11831 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
11832
11833 * calendar/calendar.el (calendar-set-mode-line):
11834 `getenv' returns a string. (Bug#10951)
11835
11836 2012-03-05 Leo Liu <sdl.web@gmail.com>
11837
11838 * simple.el (backward-delete-char-untabify): Constrain point to
11839 field (Bug#10939).
11840
11841 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
11842
11843 2012-03-05 Chong Yidong <cyd@gnu.org>
11844
11845 * simple.el (count-words): If called from Lisp, return the word
11846 count, for symmetry with `count-lines'. Arglist changed.
11847 (count-words--message): Args changed. Consolidate counting code
11848 from count-words and count-words-region.
11849 (count-words-region): Caller changed.
11850 (count-lines-region): Make it an obsolete alias.
11851
11852 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
11853
11854 * saveplace.el (save-place-to-alist)
11855 (save-place-ignore-files-regexp): Allow value nil to disable this
11856 feature.
11857
11858 2012-03-04 Chong Yidong <cyd@gnu.org>
11859
11860 * faces.el (face-spec-reset-face): For the default face, reset the
11861 attributes to default values (Bug#10748).
11862
11863 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11864
11865 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
11866 previous patch: Check `message-send-mail-function', and not the
11867 default function (bug#10897).
11868
11869 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
11870
11871 * notifications.el (notifications-on-action-signal)
11872 (notifications-on-closed-signal): Check for unique service name of
11873 incoming event. Fix error in removing entry.
11874 (top): Register for signals with wildcard service name.
11875 (notifications-notify): Use daemon unique service name for map entries.
11876
11877 2012-03-04 Chong Yidong <cyd@gnu.org>
11878
11879 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
11880
11881 2012-03-04 Glenn Morris <rgm@gnu.org>
11882
11883 * abbrev.el (copy-abbrev-table, abbrev-table-p)
11884 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
11885 (expand-abbrev, define-abbrev-table): Doc fixes.
11886
11887 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11888
11889 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
11890 `message-default-send-mail-function' and not `send-mail-function'
11891 when doing the prompting for `sendmail-query-once' before sending
11892 in Message buffers (bug#10897).
11893
11894 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
11895 This is inconsistent with all the other stream functions, which leave
11896 the setting up to the higher levels (if so wanted) (bug#10931).
11897
11898 2012-03-02 Alan Mackenzie <acm@muc.de>
11899
11900 Depessimize the handling of very large macros.
11901
11902 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
11903 (c-macro-cache-syntactic): New variables to implement a one
11904 element macro cache.
11905 (c-invalidate-macro-cache): New function.
11906 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
11907 Adapt to use the new cache.
11908 (c-state-safe-place): Use better the cache of safe positions.
11909 (c-state-semi-nonlit-pos-cache)
11910 (c-state-semi-nonlit-pos-cache-limit):
11911 New variables for...
11912 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
11913 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
11914 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
11915 Use c-state-semi-safe-place.
11916
11917 * progmodes/cc-langs.el (c-get-state-before-change-functions):
11918 Add c-invalidate-macro-cache to the C, C++, Obj entries.
11919
11920 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
11921
11922 * jka-compr.el (jka-compr-call-process):
11923 Apply `file-accessible-directory-p' only when the default directory is
11924 not remote.
11925
11926 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
11927
11928 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
11929 access of FILE2, if FILE1 does not exist.
11930
11931 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
11932 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
11933
11934 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
11935 Add "PAGER=" to `process-environment'.
11936
11937 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
11938
11939 * progmodes/sql.el: Bug fix
11940 (sql-get-login-ext): Save login values in globals.
11941 (sql-get-login): Use new version of `sql-get-login-ext'.
11942 (sql-interactive-mode): Set global `sql-connection' to nil.
11943 (sql-connect): Set global values for connection.
11944 (sql-product-interactive): Save global values as buffer local.
11945
11946 2012-02-29 Leo Liu <sdl.web@gmail.com>
11947
11948 * abbrev.el (define-abbrevs): Reset sys to nil.
11949
11950 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11951
11952 * files.el (file-equal-p): Rename from `files-equal-p'.
11953 Return nil when one or both files don't exist.
11954 (file-subdir-of-p): Now only top directory must exists,
11955 return nil if it doesn't.
11956 (copy-directory): No need to test with `file-subdir-of-p' after
11957 creating dir.
11958 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
11959 to `file-equal-p'.
11960
11961 2012-02-28 Glenn Morris <rgm@gnu.org>
11962
11963 * shell.el (shell-mode):
11964 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
11965 * play/landmark.el (landmark-font-lock-face-O):
11966 * play/handwrite.el (handwrite):
11967 * play/gomoku.el (gomoku-O):
11968 * net/browse-url.el (browse-url-browser-display):
11969 * international/mule.el (define-charset):
11970 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
11971 * filesets.el (filesets-find-file-delay):
11972 * eshell/em-xtra.el (eshell-xtra):
11973 * eshell/em-unix.el (eshell-grep):
11974 * emulation/viper.el (viper-mode):
11975 * emacs-lisp/regexp-opt.el (regexp-opt-group):
11976 * emacs-lisp/easymenu.el (easy-menu-define):
11977 * calendar/timeclock.el (timeclock-use-display-time):
11978 * bs.el (bs-mode):
11979 * bookmark.el (bookmark-save-flag):
11980 Doc fix (standardize possessive apostrophe usage).
11981
11982 2012-02-27 Chong Yidong <cyd@gnu.org>
11983
11984 * emulation/viper-cmd.el (viper-intercept-ESC-key):
11985 Fix key-binding lookup for ESC key (Bug#9146).
11986
11987 * font-lock.el (font-lock-specified-p): Rename from
11988 font-lock-spec-present. Callers changed.
11989
11990 2012-02-27 Daniel Hackney <dan@haxney.org>
11991
11992 * emacs-lisp/package.el (package-compute-transaction):
11993 Handle holding a package version to t in package-load-list.
11994
11995 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
11996
11997 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11998 (tramp-get-inode, tramp-get-device): Use cached values.
11999
12000 2012-02-26 Alan Mackenzie <acm@muc.de>
12001
12002 Check there is a font-lock specification before doing initial
12003 fontification.
12004
12005 * font-core.el (font-lock-mode): Move the conditional from
12006 :after-hook to font-lock-initial-fontify.
12007 (font-lock-default-function): Move the check for a specification
12008 to font-lock-spec-present.
12009
12010 * font-lock.el (font-lock-initial-fontify): Call ...
12011 (font-lock-spec-present): New function.
12012
12013 2012-02-26 Jim Blandy <jimb@red-bean.com>
12014
12015 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
12016 (gdb-send): Apply it to the operand of the '-interpreter-exec
12017 console' command, so that we can pass arguments with (say) quotes
12018 in them. Store exact string sent in gdb-debug-log (Bug#10765).
12019
12020 2012-02-26 Chong Yidong <cyd@gnu.org>
12021
12022 * help-fns.el (describe-function-1): Clarify description of
12023 remapping (Bug#10844).
12024
12025 * files.el (files-equal-p): Doc fix.
12026 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
12027 and quit the loop once a mismatch is found.
12028
12029 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
12030
12031 * bs.el (bs--show-with-configuration): Don't throw an error
12032 if the window cannot be split; otherwise, subsequent calls to
12033 bs-show fail, restoring a stale window config. (Bug#10882)
12034
12035 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
12036
12037 * term/ns-win.el (global-map): Bind ns-drag-file to
12038 ns-find-file (Bug#5855, Bug#10050).
12039
12040 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
12041
12042 * calendar/parse-time.el (parse-time-string): Allow extractor to
12043 return nil.
12044
12045 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
12046
12047 * net/tramp.el (tramp-file-name-for-operation):
12048 Add `files-equal-p' and `file-subdir-of-p'.
12049
12050 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
12051 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
12052 Add COPY-CONTENTS argument.
12053
12054 2012-02-25 Chong Yidong <cyd@gnu.org>
12055
12056 Add custom groups for VC backends, for consistency with vc-bzr.
12057
12058 * vc/vc-arch.el (vc-arch):
12059 * vc/vc-cvs.el (vc-cvs):
12060 * vc/vc-git.el (vc-git):
12061 * vc/vc-hg.el (vc-hg):
12062 * vc/vc-mtn.el (vc-mtn):
12063 * vc/vc-rcs.el (vc-rcs):
12064 * vc/vc-sccs.el (vc-sccs):
12065 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
12066 All relevant defcustoms reassigned.
12067
12068 2012-02-25 Chong Yidong <cyd@gnu.org>
12069
12070 * newcomment.el (comment-styles): Add autoload (Bug#10868).
12071
12072 * term/x-win.el (x-initialize-window-system): Reduce default for
12073 x-selection-timeout to 5 seconds (Bug#8869).
12074
12075 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12076
12077 * files.el (files-equal-p, file-subdir-of-p): New functions.
12078 (copy-directory): Error when trying to copy a directory on itself.
12079 Add missing copy-contents arg to tramp handler.
12080 * dired-aux.el (dired-copy-file-recursive): Same.
12081 (dired-create-files): Modify destination when source is equal to
12082 dest when copying files.
12083 Return also when dest is a subdir of source. (Bug#10489)
12084
12085 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
12086
12087 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
12088 (Bug#10874)
12089
12090 2012-02-23 Alan Mackenzie <acm@muc.de>
12091
12092 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
12093 parameter "after-hook:" to allow the expansion to run code after
12094 the execution of the mode hooks.
12095
12096 * font-lock.el (font-lock-initial-fontify): New function extracted
12097 from font-lock-mode-internal.
12098
12099 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
12100 :after-hook.
12101
12102 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
12105 (completion--cache-all-sorted-completions): New function.
12106 (completion-all-sorted-completions): Use it.
12107 (completion--do-completion, minibuffer-force-complete):
12108 Use it to re-instate the flush hook.
12109
12110 * icomplete.el (icomplete-completions): Replace last fix with a better
12111 one (bug#10850).
12112
12113 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
12114
12115 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
12116 when it might call us back infinitely (bug#10797).
12117
12118 2012-02-23 Glenn Morris <rgm@gnu.org>
12119
12120 * minibuffer.el (completion-category-overrides): Doc fix.
12121
12122 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * minibuffer.el (completion-table-with-context): Fix inf-loop.
12125 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
12126
12127 2012-02-23 Glenn Morris <rgm@gnu.org>
12128
12129 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
12130 (authors-obsolete-files-regexps, authors-ignored-files)
12131 (authors-ambiguous-files, authors-renamed-files-alist):
12132 Add more entries.
12133
12134 2012-02-23 Juri Linkov <juri@jurta.org>
12135
12136 * isearch.el (isearch-occur): Sync interactive spec with occur's
12137 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
12138
12139 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
12140
12141 2012-02-22 Juri Linkov <juri@jurta.org>
12142
12143 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
12144 (ucs-insert): Doc fix. Check for hex digits in the string.
12145 Don't display `nil' in the error message. (Bug#10857)
12146
12147 2012-02-22 Alan Mackenzie <acm@muc.de>
12148
12149 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
12150
12151 2012-02-22 Glenn Morris <rgm@gnu.org>
12152
12153 * ffap.el (ffap-c-path):
12154 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
12155
12156 2012-02-22 Chong Yidong <cyd@gnu.org>
12157
12158 * custom.el (load-theme): Doc fix.
12159
12160 2012-02-22 Glenn Morris <rgm@gnu.org>
12161
12162 * dired-x.el (dired-guess-shell-alist-default):
12163 Remove escape sequences from nroff output. (Bug#172)
12164
12165 2012-02-21 Glenn Morris <rgm@gnu.org>
12166
12167 * vc/emerge.el (emerge-defvar-local):
12168 Set `permanent-local' property rather than unused `preserved'.
12169
12170 * textmodes/picture.el (picture-delete-char): New alias.
12171 (picture-mode-map): Use it. (Bug#10860)
12172 (picture-mode): Doc fix.
12173
12174 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
12175
12176 * newcomment.el (uncomment-region-default): Remove unused binding.
12177
12178 2012-02-21 Glenn Morris <rgm@gnu.org>
12179
12180 * textmodes/picture.el (picture-motion, picture-motion-reverse)
12181 (picture-self-insert, picture-tab-chars): Doc fix.
12182 (picture-mode-map): Fix C-a, C-e.
12183
12184 2012-02-20 Glenn Morris <rgm@gnu.org>
12185
12186 * emacs-lisp/authors.el (authors-aliases): Add another entry.
12187
12188 2012-02-20 Leo Liu <sdl.web@gmail.com>
12189
12190 * icomplete.el (icomplete-completions): Check FROM arg before
12191 passing to substring (Bug#10850).
12192
12193 2012-02-19 Chong Yidong <cyd@gnu.org>
12194
12195 * comint.el: Require ansi-color.
12196 (comint-output-filter-functions): Add ansi-color-process-output.
12197
12198 * ansi-color.el: Don't set comint-output-filter-functions; it is
12199 now in the initial value defined in comint.el.
12200 (ansi-color-apply-face-function): New variable.
12201 (ansi-color-apply-on-region): Use it.
12202 (ansi-color-apply-overlay-face): New function.
12203
12204 * shell.el (shell): No need to require ansi-color.
12205 (shell-mode): Use ansi-color-apply-face-function to highlight
12206 color escapes using font-lock-face property (Bug#10835).
12207
12208 2012-02-19 Chong Yidong <cyd@gnu.org>
12209
12210 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
12211 mode-line formats (Bug#10839).
12212
12213 2012-02-18 Glenn Morris <rgm@gnu.org>
12214
12215 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
12216
12217 * mail/undigest.el (unforward-rmail-message): Doc fix.
12218
12219 * saveplace.el (save-place-ignore-files-regexp): Add :version.
12220
12221 2012-02-18 Eli Zaretskii <eliz@gnu.org>
12222
12223 * international/characters.el (script-list): Sync with the latest
12224 Unicode Character Database.
12225
12226 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
12227
12228 * international/titdic-cnv.el: Remove duplicate coding tag.
12229 * language/cham.el: Likewise.
12230 * language/tai-viet.el: Likewise.
12231
12232 2012-02-18 Glenn Morris <rgm@gnu.org>
12233
12234 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
12235 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
12236 (calendar-bahai-all-holidays-flag, calendar-other-dates):
12237 * calendar/diary-lib.el (diary-abbreviated-year-flag):
12238 * calendar/holidays.el (holiday-bahai-holidays)
12239 (calendar-holidays, list-holidays):
12240 Use utf-8 Bahá'í in doc-strings, menus, etc.
12241
12242 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
12243
12244 * saveplace.el (save-place-ignore-files-regexp): New variable
12245 allowing for excluding files from saving their location of point.
12246 The default value matches the temporary commit message editing
12247 files from Git, SVN, Bazaar, and Mercurial.
12248 (save-place-to-alist): Use it.
12249
12250 2012-02-17 Lawrence Mitchell <wence@gmx.li>
12251 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * newcomment.el (uncomment-region-default): Don't leave extra space
12254 when an arg is provided (bug#8150).
12255
12256 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
12257
12258 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
12259
12260 2012-02-17 Glenn Morris <rgm@gnu.org>
12261
12262 * net/socks.el: Require network-stream. (Bug#10599)
12263
12264 2012-02-17 Kenichi Handa <handa@m17n.org>
12265
12266 * international/charprop.el:
12267 * international/uni-name.el:
12268 * international/uni-old-name.el:
12269 * international/uni-comment.el: Regenerate.
12270
12271 2012-02-16 Glenn Morris <rgm@gnu.org>
12272
12273 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
12274 Interactively in calendar buffer, give an error if not on a date.
12275
12276 2012-02-15 Glenn Morris <rgm@gnu.org>
12277
12278 * shell.el (shell-delimiter-argument-list):
12279 Revert 2011-02-17 change. (Bug#8027)
12280
12281 2012-02-15 Chong Yidong <cyd@gnu.org>
12282
12283 * minibuffer.el (completion-at-point-functions): Doc fix.
12284
12285 * custom.el (defcustom): Doc fix; note use of defvar.
12286
12287 2012-02-15 Glenn Morris <rgm@gnu.org>
12288
12289 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
12290 Doc fixes.
12291
12292 2012-02-14 Glenn Morris <rgm@gnu.org>
12293
12294 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
12295
12296 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
12297
12298 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
12299 way the ports list is computed.
12300 (smtpmail-query-smtp-server): Prompt the user for a port number if
12301 we can't connect to any of the standard ports (bug#10810).
12302
12303 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12304
12305 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
12306
12307 2012-02-13 Glenn Morris <rgm@gnu.org>
12308
12309 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
12310
12311 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
12312
12313 * net/gnutls.el (gnutls-trustfiles): New variable.
12314 (gnutls-negotiate): Use it.
12315
12316 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
12317
12318 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
12319 does its stuff if Gnus is running.
12320
12321 2012-02-13 Alan Mackenzie <acm@muc.de>
12322
12323 Fix a loop in c-set-fl-decl-start.
12324
12325 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
12326 c-backward-syntactic-ws actually moves backwards.
12327
12328 2012-02-13 Leo Liu <sdl.web@gmail.com>
12329
12330 * net/rcirc.el (rcirc-markup-attributes): Move point to the
12331 beginning so that all \C-o chars are removed.
12332
12333 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
12334
12335 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
12336
12337 2012-02-12 Alan Mackenzie <acm@muc.de>
12338
12339 Fix infinite loop with long macros.
12340 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
12341
12342 2012-02-12 Chong Yidong <cyd@gnu.org>
12343
12344 * window.el (display-buffer): Doc fix (Bug#10785).
12345
12346 2012-02-12 Glenn Morris <rgm@gnu.org>
12347
12348 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12349 (x-disown-selection-internal, x-get-selection-internal):
12350 Sync docs with the xselect.c versions.
12351
12352 * allout-widgets.el: Add missing license notice.
12353
12354 2012-02-11 Glenn Morris <rgm@gnu.org>
12355
12356 * select.el (x-get-selection-internal, x-own-selection-internal)
12357 (x-disown-selection-internal):
12358 * x-dnd.el (x-get-selection-internal): Update declarations.
12359
12360 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
12361
12362 * window.el (window-sides-slots):
12363 * tool-bar.el (tool-bar-position):
12364 * term/xterm.el (xterm-extra-capabilities):
12365 * ses.el (ses-self-reference-early-detection):
12366 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
12367 (verilog-auto-wire-type)
12368 (verilog-auto-delete-trailing-whitespace)
12369 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
12370 (verilog-auto-tieoff-declaration):
12371 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
12372 (sql-oracle-statement-starters, sql-oracle-scan-on):
12373 * progmodes/prolog.el (prolog-align-comments-flag)
12374 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
12375 (prolog-left-indent-regexp, prolog-paren-indent-p)
12376 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
12377 (prolog-types, prolog-mode-specificators)
12378 (prolog-determinism-specificators, prolog-directives)
12379 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
12380 (prolog-electric-dot-flag)
12381 (prolog-electric-dot-full-predicate-template)
12382 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
12383 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
12384 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
12385 (prolog-program-switches, prolog-prompt-regexp)
12386 (prolog-debug-on-string, prolog-debug-off-string)
12387 (prolog-trace-on-string, prolog-trace-off-string)
12388 (prolog-zip-on-string, prolog-zip-off-string)
12389 (prolog-use-standard-consult-compile-method-flag)
12390 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
12391 (prolog-imenu-max-lines, prolog-info-predicate-index)
12392 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
12393 (prolog-char-quote-workaround):
12394 * progmodes/cc-vars.el (c-defun-tactic):
12395 * net/tramp.el (tramp-encoding-command-interactive)
12396 (tramp-local-end-of-line):
12397 * net/soap-client.el (soap-client):
12398 * net/netrc.el (netrc-file):
12399 * net/gnutls.el (gnutls):
12400 * minibuffer.el (completion-category-overrides)
12401 (completion-cycle-threshold)
12402 (completion-pcm-complete-word-inserts-delimiters):
12403 * man.el (Man-name-local-regexp):
12404 * mail/feedmail.el (feedmail-display-full-frame):
12405 * international/characters.el (glyphless-char-display-control):
12406 * eshell/em-ls.el (eshell-ls-date-format):
12407 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
12408 (lisp-lambda-list-keyword-parameter-indentation)
12409 (lisp-lambda-list-keyword-parameter-alignment):
12410 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
12411 * dired-x.el (dired-omit-verbose):
12412 * cus-theme.el (custom-theme-allow-multiple-selections):
12413 * calc/calc.el (calc-highlight-selections-with-faces)
12414 (calc-lu-field-reference, calc-lu-power-reference)
12415 (calc-note-threshold):
12416 * battery.el (battery-mode-line-limit):
12417 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
12418 (archive-7z-update):
12419 * allout.el (allout-prefixed-keybindings)
12420 (allout-unprefixed-keybindings)
12421 (allout-inhibit-auto-fill-on-headline)
12422 (allout-flattened-numbering-abbreviation):
12423 * allout-widgets.el (allout-widgets-auto-activation)
12424 (allout-widgets-icons-dark-subdir)
12425 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
12426 (allout-widgets-theme-dark-background)
12427 (allout-widgets-theme-light-background)
12428 (allout-widgets-item-image-properties-emacs)
12429 (allout-widgets-item-image-properties-xemacs)
12430 (allout-widgets-run-unit-tests-on-load)
12431 (allout-widgets-time-decoration-activity)
12432 (allout-widgets-hook-error-post-time)
12433 (allout-widgets-track-decoration):
12434 Add missing :version tags to new defcustoms and defgroups.
12435
12436 * progmodes/sql.el (sql-ansi-statement-starters)
12437 (sql-oracle-statement-starters): Add custom type.
12438
12439 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
12440 (prolog-system-version): Give it a type.
12441
12442 2012-02-11 Eli Zaretskii <eliz@gnu.org>
12443
12444 * term/pc-win.el (x-select-text, x-selection-owner-p)
12445 (x-own-selection-internal, x-disown-selection-internal)
12446 (x-get-selection-internal): Sync doc strings and argument lists
12447 with xselect.c, common-win.el and x-win.el. (Bug#10783)
12448
12449 2012-02-11 Leo Liu <sdl.web@gmail.com>
12450
12451 * progmodes/python.el (python-end-of-statement): Fix infinite
12452 loop. (Bug#10788)
12453
12454 2012-02-10 Glenn Morris <rgm@gnu.org>
12455
12456 * international/mule-cmds.el (unify-8859-on-encoding-mode)
12457 (unify-8859-on-decoding-mode): Properly mark as obsolete.
12458
12459 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12460
12461 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
12462 about SMTP before checking the From header.
12463
12464 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
12465 into own function for reuse by emacsbug.el.
12466
12467 2012-02-10 Leo Liu <sdl.web@gmail.com>
12468
12469 * subr.el (condition-case-unless-debug): Rename from
12470 condition-case-no-debug. All callers changed.
12471 (with-demoted-errors): Fix caller.
12472
12473 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
12474 * nxml/rng-valid.el (rng-do-some-validation):
12475 * emacs-lisp/package.el (package-refresh-contents)
12476 (package-menu-execute):
12477 * desktop.el (desktop-create-buffer):
12478 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
12479
12480 2012-02-10 Glenn Morris <rgm@gnu.org>
12481
12482 * textmodes/bibtex.el:
12483 Add missing :version tags for new/changed defcustoms.
12484
12485 * files.el (remote-file-name-inhibit-cache): Doc fixes.
12486
12487 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
12488
12489 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
12490 (smtpmail-via-smtp): Use it, or fall back on the From address.
12491 (smtpmail-send-it): Ditto.
12492
12493 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
12496 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
12497 (byte-compile-tmp-var): New const.
12498 (byte-compile-defvar): Use it to minimize .elc size.
12499 Just use `defvar' rather than simulate it (bug#10761).
12500
12501 2012-02-09 Glenn Morris <rgm@gnu.org>
12502
12503 * files.el (rename-uniquely): Doc fix. (Bug#3806)
12504
12505 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
12506 Add :version tags.
12507
12508 * progmodes/compile.el (compilation-error-screen-columns)
12509 (compilation-first-column, compilation-filter-start): Doc fixes.
12510
12511 * vc/log-view.el (log-view-toggle-entry-display):
12512 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
12513
12514 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
12515 (report-emacs-bug-can-use-xdg-email):
12516 (report-emacs-bug-insert-to-mailer): Doc fixes.
12517 (report-emacs-bug): Message fix.
12518
12519 * net/browse-url.el (browse-url-can-use-xdg-open)
12520 (browse-url-xdg-open): Doc fixes.
12521
12522 * electric.el (electric-indent-mode, electric-pair-mode)
12523 (electric-layout-rules, electric-layout-mode): Doc fixes.
12524 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
12525
12526 2012-02-08 Martin Rudalics <rudalics@gmx.at>
12527
12528 * server.el (server-unselect-display): Don't inadvertently kill
12529 the current buffer. (Bug#10729)
12530
12531 2012-02-08 Glenn Morris <rgm@gnu.org>
12532
12533 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
12534 (sql-list-table): Doc fixes.
12535
12536 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
12537 Comment out (does nothing).
12538
12539 * completion.el (dynamic-completion-mode):
12540 * dirtrack.el (dirtrack-debug-mode):
12541 * electric.el (electric-layout-mode):
12542 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
12543 * face-remap.el (text-scale-mode, buffer-face-mode):
12544 * iimage.el (iimage-mode):
12545 * image-mode.el (image-transform-mode):
12546 * minibuffer.el (completion-in-region-mode):
12547 * scroll-lock.el (scroll-lock-mode):
12548 * simple.el (next-error-follow-minor-mode):
12549 * tar-mode.el (tar-subfile-mode):
12550 * tooltip.el (tooltip-mode):
12551 * vcursor.el (vcursor-use-vcursor-map):
12552 * wid-browse.el (widget-minor-mode):
12553 * emulation/tpu-edt.el (tpu-edt-mode):
12554 * emulation/tpu-extras.el (tpu-cursor-free-mode):
12555 * international/iso-ascii.el (iso-ascii-mode):
12556 * language/thai-util.el (thai-word-mode):
12557 * mail/supercite.el (sc-minor-mode):
12558 * net/goto-addr.el (goto-address-mode):
12559 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
12560 * progmodes/cwarn.el (cwarn-mode):
12561 * progmodes/flymake.el (flymake-mode):
12562 * progmodes/glasses.el (glasses-mode):
12563 * progmodes/hideshow.el (hs-minor-mode):
12564 * progmodes/pascal.el (pascal-outline-mode):
12565 * textmodes/enriched.el (enriched-mode):
12566 * vc/smerge-mode.el (smerge-mode):
12567 Doc fixes (minor mode argument).
12568
12569 2012-02-07 Eli Zaretskii <eliz@gnu.org>
12570
12571 * ls-lisp.el (ls-lisp-sanitize): New function.
12572 (ls-lisp-insert-directory): Use it to fix or remove any elements
12573 in file-alist with missing attributes. (Bug#4673)
12574
12575 2012-02-07 Alan Mackenzie <acm@muc.de>
12576
12577 Fix spurious recognition of c-in-knr-argdecl.
12578
12579 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
12580 putative K&R region.
12581
12582 2012-02-07 Alan Mackenzie <acm@muc.de>
12583
12584 * progmodes/cc-engine.el (c-forward-objc-directive):
12585 Prevent looping in "#pragma mark @implementation".
12586
12587 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
12588
12589 * notifications.el (notifications-on-closed-signal): Make `reason'
12590 optional. (Bug#10744)
12591
12592 2012-02-07 Glenn Morris <rgm@gnu.org>
12593
12594 * emacs-lisp/easy-mmode.el (define-minor-mode):
12595 Doc fixes for the macro and the mode it defines.
12596
12597 * image.el (imagemagick-types-inhibit): Doc fix.
12598
12599 * cus-start.el (imagemagick-render-type): Add it.
12600
12601 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
12602
12603 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
12604 Set the default at load time, too, so that `font-lock-fontify-buffer'
12605 can be called without setting up the entire mode first. This fixes
12606 a bug in `mm-inline-text' with C MIME parts.
12607
12608 2012-02-06 Chong Yidong <cyd@gnu.org>
12609
12610 * simple.el (list-processes--refresh): Delete exited processes
12611 (Bug#8094).
12612
12613 * comint.el (comint-next-prompt): next-single-char-property-change
12614 and prev-single-char-property-change never return nil (Bug#8657).
12615
12616 * custom.el (defcustom): Doc fix (Bug#9711).
12617
12618 2012-02-05 Chong Yidong <cyd@gnu.org>
12619
12620 * cus-edit.el (custom-variable-reset-backup): Quote the value
12621 before storing it in the customized-value property (Bug#6712).
12622 (custom-display): Add a customization type tag.
12623 (custom-buffer-create-internal): Improve tooltip message.
12624
12625 * wid-edit.el (widget-field-value-get): New optional arg to
12626 suppress trailing whitespace truncation.
12627 (character): Use it (Bug#2689).
12628
12629 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
12630
12631 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
12632 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
12633
12634 2012-02-05 Chong Yidong <cyd@gnu.org>
12635
12636 * cus-edit.el (custom-variable-value-create): For mismatched
12637 types, show the current value (Bug#7600).
12638
12639 * custom.el (defcustom): Doc fix.
12640
12641 2012-02-05 Glenn Morris <rgm@gnu.org>
12642
12643 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
12644
12645 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
12646
12647 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
12648 (pp-buffer): Use `ignore-errors', `looking-at-p'.
12649 (pp-last-sexp): Use `looking-at-p'.
12650
12651 2012-02-04 Glenn Morris <rgm@gnu.org>
12652
12653 * files.el (revert-buffer):
12654 Doc fix (mention revert-buffer-in-progress-p).
12655
12656 * emacs-lisp/ert-x.el (ert-simulate-command):
12657 Check deferred-action-list (which is obsolete) is bound.
12658
12659 * subr.el (with-wrapper-hook): Doc fixes.
12660
12661 * simple.el (filter-buffer-substring-functions)
12662 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
12663
12664 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
12665
12666 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
12667 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
12668
12669 2012-02-04 Leo Liu <sdl.web@gmail.com>
12670
12671 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
12672
12673 2012-02-04 Glenn Morris <rgm@gnu.org>
12674
12675 * image.el (image-extension-data): Add obsolete alias.
12676
12677 * isearch.el (isearch-update): Doc fix.
12678
12679 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
12680
12681 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
12682
12683 2012-02-03 Glenn Morris <rgm@gnu.org>
12684
12685 * image.el (image-animated-p): Doc fix. Use image-animated-types.
12686 (image-animate-timeout): Doc fix.
12687
12688 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
12689
12690 2012-02-02 Glenn Morris <rgm@gnu.org>
12691
12692 * server.el (server-auth-dir): Doc fix.
12693 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
12694
12695 * subr.el (run-mode-hooks): Doc fix.
12696
12697 2012-02-02 Juri Linkov <juri@jurta.org>
12698
12699 * image-mode.el (image-toggle-display-image): Remove tautological
12700 `major-mode' from the `derived-mode-p' test.
12701
12702 2012-02-02 Kenichi Handa <handa@m17n.org>
12703
12704 * composite.el (compose-region): Cancel previous change.
12705
12706 2012-02-02 Kenichi Handa <handa@m17n.org>
12707
12708 * composite.el (compose-region, compose-string): Signal error for
12709 a null string component (Bug#6988).
12710
12711 2012-02-01 Chong Yidong <cyd@gnu.org>
12712
12713 * view.el (view-buffer-other-window, view-buffer-other-frame):
12714 Handle special modes like view-buffer (Bug#10650).
12715 (view-buffer): Simplify.
12716
12717 * frame.el (set-frame-font): Tweak meaning of third argument.
12718
12719 * dynamic-setting.el (font-setting-change-default-font):
12720 Use set-frame-font (Bug#9982).
12721
12722 2012-02-01 Glenn Morris <rgm@gnu.org>
12723
12724 * progmodes/compile.el (compilation-internal-error-properties):
12725 Respect compilation-first-column in the "*compilation*" buffer.
12726
12727 * emacs-lisp/easy-mmode.el (define-minor-mode):
12728 Relax :variable's test for a named function.
12729
12730 2012-01-31 Alan Mackenzie <acm@muc.de>
12731
12732 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
12733 off by one error.
12734
12735 2012-01-31 Chong Yidong <cyd@gnu.org>
12736
12737 * frame.el (set-frame-font): New arg ALL-FRAMES.
12738
12739 * menu-bar.el (menu-set-font): Use set-frame-font.
12740
12741 * faces.el (face-spec-reset-face): Don't apply unspecified
12742 attribute values to the default face.
12743
12744 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
12745
12746 * progmodes/cwarn.el (cwarn): Remove dead link.
12747 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
12748 Remove * from defcustom docstrings.
12749 (turn-on-cwarn-mode): Make obsolete.
12750 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
12751 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
12752
12753 2012-01-31 Glenn Morris <rgm@gnu.org>
12754
12755 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12756 Fix :variable handling of mode a symbol not equal to modefun.
12757 Allow named functions to be used as the cdr of :variable.
12758
12759 2012-01-30 Glenn Morris <rgm@gnu.org>
12760
12761 * emacs-lisp/authors.el (authors-fixed-entries):
12762 Remove reference to deleted file rnewspost.el.
12763
12764 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
12765
12766 * window.el (window-with-parameter): Remove unused variable `windows'.
12767 (window--side-check): Remove unused variable `code'.
12768 (window--resize-siblings): Remove unused variable `first'.
12769 (adjust-window-trailing-edge): Remove unused variable `failed'.
12770 (window-deletable-p, window--delete): Remove unused variable `buffer'.
12771 Use `let', not `let*'.
12772 (balance-windows-2): Remove unused variable `found'.
12773 (window--state-put-2): Remove unused variable `splits'.
12774 (window-state-put): Remove unused variable `selected'.
12775 (same-window-p): Use `string-match-p'.
12776 (display-buffer-assq-regexp): Remove unused variable `value'.
12777 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12778 Mark argument ALIST as ignored.
12779 (pop-to-buffer): Remove unused variable `old-window'.
12780
12781 2012-01-29 Eli Zaretskii <eliz@gnu.org>
12782
12783 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
12784 and .lzma compressed files.
12785
12786 2012-01-29 Chong Yidong <cyd@gnu.org>
12787
12788 * frame.el (window-system-default-frame-alist): Doc fix.
12789
12790 * dynamic-setting.el (font-setting-change-default-font): Don't
12791 change the default face if SET-FONT argument is non-nil (Bug#9982).
12792
12793 2012-01-29 Samuel Bronson <naesten@gmail.com>
12794
12795 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
12796
12797 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
12798
12799 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
12800 breakpoints in files outside current directory (Bug#6098).
12801
12802 2012-01-29 Chong Yidong <cyd@gnu.org>
12803
12804 * progmodes/python.el: Require ansi-color at top-level.
12805
12806 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
12807 Define and use in Emacs Lisp mode (Bug#9360).
12808 (lisp-mode-abbrev-table): Add doc.
12809 (lisp-mode-variables): Don't set local-abbrev-table.
12810 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
12811
12812 2012-01-28 Roland Winkler <winkler@gnu.org>
12813
12814 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
12815
12816 2012-01-28 Roland Winkler <winkler@gnu.org>
12817
12818 * textmodes/bibtex.el (bibtex-entry-alist): New function.
12819 (bibtex-set-dialect): Use it. Either set global values of
12820 dialect-dependent variables or bind these variables buffer-locally
12821 (Bug#10254).
12822 (bibtex-mode): Call bibtex-set-dialect via
12823 hack-local-variables-hook.
12824 (bibtex-dialect): Update docstring.
12825 Add safe-local-variable predicate.
12826 (bibtex-entry-alist, bibtex-field-alist): Initialize via
12827 bibtex-set-dialect.
12828 (bibtex-mode-map): Define menu for each dialect.
12829 (bibtex-entry): Fix docstring.
12830
12831 2012-01-28 Chong Yidong <cyd@gnu.org>
12832
12833 * eshell/esh-arg.el (eshell-quote-argument): New function.
12834
12835 * eshell/esh-ext.el (eshell-invoke-batch-file):
12836 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
12837 first arg to eshell-parse-command (Bug#10523).
12838
12839 2012-01-28 Drew Adams <drew.adams@oracle.com>
12840
12841 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
12842 `default-directory' is non-nil.
12843
12844 2012-01-28 Eli Zaretskii <eliz@gnu.org>
12845
12846 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
12847 line that displays system-configuration-options. (Bug#9924)
12848
12849 2012-01-28 Drew Adams <drew.adams@oracle.com>
12850
12851 * descr-text.el (describe-char): Show information about POS, in
12852 addition to information about the character at POS. Improve and
12853 update the doc string. Change "code point" to "code point in
12854 charset", to avoid confusion with the character's Unicode code
12855 point shown above that. (Bug#10129)
12856
12857 2012-01-28 Eli Zaretskii <eliz@gnu.org>
12858
12859 * descr-text.el (describe-char): Show the raw character, not only
12860 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
12861 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
12862 for the reasons.
12863
12864 2012-01-28 Phil Hagelberg <phil@hagelb.org>
12865
12866 * emacs-lisp/package.el (package-install):
12867 Run package-refresh-contents if there is no archive yet (Bug#9798).
12868
12869 2012-01-28 Chong Yidong <cyd@gnu.org>
12870
12871 * emacs-lisp/package.el (package-maybe-load-descriptor):
12872 New function, split from package-maybe-load-descriptor.
12873 (package-maybe-load-descriptor): Use it.
12874 (package-download-transaction): Fully load required packages
12875 inside the loop, so that `require' calls work (Bug#10593).
12876 (package-install): No need to call package-initialize now.
12877
12878 2012-01-28 Chong Yidong <cyd@gnu.org>
12879
12880 * simple.el (deactivate-mark): Doc fix (Bug#8614).
12881
12882 * tooltip.el (tooltip-mode): Doc fix.
12883 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
12884
12885 * frame.el (set-cursor-color): Doc fix (Bug#352).
12886
12887 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
12888 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
12889
12890 * cus-edit.el (custom-buffer-create-internal): Fix search button
12891 action (Bug#10542).
12892 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
12893
12894 2012-01-27 Eduard Wiebe <usenet@pusto.de>
12895
12896 * dired.el (dired-mark-files-regexp):
12897 Include any subdirectory components. (Bug#10445)
12898
12899 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
12900
12901 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
12902 Handle [host]:port syntax. (Bug#10533)
12903
12904 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
12905
12906 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
12907
12908 2012-01-26 Glenn Morris <rgm@gnu.org>
12909
12910 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
12911 * term.el (term-raw-escape-map): Use Control-X-prefix.
12912 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
12913
12914 2012-01-25 Martin Rudalics <rudalics@gmx.at>
12915
12916 * window.el (window-state-get, window--state-get-1): Don't deal
12917 with fixed-sizeness of windows. Simplify code.
12918
12919 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
12920
12921 * window.el (window--state-get-1, window--state-put-2):
12922 Don't save and restore the mark.
12923
12924 2012-01-25 Chong Yidong <cyd@gnu.org>
12925
12926 * custom.el (custom-variable-p): Doc fix.
12927
12928 2012-01-25 Glenn Morris <rgm@gnu.org>
12929
12930 * dired.el (dired-goto-file): Handle some of the more common
12931 characters that `ls -b' escapes. (Bug#10596)
12932
12933 * progmodes/compile.el (compilation-next-error-function):
12934 Respect compilation-first-column in the "*compilation*" buffer.
12935 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
12936
12937 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
12938
12939 2012-01-24 Glenn Morris <rgm@gnu.org>
12940
12941 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
12942
12943 2012-01-24 Julien Danjou <julien@danjou.info>
12944
12945 * color.el (color-rgb-to-hsl): Fix value computing.
12946 (color-hue-to-rgb): New function.
12947 (color-hsl-to-rgb): New function.
12948 (color-clamp, color-saturate-hsl, color-saturate-name)
12949 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
12950 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
12951
12952 2012-01-24 Glenn Morris <rgm@gnu.org>
12953
12954 * vc/vc-rcs.el (vc-rcs-create-tag):
12955 * vc/vc-sccs.el (vc-sccs-create-tag):
12956 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
12957
12958 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
12959
12960 * eshell/esh-util.el (eshell-read-hosts-file):
12961 Skip comment lines. (Bug#10549)
12962
12963 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
12964
12965 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
12966
12967 * subr.el (display-delayed-warnings): Doc fix.
12968 (collapse-delayed-warnings): New function to collapse identical
12969 adjacent warnings.
12970 (delayed-warnings-hook): Add it.
12971
12972 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
12973
12974 * net/tramp.el (tramp-action-login): Set connection property "login-as".
12975
12976 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
12977 (tramp-default-user-alist): Don't add "pscp".
12978 (tramp-do-copy-or-rename-file-out-of-band): Use connection
12979 property "login-as", if set. (Bug#10530)
12980
12981 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
12982
12983 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
12984 "plink1" and "psftp". (Bug#10530)
12985
12986 2012-01-21 Kenichi Handa <handa@m17n.org>
12987
12988 * international/mule-cmds.el (prefer-coding-system): Show a
12989 warning message if the default value of file-name-coding-system
12990 was not changed.
12991
12992 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12993
12994 * windmove.el (windmove-reference-loc):
12995 Fix windmove-reference-loc miscalculation.
12996
12997 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
12998
12999 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
13000 default unit.
13001
13002 2012-01-21 Glenn Morris <rgm@gnu.org>
13003
13004 * international/mule.el (auto-coding-alist): Add .tbz.
13005
13006 * files.el (local-enable-local-variables): Doc fix.
13007 (inhibit-local-variables-regexps): Rename from
13008 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
13009 Doc fix. Add some extensions from auto-coding-alist.
13010 (inhibit-local-variables-suffixes):
13011 Rename from inhibit-first-line-modes-suffixes. Doc fix.
13012 (inhibit-local-variables-p):
13013 New function, extracted from set-auto-mode-1.
13014 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
13015 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
13016 (hack-local-variables): Doc fix. Make the mode-only case
13017 respect enable-local-variables and friends.
13018 Respect inhibit-local-variables-regexps for file-locals, but
13019 not for directory-locals.
13020 (set-visited-file-name):
13021 Take account of inhibit-local-variables-regexps.
13022 Whether it applies may change as the file name is changed.
13023 * jka-cmpr-hook.el (jka-compr-install):
13024 * jka-compr.el (jka-compr-uninstall):
13025 Update for inhibit-first-line-modes-suffixes name change.
13026
13027 2012-01-20 Martin Rudalics <rudalics@gmx.at>
13028
13029 * help-macro.el (make-help-screen): Temporarily restore original
13030 binding for minor-mode-map-alist (Bug#10454).
13031
13032 2012-01-19 Julien Danjou <julien@danjou.info>
13033
13034 * color.el (color-name-to-rgb): Use the white color to find the max
13035 color component value and return correctly computed values.
13036 (color-name-to-rgb): Add missing float conversion for max value.
13037
13038 2012-01-19 Martin Rudalics <rudalics@gmx.at>
13039
13040 * window.el (window--state-get-1, window-state-get): Do not use
13041 special state value for window-persistent-parameters.
13042 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
13043 (window--state-put-2): Reset all window parameters to nil before
13044 assigning values of persistent parameters.
13045
13046 2012-01-18 Alan Mackenzie <acm@muc.de>
13047
13048 Eliminate sluggishness and hangs in fontification of "semicolon
13049 deserts".
13050
13051 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
13052 Change value 10000 -> 3000.
13053 (c-state-safe-place): Reformulate so it doesn't stack up an
13054 infinite number of wrong entries in c-state-nonlit-pos-cache.
13055 (c-determine-limit-get-base, c-determine-limit): New functions to
13056 determine backward search limits disregarding literals.
13057 (c-find-decl-spots): Amend commenting.
13058 (c-cheap-inside-bracelist-p): New function which detects "={".
13059
13060 * progmodes/cc-fonts.el
13061 (c-make-font-lock-BO-decl-search-function): Give a limit to a
13062 backward search.
13063 (c-font-lock-declarations): Fix an occurrence of point being
13064 undefined. Check additionally for point being in a bracelist or
13065 near a macro invocation without a semicolon so as to avoid a
13066 fruitless time consuming search for a declarator. Give a more
13067 precise search limit for declarators using the new
13068 c-determine-limit.
13069
13070 2012-01-18 Glenn Morris <rgm@gnu.org>
13071
13072 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
13073 (set-auto-mode): Doc fixes.
13074
13075 2012-01-17 Glenn Morris <rgm@gnu.org>
13076
13077 * isearch.el (search-nonincremental-instead): Fix doc typo.
13078
13079 * dired.el (dired-insert-directory): Handle newlines in directory name.
13080 (dired-build-subdir-alist): Unescape newlines in directory name.
13081
13082 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
13083
13084 * net/tramp.el (tramp-local-end-of-line): New defcustom.
13085 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
13086 (tramp-action-terminal): Use it. (Bug#10530)
13087
13088 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * minibuffer.el (completion--replace): Strip properties (bug#10062).
13091
13092 2012-01-16 Martin Rudalics <rudalics@gmx.at>
13093
13094 * window.el (window-state-ignored-parameters): Remove variable.
13095 (window--state-get-1): Rename argument MARKERS to IGNORE.
13096 Handle persistent window parameters. Make copy of clone-of
13097 parameter only if requested. (Bug#10348)
13098 (window--state-put-2): Install a window parameter only if it has
13099 a non-nil value or an existing parameter shall be overwritten.
13100
13101 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
13102
13103 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
13104
13105 2012-01-14 Eli Zaretskii <eliz@gnu.org>
13106
13107 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
13108 don't pass the (nil) value of `upnode' to string-match.
13109
13110 2012-01-14 Chong Yidong <cyd@gnu.org>
13111
13112 * startup.el (command-line): Fix X resource class for cursorColor.
13113 Fix values recognized by the cursorBlink resource.
13114
13115 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
13116
13117 * epg.el (epg--make-temp-file): Avoid permission race condition
13118 when running on old Emacs versions (bug#10403).
13119
13120 2012-01-14 Glenn Morris <rgm@gnu.org>
13121
13122 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
13123
13124 2012-01-13 Alan Mackenzie <acm@muc.de>
13125
13126 Fix filling for when filladapt mode is enabled.
13127
13128 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
13129 c-mask-paragraph, pass in `fill-paragraph' rather than
13130 `fill-region-as-paragraph'. (This is a reversion of a previous
13131 change.)
13132 * progmodes/cc-mode.el (c-basic-common-init):
13133 Make fill-paragraph-handle-comment buffer local and set it to nil.
13134
13135 2012-01-13 Glenn Morris <rgm@gnu.org>
13136
13137 * dired.el (dired-switches-escape-p): New function.
13138 (dired-insert-directory): Use dired-switches-escape-p.
13139 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
13140
13141 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
13142
13143 2012-01-12 Glenn Morris <rgm@gnu.org>
13144
13145 * mail/sendmail.el (mail-mode): Update paragraph-separate for
13146 changes in adaptive-fill-regexp. (Bug#10276)
13147
13148 2012-01-11 Alan Mackenzie <acm@muc.de>
13149
13150 Fix Emacs bug #10463 - put `widen's around the critical spots.
13151
13152 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
13153 widen around each invocation of c-state-pp-to-literal. Remove an
13154 unused let variable.
13155
13156 2012-01-11 Glenn Morris <rgm@gnu.org>
13157
13158 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
13159 Doc fix.
13160
13161 2012-01-10 Chong Yidong <cyd@gnu.org>
13162
13163 * net/network-stream.el (network-stream-open-starttls):
13164 Avoid emitting a confusing error message when the server gives a bad
13165 response to the capability command.
13166
13167 2012-01-10 Glenn Morris <rgm@gnu.org>
13168
13169 * mail/unrmail.el (unrmail): Tweak previous change.
13170
13171 2012-01-09 Chong Yidong <cyd@gnu.org>
13172
13173 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
13174
13175 2012-01-08 Alan Mackenzie <acm@muc.de>
13176
13177 Optimise font locking in long enum definitions.
13178
13179 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
13180 arm to a cond form to handle enums.
13181 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
13182 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
13183
13184 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
13185
13186 * files.el (move-file-to-trash): Preserve default file modes on error.
13187 (Bug#10401)
13188
13189 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13190
13191 * faces.el (set-face-attribute): Clarify the meaning of the nil
13192 frame (bug#10294).
13193
13194 * subr.el (with-selected-frame): Mention that the selected frame
13195 is restored (bug#9980).
13196
13197 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
13198 (bug#9759).
13199
13200 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
13201 (password-read): Don't autoload unused function.
13202
13203 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
13204
13205 * progmodes/which-func.el (which-func-mode): Turn into a
13206 non-interactive function and mark as obsolete (bug#10428).
13207
13208 2012-01-06 Chong Yidong <cyd@gnu.org>
13209
13210 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
13211 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
13212 functions, along with 1 and -1.
13213
13214 2012-01-06 Eli Zaretskii <eliz@gnu.org>
13215
13216 * time.el (display-time-load-average)
13217 (display-time-default-load-average): Doc fixes. See the thread
13218 starting at
13219 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
13220 for the details.
13221
13222 2012-01-06 Glenn Morris <rgm@gnu.org>
13223
13224 * mail/unrmail.el (unrmail): Give an explicit error if the input file
13225 has no messages. (Bug#10377)
13226
13227 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
13228 than Info-edit. (Bug#10385)
13229
13230 * time.el (display-time-load-average, display-time-next-load-average):
13231 Doc fixes.
13232
13233 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
13234 local setting of buffer-read-only to the input buffer. (Bug#10419)
13235
13236 * calendar/calendar.el (calendar-mode):
13237 Locally set scroll-margin to 0. (Bug#10379)
13238
13239 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
13240
13241 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
13242
13243 2012-01-05 Glenn Morris <rgm@gnu.org>
13244
13245 * eshell/em-unix.el (diff-no-select): Autoload it.
13246 (eshell/diff): Use diff-no-select. (Bug#10420)
13247
13248 2012-01-05 Chong Yidong <cyd@gnu.org>
13249
13250 * shell.el (shell-dynamic-complete-functions): Revert last change.
13251 (shell-command-completion-function): New function.
13252 (shell-completion-vars): Use it to implement
13253 shell-completion-execonly (Bug#10417).
13254
13255 * custom.el (enable-theme): Don't set custom-safe-themes.
13256
13257 * cus-theme.el (custom-theme-merge-theme):
13258 Ignore custom-enabled-themes and custom-safe-themes.
13259
13260 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
13261
13262 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
13263 first prompt in `sql-interacive-mode'.
13264 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
13265 keywords.
13266 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
13267 (sql-product-interactive): Bug fix: Set `sql-buffer' in
13268 context of original buffer. Invoke `sql-login-hook'.
13269
13270 2012-01-04 Eli Zaretskii <eliz@gnu.org>
13271
13272 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
13273 letters in cite-prefix.
13274
13275 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13276
13277 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
13278
13279 2012-01-03 Chong Yidong <cyd@gnu.org>
13280
13281 * shell.el (shell-dynamic-complete-functions):
13282 Put pcomplete-completions-at-point, so as to try
13283 comint-filename-completion first (Bug#10417).
13284
13285 2012-01-02 Richard Stallman <rms@gnu.org>
13286
13287 * battery.el (battery-status-function):
13288 Detect when to use battery-yeeloong-sysfs.
13289 (battery-echo-area-format): Add string for Yeeloong.
13290 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
13291 (battery-yeeloong-sysfs): New function.
13292
13293 2012-01-02 Chong Yidong <cyd@gnu.org>
13294
13295 * dirtrack.el (dirtrack-list): Eliminate unused third element.
13296 (dirtrack): Merge code for handling relative filenames in prompt
13297 from shell-dir-cookie-watcher.
13298 (dirtrack-debug-message): New arg to avoid excess format calls.
13299
13300 * shell.el (shell-dir-cookie-re): Variable deleted.
13301 (shell-dir-cookie-watcher): Function deleted.
13302 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
13303 with dirtrack-mode.
13304
13305 2012-01-01 Eli Zaretskii <eliz@gnu.org>
13306
13307 * term/w32-win.el (dynamic-library-alist) <gnutls>:
13308 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
13309 libgnutls-26.dll.
13310
13311 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
13312
13313 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
13314
13315 2011-12-31 Eli Zaretskii <eliz@gnu.org>
13316
13317 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
13318 headers of non-MIME messages, when rmail-enable-mime is non-nil.
13319
13320 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
13321
13322 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
13323 also for alternative shells.
13324 (tramp-open-connection-setup-interactive-shell): Check, whether
13325 the shell is a busybox.
13326 (tramp-send-command): Don't suppress multiple prompts for
13327 busyboxes, it hurts.
13328
13329 2011-12-28 Chong Yidong <cyd@gnu.org>
13330
13331 * progmodes/gdb-mi.el (gdb-get-source-file-list)
13332 (gdb-get-source-file): Move mode line update to
13333 gdb-get-source-file (Bug#10087).
13334
13335 2011-12-25 Chong Yidong <cyd@gnu.org>
13336
13337 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
13338 gud-gdb-marker-filter without taking it as an argument.
13339 (gud-gdb-run-command-fetch-lines): Caller changed.
13340 (gud-gdb-completion-function): New variable.
13341 (gud-gdb-completion-at-point): Use it.
13342 (gud-gdb-completions-1): Split from gud-gdb-completions.
13343
13344 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
13345 function as separate arguments.
13346 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
13347 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
13348 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
13349 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
13350 (gdb-stopped, def-gdb-auto-update-trigger)
13351 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
13352 (gdb-get-changed-registers, gdb-get-main-selected-frame):
13353 Callers changed.
13354 (gud-gdbmi-completions): New function.
13355 (gdb): Use it for generating the completion table.
13356
13357 2011-12-24 Alan Mackenzie <acm@muc.de>
13358
13359 Introduce a mechanism to widen the region used in context font
13360 locking. Use this to protect declarations from losing their contexts.
13361
13362 * progmodes/cc-langs.el (c-before-font-lock-functions):
13363 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
13364 (c-before-context-fontification-functions): New defvar, a list of
13365 functions to be run just before context (etc.) font locking.
13366
13367 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
13368 New, functionality extracted from
13369 c-neutralize-syntax-in-and-mark-CPP.
13370 (c-in-after-change-fontification): New variable.
13371 (c-after-change): Set c-in-after-change-fontification.
13372 (c-set-fl-decl-start): Rejig its interface, so it can be called
13373 from both after-change and context fontifying.
13374 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
13375 New functions.
13376 (c-standard-font-lock-fontify-region-function): New variable.
13377 (c-font-lock-fontify-region): New function.
13378
13379 2011-12-24 Juri Linkov <juri@jurta.org>
13380
13381 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
13382 (Bug#10348)
13383
13384 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
13385
13386 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
13387 existence of source file. (Bug#10325)
13388
13389 2011-12-23 Alan Mackenzie <acm@muc.de>
13390
13391 Fix unstable fontification inside templates.
13392
13393 * progmodes/cc-langs.el (c-before-font-lock-functions):
13394 Newly created from the singular version. The (c c++ objc) entry now
13395 additionally has c-set-fl-decl-start. The other languages (apart
13396 from AWK) have that as a single entry.
13397
13398 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13399 The functionality for "local" declarations has been extracted to
13400 c-set-fl-decl-start.
13401
13402 * progmodes/cc-mode.el (c-common-init, c-after-change):
13403 Changes due to pluralisation of c-before-font-lock-functions.
13404 (c-set-fl-decl-start): New function, extracted from
13405 c-font-lock-enclosing-decls and enhanced.
13406
13407 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
13408
13409 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
13410
13411 2011-12-22 Juri Linkov <juri@jurta.org>
13412
13413 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
13414
13415 2011-12-22 Chong Yidong <cyd@gnu.org>
13416
13417 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
13418
13419 2011-12-21 Drew Adams <drew.adams@oracle.com>
13420
13421 * files.el (file-remote-p): Fix docstring. (Bug#10319)
13422
13423 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
13424
13425 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
13426
13427 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13428
13429 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
13430 highlighting and support. Fix up comments for capitalization.
13431 (cfengine-mode-debug): New var.
13432 (cfengine3-mode): Change the modeline indicator to "CFE3".
13433 (cfengine3-font-lock-keywords): Improve defun highlighting.
13434 (cfengine2-actions): Rename from `cfengine-actions'.
13435 (cfengine2-font-lock-keywords): Rename from
13436 `cfengine-font-lock-keywords'.
13437 (cfengine2-imenu-expression): Rename from
13438 `cfengine-imenu-expression'.
13439 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
13440 (cfengine2-beginning-of-defun): Rename from
13441 `cfengine-beginning-of-defun'.
13442 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
13443 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
13444 (cfengine2-mode): Rename from `cfengine-mode'. Change the
13445 modeline indicator to "CFE2".
13446 (cfengine-mode): Defalias to `cfengine-auto-mode'.
13447 (cfengine-mode-abbrevs): Mark obsolete.
13448
13449 2011-12-21 Chong Yidong <cyd@gnu.org>
13450
13451 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
13452 filename argument.
13453
13454 2011-12-20 Martin Rudalics <rudalics@gmx.at>
13455
13456 * window.el (window-normalize-buffer-to-display): Remove.
13457 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
13458
13459 2011-12-19 Chong Yidong <cyd@gnu.org>
13460
13461 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
13462 Don't signal an error in a predicate function; return non-nil.
13463 (vc-dir-mark-file): Move the error here.
13464 (vc-dir-mark-unmark): If acting on the region, keep going if one
13465 of the entries cannot be marked/unmarked.
13466 (vc-dir-mark-all-files): If current entry is a directory, mark
13467 only child files, as documented.
13468
13469 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
13470
13471 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
13472 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
13473 addition.
13474
13475 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13476
13477 * term/ns-win.el (ns-get-selection-internal)
13478 (ns-store-selection-internal): Declare.
13479 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
13480 Declare as obsolete.
13481 (ns-get-pasteboard, ns-paste-secondary):
13482 Use ns-get-selection-internal.
13483 (ns-set-pasteboard, ns-copy-including-secondary):
13484 Use ns-store-selection-internal.
13485
13486 2011-12-17 Chong Yidong <cyd@gnu.org>
13487
13488 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
13489 (vc-deduce-fileset): Doc fix.
13490
13491 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
13492
13493 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
13494
13495 2011-12-13 Sam Steingold <sds@gnu.org>
13496
13497 * man.el (Man-getpage-in-background): When running under a
13498 window-system, ignore $MANWIDTH and $COLUMNS.
13499
13500 2011-12-15 Kenichi Handa <handa@m17n.org>
13501
13502 * language/ethio-util.el: Change coding tag to utf-8-emacs.
13503 (setup-ethiopic-environment-internal): Comment out key-binding for
13504 ethio-toggle-punctuation.
13505
13506 2011-12-13 Alan Mackenzie <acm@muc.de>
13507
13508 Add the switch statement to AWK Mode.
13509
13510 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
13511 "default" to the keywords regexp.
13512
13513 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
13514 expression as the rest.
13515 (c-nonlabel-token-key): Allow string literals for AWK.
13516 Refactor for the other modes.
13517
13518 Large brace-block initialisation makes CC Mode slow: Fix.
13519 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13520 routines. Limit backward searching in c-font-lock-enclosing.decl.
13521
13522 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
13523 pp-state and literal type in addition to the limits.
13524 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13525 (c-state-literal-at): Use the above new defun.
13526 (c-slow-in-literal, c-fast-in-literal): Remove.
13527 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13528
13529 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
13530 being in a literal. Add a limit for backward searching.
13531
13532 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
13533 c-slow-in-literal.
13534
13535 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
13538
13539 2011-12-13 Martin Rudalics <rudalics@gmx.at>
13540
13541 * window.el (delete-other-windows): Use correct frame in call to
13542 window-with-parameter.
13543
13544 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
13545
13546 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
13547 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
13548 (makefile-gmake-statements, makefile-makepp-statements):
13549 Use it and add new makepp keywords.
13550 (makefile-makepp-font-lock-keywords): Add new patterns.
13551 (makefile-match-function-end): Match new [...] and [[...]].
13552
13553 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
13554
13555 * ses.el (ses-call-printer-return, ses-cell-property-get)
13556 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
13557 (ses-create-cell-variable, ses-reset-header-string)
13558 (ses-cell-set-formula, ses-repair-cell-reference-all)
13559 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
13560 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
13561 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
13562 (ses-aset-with-undo, ses-load, ses-truncate-cell)
13563 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
13564 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
13565 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
13566 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
13567 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
13568 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
13569 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
13570 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
13571
13572 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
13573
13574 * ses.el: The overall change is to add cell renaming, that is
13575 setting fancy names for cell symbols other than name matching
13576 "\\`[A-Z]+[0-9]+\\'" regexp .
13577 (ses-create-cell-variable): New defun.
13578 (ses-relocate-formula): Relocate formulas only for cells the
13579 symbols of which are not renamed, i.e. symbols whose names do not
13580 match regexp "\\`[A-Z]+[0-9]+\\'".
13581 (ses-relocate-all): Relocate values only for cells the symbols of
13582 which are not renamed.
13583 (ses-load): Create cells variables as the (ses-cell ...) are read,
13584 in order to check row col consistency with cell symbol name only
13585 for cells that are not renamed.
13586 (ses-replace-name-in-formula): New defun.
13587 (ses-rename-cell): New defun.
13588
13589 2011-12-11 Chong Yidong <cyd@gnu.org>
13590
13591 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
13592 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
13593
13594 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
13595
13596 * window.el (other-window): Fix docstring.
13597
13598 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13599
13600 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
13601 `from' or `to' address before taking its substring.
13602 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
13603 encoded name is chopped in the middle of the encoded string, and
13604 thus displayed encoded.
13605
13606 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
13607
13608 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
13609
13610 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13611
13612 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
13613 to use texinfo-update-node and commands that call it if the
13614 Texinfo file uses @node lines without next/prev/up pointers.
13615 Correct outdated description about texinfo-master-menu.
13616 (texinfo-all-menus-update, texinfo-master-menu)
13617 (texinfo-update-node, texinfo-every-node-update)
13618 (texinfo-multiple-files-update): Doc fix. Warn against updating
13619 all the @node lines.
13620 (texinfo-master-menu): Only call texinfo-update-node if the prefix
13621 argument is numeric. Explain better in the doc string what the
13622 function really does.
13623 (texinfo-insert-master-menu-list): Improve the error message
13624 displayed if there's no menu in the Top node.
13625 (Bug#2975) See also this thread:
13626 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
13627
13628 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
13629
13630 * speedbar.el (speedbar-supported-extension-expressions):
13631 Add .adb and .ads, commonly used for Ada source code (bug#10256).
13632
13633 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
13634
13635 * printing.el (pr-mode-alist):
13636 * simple.el (filter-buffer-substring-functions)
13637 (completion-list-insert-choice-function):
13638 * window.el (window-with-parameter, window-atom-root)
13639 (window-sides-slots, window-size-fixed, window-min-delta)
13640 (window-max-delta, window--resize-mini-window)
13641 (window--resize-child-windows-normal, window-tree)
13642 (delete-other-windows, quit-window, split-window)
13643 (display-buffer-record-window, special-display-buffer-names)
13644 (special-display-regexps, special-display-popup-frame)
13645 (same-window-p, split-window-sensibly)
13646 (display-buffer-overriding-action, display-buffer-alist)
13647 (display-buffer-base-action, display-buffer, switch-to-buffer)
13648 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
13649 (fit-window-to-buffer, recenter-positions)
13650 (mouse-autoselect-window-state, mouse-autoselect-window-select):
13651 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
13652 and remove unneeded backslashes in docstrings.
13653
13654 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
13655
13656 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
13657
13658 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
13659 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
13660 end in ".mk".
13661 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
13662 when reading the makefile (bug#10116).
13663
13664 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13665
13666 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
13667 (bug#10116).
13668
13669 2011-12-06 Glenn Morris <rgm@gnu.org>
13670
13671 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
13672
13673 2011-12-06 Chong Yidong <cyd@gnu.org>
13674
13675 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
13676
13677 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
13678
13679 * textmodes/table.el (table-shorten-cell): Fix typo.
13680
13681 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
13682
13683 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
13684
13685 2011-12-05 Eli Zaretskii <eliz@gnu.org>
13686
13687 * descr-text.el (describe-char): Fix display of strong
13688 right-to-left characters and directional embeddings and overrides.
13689
13690 * simple.el (what-cursor-position): Fix display of codepoints of
13691 strong right-to-left characters.
13692
13693 2011-12-05 Chong Yidong <cyd@gnu.org>
13694
13695 * faces.el (read-color): Doc fix.
13696
13697 2011-12-05 Glenn Morris <rgm@gnu.org>
13698
13699 * align.el (align--set-marker): Add doc-string.
13700 Don't try to move something that is not a marker. (Bug#10216)
13701
13702 2011-12-04 Glenn Morris <rgm@gnu.org>
13703
13704 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
13705 overly zealous deletion of trailing whitespace.
13706
13707 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
13708
13709 * server.el (server-delete-client): On Windows, do not try to delete
13710 the only terminal.
13711 (server-process-filter): On Windows, treat requests for a tty frame as
13712 if they were for a GUI frame if the running server is in GUI mode.
13713
13714 2011-12-03 Glenn Morris <rgm@gnu.org>
13715
13716 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
13717
13718 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13719
13720 * electric.el: Streamline electric-indent's hook.
13721 (electric-indent-chars): Revert to simple list.
13722 (electric-indent-functions): New var.
13723 (electric-indent-post-self-insert-function): Use it.
13724
13725 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
13726 there's no inferior buffer (bug#10196).
13727 (prolog-consult-compile): Don't use toggle-read-only.
13728
13729 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
13730
13731 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
13732 interrupt. (Bug#10187)
13733
13734 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
13737 (bug#9160).
13738
13739 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
13740 (bug#10191).
13741
13742 2011-12-02 Juri Linkov <juri@jurta.org>
13743
13744 * info.el (Info-search): Display "end of manual" when Isearch
13745 reaches the end of single-file Info manual. (Bug#9918)
13746
13747 2011-12-02 Eli Zaretskii <eliz@gnu.org>
13748
13749 * isearch.el (isearch-message-prefix): Run the input method part
13750 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
13751
13752 2011-12-02 Juri Linkov <juri@jurta.org>
13753
13754 * isearch.el (isearch-occur): Use `word-search-regexp' for
13755 `isearch-word'.
13756 (isearch-search-and-update): Add condition for `isearch-word' and
13757 call `word-search-regexp'. (Bug#10145)
13758
13759 2011-12-01 Glenn Morris <rgm@gnu.org>
13760
13761 * eshell/em-hist.el (eshell-hist-initialize):
13762 Handle eshell-history-size nil and HISTSIZE set or unset.
13763 (eshell-history-file-name, eshell-history-size): Fix custom type.
13764
13765 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13766
13767 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
13768
13769 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
13770
13771 * progmodes/verilog-mode.el (verilog-pretty-expr):
13772 Rework verilog-pretty-expr to handle new assignment operators in system
13773 verilog, such as += *= and the like.
13774 (verilog-assignment-operator-re): Regular expression to find the
13775 assigment operator in a verilog assignment.
13776 (verilog-assignment-operation-re): Regular expression to find an
13777 assignment statement for pretty-expr.
13778 (verilog-in-attribute-p): Query returns true if point is in an
13779 attribute context; used to skip these for expression line up from
13780 pretty-expr.
13781 (verilog-in-parameter-p): Query returns true if point is in an
13782 parameter definition context; used to skip these for expression
13783 line up from pretty-expr.
13784 (verilog-in-parenthesis-p): Query returns true if point is in a
13785 parenthetical expression, specifically ( ) but not [ ] or { };
13786 used by pretty-expr.
13787 (verilog-just-one-space): If there is no space, don't add one.
13788 (verilog-get-lineup-indent-2): Specifically skip just attribute
13789 contexts for expression lineup, rather than skipping all
13790 parenthetical expressions.
13791 (verilog-calculate-indent): Fix comment, and fix indent.
13792 (verilog-do-indent): Indent declarations in lists (suggested by
13793 Joachim Lechner).
13794 (verilog-mode-abbrev-table): Populate abbrev mode with the various
13795 skeleton items.
13796 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
13797 by Alain Mellan).
13798
13799 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
13800
13801 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
13802 parameters with embedded comments. Reported by Ray Stevens.
13803 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
13804 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
13805 Reported by Tim Holt.
13806 (verilog-auto): Fix AUTOing a upper module then AUTOing module
13807 instantiated by upper module causing wrong expansion until AUTOed a
13808 second time. Reported by K C Buckenmaier.
13809 (verilog-diff-auto): Fix showing .* as a difference when
13810 `verilog-auto-star-save' off. Reported by Dan Dever.
13811 (verilog-auto-reset, verilog-read-always-signals)
13812 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
13813 temporary signals in reset list if
13814 verilog-auto-reset-blocking-in-non is nil, and match assignment
13815 style to each signal's assignment type, bug381.
13816 Reported by Thomas Esposito.
13817 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
13818 (verilog-uvm-statement-re): Support UVM indentation and
13819 highlighting, with old OVM keywords only.
13820 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
13821 Support AUTOTIEOFF creating non-wire data types.
13822 Suggested by Jonathan Greenlaw.
13823 (verilog-auto-insert-lisp, verilog-delete-to-paren)
13824 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
13825 (verilog-inject-sense, verilog-read-inst-pins)
13826 (verilog-read-sub-decls, verilog-read-sub-decls-line):
13827 Fix mismatching parenthesis inside commented out code when deleting
13828 AUTOINST, bug383. Reported by Jonathan Greenlaw.
13829 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
13830 non-numeric vector width. Reported by Alex Reed.
13831 (verilog-auto-ascii-enum): Add "onehot" option to work around not
13832 detecting signals with parameter widths. Reported by Alex Reed.
13833 (verilog-auto-delete-trailing-whitespace):
13834 With `verilog-auto-delete-trailing-whitespace' remove trailing
13835 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
13836 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
13837 Fix verilog-scan-cache corruption when running user AUTO expansion
13838 hooks that call indentation routines.
13839 (verilog-simplify-range-expression): Fix typo ignoring lower case
13840 identifiers.
13841 (verilog-delete-auto): Fix delete-autos to also remove user created
13842 automatics, as long as they start with AUTO.
13843 (verilog-batch-diff-auto, verilog-diff-auto)
13844 (verilog-diff-function): Add `verilog-diff-auto' and bind to
13845 "C-c?" to report differences in AUTO expansion, ignoring spaces.
13846 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
13847 (verilog-in-paren-quick, verilog-re-search-backward-quick)
13848 (verilog-re-search-forward-quick, verilog-syntax-ppss):
13849 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
13850 is disabled and its cache will get corrupt, causing AUTOS not to
13851 expand. Instead use only -quick functions.
13852 (verilog-scan-region): Fix scanning over escaped quotes.
13853 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
13854 (verilog-re-search-backward-quick)
13855 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
13856 related functions now ignore strings, to fix misparsing of strings
13857 with magic comments embedded in them.
13858 (verilog-read-auto-template):
13859 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
13860 Reported by Brad Dobbie.
13861 (verilog-read-auto-template):
13862 Fix 'verilog-auto-inst-template-numbers' with comments.
13863 Reported by Brad Dobbie.
13864 (verilog-auto-inst, verilog-auto-inst-param)
13865 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
13866 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
13867 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
13868 debugging templates without merge conflicts, bug357.
13869 Reported by Brad Dobbie.
13870 (verilog-read-auto-template):
13871 Fix verilog-auto-inst-template-numbers with multiple templates.
13872 Reported by Brad Dobbie.
13873 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
13874 abbrevs so user won't be asked to save.
13875 (verilog-read-auto-lisp-present): Fix to start at beginning of
13876 buffer in case called outside of verilog-auto.
13877 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
13878 to "X-2". Reported by Matthew Myers.
13879 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
13880 all inputs from module templates. Reported by Leith Johnson.
13881 (verilog-module-inside-filename-p): Fix locating programs as with
13882 modules.
13883 (verilog-auto-inst-port): Fix vl-width expressions when using
13884 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
13885 (verilog-decls-get-regs, verilog-decls-get-signals,
13886 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
13887 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
13888 verilog-read-decls): Combine reg and wire structures into one var
13889 structure to represent SystemVerilog concepts.
13890 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
13891 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
13892 (verilog-auto-wire-type, verilog-insert-definition):
13893 Add verilog-auto-wire-type and AUTOLOGIC to support using
13894 SystemVerilog "logic" keyword instead of "wire"/"reg".
13895 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
13896 to declares outputs that also have assignments (presumably in an
13897 ifdef or generate if so there's not a driver conflict).
13898 Reported by Matthew Myers.
13899 (verilog-auto-declare-nettype, verilog-insert-definition):
13900 Add verilog-auto-declare-nettype to fix declarations using
13901 `default_nettype none. Reported by Julian Gorfajn.
13902 (verilog-read-always-signals-recurse, verilog-read-decls)
13903 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
13904 malformed end statement, bug325. Reported by Joshua Wise and
13905 Andrew Drake.
13906 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
13907 (verilog-inst-comment-re): Fix not deleting Interfaced comment
13908 when expanding .* in interfaces, bug320.
13909 Reported by Pierre-David Pfister.
13910 (verilog-read-module-name): Fix import statements between module
13911 name and open parenthesis, bug317.
13912 Reported by Pierre-David Pfister.
13913 (verilog-simplify-range-expression): Fix simplification of
13914 multiplications inside AUTOWIRE connections, bug303.
13915 (verilog-auto-inst-port): Support parameter expansion in
13916 multidimensional arrays.
13917 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
13918 after "assert property". Reported by Julian Gorfajn.
13919 (verilog-simplify-range-expression): Fix "couldn't merge" errors
13920 with multiplication, bug303.
13921 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
13922 Reported by Jan Frode Lonnum.
13923
13924 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
13925
13926 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
13927 (hfy-shell-file-name, hfy-shell):
13928 * international/fontset.el (x-decompose-font-name): Fix typos.
13929
13930 2011-11-29 Ken Brown <kbrown@cornell.edu>
13931
13932 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
13933 (gdb-version): Remove defvar.
13934 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
13935 (gdb-gud-context-command, gdb-non-stop-handler)
13936 (gdb-current-context-command, gdb-stopped): Use it.
13937 (gdb-init-1): Enable pretty printing here.
13938 (gdb-non-stop-handler): Don't enable pretty-printing here.
13939 Check to see if the target supports non-stop mode; if not, turn off
13940 non-stop mode. Use the following.
13941 (gdb-check-target-async): New defun.
13942 (gud-watch, gdb-stopped): Fix whitespace.
13943 (gdb-get-source-file): Don't try to display the source file if
13944 `gdb-main-file' is nil.
13945
13946 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * align.el: Try to generate fewer markers (bug#10047).
13949 (align--set-marker): New macro.
13950 (align-region): Use it.
13951
13952 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13953
13954 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
13955
13956 2011-11-29 Chong Yidong <cyd@gnu.org>
13957
13958 * indent.el (indent-for-tab-command, indent-according-to-mode):
13959 Doc fix.
13960 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
13961
13962 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
13963
13964 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
13965 aware of remote file names. (Bug#10124)
13966
13967 2011-11-29 Chong Yidong <cyd@gnu.org>
13968
13969 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
13970
13971 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * files.el (find-file): Don't use force-same-window (bug#10144).
13974 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
13975 use pop-to-buffer if the selected window can't be used.
13976 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
13977
13978 2011-11-28 Eli Zaretskii <eliz@gnu.org>
13979
13980 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
13981 special-mode-map.
13982
13983 2011-11-28 Chong Yidong <cyd@gnu.org>
13984
13985 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
13986
13987 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
13988
13989 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
13990 gdb-get-source-file-list on gdb-create-source-file-list.
13991
13992 2011-11-26 Eli Zaretskii <eliz@gnu.org>
13993
13994 * whitespace.el (whitespace-newline): Use a different foreground
13995 color for 16-color light-background displays.
13996
13997 2011-11-24 Chong Yidong <cyd@gnu.org>
13998
13999 * window.el (display-buffer--special-action): Doc fix.
14000
14001 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
14002
14003 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
14004 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
14005 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
14006 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
14007 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
14008 (avl-tree-stack-first):
14009 * emacs-lisp/cconv.el (cconv--analyse-use):
14010 * net/gnutls.el (gnutls-negotiate): Fix typos.
14011
14012 2011-11-24 Glenn Morris <rgm@gnu.org>
14013
14014 * lpr.el (lpr-windows-system, lpr-lp-system):
14015 * mail/binhex.el (binhex-begin-line):
14016 * progmodes/grep.el (grep-history, grep-find-history):
14017 * textmodes/flyspell.el:
14018 * vc/pcvs-defs.el (cvs-global-menu):
14019 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
14020 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
14021 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
14022
14023 * net/tls.el: Fix case of "GnuTLS".
14024
14025 * paths.el (rmail-file-name): Format doc-string for make-docfile.
14026
14027 * version.el (emacs-build-system): Give it a doc-string.
14028
14029 2011-11-24 Juri Linkov <juri@jurta.org>
14030
14031 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
14032
14033 2011-11-24 Glenn Morris <rgm@gnu.org>
14034
14035 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
14036 if called on a non-mime message just toggle the headers. (Bug#8006)
14037
14038 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
14039
14040 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
14041 (allout-lead-with-comment-string, allout-structure-deleted-hook)
14042 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
14043 (allout-rebullet-heading, allout-open-sibtopic)
14044 (allout-toggle-current-subtree-encryption)
14045 (allout-toggle-subtree-encryption, allout-encrypt-string)
14046 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
14047 (allout-distinctive-bullets-string, allout-auto-activation):
14048 * window.el (window-normalize-buffer-to-display):
14049 * progmodes/verilog-mode.el (verilog-batch-indent):
14050 * textmodes/bibtex.el (bibtex-field-braces-opt)
14051 (bibtex-field-strings-opt):
14052 * vc/cvs-status.el (cvs-tree-merge):
14053 Fix typos.
14054
14055 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
14056
14057 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
14058 `non-essential' to t, in order to avoid remote connections.
14059
14060 2011-11-23 Eli Zaretskii <eliz@gnu.org>
14061
14062 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14063 On MS-DOS and MS-Windows, compare with loaddefs.el
14064 case-insensitively.
14065
14066 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14067
14068 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
14069
14070 2011-11-23 Glenn Morris <rgm@gnu.org>
14071
14072 * paths.el (rmail-file-name): Reformat the doc-string so that it
14073 is picked up.
14074
14075 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
14076 (rmail-auto-file): Ignore case in the "special" field names,
14077 as mail-fetch-field does for all others.
14078
14079 * mail/rmail.el (rmail-forward):
14080 * mail/rmailkwd.el (rmail-set-label):
14081 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
14082 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
14083
14084 * mail/rmail.el (rmail-current-message): Doc fix.
14085
14086 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
14087
14088 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * server.el (server-eval-and-print): Allow C-g (bug#6585).
14091
14092 2011-11-22 Glenn Morris <rgm@gnu.org>
14093
14094 * mail/rmailmm.el (test-rmail-mime-handler)
14095 (test-rmail-mime-bulk-handler)
14096 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
14097
14098 2011-11-21 Juri Linkov <juri@jurta.org>
14099
14100 * calc/calc.el (calc-read-key-sequence):
14101 Let-bind `input-method-function' to nil. (Bug#10018)
14102
14103 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14104
14105 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
14106 Tell the caller that the next line needs recomputation, even
14107 though it doesn't start a sexp (bug#10094).
14108
14109 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14110
14111 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
14112
14113 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14114
14115 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14116 Use force-same-window.
14117
14118 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
14119
14120 * descr-text.el (describe-char-unicode-data):
14121 * json.el (json-string-escape):
14122 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
14123 (Footnote-unicode, Footnote-style-p):
14124 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
14125
14126 2011-11-20 Chong Yidong <cyd@gnu.org>
14127
14128 * window.el (replace-buffer-in-windows): Restore interactive spec.
14129
14130 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14131
14132 * electric.el (electric-indent-mode): Fix last change (too optimistic).
14133
14134 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
14135 (byte-compile-global-not-obsolete-vars): New var.
14136 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
14137 Use it.
14138 (byte-compile-warn-obsolete): Align text with the one in *Help*.
14139
14140 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
14141
14142 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
14143 * progmodes/pascal.el (electric-pascal-equal):
14144 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
14145 * xml.el (xml-substitute-special): Fix typos.
14146
14147 2011-11-20 Glenn Morris <rgm@gnu.org>
14148
14149 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
14150 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
14151 Doc fixes.
14152 (rmail-decode-mime-charset): Mark as obsolete.
14153
14154 * mail/rmailsum.el (rmail-message-regexp-p-1):
14155 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
14156 Before using mime functions, check they are set. (Bug#10077)
14157
14158 2011-11-19 Juri Linkov <juri@jurta.org>
14159
14160 * info.el (Info-finder-find-node): Use `package--builtins' instead
14161 of `package-alist'. Use node names formed by the pattern "Keyword "
14162 and the keyword name.
14163
14164 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
14165
14166 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
14167
14168 2011-11-19 Juri Linkov <juri@jurta.org>
14169
14170 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
14171 that calls `revert-buffer' on all Info buffers. (Bug#9915)
14172 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
14173 `old-history', `old-history-forward'. Add let-binding
14174 `window-selected'. Remove calls to `kill-buffer',
14175 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
14176 before calling `Info-find-node', so `Info-find-node-2' will reread
14177 the Info file. Restore window positions only when `window-selected'
14178 is non-nil.
14179
14180 2011-11-19 Juri Linkov <juri@jurta.org>
14181
14182 * isearch.el (isearch-lazy-highlight-new-loop):
14183 Remove condition `(not isearch-error)'. (Bug#9918)
14184
14185 * misearch.el (multi-isearch-search-fun): Add condition
14186 `(not bound)' to ignore lazy-highlighting search.
14187 Add the search-failed message "end of multi" when the end of
14188 multi-sequence is reached. Uncapitalize the search-failed
14189 message "Repeat for next buffer".
14190
14191 * info.el (Info-search): Add the search-failed message
14192 "end of the manual" when the end of the manual is reached
14193 in Isearch mode.
14194
14195 2011-11-19 Juri Linkov <juri@jurta.org>
14196
14197 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
14198 Use non-destructive `remove' instead of `delete' because
14199 `Info-history-list' stored to `Info-isearch-initial-history-list' in
14200 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
14201
14202 2011-11-19 Juri Linkov <juri@jurta.org>
14203
14204 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
14205 to nil instead of binding `search-ring' and `regexp-search-ring'.
14206 (Bug#9185)
14207
14208 2011-11-19 Eli Zaretskii <eliz@gnu.org>
14209
14210 * simple.el (line-move): Force movement by logical lines for any
14211 hscrolled window, not only when auto-hscroll-mode is on.
14212 (line-move-visual): Update doc string to that effect. (Bug#10076)
14213
14214 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
14215
14216 * language/european.el (macintosh): Define as alias for mac-roman.
14217
14218 2011-11-19 Eli Zaretskii <eliz@gnu.org>
14219
14220 * mail/rmailmm.el (rmail-mime-display-header)
14221 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
14222 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
14223 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
14224 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
14225 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
14226 of a raw aref.
14227 (rmail-mime-entity-segment): To get past the tagline, move forward
14228 2 more lines, to account for the 2 empty lines that precede and
14229 follow the line with the buttons.
14230 (rmail-mime-update-tagline): Move one more line, to get past the
14231 empty line that follows the buttons in the tagline. (Bug#9520)
14232
14233 2011-11-19 Martin Rudalics <rudalics@gmx.at>
14234
14235 * window.el (window-max-delta-1, window-min-delta-1)
14236 (window-min-size-1, window-state-get-1, window-state-put-1)
14237 (window-state-put-2): Use "window--" prefix.
14238
14239 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
14240
14241 * emacs-lisp/smie.el: Improve warnings and conflict detection.
14242 (smie-warning-count): New var.
14243 (smie-set-prec2tab): Use it.
14244 (smie-bnf->prec2): Improve warnings. Add docstring.
14245 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
14246 (smie-bnf--set-class): New function.
14247 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
14248 corner case.
14249
14250 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
14251 (compilation-error-properties, compilation-move-to-column):
14252 Handle compilation-first-column while in the target buffer.
14253
14254 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
14255 Don't hardcode point-min==1.
14256
14257 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
14258 (eshell-rewrite-for-command): Remove workaround.
14259 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
14260 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
14261 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
14262
14263 * files-x.el (modify-file-local-variable): Obey commenting conventions.
14264
14265 2011-11-17 Glenn Morris <rgm@gnu.org>
14266
14267 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14268 Ignore buffer-local generated-autoload-file if it is the same
14269 as the global value. (Bug#10049)
14270
14271 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
14272
14273 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
14274 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
14275 (reftex-toc-previous-heading, reftex-toc-max-level)
14276 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
14277 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
14278 (reftex-toc-do-promote, reftex-toc-promote-prepare)
14279 (reftex-toc-promote-action, reftex-toc-extract-section-number)
14280 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
14281 (reftex-toc-rename-label, reftex-toc-visit-location)
14282 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
14283 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
14284 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
14285 leaving "*toc*" only for references to the buffer.
14286
14287 2011-11-17 Martin Rudalics <rudalics@gmx.at>
14288
14289 * window.el (window-resize, delete-window, split-window):
14290 Replace window-splits by window-combination-resize.
14291 * cus-start.el (window-splits): Replace by window-combination-resize.
14292
14293 2011-11-17 Glenn Morris <rgm@gnu.org>
14294
14295 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14296 Make bash entry derive from sh entry, not shell entry.
14297
14298 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
14299
14300 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
14301 local file name.
14302
14303 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
14304
14305 * menu-bar.el (menu-bar-file-menu):
14306 * printing.el (pr-ps-utility):
14307 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
14308 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
14309 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
14310 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
14311 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
14312 (icalendar--convert-cyclic-to-ical)
14313 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
14314 (icalendar--convert-ical-to-diary)
14315 (icalendar--convert-recurring-to-diary)
14316 (icalendar--convert-non-recurring-all-day-to-diary)
14317 (icalendar-import-format-sample):
14318 * progmodes/idlw-shell.el (idlwave-shell-mode):
14319 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
14320 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
14321 (vhdl-ps-print-init): Fix typos.
14322
14323 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
14324
14325 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
14326 FSF and collapse date sequence, obscure author/maintainer email address
14327 better, remove extra version line, track relocation of author's webpage.
14328
14329 * progmodes/python.el (python-pdbtrack-input-prompt)
14330 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
14331 regular python pdb prompts. Adjustments shamelessly taken exactly as
14332 suggested in EmacsWiki page (tiny change):
14333 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
14334
14335 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
14336
14337 * expand.el (expand-pos, expand-index, expand-point):
14338 Remove redundant info from docstring.
14339 (expand-add-abbrevs): Doc fix.
14340 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
14341 (expand-sample-perl-mode-expand-list): Fix typos.
14342
14343 * net/dbus.el (dbus-event-member-name):
14344 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
14345 * term/pc-win.el (msdos-create-frame-with-faces):
14346 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
14347
14348 2011-11-16 Martin Rudalics <rudalics@gmx.at>
14349
14350 * window.el (split-window, window-state-get-1)
14351 (window-state-put-1, window-state-put-2): Rename occurrences of
14352 window-nest to window-combination-limit.
14353 * cus-start.el (window-nest): Rename to window-combination-limit.
14354
14355 2011-11-16 Chong Yidong <cyd@gnu.org>
14356
14357 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
14358 regexp (Bug#10033).
14359
14360 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14361
14362 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
14363 `completing-read' will remove *Completions* and will preserve
14364 current-buffer for us.
14365 (tmm-add-prompt): Users of *Completions* will always (re)set its
14366 major mode.
14367 (tmm-old-comp-map): Remove.
14368
14369 2011-11-16 Glenn Morris <rgm@gnu.org>
14370
14371 * mail/rmailedit.el: Require rmailmm when compiling.
14372 (rmail-old-mime-state): New declaration.
14373 (rmail-edit-current-message): If editing a mime message,
14374 edit the "raw" message from the mbox buffer.
14375 (rmail-cease-edit): Handle mime messages. (Bug#9840)
14376
14377 2011-11-15 Glenn Morris <rgm@gnu.org>
14378
14379 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
14380 which wasn't being used. Add optional arg to force given state.
14381 (rmail-mime): Add optional arg to force given state.
14382
14383 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
14384
14385 * allout.el (allout-encryption-plaintext-sanitization-regexps):
14386 * frame.el (display-mm-dimensions-alist):
14387 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
14388 (outline-move-subtree-down):
14389 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
14390 (newsticker--treeview-do-get-node):
14391 * net/quickurl.el (quickurl-list-buffer-name):
14392 * progmodes/dcl-mode.el (dcl-mode):
14393 * progmodes/gdb-mi.el (gdb-mapcar*):
14394 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
14395
14396 2011-11-15 Glenn Morris <rgm@gnu.org>
14397
14398 * mail/rmail.el (rmail-file-coding-system): It's only ever used
14399 in a boolean sense, so just make it a boolean, and fix the doc.
14400 (rmail-show-mime-function, rmail-mime-feature)
14401 (rmail-require-mime-maybe): Doc fixes.
14402 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
14403
14404 * mail/rmailmm.el (rmail-show-mime): Doc fix.
14405
14406 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
14407
14408 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
14409 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
14410 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
14411 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
14412
14413 2011-11-15 Glenn Morris <rgm@gnu.org>
14414
14415 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
14416 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
14417 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
14418 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
14419 (rmail-mime, rmail-show-mime): Doc fixes.
14420
14421 * term/ns-win.el (mode-line-frame-identification):
14422 Leave it alone. (Bug#10051)
14423
14424 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
14425
14426 * mail/rmailout.el (rmail-output-to-rmail-buffer):
14427 Handle empty buffers. (Bug#9978)
14428
14429 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
14430
14431 * international/mule.el (define-charset):
14432 * mail/rmailmm.el (rmail-mime-find-header-encoding):
14433 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
14434 * progmodes/verilog-mode.el (verilog-backward-token):
14435 * textmodes/ispell.el (lookup-words):
14436 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
14437
14438 2011-11-14 Glenn Morris <rgm@gnu.org>
14439
14440 * progmodes/executable.el
14441 (executable-make-buffer-file-executable-if-script-p):
14442 Handle file-modes returning nil.
14443
14444 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
14445 message - not necessary, and causes problems. (Bug#9831)
14446
14447 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
14448
14449 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
14450
14451 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
14452 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
14453 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
14454
14455 2011-11-12 Martin Rudalics <rudalics@gmx.at>
14456
14457 * window.el (window-resize, delete-window): Use window-splits
14458 variable instead of function.
14459 (window-state-get-1, window-state-put-2, window-state-put):
14460 Don't deal with windows' splits status.
14461
14462 2011-11-12 Glenn Morris <rgm@gnu.org>
14463
14464 * apropos.el (apropos-do-all, apropos-library, apropos-value)
14465 (apropos-documentation): Doc fixes.
14466
14467 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
14468
14469 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
14470 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
14471
14472 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * electric.el (electric-indent-post-self-insert-function): Make it
14475 possible for a char to only indent in some circumstances.
14476 (electric-indent-mode): Simplify.
14477
14478 2011-11-11 Martin Rudalics <rudalics@gmx.at>
14479
14480 * window.el (windows-with-parameter): Remove unused function.
14481 (windows-at-side): Rename to window-at-side-list.
14482 (window-check, window-atom-check, window-atom-check-1)
14483 (window-side-check, window-size-ignore, window-size-fixed-1)
14484 (window-in-direction-2): Prefix with "window--".
14485 (window-tree-1): Rename to window--subtree, fix doc-string.
14486
14487 2011-11-11 Glenn Morris <rgm@gnu.org>
14488
14489 * subr.el (eval-after-load): If FILE is already loaded,
14490 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
14491
14492 2011-11-10 Glenn Morris <rgm@gnu.org>
14493
14494 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
14495 Call svn via vc-svn-command rather than vc-do-command.
14496 (vc-svn-command): Add --non-interactive. (Bug#9993)
14497 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
14498
14499 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14500 Add toggle-read-only. (Bug#7292)
14501 * files.el (toggle-read-only): Mention that it should only
14502 be used interactively. (Bug#10006)
14503
14504 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14505
14506 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14507 Adjust regexp for OCaml warnings.
14508
14509 * electric.el (electric-pair-post-self-insert-function): Let user
14510 turn it off buffer-locally (bug#9932).
14511
14512 * progmodes/python.el (python-beginning-of-statement):
14513 Rewrite (bug#2703).
14514
14515 * progmodes/compile.el: Better handle TABs (bug#9749).
14516 (compilation-internal-error-properties)
14517 (compilation-next-error-function): Obey the target buffer's
14518 compilation-error-screen-columns.
14519
14520 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
14521
14522 * progmodes/meta-mode.el: Remove obsolete comments.
14523 (meta-right-comment-regexp, meta-ignore-comment-regexp):
14524 Fix typos in docstrings.
14525
14526 2011-11-09 Martin Rudalics <rudalics@gmx.at>
14527
14528 * window.el (window-size-fixed-p): Rewrite doc-string.
14529 (window-resizable-p): Rename to window--resizable-p. Update callers.
14530 (window--resizable): New function. Make all callers of
14531 window-resizable call window--resizable instead.
14532 (window-resizable): Rewrite in terms of window--resizable.
14533
14534 2011-11-08 Glenn Morris <rgm@gnu.org>
14535
14536 * progmodes/delphi.el (delphi-mode-syntax-table):
14537 Let define-derived-mode define a proper syntax table. (Bug#9994)
14538
14539 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14540
14541 * window.el: Stay away from defsubst.
14542 (window-list-no-nils): Remove.
14543 (window-state-get-1, window-state-get): Use backquote instead.
14544
14545 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14546
14547 * emacs-lisp/find-func.el (find-function-read):
14548 Fix incorrect use of default argument in `completing-read'.
14549
14550 2011-11-08 Martin Rudalics <rudalics@gmx.at>
14551
14552 * window.el (display-buffer-function, special-display-function):
14553 Mention display-buffer-record-window but do not mention
14554 help-setup parameter in doc-strings.
14555 (window-min-delta): Fix doc-string typo.
14556
14557 2011-11-08 Chong Yidong <cyd@gnu.org>
14558
14559 * window.el (window-total-height, window-total-width): Doc fix.
14560 (window-body-size): Move from C.
14561 (window-body-height, window-body-width): Move to C.
14562
14563 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14564
14565 * window.el: Make special-display like display-buffer-alist (bug#9532).
14566 (display-buffer--special-action): New function, morphed
14567 from display-buffer--special.
14568 (display-buffer): Use it to handle special-display-buffers at higher
14569 priority (just after display-buffer-alist).
14570 (display-buffer-fallback-action, display-buffer--other-frame-action)
14571 (pop-to-buffer-same-window): Remove display-buffer--special.
14572
14573 2011-11-07 Glenn Morris <rgm@gnu.org>
14574
14575 * calendar/cal-menu.el (cal-menu-set-date-title):
14576 Do nothing if not in a calendar. (Bug#9976)
14577
14578 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 * files.el (find-file): Always use selected-window.
14581
14582 2011-11-07 Martin Rudalics <rudalics@gmx.at>
14583
14584 * window.el (window-combinations): Make WINDOW argument
14585 mandatory. Rewrite doc-string.
14586 (walk-window-subtree, window-atom-check, window-min-delta)
14587 (window-max-delta, window--resize-this-window)
14588 (window--resize-root-window-vertically, window-tree)
14589 (balance-windows, window-state-put): Rewrite doc-strings as to
14590 not mention the term "subwindow".
14591 (window--resize-subwindows-skip-p): Rename to
14592 window--resize-child-windows-skip-p.
14593 (window--resize-subwindows-normal): Rename to
14594 window--resize-child-windows-normal.
14595 (window--resize-subwindows): Rename to
14596 window--resize-child-windows.
14597 (window-or-subwindow-p): Rename to window--in-subtree-p.
14598
14599 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14600
14601 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
14602 Ensure that mbox format messages end in two newlines (Bug#9974).
14603
14604 2011-11-06 Chong Yidong <cyd@gnu.org>
14605
14606 * window.el (window-combination-p): Function deleted; its
14607 side-effect is not used in any existing code.
14608 (window-combinations, window-combined-p): Call window-*-child
14609 directly.
14610
14611 2011-11-05 Chong Yidong <cyd@gnu.org>
14612
14613 * window.el (window-valid-p): Rename from window-any-p.
14614 (window-size-ignore, window-state-get): Callers changed.
14615 (window-normalize-window): Rename from window-normalize-any-window.
14616 New arg LIVE-ONLY, replacing window-normalize-live-window.
14617 (window-normalize-live-window): Delete.
14618 (window-combination-p, window-combined-p, window-combinations)
14619 (walk-window-subtree, window-atom-root, window-min-size)
14620 (window-sizable, window-sizable-p, window-size-fixed-p)
14621 (window-min-delta, window-max-delta, window-resizable)
14622 (window-resizable-p, window-full-height-p, window-full-width-p)
14623 (window-current-scroll-bars, window-point-1, set-window-point-1)
14624 (window-at-side-p, window-in-direction, window-resize)
14625 (adjust-window-trailing-edge, maximize-window, minimize-window)
14626 (window-deletable-p, delete-window, delete-other-windows)
14627 (record-window-buffer, unrecord-window-buffer)
14628 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
14629 (quit-window, split-window, window-state-put)
14630 (set-window-text-height, fit-window-to-buffer)
14631 (shrink-window-if-larger-than-buffer): Callers changed.
14632
14633 2011-11-04 Eli Zaretskii <eliz@gnu.org>
14634
14635 * mail/rmail.el (rmail-simplified-subject): Decode subject with
14636 rfc2047-decode-string.
14637 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
14638 warnings.
14639
14640 * window.el (window-body-height, window-body-width): Mention in
14641 the doc string that the return values are in frame's canonical
14642 units. (Bug#9949)
14643
14644 2011-11-03 Alan Mackenzie <acm@muc.de>
14645
14646 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
14647 change in cc-engine.el.
14648
14649 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14650
14651 * window.el (switch-to-buffer): Use `force-same-window' interactively.
14652
14653 2011-11-02 Martin Rudalics <rudalics@gmx.at>
14654
14655 * window.el (quit-window): Call unrecord-window-buffer after
14656 showing another buffer in the window. (Bug#9937)
14657 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
14658
14659 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
14660
14661 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
14662 Accept status with more than 9 shelves. (Bug#9935)
14663 Reported by Colin D Bennett <colin@gibibit.com>.
14664
14665 2011-11-01 Martin Rudalics <rudalics@gmx.at>
14666
14667 * help.el (with-help-window): Don't reference
14668 temp-buffer-show-specifiers in doc-string.
14669
14670 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
14671
14672 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
14673 menu-item.
14674
14675 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14676
14677 * whitespace.el: New version 13.2.2.
14678 (whitespace-newline-mode): Disable properly. Reported by Sarah
14679 <EmacsWiki>.
14680
14681 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
14682
14683 * net/newst-treeview.el: Remove "Time-stamp".
14684 (newsticker--group-manage-orphan-feeds): Do not call
14685 newsticker--treeview-tree-update.
14686 (newsticker-treeview-update, newsticker-treeview):
14687 Call newsticker--treeview-tree-update if necessary.
14688
14689 2011-10-30 Martin Rudalics <rudalics@gmx.at>
14690
14691 * window.el (window-iso-combination-p, window-iso-combined-p)
14692 (window-iso-combinations): Remove "iso-" infix.
14693 Suggested by Chong Yidong.
14694 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
14695 (window-max-delta-1, window-resize, window--resize-siblings)
14696 (window--resize-this-window, adjust-window-trailing-edge)
14697 (split-window, balance-windows-1)
14698 (shrink-window-if-larger-than-buffer):
14699 * calendar/calendar.el (calendar-generate-window):
14700 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
14701
14702 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
14705 in place (bug#9907).
14706 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
14707 (eshell-rewrite-if-command, eshell-rewrite-for-command)
14708 (eshell-structure-basic-command, eshell-rewrite-while-command)
14709 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
14710 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
14711 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
14712 (eshell-do-pipelines-synchronously, eshell-eval-command):
14713 Use backquotes and prefer setq to set.
14714 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
14715 (eshell-macrop): Use functionp.
14716 (eshell-do-eval): Handle multiple expressions in `while' body.
14717
14718 2011-10-30 Chong Yidong <cyd@gnu.org>
14719
14720 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
14721 instead of set-mark (Bug#9810).
14722
14723 2011-10-30 Chong Yidong <cyd@gnu.org>
14724
14725 * window.el (split-window-below, split-window-right): Rename from
14726 split-window-above-each-other and split-window-side-by-side
14727 respectively. All callers changed.
14728 (split-window-sensibly, split-window-sensibly): Use them.
14729 (split-window-keep-point): Doc fix.
14730
14731 * isearch.el: Add isearch-scroll property to split-window-below
14732 and split-window-right.
14733
14734 * follow.el (follow-mode):
14735 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14736 * progmodes/ada-xref.el (ada-gdb-application):
14737 * emulation/vip.el (vip-buffer-in-two-windows):
14738 * image-dired.el (image-dired-dired-with-window-configuration):
14739 * dired-x.el (dired-do-find-marked-files):
14740 * dired.el (dired-pop-to-buffer):
14741 * bs.el (bs--show-with-configuration):
14742 * vc/emerge.el (emerge-setup-windows):
14743 * textmodes/two-column.el (2C-two-columns):
14744 * textmodes/reftex-toc.el (reftex-toc):
14745 * progmodes/gdb-mi.el (gdb-setup-windows):
14746 * progmodes/fortran.el (fortran-window-create):
14747 * net/newst-treeview.el (newsticker--treeview-window-init):
14748 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
14749 * emulation/tpu-edt.el (tpu-gold-map):
14750 * emulation/crisp.el (crisp-mode-map):
14751 * calendar/calendar.el (calendar-basic-setup): Callers changed.
14752
14753 2011-10-29 Chong Yidong <cyd@gnu.org>
14754
14755 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
14756
14757 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
14758
14759 * textmodes/flyspell.el (flyspell-word): Fix char offset for
14760 forged Ispell output (Bug#7904).
14761
14762 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
14763
14764 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14765
14766 * doc-view.el: Avoid ugly errors about not finding nil.
14767 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14768 (doc-view-dvipdf-program, doc-view-unoconv-program)
14769 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
14770 Avoid nil or absolute file name as default value.
14771 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
14772
14773 2011-10-28 Alan Mackenzie <acm@muc.de>
14774
14775 * progmodes/cc-defs.el (c-version): -> 5.32.2.
14776
14777 2011-10-28 Alan Mackenzie <acm@muc.de>
14778
14779 Amend the handling of c-beginning/end-of-defun in nested declaration
14780 scopes.
14781
14782 * progmodes/cc-vars.el (c-defun-tactic): Move here from
14783 cc-langs.el. Change it to a defcustom.
14784
14785 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
14786 cc-vars.el.
14787
14788 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14789 Prevent "class foo : bar" being spuriously recognized as a label.
14790
14791 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
14792 Add parameter `inclusive' (to include enclosing braces in the region).
14793 (c-widen-to-enclosing-decl-scope): New function.
14794 (c-while-widening-to-decl-block): New macro.
14795 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
14796 outward for defun boundaries, and correspondingly change symbol
14797 `respect-enclosure' to `go-outward'.
14798 (c-declaration-limits): Change algorithm to report only the "innermost"
14799 defun's boundaries.
14800
14801 2011-10-28 Deniz Dogan <deniz@dogan.se>
14802
14803 * net/rcirc.el (rcirc-mode): Use hard newlines.
14804
14805 2011-10-28 Alan Mackenzie <acm@muc.de>
14806
14807 Amend to indent and fontify macros "which include their own semicolon"
14808 correctly, using the "virtual semicolon" mechanism.
14809
14810 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
14811
14812 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14813 Recode to scan one line at a time rather than having \n and \r
14814 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
14815 (c-forward-label): Amend for virtual semicolons.
14816 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
14817
14818 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
14819 of the new C macros.
14820
14821 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
14822 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
14823 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
14824 (c-opt-cpp-macro-define): Make into a full language variable.
14825 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
14826 AWK Mode (including \n, \r) removed, no longer needed.
14827
14828 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
14829 Invoke c-make-macro-with-semi-re.
14830
14831 * progmodes/cc-vars.el (c-macro-with-semi-re):
14832 (c-macro-names-with-semicolon): New variables.
14833 (c-make-macro-with-semi-re): New function.
14834
14835 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14836
14837 * vc/log-edit.el: Fill empty field rather than adding new one.
14838 (log-edit-add-field): New function.
14839 (log-edit-insert-changelog): Use it.
14840
14841 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
14842
14843 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
14844
14845 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14846
14847 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
14848 (gdb--check-interpreter): New function.
14849 (gdb): Use it.
14850
14851 2011-10-27 Glenn Morris <rgm@gnu.org>
14852
14853 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
14854 (least-positive-float, least-negative-float)
14855 (least-positive-normalized-float, least-negative-normalized-float)
14856 (float-epsilon, float-negative-epsilon):
14857 Remove unnecessary declarations.
14858
14859 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
14860 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
14861 (least-positive-float, least-negative-float)
14862 (least-positive-normalized-float, least-negative-normalized-float)
14863 (float-epsilon, float-negative-epsilon): Add doc-strings,
14864 based on those in cl.texi.
14865
14866 * files.el (set-visited-file-name): If the major-mode changed,
14867 reload the local variables. (Bug#9796)
14868
14869 2011-10-27 Chong Yidong <cyd@gnu.org>
14870
14871 * subr.el (change-major-mode-after-body-hook): New hook.
14872 (run-mode-hooks): Run it.
14873
14874 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14875 Use change-major-mode-before-body-hook.
14876
14877 * simple.el (fundamental-mode):
14878 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
14879 change introducing fundamental-mode-hook.
14880
14881 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
14882
14883 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
14884
14885 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
14886
14887 * ido.el (ido-file-name-all-completions-1): Do not require
14888 tramp.el explicitly. (Bug#7583)
14889
14890 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 * progmodes/octave-mod.el:
14893 * progmodes/octave-inf.el: Update maintainer.
14894
14895 2011-10-26 Chong Yidong <cyd@gnu.org>
14896
14897 * subr.el (with-wrapper-hook): Rewrite doc.
14898
14899 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
14900
14901 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
14902 filenames "/method:foo:". (Bug#9793)
14903
14904 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
14907 (bug#9865).
14908
14909 2011-10-24 Glenn Morris <rgm@gnu.org>
14910
14911 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
14912
14913 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
14914
14915 * notifications.el: Add the requirement of a running D-Bus session
14916 bus to the Commentary.
14917
14918 2011-10-24 Juri Linkov <juri@jurta.org>
14919
14920 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14921 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
14922 (Bug#9364)
14923
14924 2011-10-24 Juri Linkov <juri@jurta.org>
14925
14926 * info.el (Info-following-node-name-re): Add newline to the list
14927 of allowed characters for leading space. (Bug#9824)
14928
14929 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * progmodes/octave-inf.el (inferior-octave-mode-map):
14932 Fix C-c C-h binding.
14933 * progmodes/octave-mod.el (octave-help): Remove.
14934
14935 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
14936
14937 Sync with Tramp 2.2.3.
14938
14939 * net/tramp-cache.el (top): Pacify byte-compiler using
14940 `init-file-user' and `site-run-file'.
14941
14942 * net/trampver.el: Update release number.
14943
14944 2011-10-23 Chong Yidong <cyd@gnu.org>
14945
14946 * files.el (toggle-read-only): Remove obsolete comment about
14947 version control.
14948
14949 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
14950 for toggle-read-only. Note that this hasn't called vc-next-action
14951 since 2008-05-02, though it wasn't documented at the time.
14952
14953 * vc/ediff-init.el (ediff-toggle-read-only-function):
14954 Use toggle-read-only.
14955
14956 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
14957
14958 Fix bug #9560, sporadic wrong indentation; improve instrumentation
14959 of c-parse-state.
14960
14961 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14962 correct faulty logical expression.
14963 (c-parse-state-state, c-record-parse-state-state):
14964 (c-replay-parse-state-state): New defvar/defuns.
14965 (c-debug-parse-state): Use new functions.
14966
14967 2011-10-22 Martin Rudalics <rudalics@gmx.at>
14968
14969 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
14970 last fix. Use window-in-direction correctly.
14971
14972 2011-10-21 Chong Yidong <cyd@gnu.org>
14973
14974 * progmodes/idlwave.el (idlwave-mode):
14975 * progmodes/vera-mode.el (vera-mode): No need to set
14976 require-final-newline; that's done in prog-mode.
14977 Suggested by Stefan Monnier.
14978
14979 2011-10-21 Martin Rudalics <rudalics@gmx.at>
14980
14981 * mouse.el (mouse-drag-window-above)
14982 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
14983 (mouse-drag-mode-line-1, mouse-drag-header-line)
14984 (mouse-drag-vertical-line-rightward-window): Remove.
14985 (mouse-drag-line): New function.
14986 (mouse-drag-mode-line, mouse-drag-header-line)
14987 (mouse-drag-vertical-line): Call mouse-drag-line.
14988 * window.el (window-at-side-p, windows-at-side): New functions.
14989
14990 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
14991
14992 * tar-mode.el (tar-grind-file-mode):
14993 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
14994
14995 2011-10-21 Chong Yidong <cyd@gnu.org>
14996
14997 * progmodes/idlwave.el (idlwave-mode):
14998 * progmodes/vera-mode.el (vera-mode):
14999 Use mode-require-final-newline.
15000
15001 2011-10-20 Glenn Morris <rgm@gnu.org>
15002
15003 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
15004
15005 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
15006
15007 * emulation/cua-base.el (cua-set-mark): Fix case of string.
15008
15009 2011-10-20 Chong Yidong <cyd@gnu.org>
15010
15011 * emulation/cua-base.el (cua-mode):
15012 * mail/footnote.el (footnote-mode):
15013 * mail/mailabbrev.el (mail-abbrevs-mode):
15014 * net/xesam.el (xesam-minor-mode):
15015 * progmodes/bug-reference.el (bug-reference-mode):
15016 * progmodes/cap-words.el (capitalized-words-mode):
15017 * progmodes/compile.el (compilation-minor-mode)
15018 (compilation-shell-minor-mode):
15019 * progmodes/gud.el (gud-tooltip-mode):
15020 * progmodes/hideif.el (hide-ifdef-mode):
15021 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15022 * progmodes/subword.el (subword-mode):
15023 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15024 * progmodes/which-func.el (which-function-mode):
15025 * term/tvi970.el (tvi970-set-keypad-mode):
15026 * term/vt100.el (vt100-wide-mode):
15027 * textmodes/flyspell.el (flyspell-mode):
15028 * textmodes/ispell.el (ispell-minor-mode):
15029 * textmodes/nroff-mode.el (nroff-electric-mode):
15030 * textmodes/paragraphs.el (use-hard-newlines):
15031 * textmodes/refill.el (refill-mode):
15032 * textmodes/reftex.el (reftex-mode):
15033 * textmodes/rst.el (rst-minor-mode):
15034 * textmodes/sgml-mode.el (html-autoview-mode)
15035 (sgml-electric-tag-pair-mode):
15036 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
15037 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
15038 * emulation/crisp.el (crisp-mode):
15039 * emacs-lisp/eldoc.el (eldoc-mode):
15040 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
15041 minor mode behavior.
15042
15043 2011-10-19 Juri Linkov <juri@jurta.org>
15044
15045 * descr-text.el (describe-char): Add #x2010 and #x2011 to
15046 the list of hard-coded chars with escape-glyph face.
15047
15048 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
15051
15052 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
15053
15054 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
15055 running process.
15056
15057 2011-10-19 Glenn Morris <rgm@gnu.org>
15058
15059 * vc/vc-bzr.el (vc-bzr-after-dir-status):
15060 Ignore ignored files. (Bug#9726)
15061
15062 2011-10-19 Chong Yidong <cyd@gnu.org>
15063
15064 Doc fix for minor modes, stating that an omitted argument enables
15065 the mode unconditionally when called from Lisp.
15066
15067 * abbrev.el (abbrev-mode):
15068 * allout.el (allout-mode):
15069 * autoinsert.el (auto-insert-mode):
15070 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15071 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15072 (global-auto-revert-mode):
15073 * battery.el (display-battery-mode):
15074 * composite.el (global-auto-composition-mode)
15075 (auto-composition-mode):
15076 * delsel.el (delete-selection-mode):
15077 * desktop.el (desktop-save-mode):
15078 * dired-x.el (dired-omit-mode):
15079 * dirtrack.el (dirtrack-mode):
15080 * doc-view.el (doc-view-minor-mode):
15081 * double.el (double-mode):
15082 * electric.el (electric-indent-mode, electric-pair-mode):
15083 * emacs-lock.el (emacs-lock-mode):
15084 * epa-hook.el (auto-encryption-mode):
15085 * follow.el (follow-mode):
15086 * font-core.el (font-lock-mode):
15087 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
15088 * help.el (temp-buffer-resize-mode):
15089 * hilit-chg.el (highlight-changes-mode)
15090 (highlight-changes-visible-mode):
15091 * hi-lock.el (hi-lock-mode):
15092 * hl-line.el (hl-line-mode, global-hl-line-mode):
15093 * icomplete.el (icomplete-mode):
15094 * ido.el (ido-everywhere):
15095 * image-file.el (auto-image-file-mode):
15096 * image-mode.el (image-minor-mode):
15097 * iswitchb.el (iswitchb-mode):
15098 * jka-cmpr-hook.el (auto-compression-mode):
15099 * linum.el (linum-mode):
15100 * longlines.el (longlines-mode):
15101 * master.el (master-mode):
15102 * mb-depth.el (minibuffer-depth-indicate-mode):
15103 * menu-bar.el (menu-bar-mode):
15104 * minibuf-eldef.el (minibuffer-electric-default-mode):
15105 * mouse-sel.el (mouse-sel-mode):
15106 * msb.el (msb-mode):
15107 * mwheel.el (mouse-wheel-mode):
15108 * outline.el (outline-minor-mode):
15109 * paren.el (show-paren-mode):
15110 * recentf.el (recentf-mode):
15111 * reveal.el (reveal-mode, global-reveal-mode):
15112 * rfn-eshadow.el (file-name-shadow-mode):
15113 * ruler-mode.el (ruler-mode):
15114 * savehist.el (savehist-mode):
15115 * scroll-all.el (scroll-all-mode):
15116 * scroll-bar.el (scroll-bar-mode):
15117 * server.el (server-mode):
15118 * shell.el (shell-dirtrack-mode):
15119 * simple.el (auto-fill-mode, transient-mark-mode)
15120 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
15121 (line-number-mode, column-number-mode, size-indication-mode)
15122 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
15123 * strokes.el (strokes-mode):
15124 * time.el (display-time-mode):
15125 * t-mouse.el (gpm-mouse-mode):
15126 * tool-bar.el (tool-bar-mode):
15127 * tooltip.el (tooltip-mode):
15128 * type-break.el (type-break-mode-line-message-mode)
15129 (type-break-query-mode):
15130 * view.el (view-mode):
15131 * whitespace.el (whitespace-mode, whitespace-newline-mode)
15132 (global-whitespace-mode, global-whitespace-newline-mode):
15133 * xt-mouse.el (xterm-mouse-mode): Doc fix.
15134
15135 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15136 Fix autogenerated docstring.
15137
15138 2011-10-19 Juri Linkov <juri@jurta.org>
15139
15140 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
15141 by checking environment variables "DESKTOP_SESSION" and
15142 "XDG_CURRENT_DESKTOP". (Bug#9779)
15143
15144 2011-10-19 Juri Linkov <juri@jurta.org>
15145
15146 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
15147 (browse-url-chromium-program, browse-url-chromium-arguments):
15148 New defcustoms.
15149 (browse-url-default-browser): Check for `browse-url-chromium' and
15150 call `browse-url-chromium-program'.
15151 (browse-url-chromium): New command. (Bug#9779)
15152
15153 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
15154
15155 * facemenu.el (list-colors-duplicates): On Windows, detect more
15156 duplicates by assuming that only colors matching "^System" are
15157 special "system colors". (Bug#9722)
15158
15159 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15160
15161 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
15162 to distinguish the author from the committer.
15163
15164 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
15165
15166 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
15167
15168 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
15169
15170 * international/mule.el (sgml-html-meta-auto-coding-function):
15171 Add support for detecting encoding in HTML5 specified only as
15172 <meta charset="UTF-8">. Implementation just makes http-equiv and
15173 content-type parts from HTML4 encoding string optional. (Bug#9716)
15174
15175 2011-10-18 Glenn Morris <rgm@gnu.org>
15176
15177 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
15178
15179 2011-10-18 Chong Yidong <cyd@gnu.org>
15180
15181 * faces.el (cursor): Doc fix.
15182
15183 2011-10-17 Chong Yidong <cyd@gnu.org>
15184
15185 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
15186
15187 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
15188
15189 * dirtrack.el (dirtrack): Support shell buffers with path
15190 prefixes, e.g. tramp-based remote shells. (Bug#9647)
15191
15192 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
15193
15194 * json.el: Bump version to 1.3 and note change in History.
15195 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
15196
15197 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15198
15199 * comint.el (comint-insert-input, comint-send-input)
15200 (comint-get-old-input-default, comint-backward-matching-input)
15201 (comint-next-prompt): Use nil instead of `input' for field property of
15202 past user input (bug#114).
15203
15204 * minibuffer.el (completion--replace): Inherit surrounding properties
15205 (bug#114).
15206 (minibuffer-complete-and-exit): Use it.
15207
15208 * comint.el (comint--table-subvert): Quote the all-completions output
15209 (bug#9160).
15210
15211 2011-10-17 Martin Rudalics <rudalics@gmx.at>
15212
15213 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
15214
15215 * menu-bar.el (menu-bar-file-menu): Add entry for making new
15216 window on right of selected. (Bug#9350) Reword other window
15217 entries and separate them from frame entries.
15218
15219 2011-10-15 Glenn Morris <rgm@gnu.org>
15220
15221 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
15222 Doc fixes.
15223
15224 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
15225
15226 * net/network-stream.el (network-stream-open-starttls):
15227 Improve detection of failure due to lack of TLS support.
15228
15229 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
15230 putting the input text in front and in bold.
15231
15232 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
15235
15236 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
15237 empty buffer.
15238
15239 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
15240 unread-command-events rather than pushing yet-another event.
15241
15242 2011-10-14 Eli Zaretskii <eliz@gnu.org>
15243
15244 * mail/sendmail.el (sendmail-query-once): Improve the wording of
15245 the explanation of the possible choices. Make the options passed
15246 to completing-read shorter.
15247
15248 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15249
15250 * textmodes/flyspell.el (flyspell-large-region): Make sure
15251 extended character mode is used if defined (Bug#1339).
15252
15253 2011-10-13 Eli Zaretskii <eliz@gnu.org>
15254
15255 * simple.el (what-cursor-position): Fix the display of the
15256 character info for LRE, LRO, RLE, and RLO characters by appending
15257 an invisible PDF.
15258
15259 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
15262 even in case of error; add debug spec; simplify data flow.
15263 (with-timeout-handler): Remove.
15264
15265 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
15266
15267 Fix Bug#6019, Bug#9315.
15268
15269 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
15270 complete `buffer-file-name', the local file name part could look
15271 remotely (for example on VMS).
15272
15273 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
15274 `tramp-run-real-handler'.
15275 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
15276 already quoted by '"'.
15277
15278 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
15279 Let `file-name-handler-alist' be nil, the local file name part
15280 could look remotely (for example on VMS).
15281
15282 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
15285 from here...
15286 (flyspell-post-command-hook): ...to here.
15287
15288 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15289
15290 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
15291 if not needed.
15292 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
15293 using completion. Protect against "slow" callers.
15294 Remove the "message hack".
15295
15296 2011-10-11 Juri Linkov <juri@jurta.org>
15297
15298 * isearch.el (isearch-lazy-highlight-word): New variable.
15299 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
15300 Use it. (Bug#9727)
15301
15302 2011-10-11 Glenn Morris <rgm@gnu.org>
15303
15304 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
15305 like f90-previous-statement does.
15306
15307 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15308
15309 * eshell/eshell.el (eshell-command): History should be saved
15310 only in interactive use, to avoid error.
15311
15312 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15313
15314 * minibuffer.el (completion-file-name-table): Fix last change,
15315 i.e. ignore normal errors but not the other ones.
15316
15317 2011-10-10 Martin Rudalics <rudalics@gmx.at>
15318
15319 * window.el (special-display-buffer-names)
15320 (special-display-regexps): Remove some remnants of earlier
15321 changes from doc-strings.
15322 (quit-windows-on): New function.
15323
15324 * vc/vc.el (vc-revert, vc-rollback):
15325 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
15326 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
15327 (Bug#6183) (Bug#7074) (Bug#7447)
15328
15329 2011-10-09 Martin Rudalics <rudalics@gmx.at>
15330
15331 * window.el (frame-auto-hide-function): Add version tag.
15332 (Bug#9699)
15333
15334 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
15335
15336 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
15337 condition.
15338
15339 2011-10-09 Leo Liu <sdl.web@gmail.com>
15340
15341 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
15342 (Bug#9701)
15343
15344 2011-10-08 Glenn Morris <rgm@gnu.org>
15345
15346 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
15347 before the first code statement zero indent. (Bug#9690)
15348
15349 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
15350
15351 * simple.el (count-words-region): Always count in the region.
15352 Report the number of lines and characters too.
15353 (count-words): New command, which counts in the buffer if the
15354 region is inactive, as count-words-region used to.
15355 (count-words--message): New function. Handle plurals.
15356 (count-lines-region): Make it an alias for count-words-region.
15357
15358 * bindings.el (esc-map): Replace count-lines-region with
15359 count-words-region.
15360
15361 2011-10-08 Martin Rudalics <rudalics@gmx.at>
15362
15363 * window.el (window--delete): Delete dedicated frame
15364 unconditionally when argument KILL is non-nil. (Bug#9699)
15365 (switch-to-buffer): Fix doc-string typo.
15366
15367 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15368
15369 * eshell/eshell.el (eshell-command): Avoid using hooks.
15370
15371 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
15372
15373 * bindings.el ([M-left],[M-right]): Bind to left-word and
15374 right-word respectively.
15375
15376 2011-10-07 Glenn Morris <rgm@gnu.org>
15377
15378 * cus-start.el (debug-on-quit): Fix custom type.
15379
15380 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15381
15382 * subr.el (define-key-after): Clarify that the function is not
15383 useful for non-menu keymaps.
15384
15385 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
15386
15387 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15388
15389 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
15390 in current minibuffer (Fix bug with recursive minibuffers).
15391
15392 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
15393
15394 * progmodes/gdb-mi.el (gdb): Doc fix.
15395
15396 2011-10-05 Martin Rudalics <rudalics@gmx.at>
15397
15398 * window.el (frame-auto-hide-function): New option replacing
15399 frame-auto-delete. Suggested by Stefan Monnier.
15400 (window--delete): Call frame-auto-hide-function instead of
15401 investigating frame-auto-delete.
15402 (window-point-1, set-window-point-1): New functions.
15403 (window-in-direction, record-window-buffer, window-state-get-1)
15404 (display-buffer-record-window): Use window-point-1 instead of
15405 window-point.
15406 (set-window-buffer-start-and-point): Use set-window-point-1.
15407
15408 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15409
15410 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
15411
15412 2011-10-05 Glenn Morris <rgm@gnu.org>
15413
15414 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
15415 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
15416
15417 2011-10-05 Leo Liu <sdl.web@gmail.com>
15418
15419 * subr.el (read-char-choice): Fix argument to buffer-live-p which
15420 works with buffer object.
15421
15422 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15423
15424 * mpc.el (mpc-tool-bar-map): Add labels.
15425
15426 2011-10-04 Glenn Morris <rgm@gnu.org>
15427
15428 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15429
15430 2011-10-04 Martin Rudalics <rudalics@gmx.at>
15431
15432 * window.el (window--delete): New function.
15433 (frame-auto-delete): Resuscitate option.
15434 (bury-buffer, replace-buffer-in-windows)
15435 (quit-window): Rewrite using window--delete.
15436 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15437 Pass display-buffer-mark-dedicated to window--display-buffer-2
15438 (Bug#9639).
15439
15440 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15441
15442 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
15443 returns a list (bug#9554). Add remote file name completion.
15444 * comint.el (comint--table-subvert): Curry and get quote&unquote
15445 functions as arguments.
15446 (comint--complete-file-name-data): Adjust call accordingly.
15447 * pcomplete.el (pcomplete--table-subvert): Remove.
15448 (pcomplete-completions-at-point): Use comint--table-subvert instead.
15449
15450 * minibuffer.el (completion-table-case-fold): Use currying.
15451 (completion--styles-type, completion--cycling-threshold-type):
15452 New constants.
15453 (completion-styles, completion-category-overrides)
15454 (completion-cycle-threshold): Use them.
15455 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
15456 completion-table-case-fold.
15457
15458 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
15459
15460 * minibuffer.el (completion-category-overrides): Fix type of styles
15461 and add more user friendly tags (bug#9660).
15462
15463 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15464
15465 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
15466 (mule-input-method-string): New widget.
15467 (default-input-method, language-info-custom-alist): Use it.
15468
15469 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * pcomplete.el: Require comint.
15472 (pcomplete--common-suffix): Remove.
15473 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
15474 (pcomplete--table-subvert): Sync with comint--table-subvert.
15475 (pcomplete--entries): Use comint-completion-file-name-table.
15476 * comint.el (comint-unquote-filename): Simplify.
15477 (comint-completion-file-name-table): New function (bug#9616).
15478 (comint--complete-file-name-data): Use it.
15479
15480 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
15481 (pcmpl-gnu-tar-buffer): Remove.
15482 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
15483 around. Make sure pcomplete-suffix-list is only changed temporarily.
15484 Don't look inside the tar's file if it's too large.
15485
15486 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
15487
15488 * cus-edit.el (custom-mode-map):
15489 * epa.el (epa-key-list-mode-map):
15490 * man.el (Man-mode-map):
15491 * startup.el (splash-screen-keymap):
15492 * simple.el (special-mode-map): Use scroll-up-command and
15493 scroll-down-command.
15494
15495 * progmodes/idlw-help.el (idlwave-help-mode-map):
15496 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
15497 * net/newst-plainview.el (newsticker-mode-map):
15498 * emulation/ws-mode.el (wordstar-mode-map):
15499 * emulation/vi.el (vi-com-map):
15500 * calc/calc-graph.el (calc-graph-show-dumb):
15501 * term/sun.el (terminal-init-sun):
15502 * term/ns-win.el (global-map):
15503 * progmodes/grep.el (grep-mode-map):
15504 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
15505 * mail/rmail.el (rmail-mode-map):
15506 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
15507
15508 * custom.el (custom-safe-themes, load-theme): Treat value of t for
15509 custom-safe-themes as special.
15510
15511 2011-10-01 Julien Danjou <julien@danjou.info>
15512
15513 * notifications.el (notifications-notify): Fix docstring.
15514
15515 2011-10-01 Per Starbäck <per@starback.se>
15516
15517 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
15518
15519 2011-09-30 Martin Rudalics <rudalics@gmx.at>
15520
15521 * startup.el (command-line-1): Fix last fix by inserting
15522 initial-scratch-message into *scratch* before displaying it.
15523 (Bug#9605) and (Bug#9636)
15524
15525 2011-09-29 Eli Zaretskii <eliz@gnu.org>
15526
15527 * simple.el (line-move): If auto-hscroll-mode is disabled and the
15528 window is hscrolled, move by logical lines. (Bug#9607)
15529 (line-move-visual): Update the doc string to the above effect.
15530
15531 2011-09-29 Martin Rudalics <rudalics@gmx.at>
15532
15533 * window.el (display-buffer-record-window): When WINDOW is the
15534 selected window use `point' instead of `window-point'. (Bug#9626)
15535
15536 * startup.el (command-line-1): Use insert-before-markers when
15537 inserting initial-scratch-message. (Bug#9605)
15538
15539 * help.el (help-window): Remove variable.
15540
15541 2011-09-29 Glenn Morris <rgm@gnu.org>
15542
15543 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
15544
15545 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
15546
15547 * descr-text.el (describe-char-categories): Accept category
15548 descriptions more than one line long.
15549
15550 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * simple.el (delete-trailing-whitespace): Fix last change.
15553
15554 * progmodes/perl-mode.el (perl-syntax-propertize-function):
15555 Don't confuse "y => 3" as the beginning of a `y' operation.
15556
15557 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
15558 object has more than 4 slots (bug#9613).
15559
15560 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
15561
15562 * subr.el (with-output-to-temp-buffer):
15563 * net/quickurl.el (quickurl, quickurl-browse-url):
15564 Fix typos in docstrings.
15565
15566 2011-09-27 Eli Zaretskii <eliz@gnu.org>
15567
15568 * minibuffer.el (completion-styles)
15569 (completion-category-overrides): Cross reference each other in doc
15570 strings.
15571
15572 2011-09-27 Glenn Morris <rgm@gnu.org>
15573
15574 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
15575 to split-string. (Bug#9606)
15576
15577 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15578
15579 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
15580 (bug#9615).
15581
15582 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
15583
15584 * emacs-lisp/package.el (list-packages): Fix echo area message.
15585
15586 2011-09-27 Leo Liu <sdl.web@gmail.com>
15587
15588 * ido.el (ido-read-internal): Accept cons cell HIST arg.
15589
15590 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
15591
15592 * net/dbus.el (dbus-unregister-object): Don't release services for
15593 registered signals. (Bug#9581)
15594
15595 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15596
15597 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
15598 function that picks between cfengine 2 and 3 support
15599 automatically. Update docs accordingly.
15600
15601 2011-09-22 Kenichi Handa <handa@m17n.org>
15602
15603 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
15604 ZERO.
15605 (indian-itrans-v5-table-for-tamil): New variable.
15606 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
15607
15608 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
15609
15610 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
15611 that's true if the current command involved collapsing of text.
15612 It's reset to false at the beginning of the next command.
15613 (allout-post-command-business): Move the cursor to the beginning
15614 of entry if the cursor is hidden and collapsing activity just
15615 happened.
15616
15617 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
15618
15619 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
15620 tracking (Bug#9541).
15621
15622 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
15623
15624 * net/newst-reader.el (newsticker-html-renderer)
15625 (newsticker-show-news): Automatically load html rendering package
15626 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
15627 because w3m-fill-column is let-bound" and the error "Symbol's value
15628 as variable is void: w3m-fill-column".
15629
15630 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
15631
15632 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
15633 Release services only if they are defined. (Bug#9581)
15634
15635 2011-09-23 Richard Stallman <rms@gnu.org>
15636
15637 * textmodes/paragraphs.el (forward-sentence): For backwards case,
15638 distinguish start of paragraph from start of its text.
15639
15640 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
15641
15642 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
15643 (rmail-generate-viewer-buffer): Put that hook on view buffer.
15644 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
15645
15646 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
15647
15648 * international/mule-diag.el (mule-diag): Insert a newline after
15649 each fontset description.
15650
15651 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15652
15653 * simple.el (delete-trailing-whitespace):
15654 Document last change; simplify.
15655
15656 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
15657
15658 * simple.el (delete-trailing-whitespace): Also delete
15659 extra newlines at the end of the buffer.
15660
15661 * textmodes/picture.el: Make motion commands obey shift-select-mode.
15662 (picture-newline): Use forward-line so as to ignore fields.
15663
15664 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15665
15666 * subr.el (with-wrapper-hook): Fix edebug spec.
15667
15668 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15669
15670 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
15671 (bug#4538).
15672
15673 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
15674
15675 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
15676 Fix nasty bug using wrong cached values.
15677
15678 2011-09-23 Alan Mackenzie <acm@muc.de>
15679
15680 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
15681
15682 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
15683
15684 * window.el (pop-to-buffer): Ensure right window is selected if we
15685 chose another frame.
15686
15687 2011-09-22 Eli Zaretskii <eliz@gnu.org>
15688
15689 * simple.el (what-cursor-position): Use get-char-property-change
15690 and next-single-char-property-change, to be able to show display
15691 properties that come from overlays as well as text properties.
15692
15693 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
15694
15695 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
15696
15697 * cmuscheme.el (run-scheme, switch-to-scheme):
15698 * cus-edit.el (customize-group, custom-buffer-create)
15699 (customize-browse):
15700 * info.el (info):
15701 * shell.el (shell):
15702 * mail/sendmail.el (mail):
15703 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
15704
15705 2011-09-22 Richard Stallman <rms@gnu.org>
15706
15707 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
15708 move back only to line beg, don't move back over blank lines.
15709
15710 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
15711
15712 * files.el (copy-directory): Set directory attributes only in case
15713 they could be retrieved from the source directory. (Bug#9565)
15714
15715 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
15716
15717 * progmodes/hideshow.el (hs-looking-at-block-start-p)
15718 (hs-find-block-beginning, hs-hide-level-recursive):
15719 Ignore strings as well as comments. (Bug#9502)
15720
15721 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
15722
15723 * progmodes/sql.el (sql-comint-postgres):
15724 Convert port number to a string. (Bug#9566)
15725
15726 2011-09-22 Martin Rudalics <rudalics@gmx.at>
15727
15728 * window.el (quit-window): Undedicate window when switching to
15729 previous buffer. Reported by Thierry Volpiatto
15730 <thierry.volpiatto@gmail.com>.
15731 (special-display-popup-frame): When popping up a new frame reset
15732 its previous buffers to nil. Simplify code.
15733
15734 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
15735
15736 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
15737 and process filter, as done also in `shell-command'.
15738
15739 2011-09-21 Martin Rudalics <rudalics@gmx.at>
15740
15741 * window.el (set-window-buffer-start-and-point):
15742 Call set-window-start with NOFORCE argument t.
15743 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15744 (quit-window): Reword doc-string. Handle new format of
15745 quit-restore parameter. Don't delete window if it has a
15746 previous buffer we can show instead of the present one.
15747 (display-buffer-record-window): Rewrite using a new format for
15748 the quit-restore window parameter
15749 (special-display-popup-frame, display-buffer-same-window)
15750 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15751 (display-buffer-pop-up-window, display-buffer-use-some-window):
15752 Adapt symbol passed to display-buffer-record-window.
15753 * help.el (help-window-setup): Handle new format of quit-restore
15754 parameter.
15755
15756 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * faces.el (face-list): Fix docstring (bug#9564).
15759
15760 * window.el (display-buffer--action-function-custom-type):
15761 Don't include internal functions in the Custom interface.
15762
15763 2011-09-20 Juri Linkov <juri@jurta.org>
15764
15765 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
15766 (Info-forward-node, Info-backward-node, Info-next-preorder)
15767 (Info-last-preorder): Use it. (Bug#9528)
15768
15769 2011-09-20 Juri Linkov <juri@jurta.org>
15770
15771 * info.el (Info-last-preorder): Visit last menu item only when
15772 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
15773
15774 2011-09-20 Julien Danjou <julien@danjou.info>
15775
15776 * password-cache.el (password-cache-remove): Remove entries even if the
15777 value is nil, so that password with a nil value (negative caching) is
15778 possible to invalidate.
15779
15780 2011-09-20 Lawrence Mitchell <wence@gmx.li>
15781
15782 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
15783 all whitespace around breakpoint. (Bug#9553)
15784 (f90-find-breakpoint): Only break at whitespace inside a comment.
15785
15786 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15787
15788 * minibuffer.el (completion-file-name-table): Keep track of errors.
15789 (completion-table-with-predicate): Handle the case where pred1 is nil.
15790 * pcomplete.el (pcomplete-completions-at-point): Simplify.
15791
15792 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15793
15794 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
15795 (debugger-return-value): Signal an error if the debugging context does
15796 not await any return value.
15797
15798 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
15799 * image-mode.el (image-toggle-display-text)
15800 (image-toggle-display-image): Stay away from evil `intangible'.
15801
15802 2011-09-19 Leo Liu <sdl.web@gmail.com>
15803
15804 * replace.el (occur-revert-arguments): Make it permanent-local.
15805 (occur-mode): Don't call font-lock-defontify.
15806
15807 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
15808
15809 * net/ldap.el (ldap-search-internal): Don't push empty search
15810 result (Bug#9508).
15811
15812 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15813
15814 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
15815
15816 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
15817
15818 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
15819 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
15820
15821 2011-09-18 Juri Linkov <juri@jurta.org>
15822
15823 * buff-menu.el (Buffer-menu-mode-map):
15824 * dired.el (dired-mode-map):
15825 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
15826 (lisp-interaction-mode-map):
15827 * emacs-lisp/package.el (package-menu-mode-map):
15828 * epa.el (epa-key-list-mode-map):
15829 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
15830 (menu-bar-options-menu):
15831 * outline.el (outline-mode-menu-bar-map):
15832 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
15833 * vc/vc-dir.el (vc-dir-menu-map):
15834 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
15835 Capitalize non-function content words in menu item strings.
15836
15837 * dired.el (dired-mode-map): Add menu item for
15838 `image-dired-dired-toggle-marked-thumbs'.
15839
15840 2011-09-18 Juri Linkov <juri@jurta.org>
15841
15842 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
15843 to `isearch-case-fold-search' and restore its original value
15844 after the `isearch-mode' call.
15845
15846 2011-09-18 Juri Linkov <juri@jurta.org>
15847
15848 * progmodes/grep.el (grep-process-setup): Don't check code for 1
15849 because `zgrep' returns 1 for successful matches (bug#9226).
15850
15851 2011-09-18 Juri Linkov <juri@jurta.org>
15852
15853 * info.el (Info-extract-menu-node-name): Check the second match
15854 for empty string (second test-case of bug#9528).
15855 (Info-last-preorder): Let-bind `Info-history' to nil to not add
15856 intermediate nodes to the history (first test-case of bug#9528).
15857
15858 2011-09-18 Juri Linkov <juri@jurta.org>
15859
15860 * info.el (Info-mode-syntax-table): New variable.
15861 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
15862
15863 2011-09-18 Juri Linkov <juri@jurta.org>
15864
15865 * info.el (Info-file-supports-index-cookies):
15866 Increment line-beginning-position's arg from 3 to 4 because makeinfo
15867 outputs one more line for long file names (bug#4142).
15868
15869 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
15870
15871 * newcomment.el (comment-normalize-vars): If prompting for
15872 comment-start, set comment-start-skip too (Bug#8424).
15873
15874 2011-09-18 Johan Bockgård <bojohan@gnu.org>
15875
15876 * icomplete.el: Fix previous fix of Bug#5849.
15877 (icomplete-mode): Don't set completion-show-inline-help.
15878 (icomplete-minibuffer-setup): Set completion-show-inline-help
15879 locally during icompletion.
15880
15881 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
15882
15883 * woman.el (woman2-process-escapes): Don't delete unrecognized
15884 escapes (Bug#7843).
15885
15886 * files.el (inhibit-first-line-modes-regexps): Add image files.
15887 (hack-local-variables-prop-line): Return nil for malformed
15888 prop-lines (Bug#9044).
15889
15890 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
15891
15892 * net/tramp.el (top): Don't require 'shell.
15893 (tramp-methods): Fix docstring.
15894 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
15895 Return complete remote file name. Handle "smb" case.
15896 Use `tramp-tmpdir', if defined for the respective method.
15897 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
15898
15899 * net/tramp-compat.el (top): Require 'shell.
15900
15901 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15902 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
15903 `tramp-current-host'.
15904 (tramp-get-remote-tmpdir): Remove.
15905
15906 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
15907 `tramp-tmpdir' entries.
15908 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
15909 (tramp-smb-handle-file-attributes): Ignore errors.
15910 (tramp-smb-wait-for-output): Check also for process end.
15911
15912 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15913
15914 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
15915 when sending QUIT (bug#9312).
15916
15917 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
15918
15919 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
15920 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
15921 occur-mode-display-occurrence.
15922 (occur-edit-mode): Add usage message.
15923 (occur-cease-edit): New command.
15924 (occur-after-change-function): Use text properties to find the
15925 position of the prefix text.
15926 (occur-engine): Set stickiness of prefix text properties.
15927
15928 2011-09-17 Glenn Morris <rgm@gnu.org>
15929
15930 * progmodes/etags.el (complete-tag):
15931 Fix call to completion-in-region. (Bug#9526)
15932
15933 2011-09-17 Juri Linkov <juri@jurta.org>
15934
15935 * textmodes/ispell.el (ispell-word): Add to the error message
15936 the word, ispell program name and current dictionary (bug#9121).
15937 (ispell-tex-arg-end): Capitalize "error" in the error message.
15938
15939 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
15940
15941 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
15942 check. (Bug#4251)
15943
15944 2011-09-17 Juri Linkov <juri@jurta.org>
15945
15946 * window.el (window-safe-min-height, window-safe-min-width):
15947 Fix typos (followup to bug#9522).
15948
15949 2011-09-17 Sven Joachim <svenjoac@gmx.de>
15950
15951 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
15952
15953 2011-09-16 Eli Zaretskii <eliz@gnu.org>
15954
15955 * simple.el (line-move): If goal-column is set, move by logical
15956 lines, not by display lines. (Bug#971)
15957 (next-line, previous-line, goal-column, line-move-visual): Doc fix
15958 to reflect the above change.
15959
15960 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * image.el (imagemagick-register-types): Use regexp-opt.
15963
15964 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
15965
15966 * window.el (display-buffer-base-action): Rename from
15967 display-buffer-default-action. Make default value empty.
15968 (display-buffer-overriding-action): Convert to defvar.
15969 (display-buffer-fallback-action): New var.
15970
15971 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
15972
15973 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
15974 declaration.
15975 (package--add-to-archive-contents): If there is a duplicate entry
15976 with an older version, remove it.
15977 (package-menu-mark-delete, package-menu-mark-install)
15978 (package-menu-mark-unmark): Make unused args optional.
15979 (package-menu-mark-obsolete-for-deletion):
15980 Use package-menu-get-status instead of a regexp search.
15981 (package-menu-get-status): Use tabulated-list-entry.
15982 (package-menu-mark-upgrades): New command.
15983 (package-menu-mode-map): Bind it to U. Add it to menu bar.
15984 (package-menu-execute): Do installation before deletion.
15985 (package-menu-refresh, package-menu-execute): Use derived-mode-p
15986 instead of checking major-mode.
15987 (package-menu--find-upgrades): New function.
15988
15989 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15990
15991 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
15992 passwords in the log buffer.
15993 (smtpmail-process-filter): Update the process marker so that the
15994 "broken by peer" status message is inserted in the right place.
15995
15996 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15997
15998 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15999 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
16000 bibtex-completion-at-point-function.
16001 (bibtex-completion-at-point-function): Use them.
16002
16003 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
16004
16005 * mpc.el (mpc-constraints-tag-lookup): New function.
16006 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
16007 also to browser "album|playlist".
16008
16009 2011-09-14 Juri Linkov <juri@jurta.org>
16010
16011 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
16012 (isearch-edit-string): Use length of `isearch-string' when
16013 `isearch-fail-pos' returns nil.
16014 (isearch-message): Remove duplicate code and call
16015 `isearch-fail-pos' with arg `t'.
16016
16017 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
16018
16019 * replace.el (occur-mode-goto-occurrence): Don't force using other
16020 window (Bug#9499).
16021
16022 * dired-aux.el (dired-do-chmod): Don't provide initial input.
16023
16024 2011-09-14 Martin Rudalics <rudalics@gmx.at>
16025
16026 * window.el (display-buffer-window): Remove.
16027 (display-buffer-record-window): Use help-setup window parameter
16028 instead of variable display-buffer-window.
16029 (display-buffer-function, special-display-buffer-names)
16030 (special-display-function): Mention help-setup parameter instead
16031 of display-buffer-window in doc-string.
16032 * help.el (help-window-setup): New argument help-window.
16033 Use help-window-setup parameter instead of display-buffer-window.
16034 Reword some messages.
16035 (with-help-window): Pass window used for displaying the buffer
16036 to help-window-setup. Don't set display-buffer-window.
16037
16038 2011-09-13 Glenn Morris <rgm@gnu.org>
16039
16040 * emacs-lisp/debug.el (debugger-make-xrefs):
16041 Preserve point. (Bug#9462)
16042
16043 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
16044
16045 * window.el (window-deletable-p): Use next-frame.
16046
16047 2011-09-13 Martin Rudalics <rudalics@gmx.at>
16048
16049 * window.el (window-auto-delete): Remove.
16050 (window-deletable-p): Remove argument FORCE. Don't deal with
16051 dedication and previous buffers.
16052 (switch-to-prev-buffer): Don't delete window.
16053 (delete-windows-on): Delete a window's frame if and only if the
16054 window is dedicated.
16055 (replace-buffer-in-windows): Delete buffer's window or frame if
16056 and only if window is dedicated.
16057 (quit-window): Handle quit-restore as before last change.
16058 (bury-buffer): Delete window only if window-deletable-p returns t.
16059
16060 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
16061
16062 * window.el (window-deletable-p): Never delete the last frame on a
16063 given terminal.
16064
16065 2011-09-13 Glenn Morris <rgm@gnu.org>
16066
16067 * help.el (describe-key-briefly): Copy previous standard-output change.
16068
16069 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
16070
16071 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
16072
16073 2011-09-13 Glenn Morris <rgm@gnu.org>
16074
16075 * emacs-lisp/lisp-mode.el (lisp-indent-function):
16076 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
16077
16078 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
16079
16080 * dired-aux.el (dired-mark-read-string): Don't return default
16081 value on empty input (Bug#9361).
16082 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
16083 Omit initial minibuffer contents.
16084 (dired-do-chmod): Signal an error on empty input.
16085 (dired-mark-read-string): Don't return default on empty input.
16086
16087 * files.el (file-modes-symbolic-to-number): Doc fix.
16088
16089 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16090
16091 * international/mule-cmds.el (ucs-completions): Remove.
16092 (read-char-by-name): Use complete-with-action instead; add metadata.
16093
16094 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
16095
16096 * window.el (display-buffer--action-function-custom-type)
16097 (display-buffer--action-custom-type): New vars.
16098 (display-buffer-alist, display-buffer-default-action)
16099 (display-buffer-overriding-action): Add defcustom types.
16100
16101 * frame.el (delete-other-frames): Doc fix (Bug#276).
16102
16103 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16104
16105 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
16106
16107 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
16108
16109 Change modes that used same-window-* vars to use switch-to-buffer.
16110
16111 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
16112 Use switch-to-buffer.
16113
16114 * cus-edit.el (customize-group, custom-buffer-create)
16115 (customize-browse, custom-buffer-create-other-window):
16116 Use switch-to-buffer or switch-to-buffer-other-window.
16117
16118 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
16119 (Info-prev, Info-up, Info-speedbar-goto-node)
16120 (info-display-manual): Use switch-to-buffer.
16121 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
16122
16123 * mail/sendmail.el (mail): Use switch-to-buffer.
16124 (mail-recover): Use switch-to-buffer-other-window.
16125
16126 * cmuscheme.el (run-scheme, switch-to-scheme):
16127 * ielm.el (ielm):
16128 * shell.el (shell):
16129 * net/rlogin.el (rlogin):
16130 * net/telnet.el (telnet, rsh):
16131 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
16132
16133 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
16134
16135 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
16136
16137 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16138
16139 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
16140 so don't mention it (bug#9301).
16141 (dired-sort-toggle-or-edit): Clarify string further.
16142
16143 * faces.el (face-spec-set-match-display): Make `(type graphic)'
16144 match `x', `w32' and `ns', like the manual says (bug#9029).
16145
16146 * subr.el (eval-after-load): Doc string clarification (bug#9125).
16147 (process-kill-buffer-query-function): Mention the buffer name in
16148 the query.
16149
16150 * image-mode.el (image-next-line): The line parameter is mandatory
16151 (bug#9258).
16152
16153 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
16154 which can be useful (bug#9301).
16155
16156 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
16157
16158 * subr.el (match-string): Mention that the current buffer should
16159 be the same as the search was done in (bug#9282).
16160
16161 * facemenu.el: Disable the remove-* commands if the mark isn't
16162 active (bug#9162).
16163
16164 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
16165
16166 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
16167 of display-buffer.
16168 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
16169
16170 * replace.el (occur-mode-goto-occurrence)
16171 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
16172 and display-buffer.
16173
16174 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
16175 display-buffer.
16176
16177 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
16178 special-display and same-window variables.
16179 (mail-other-window): Use switch-to-buffer-other-window.
16180 (mail-other-frame): USe switch-to-buffer-other-frame.
16181
16182 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
16183 Use display-buffer-other-frame.
16184 (gdb-display-gdb-buffer): Use pop-to-buffer.
16185
16186 * progmodes/gud.el (gud-goto-info): Use info-other-window.
16187
16188 * progmodes/python.el: Don't set same-window-buffer-names.
16189
16190 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
16191
16192 * window.el (display-buffer-alist): Add *Python*.
16193
16194 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
16195
16196 * window.el (display-buffer-alist): Add entry for buffers
16197 previously handled same-window-*.
16198 (display-buffer-alist, display-buffer-default-action)
16199 (display-buffer-overriding-action): Mark as risky.
16200 (display-buffer-alist): Document action function changes.
16201 (display-buffer--same-window-action)
16202 (display-buffer--other-frame-action): New variables.
16203 (switch-to-buffer, display-buffer-other-frame): Use them.
16204 (display-buffer): Rename reuse-frame entry to reusable-frames.
16205 (display-buffer-reuse-selected-window): Function deleted.
16206 (display-buffer-reuse-window): Handle reusable-frames alist entry.
16207 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
16208 (display-buffer-special): New function.
16209 (display-buffer--maybe-pop-up-frame-or-window): Rename from
16210 display-buffer-reuse-or-pop-window. Split off special-display
16211 part into display-buffer-special.
16212 (display-buffer-use-some-window): Don't perform any special
16213 pop-up-frames handling.
16214 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
16215 (display-buffer--maybe-same-window): Rename from
16216 display-buffer-maybe-same-window.
16217
16218 * info.el: Don't set same-window-regexps.
16219 (info-setup): New function.
16220 (info-other-window, info): Call it.
16221
16222 * cus-edit.el: Don't set same-window-regexps.
16223 (customize-group): New argument.
16224 (customize-group-other-window): Use it.
16225 (customize-face, customize-face-other-window): Likewise.
16226 (custom-buffer-create-other-window): Use pop-to-buffer directly.
16227
16228 * net/rlogin.el:
16229 * net/telnet.el:
16230 * progmodes/gud.el: Don't set same-window-regexps.
16231
16232 * cmuscheme.el:
16233 * ielm.el:
16234 * shell.el:
16235 * mail/sendmail.el:
16236 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
16237
16238 2011-09-10 Juri Linkov <juri@jurta.org>
16239
16240 * isearch.el (isearch-edit-string): Remove obsolete mention of
16241 `C-w' (`isearch-yank-word-or-char') from docstring.
16242 (isearch-query-replace): Fix typo in docstring (bug#9466).
16243
16244 2011-09-10 Juri Linkov <juri@jurta.org>
16245
16246 * paren.el (show-paren-function): Don't show escaped parens.
16247 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
16248
16249 2011-09-10 Eli Zaretskii <eliz@gnu.org>
16250
16251 * mail/sendmail.el (mml-to-mime, mml-attach-file)
16252 (mm-default-file-encoding): Remove autoload forms, they are
16253 replaced with autoload cookies in mml.el and mm-encode.el.
16254 (mail-add-attachment): New command.
16255 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
16256 (mail-mode): Mention mail-insert-file and mail-add-attachment in
16257 the doc string.
16258 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
16259
16260 2011-09-10 Reuben Thomas <rrt@sc3d.org>
16261
16262 * simple.el (count-words-region): Use buffer if there's no region
16263 (bug#9429).
16264
16265 2011-09-09 Juri Linkov <juri@jurta.org>
16266
16267 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
16268 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
16269 (wdired-isearch-filter-read-only): New function. (Bug#6362)
16270
16271 2011-09-09 Alan Mackenzie <acm@muc.de>
16272
16273 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
16274 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
16275
16276 2011-09-09 Eli Zaretskii <eliz@gnu.org>
16277
16278 Fix for Savannah bug#9392.
16279 * simple.el (mail-encode-mml): New defvar.
16280
16281 * mail/rmail.el (mail-encode-mml): Add a defvar.
16282 (rmail-enable-mime-composing): Default to t.
16283 (rmail-forward): Use MIME method of forwarding only if both
16284 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
16285 Set mail-encode-mml non-nil if the MIME method was used.
16286
16287 * mail/sendmail.el (mml-to-mime): Add autoload form.
16288 (mail-encode-mml): Add a defvar.
16289 (mail-mode): Make mail-encode-mml buffer-local and initialize it
16290 to nil.
16291 (mail-send): If mail-encode-mml is non-nil, run the outgoing
16292 message through mml-to-mime, and reset mail-encode-mml to nil.
16293
16294 2011-09-09 Glenn Morris <rgm@gnu.org>
16295
16296 * woman.el (woman-if-body): When processing an .el block,
16297 do not delete the next .el block as well. (Bug#9447)
16298 (woman-special-characters): Add oq, cq, and hy characters.
16299
16300 2011-09-08 Martin Rudalics <rudalics@gmx.at>
16301
16302 * window.el (window-deletable-p): Make sure window is live before
16303 invoking window-prev-buffers.
16304
16305 2011-09-08 Leo Liu <sdl.web@gmail.com>
16306
16307 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
16308
16309 2011-09-08 Juri Linkov <juri@jurta.org>
16310
16311 * progmodes/compile.el (compilation-environment): Make it
16312 a defcustom (bug#8340).
16313
16314 2011-09-08 Martin Rudalics <rudalics@gmx.at>
16315
16316 * window.el (frame-auto-delete): Rename to window-auto-delete.
16317 Make it control auto-deletion of windows and/or frames.
16318 (window-deletable-p): New argument FORCE. Rewrite conditions
16319 for deleting window/frame. (Bug#9419)
16320 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
16321 Rewrite handling of case when window/frame can be deleted.
16322 (delete-windows-on): Call window-deletable-p with new FORCE
16323 argument t. (Bug#9456)
16324
16325 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
16326
16327 * help-mode.el (help-mode): Restore autoload.
16328
16329 2011-09-07 Juri Linkov <juri@jurta.org>
16330
16331 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
16332 `compilation-environment'. Set buffer-local
16333 `compilation-environment' to `thisenv' later after (funcall mode).
16334 (Bug#8340)
16335
16336 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
16337 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
16338 instead of replacing its value. (Bug#8340)
16339
16340 2011-09-07 Juri Linkov <juri@jurta.org>
16341
16342 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
16343 based on text properties put by `grep-filter' instead of matching
16344 escape sequences.
16345 (grep-mode): Set buffer-local `compilation-error-screen-columns'
16346 to the value of `grep-error-screen-columns' (bug#9438).
16347
16348 2011-09-07 Juri Linkov <juri@jurta.org>
16349
16350 * simple.el (next-error-highlight, next-error-highlight-no-select):
16351 Doc fix (bug#9432).
16352
16353 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
16354
16355 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16356 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
16357
16358 2011-09-07 Leo Liu <sdl.web@gmail.com>
16359
16360 * net/rcirc.el (rcirc-mode): Conditionally initialize
16361 rcirc-input-ring.
16362
16363 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16364
16365 * emacs-lisp/find-func.el (find-function-C-source): Only set
16366 find-function-C-source-directory after checking that we found a source
16367 file there (bug#9440).
16368
16369 2011-09-06 Alan Mackenzie <acm@muc.de>
16370
16371 * isearch.el (isearch-other-meta-char): Wherever a key list is
16372 unread, "unread" the prefix arg, too. This fixes bug #8901.
16373
16374 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
16375
16376 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
16377
16378 2011-09-05 Juri Linkov <juri@jurta.org>
16379
16380 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
16381
16382 2011-09-05 Juri Linkov <juri@jurta.org>
16383
16384 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
16385 keeping point where processing of grep matches begins, and
16386 continue to delete remaining escape sequences from the same point.
16387 (grep-filter): Make leading zero optional in "0?1;31m" because
16388 git-grep emits "\033[1;31m" escape sequences unlike expected
16389 "\033[01;31m" as GNU Grep does (bug#9408).
16390 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
16391
16392 2011-09-05 Juri Linkov <juri@jurta.org>
16393
16394 * subr.el (y-or-n-p): Capitalize "yes".
16395
16396 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
16397
16398 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
16399 `tramp-cache-unload-hook' where appropriate.
16400 (tramp-methods): Rename `tramp-remote-sh' to
16401 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
16402 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
16403
16404 * net/tramp-sh.el (top): Don't require 'shell.
16405 (tramp-methods): Add `tramp-remote-shell' and
16406 `tramp-remote-shell-args' entries.
16407 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
16408 (tramp-sh-handle-shell-command): Remove.
16409 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16410 Use `tramp-remote-shell'.
16411
16412 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
16413
16414 * mail/sendmail.el (sendmail-query-once-function): Delete.
16415 (sendmail-query-once): Save directly to send-mail-function.
16416 Update message-send-mail-function too.
16417
16418 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
16419
16420 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16421
16422 * progmodes/python.el (python-mode-map): Use correct function to
16423 start python interpreter from menu-bar (as reported by Geert
16424 Kloosterman).
16425 (inferior-python-mode-map): Fix typo.
16426 (python-shell-map): Remove.
16427
16428 2011-09-03 Deniz Dogan <deniz@dogan.se>
16429
16430 * net/rcirc.el (rcirc-print): Simplify code for
16431 rcirc-scroll-show-maximum-output. There is no need to walk
16432 through all windows to find the right one.
16433
16434 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
16435
16436 * help.el (help-return-method): Doc fix.
16437
16438 2011-09-03 Martin Rudalics <rudalics@gmx.at>
16439
16440 * window.el (window-deletable-p): Don't return a non-nil value
16441 when there's a buffer that was shown in the window before.
16442 (Bug#9419)
16443 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16444 Set window's previous buffers to nil.
16445
16446 2011-09-03 Eli Zaretskii <eliz@gnu.org>
16447
16448 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
16449 newline before and after the tag line, so it doesn't interfere
16450 with determining the paragraph direction of bidirectional text.
16451
16452 2011-09-03 Leo Liu <sdl.web@gmail.com>
16453
16454 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
16455
16456 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
16457
16458 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
16459 (pop-to-buffer): Change interactive spec. Pass second argument
16460 directly to display-buffer.
16461 (display-buffer): Fix interactive spec. Use functionp to
16462 distinguish between a function and a list of functions.
16463
16464 * abbrev.el (edit-abbrevs):
16465 * arc-mode.el (archive-extract):
16466 * autoinsert.el (auto-insert):
16467 * bookmark.el (bookmark-bmenu-list):
16468 * files.el (find-file):
16469 * view.el (view-buffer):
16470 * progmodes/compile.el (compilation-goto-locus):
16471 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
16472
16473 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
16474
16475 * window.el (display-buffer-alist): Doc fix.
16476 (display-buffer): Add docstring. Don't treat
16477 display-buffer-default specially.
16478 (display-buffer-reuse-selected-window)
16479 (display-buffer-same-window, display-buffer-maybe-same-window)
16480 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16481 (display-buffer-pop-up-window)
16482 (display-buffer-reuse-or-pop-window)
16483 (display-buffer-use-some-window): New functions.
16484 (display-buffer-default-action): Use them.
16485 (display-buffer-default): Delete.
16486 (pop-to-buffer-1): Fix choice of actions.
16487
16488 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16489
16490 * minibuffer.el (completion--insert-strings): Don't get confused by
16491 completion entries that end with an LF char.
16492
16493 2011-09-01 Eli Zaretskii <eliz@gnu.org>
16494
16495 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
16496
16497 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
16498
16499 * window.el (display-buffer): Restore interactive spec.
16500 (display-buffer-same-window, display-buffer-other-window):
16501 New functions.
16502 (pop-to-buffer-1): New function. Use the above.
16503 (pop-to-buffer, pop-to-buffer-same-window): Use it.
16504 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
16505
16506 * view.el (view-buffer-other-window, view-buffer-other-frame):
16507 Just use pop-to-buffer.
16508
16509 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16510
16511 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
16512
16513 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
16514
16515 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
16516
16517 2011-08-31 Richard Stallman <rms@gnu.org>
16518
16519 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
16520 of the separation of rmail-view-buffer from rmail-buffer.
16521 If you say no to "replace original", the decrypt is in the
16522 view buffer. If you say yes, the decrypt goes into the
16523 rmail buffer also.
16524
16525 2011-08-31 Martin Rudalics <rudalics@gmx.at>
16526
16527 * window.el (display-buffer-window): Rewrite doc-string.
16528 (display-buffer-record-window): New function.
16529 (display-buffer-macro-specifiers)
16530 (display-buffer-even-window-sizes, display-buffer-set-height)
16531 (display-buffer-set-width, display-buffer-in-window)
16532 (display-buffer-reuse-window, display-buffer-split-specifiers)
16533 (display-buffer-side-specifiers, display-buffer-split-window-1)
16534 (display-buffer-split-window, display-buffer-split-atom-window)
16535 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16536 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
16537 (display-buffer-other-window-means-other-frame)
16538 (display-buffer-normalize-special)
16539 (display-buffer-normalize-default)
16540 (display-buffer-normalize-argument)
16541 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
16542 (display-buffer-normalize-specifiers, display-buffer-frame)
16543 (display-buffer-same-window, display-buffer-same-frame)
16544 (display-buffer-other-window)
16545 (display-buffer-same-frame-other-window)
16546 (display-buffer-other-frame, pop-to-buffer-same-window)
16547 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
16548 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
16549 (switch-to-buffer-same-frame)
16550 (switch-to-buffer-other-window-same-frame)
16551 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
16552 (display-buffer-alist-set-1, display-buffer-alist-set-2)
16553 (display-buffer-alist-set): Remove.
16554 (display-buffer-function, special-display-buffer-names)
16555 (special-display-regexps, special-display-function):
16556 In doc-string refer to display-buffer-window and quit-restore
16557 parameter.
16558 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
16559 (special-display-frame-alist, special-display-popup-frame)
16560 (same-window-buffer-names, same-window-regexps, same-window-p)
16561 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16562 (split-window-preferred-function, split-height-threshold)
16563 (split-width-threshold, window-splittable-p)
16564 (split-window-sensibly, window--try-to-split-window)
16565 (window--frame-usable-p, even-window-heights)
16566 (window--even-window-heights, window--display-buffer-1)
16567 (window--display-buffer-2, display-buffer-other-frame):
16568 Restore old Emacs 23 code, order and doc-strings where applicable.
16569 (display-buffer-default, display-buffer-assq-regexp): New functions.
16570 (display-buffer-alist): Rewrite doc-string.
16571 (display-buffer-default-action)
16572 (display-buffer-overriding-action): New variables.
16573 (display-buffer, switch-to-buffer): Rewrite.
16574 (pop-to-buffer): Restore Emacs 23 behavior but use
16575 window-normalize-buffer-to-display.
16576 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
16577 Restore Emacs 23 behavior but use
16578 window-normalize-buffer-to-switch-to.
16579 (pop-to-buffer-same-window): Rewrite.
16580 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
16581 Rewrite using Emacs 23 options.
16582
16583 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
16584
16585 * net/tramp.el (tramp-root-regexp): Remove.
16586 (tramp-completion-file-name-regexp-unified)
16587 (tramp-completion-file-name-regexp-separate)
16588 (tramp-completion-file-name-regexp-url): Don't use leading volume
16589 letter on w32 systems. (Bug#5303, Bug#9311)
16590 (tramp-drop-volume-letter): Simplify definition.
16591 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16592
16593 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
16596 (bug#9356).
16597
16598 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
16599
16600 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
16601
16602 2011-08-29 Juri Linkov <juri@jurta.org>
16603
16604 * isearch.el (isearch-done): Don't display message "Mark saved"
16605 when arg `edit' is non-nil to prevent its flicker in the echo area.
16606
16607 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
16608
16609 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
16610 obsolete packages for deletion.
16611
16612 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
16613
16614 * help-mode.el (help-mode-map): Add special-mode-map to parent.
16615 (help-mode): Derive help-mode from special-mode. Don't invoke
16616 view-mode from help-mode.
16617 (help-xref-override-view-map): Remove.
16618 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
16619 view-mode is not used anymore.
16620
16621 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
16622
16623 * server.el (server-port): Doc fix.
16624
16625 * cus-theme.el (custom-theme-choose-mode): Inherit from
16626 special-mode (Bug#9124).
16627 (custom-theme-choose-mode-map): Add special-mode to parent.
16628
16629 2011-08-28 Alan Mackenzie <acm@muc.de>
16630
16631 * progmodes/cc-fonts.el
16632 (c-make-font-lock-BO-decl-search-function): New function.
16633 (c-basic-matchers-after - "Fontify the clauses after various
16634 keywords"): Extract the three keyword lists for the 3 erroneous
16635 constructs from the list of four, and use the new function above
16636 in place of an old one.
16637
16638 2011-08-28 Deniz Dogan <deniz@dogan.se>
16639
16640 * net/rcirc.el (rcirc-insert-prev-input)
16641 (rcirc-insert-next-input): Remove unused argument.
16642
16643 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
16644
16645 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
16646
16647 2011-08-27 Alan Mackenzie <acm@muc.de>
16648
16649 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
16650 handle function pointer parameters properly.
16651
16652 2011-08-27 Martin Rudalics <rudalics@gmx.at>
16653
16654 * window.el (display-buffer-reuse-window): Fix case where
16655 selected window was reused with non-nil OTHER-WINDOW argument.
16656 (Bug#9381)
16657
16658 2011-08-27 Deniz Dogan <deniz@dogan.se>
16659
16660 * net/rcirc.el (rcirc-check-auth-status): Adding support for
16661 oftc's NickServ messages.
16662
16663 2011-08-27 Glenn Morris <rgm@gnu.org>
16664
16665 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
16666
16667 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
16668
16669 * emacs-lisp/package.el (package-install): Call package-initialize
16670 if called interactively.
16671
16672 2011-08-26 Leo Liu <sdl.web@gmail.com>
16673
16674 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
16675
16676 2011-08-25 Juri Linkov <juri@jurta.org>
16677
16678 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16679 `search-whitespace-regexp' (bug#9364).
16680
16681 2011-08-25 Juri Linkov <juri@jurta.org>
16682
16683 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
16684 `regexp-search-ring' to their global values to protect from
16685 updating by `read-from-minibuffer' (bug#9185).
16686
16687 2011-08-25 Juri Linkov <juri@jurta.org>
16688
16689 * textmodes/ispell.el (ispell-command-loop): Add newline
16690 at the end of the "Use option `i'..." line.
16691
16692 2011-08-25 Juri Linkov <juri@jurta.org>
16693
16694 * battery.el (display-battery-mode): If `battery-status-function'
16695 or `battery-mode-line-format' is nil, display the message and set
16696 `display-battery-mode' to nil (bug#9363).
16697
16698 2011-08-25 Eli Zaretskii <eliz@gnu.org>
16699
16700 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
16701 bidi-string-mark-left-to-right; they are unnecessary now.
16702
16703 2011-08-25 Deniz Dogan <deniz@dogan.se>
16704
16705 * net/quickurl.el: Documentation typo fixes.
16706
16707 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
16708
16709 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
16710
16711 2011-08-25 Glenn Morris <rgm@gnu.org>
16712
16713 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16714
16715 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
16716 (smtpmail-via-smtp): Handle nil response from smtp.
16717
16718 2011-08-24 Juri Linkov <juri@jurta.org>
16719
16720 * proced.el (proced-marked): Inherit from `error' instead of
16721 `font-lock-warning-face'.
16722
16723 * ibuffer.el (ibuffer-marked-face): Change default face from
16724 `font-lock-warning-face' to `warning'.
16725 (ibuffer-deletion-face): Change default face from
16726 `font-lock-type-face' to `error'.
16727
16728 * battery.el (battery-update): Use the face `error' instead of
16729 `font-lock-warning-face' (bug#6117).
16730
16731 2011-08-24 Juri Linkov <juri@jurta.org>
16732
16733 * faces.el (success): Change face color from "Green3" to
16734 "ForestGreen" on light background (bug#9353).
16735
16736 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
16737
16738 * window.el (quit-window): Rename from quit-restore-window.
16739 Use same arglist as old quit-window.
16740 (frame-auto-delete): Doc fix.
16741
16742 * view.el (view-mode-exit): Use quit-window.
16743
16744 2011-08-24 Juri Linkov <juri@jurta.org>
16745
16746 * isearch.el (isearch-ring-adjust1): Start visiting previous
16747 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
16748 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
16749 for empty search string (when the last search string is reused
16750 automatically) to adjust the isearch ring to the last element and
16751 prepare the correct index for further M-p commands (bug#9185).
16752
16753 2011-08-24 Kenichi Handa <handa@m17n.org>
16754
16755 * international/ucs-normalize.el: If decomposition property of
16756 CHAR is the default one (i.e. a list of CHAR itself), treat it as
16757 nil.
16758 (nfd, nfkd): Likewise.
16759
16760 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16761
16762 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
16763 from process filters aren't reliably transmitted to the surrounding
16764 accept-process-output.
16765 (mpc-proc-check): New function.
16766 (mpc-proc-sync): Use it (bug#8293)
16767
16768 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16769
16770 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
16771 Add compatibility functions (bug#9313).
16772
16773 2011-08-23 Eli Zaretskii <eliz@gnu.org>
16774
16775 * cus-start.el (all): Add entry for bidi-paragraph-direction.
16776
16777 * international/uni-bidi.el: Regenerate.
16778
16779 2011-08-23 Kenichi Handa <handa@m17n.org>
16780
16781 * international/charprop.el:
16782 * international/uni-bidi.el:
16783 * international/uni-category.el:
16784 * international/uni-combining.el:
16785 * international/uni-comment.el:
16786 * international/uni-decimal.el:
16787 * international/uni-decomposition.el:
16788 * international/uni-digit.el:
16789 * international/uni-lowercase.el:
16790 * international/uni-mirrored.el:
16791 * international/uni-name.el:
16792 * international/uni-numeric.el:
16793 * international/uni-old-name.el:
16794 * international/uni-titlecase.el:
16795 * international/uni-uppercase.el: Regenerate.
16796
16797 2011-08-23 Martin Rudalics <rudalics@gmx.at>
16798
16799 * help.el (help-window-setup): Fix message displayed when other
16800 window is reused. (Bug#9341)
16801
16802 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16803
16804 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
16805 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
16806
16807 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
16808 Mark obsolete.
16809 * shell.el (shell-parse-pcomplete-arguments): New function.
16810 (shell-completion-vars): Use it instead (bug#9160).
16811
16812 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16813
16814 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
16815 strings and comments (bug#9333).
16816
16817 * emacs-lisp/debug.el (debug-arglist): New function.
16818 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
16819 (debug-on-entry-1): Handle interpreted closures (bug#9120).
16820
16821 2011-08-22 Juri Linkov <juri@jurta.org>
16822
16823 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16824 Revert regexp that highlights output switches to its old
16825 pre-2010-10-28 value and remove one `?' from it (bug#9319).
16826
16827 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
16828 to check for empty output (bug#9226).
16829
16830 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
16831
16832 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
16833 symbol-constituent as the default, as that stops font-lock from
16834 working properly (Bug#8843).
16835
16836 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16837
16838 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
16839 `coding-system-for-*' around the process open call to avoid
16840 auth-source side effects.
16841 (smtpmail-try-auth-methods): Expand the secret password.
16842 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
16843 probe hangs.
16844
16845 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
16846
16847 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
16848
16849 * emacs-lisp/find-func.el (find-function-noselect): New arg
16850 lisp-only.
16851
16852 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
16853 signal an error for built-in functions (Bug#6664).
16854
16855 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16856
16857 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
16858 (smtpmail-try-auth-methods): Use it.
16859
16860 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
16861
16862 * font-lock.el (font-lock-fontify-region)
16863 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
16864 (font-lock-default-unfontify-buffer)
16865 (font-lock-default-fontify-region)
16866 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
16867
16868 * progmodes/compile.el (compilation-error-properties):
16869 Fix confusion between file struct and message struct (Bug#9319).
16870 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
16871 `ant' regexp.
16872
16873 * net/browse-url.el (browse-url-firefox): Don't call
16874 browse-url-firefox-sentinel unless using -remote (Bug#9328).
16875
16876 2011-08-20 Glenn Morris <rgm@gnu.org>
16877
16878 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
16879
16880 * tutorial.el (tutorial--default-keys): Update some default bindings.
16881
16882 * files.el (hack-local-variables): Fully ignore case for "mode:".
16883
16884 2011-08-20 Alan Mackenzie <acm@muc.de>
16885
16886 Resolve invalid use of a regexp in regexp-opt.
16887
16888 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
16889 detection for a java annotation.
16890
16891 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
16892 detection for a java annotation.
16893
16894 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
16895 handling for java.
16896 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
16897
16898 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
16899
16900 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
16901 (Bug#9274).
16902
16903 2011-08-20 Alan Mackenzie <acm@muc.de>
16904
16905 Fontify CPP expressions correctly when starting in the middle of
16906 such a construct. Mainly for when jit-lock etc. starts a chunk
16907 here.
16908
16909 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
16910 variable.
16911 (c-make-font-lock-search-form): New function, extracted from
16912 c-make-font-lock-search-function.
16913 (c-make-font-lock-search-function): Use the above function.
16914 (c-make-font-lock-context-search-function): New function.
16915 (c-cpp-matchers): Enhance the preprocessor expression case with
16916 the above function
16917 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
16918 which takes an expression.
16919
16920 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
16921
16922 2011-08-20 Martin Rudalics <rudalics@gmx.at>
16923
16924 * window.el (display-buffer-reuse-window)
16925 (display-buffer-pop-up-window): Don't reuse or split a side
16926 window.
16927
16928 2011-08-19 Glenn Morris <rgm@gnu.org>
16929
16930 * files.el (hack-local-variables-prop-line, hack-local-variables):
16931 Downcase "Mode:". (Bug#9331)
16932
16933 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
16934
16935 * international/characters.el: Add L and R categories.
16936
16937 * subr.el (bidi-string-mark-left-to-right): Rename from
16938 string-mark-left-to-right. Use category search.
16939
16940 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
16941
16942 2011-08-18 Juri Linkov <juri@jurta.org>
16943
16944 * faces.el (error, warning, success): New faces with definitions
16945 copied from old default values of `font-lock-warning-face',
16946 `compilation-warning', `compilation-info' (bug#6117).
16947
16948 * font-lock.el (font-lock-warning-face): Inherit from `error'.
16949
16950 * progmodes/compile.el (compilation-error): Inherit from `error'.
16951 (compilation-warning): Inherit from `warning'.
16952 (compilation-info): Inherit from `success'.
16953
16954 * dired.el (dired-marked): Inherit from `warning'.
16955 (dired-flagged): Inherit from `error'.
16956
16957 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16958
16959 * mail/smtpmail.el (auth-source): Require to avoid problems with
16960 binding variables (bug#9298). Also clean up some unused
16961 autoloads.
16962
16963 * net/network-stream.el (network-stream-open-starttls):
16964 Support using starttls.el without using gnutls-cli.
16965
16966 2011-08-17 Juri Linkov <juri@jurta.org>
16967
16968 * progmodes/grep.el (rgrep): Handle the case when
16969 `grep-find-command' is a cons cell (bug#9278).
16970
16971 2011-08-17 Martin Rudalics <rudalics@gmx.at>
16972
16973 * window.el (display-buffer-pop-up-frame): Run frame creation
16974 function with BUFFER current (as special-display-popup-frame
16975 does). Reported by Drew Adams.
16976
16977 2011-08-17 Daiki Ueno <ueno@unixuser.org>
16978
16979 * epa-mail.el: Simplify GnuPG group expansion using
16980 epg-expand-group.
16981 (epa-mail-group-alist, epa-mail-group-modtime)
16982 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
16983 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
16984 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
16985 Remove.
16986
16987 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
16988
16989 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
16990
16991 2011-08-16 Alan Mackenzie <acm@muc.de>
16992
16993 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
16994 Correct, to avoid the inside of macros.
16995
16996 2011-08-16 Richard Stallman <rms@gnu.org>
16997
16998 * epa-mail.el: Handle GnuPG group definitions.
16999 (epa-mail-group-alist, epa-mail-group-modtime)
17000 (epa-mail-gnupg-conf-file): New variables.
17001 (epa-mail-parse-groups, epa-mail-sync-groups)
17002 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
17003 (epa-mail-expand-recipients): New functions.
17004 (epa-mail-encrypt): Call epa-mail-expand-recipients.
17005
17006 * mail/rmail.el (rmail-epa-decrypt): New command.
17007
17008 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
17009 Don't bind buffer-read-only, just inhibit-read-only.
17010 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
17011 (epa-decrypt-armor-in-region): Make error message clearer.
17012
17013 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
17014
17015 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
17016 and "a2b" to "ab" for `prefix'.
17017
17018 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
17019
17020 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
17021 filter groups.
17022 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
17023 Fourquet (Bug#8804).
17024
17025 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
17026
17027 * startup.el (argi): Declare as global variable (bug#9275).
17028
17029 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
17030
17031 * subr.el (string-mark-left-to-right): Search the entire string
17032 for RTL script, not just the terminating character. Doc fix.
17033
17034 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
17035
17036 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
17037 New function.
17038 (js--regexp-literal, js-syntax-propertize-function): Remove.
17039 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
17040 (js-mode-map): Don't rebind electric keys.
17041 (js-insert-and-indent): Remove.
17042 (js-mode): Setup electric-layout and electric-indent instead.
17043
17044 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
17045
17046 2011-08-12 Daiki Ueno <ueno@unixuser.org>
17047
17048 * epa.el (epa-progress-callback-function): Fix the logic of
17049 displaying progress.
17050 * epa-file.el (epa-file-insert-file-contents): Make progress
17051 display more user-friendly.
17052 (epa-file-write-region): Ditto.
17053
17054 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
17055
17056 * subr.el (string-mark-left-to-right): New function.
17057
17058 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
17059 Use string-mark-left-to-right.
17060 (list-buffers-noselect): Caller changed.
17061
17062 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17063 Use string-mark-left-to-right.
17064 (tabulated-list-print): Recenter after moving point.
17065
17066 2011-08-10 Juri Linkov <juri@jurta.org>
17067
17068 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
17069 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
17070 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
17071
17072 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
17073
17074 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
17075 (Bug#7554).
17076
17077 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
17078
17079 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
17080 character. (Bug#6594)
17081
17082 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
17083
17084 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
17085 (image-dired--with-db-file): New macro.
17086 (image-dired-write-tags, image-dired-remove-tag)
17087 (image-dired-create-gallery-lists, image-dired-write-comments)
17088 (image-dired-get-comment, image-dired-mark-tagged-files)
17089 (image-dired-list-tags, image-dired-gallery-generate): Use it.
17090 (image-dired-gallery-generate): Use insert-file-contents.
17091
17092 * time.el (display-time-world-list, display-time-world-display):
17093 * time-stamp.el (time-stamp-string):
17094 * vc/add-log.el (add-change-log-entry): Use setenv instead of
17095 set-time-zone-rule (Bug#7337).
17096
17097 2011-08-08 Daiki Ueno <ueno@unixuser.org>
17098
17099 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
17100 (epg-error-to-string, epg-errors-to-string): New function.
17101 (epg-wait-for-completion): Reverse errors list.
17102 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
17103 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
17104 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
17105 (epg-sign-keys, epg-generate-key-from-file)
17106 (epg-generate-key-from-string): Format errors by using
17107 epg-errors-to-string (bug#9255).
17108 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
17109
17110 2011-08-07 Juri Linkov <juri@jurta.org>
17111
17112 * faces.el (list-faces-display): Remove extra angle bracket
17113 from `help-mode-map'.
17114
17115 * info.el (Info-history-toc-nodes): Doc fix.
17116
17117 * longlines.el (longlines-mode): Doc fix.
17118
17119 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
17120
17121 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
17122 of statements and in a few more cases (bug#9183).
17123
17124 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
17125 New functions.
17126 (cl-transform-lambda): Use them (bug#9239).
17127
17128 2011-08-05 Martin Rudalics <rudalics@gmx.at>
17129
17130 * window.el (display-buffer-same-window)
17131 (display-buffer-same-frame, display-buffer-other-window)
17132 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17133 (pop-to-buffer-other-window)
17134 (pop-to-buffer-same-frame-other-window)
17135 (pop-to-buffer-other-frame): Make them defuns.
17136 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
17137
17138 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17139
17140 * subr.el (make-composed-keymap): Move from C. Change calling
17141 convention, and improve docstring to bring attention to a subtle point.
17142 * minibuffer.el (completing-read-default): Adjust accordingly.
17143
17144 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
17145
17146 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
17147 (tramp-open-shell): Use `tramp-shell-quote-argument'.
17148
17149 * net/trampver.el: Update release number.
17150
17151 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17152
17153 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
17154 "in" (bug#9190).
17155
17156 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17157
17158 * mail/sendmail.el (sendmail-query-once): Restore the current
17159 buffer after querying (bug#9074).
17160
17161 * dired.el (dired-flagged): Use different faces for marked and
17162 flagged files (bug#6117).
17163
17164 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
17165 (bug#4433).
17166
17167 * ido.el (ido-mode): Switch off the message if called
17168 non-interactively.
17169
17170 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
17171 before 587, since it appears that that's more likely to work for
17172 more people.
17173
17174 * cus-edit.el (custom-file): When running under emacs -q, always
17175 refuse to save the customizations, even if the .emacs file doesn't
17176 exist.
17177
17178 * info.el: Remove the `Info-beginning-of-buffer' function
17179 (bug#8325).
17180
17181 * net/network-stream.el (network-stream-open-starttls):
17182 Use `starttls-available-p' to see whether starttls.el can be used.
17183
17184 2011-08-01 Martin Rudalics <rudalics@gmx.at>
17185
17186 * window.el (display-buffer-in-window): Don't set dedicated status
17187 of window here (Bug#9215).
17188 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17189 (display-buffer-pop-up-side-window)
17190 (display-buffer-in-side-window): Set dedicated status of window here.
17191
17192 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
17193
17194 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
17195 before binding generated-autoload-file.
17196
17197 2011-08-01 Deniz Dogan <deniz@dogan.se>
17198
17199 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
17200
17201 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
17202
17203 Sync with Tramp 2.2.2.
17204
17205 * net/trampver.el: Update release number.
17206
17207 2011-07-30 Juri Linkov <juri@jurta.org>
17208
17209 * dired-aux.el (dired-touch-initial): Remove function.
17210 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
17211 current time, and `default' to the last modification time of the
17212 current marked file (bug#6887).
17213
17214 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
17215
17216 * simple.el (goto-line): Use string-to-number to provide a
17217 numeric argument to read-number (bug#9163).
17218
17219 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
17220
17221 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
17222 connection process, it could be nil.
17223
17224 2011-07-27 Leo Liu <sdl.web@gmail.com>
17225
17226 Simplify url handling in rcirc-mode.
17227
17228 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
17229 (rcirc-browse-url-at-mouse): Remove.
17230 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
17231
17232 2011-07-26 Alan Mackenzie <acm@muc.de>
17233
17234 Fontify bitfield declarations properly.
17235
17236 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
17237 (c-symbol-chars): Now exported as a lang variable.
17238 (c-not-primitive-type-keywords): New lang variable.
17239
17240 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
17241 QT keyword "more" to prevent "more slots: ...." being spuriously
17242 parsed as a bitfield declaration.
17243
17244 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17245 Refactor and enhance to handle bitfield declarations.
17246 (c-punctuation-in): New function.
17247 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
17248 declarations properly.
17249
17250 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
17251
17252 * calendar/icalendar.el (icalendar--all-events): Take care of
17253 multiple vcalendars in a single file.
17254 (icalendar--convert-float-to-ical): Checkdoc fixes.
17255
17256 2011-07-25 Deniz Dogan <deniz@dogan.se>
17257
17258 * image.el (insert-image): Clarifying docstring.
17259
17260 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
17261
17262 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
17263 `tramp-send-command-and-check' if there is no error.
17264 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
17265
17266 2011-07-22 Alan Mackenzie <acm@muc.de>
17267
17268 Prevent cc-langs.elc being loaded at run time.
17269
17270 * progmodes/cc-mode.el: Remove two autoload forms which loaded
17271 cc-langs.
17272
17273 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
17274 "(require 'cc-langs)". Quote a form so it will evaluate at
17275 (cc-mode's) compilation time.
17276
17277 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
17278
17279 * net/tramp.el (tramp-file-name-handler): Avoid recursive
17280 loading. (Bug#9114)
17281
17282 2011-07-21 Martin Rudalics <rudalics@gmx.at>
17283
17284 * window.el (display-buffer-pop-up-window)
17285 (display-buffer-pop-up-side-window)
17286 (display-buffer-in-side-window): Call display-buffer-set-height
17287 and display-buffer-set-width after setting the new window's
17288 buffer so `fit-window-to-buffer' and friends work on the right buffer.
17289
17290 2011-07-20 Sam Steingold <sds@gnu.org>
17291
17292 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
17293 (etags-tags-included-tables): Call `convert-standard-filename' on
17294 the file names contained in TAGS so that windows Emacs can handle
17295 TAGS files created by cygwin ctags.
17296
17297 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17298
17299 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
17300 which apparently didn't work.
17301
17302 2011-07-19 Roland Winkler <winkler@gnu.org>
17303
17304 * proced.el (proced-send-signal): For *Marked Processes* buffer
17305 put point at beginning of buffer.
17306
17307 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
17308
17309 * proced.el (proced-format): Make header lines align with the text
17310 (bug#1779).
17311
17312 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17313
17314 * view.el (view-buffer): Allow running in `special' modes if we're
17315 visiting a file (bug#8615).
17316
17317 2011-07-19 Martin Rudalics <rudalics@gmx.at>
17318
17319 * window.el (display-buffer-alist-of-strings-p)
17320 (display-buffer-alist-set-1, display-buffer-alist-set-2):
17321 New functions.
17322 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
17323 more accurately.
17324
17325 2011-07-18 Alan Mackenzie <acm@muc.de>
17326
17327 Fontify declarators properly when, e.g., a jit-lock chunk begins
17328 inside a declaration.
17329
17330 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
17331
17332 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17333 New function.
17334 (c-complex-decl-matchers): Insert reference to
17335 c-font-lock-enclosing-decls.
17336
17337 * progmodes/cc-engine.el (c-backward-single-comment):
17338 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
17339 to nil around calls to (forward-comment -1).
17340
17341 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17342
17343 * image.el (put-image): Doc typo fix.
17344
17345 * progmodes/etags.el (tags-search): Doc typo fix.
17346
17347 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
17348 password if we get errors 550 to 554.
17349
17350 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17351
17352 * net/gnutls.el (gnutls-log-level): Remove.
17353
17354 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
17355 indentation character (bug#6380).
17356
17357 * files.el (buffer-offer-save): Made permanently local (bug#6241).
17358
17359 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
17360 to clarify what the problem is (bug#4291).
17361
17362 * simple.el (current-kill): Clarify what
17363 `interprogram-paste-function' does (bug#7500).
17364 (auto-fill-mode): Document `auto-fill-function' in relation to
17365 `auto-fill-mode' (bug#2470).
17366
17367 2011-07-16 Lawrence Mitchell <wence@gmx.li>
17368
17369 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
17370 method if slot is read-only (bug#9035).
17371
17372 2011-07-16 Martin Rudalics <rudalics@gmx.at>
17373
17374 * frame.el (select-frame-set-input-focus): New argument NORECORD.
17375 * window.el (pop-to-buffer): Select window used even if it was
17376 selected before, see discussion of (Bug#8615), (Bug#6954).
17377 Pass argument NORECORD on to select-frame-set-input-focus.
17378
17379 2011-07-15 Glenn Morris <rgm@gnu.org>
17380
17381 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
17382 Respect help-form.
17383
17384 2011-07-09 Lawrence Mitchell <wence@gmx.li>
17385
17386 * net/gnutls.el (gnutls-min-prime-bits): New variable.
17387 (gnutls-negotiate): Use it.
17388
17389 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17390
17391 * net/gnutls.el (gnutls-negotiate):
17392 Upcase `gnutls-algorithm-priority'.
17393
17394 2011-07-15 Glenn Morris <rgm@gnu.org>
17395
17396 * jka-compr.el (jka-compr-verbose): Move from here...
17397 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
17398 Add missing :version tag.
17399 * info.el: No need to require jka-compr when compiling.
17400
17401 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17402
17403 * net/gnutls.el (gnutls-algorithm-priority): New variable.
17404 (gnutls-negotiate): Use it.
17405
17406 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
17407
17408 * info.el (Info-beginning-of-buffer): New command.
17409 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
17410 announcing `b' as the key (bug#8325).
17411 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
17412
17413 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
17414
17415 * international/mule-cmds.el
17416 (describe-specified-language-support): Make the error message
17417 clearer (bug#8905).
17418
17419 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
17420
17421 * isearch.el (isearch-barrier): Add a doc string, since it's
17422 mentioned in a function doc string (bug#8678).
17423
17424 2011-07-15 Martin Rudalics <rudalics@gmx.at>
17425
17426 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
17427 buffer argument (Bug#9083) and self-identifying label argument.
17428
17429 2011-07-15 Glenn Morris <rgm@gnu.org>
17430
17431 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
17432
17433 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17434
17435 * man.el (Man-fontify-manpage): Fix message when formatting the
17436 man page (bug#7929).
17437
17438 2011-07-14 Eli Zaretskii <eliz@gnu.org>
17439
17440 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
17441 argument LRM; if non-nil, append an invisible LRM character to the
17442 buffer name.
17443 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
17444 last argument non-nil, when formatting buffer names.
17445 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
17446 paragraph direction.
17447
17448 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17449
17450 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
17451 the man page name (bug#7929).
17452
17453 * image.el (put-image): Mention the `put-image' overlay property
17454 (bug#7834).
17455
17456 * scroll-bar.el (set-scroll-bar-mode): Mention that
17457 `scroll-bar-mode' lists the values (bug#7772).
17458
17459 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
17460 command (bug#7729).
17461
17462 * rect.el (apply-on-rectangle): Return the point after the last
17463 operation.
17464 (string-rectangle): Go to the point after the last operation
17465 (bug#7522).
17466
17467 * printing.el (pr-toggle-region): Clarify the documentation
17468 slightly (bug#7493).
17469
17470 * time.el (display-time-update):
17471 Allow `display-time-mail-function' to return nil (bug#7158).
17472 Fix suggested by Detlev Zundel.
17473
17474 * vc/diff.el (diff): Clarify the order the file names are read
17475 (bug#7111).
17476
17477 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
17478 the doc string (bug#7015).
17479
17480 * font-lock.el (font-lock-maximum-decoration): Mention what
17481 numeric levels mean (bug#6935).
17482
17483 * startup.el (initial-buffer-choice): Don't mention the `none'
17484 selection, which is against policy.
17485
17486 2011-07-14 Martin Rudalics <rudalics@gmx.at>
17487
17488 * window.el (display-buffer-normalize-special):
17489 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
17490
17491 2011-07-14 Eli Zaretskii <eliz@gnu.org>
17492
17493 * subr.el (version<, version<=, version=): Mention "-CVS" and
17494 "-12345" alpha version numbers.
17495
17496 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
17497
17498 * bindings.el: Add advertised binding for set-mark-command
17499 (Bug#5772).
17500
17501 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
17502
17503 * bindings.el (mode-line-other-buffer):
17504 * bookmark.el (bookmark-bmenu-2-window):
17505 * bs.el (bs-cycle-next, bs-cycle-previous):
17506 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
17507 switch-to-buffer.
17508
17509 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17510 Delete.
17511
17512 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
17513
17514 * follow.el (follow-debug-message, follow-redisplay):
17515 * jka-cmpr-hook.el (with-auto-compression-mode):
17516 Fix typos in docstrings.
17517
17518 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17519
17520 * subr.el (with-silent-modifications): Clarify somewhat what the
17521 macro inhibits (bug#6525).
17522
17523 * simple.el (eval-expression): Note what it does if called
17524 interactively (bug#6495).
17525
17526 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
17527
17528 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
17529 Use pop-to-buffer buffer-or-name if it is nil.
17530
17531 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17532 Remove switch-to-buffer.
17533
17534 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17535
17536 * files.el (make-directory): Clarify that an error will be raised
17537 if there's an error (bug#6397).
17538
17539 * startup.el (initial-buffer-choice): Add `none' as a choice
17540 (bug#6234).
17541
17542 * subr.el (add-hook): Clarify section about buffer-local hooks
17543 (bug#6218).
17544
17545 * dired.el (dired-flagged): Clarify doc string (bug#6117).
17546
17547 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
17548
17549 * tabify.el (untabify): Preserve the current column so that point
17550 doesn't move (bug#6032).
17551
17552 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17553
17554 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
17555 Rewrite to avoid awkward possessive "s" (bug#5986).
17556
17557 2011-07-13 Glenn Morris <rgm@gnu.org>
17558
17559 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
17560 (dired-insert-directory): Give a message the first time
17561 if ls is found not to support --dired.
17562
17563 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17564
17565 * simple.el (toggle-truncate-lines): Clarify what is toggled
17566 (bug#5580). Text by Drew Adams.
17567
17568 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
17569
17570 * simple.el (blink-matching-open): Make the error message from the
17571 last change less verbose.
17572
17573 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
17574
17575 * font-lock.el (font-lock-comment-face): Use the high contrast
17576 "yellow" color for font-lock-comment-face on low color terminals
17577 using a dark background color (bug#4221).
17578
17579 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17580
17581 * dired.el (dired-insert-set-properties): Make the doc string
17582 reflect what it does now (bug#5325).
17583
17584 * simple.el (blink-matching-open): Say that we were unable to find
17585 the match within the limit, if we're limited (bug#5122).
17586
17587 * international/mule-cmds.el (prefer-coding-system): Add an
17588 example (bug#4869).
17589
17590 * progmodes/etags.el (tags-search): Document `file-list-form'
17591 (bug#4731).
17592
17593 2011-07-13 Lawrence Mitchell <wence@gmx.li>
17594
17595 * net/browse-url.el (browse-url-default-browser)
17596 (browse-url-browser-function): Make the default browser choice a
17597 bit more logical (bug#4300). Also clean up the doc string.
17598
17599 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
17600
17601 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
17602 binary endings (bug#4440).
17603
17604 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17605
17606 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
17607 which can be pretty annoying (bug#8971).
17608
17609 * jka-compr.el (jka-compr-verbose): New variable, and use
17610 throughout (bug#8971).
17611
17612 * info.el (Info-find-file): Fall back on the installation
17613 directory if we can't find the info node anywhere else.
17614
17615 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
17616
17617 * vc/vc.el (vc-revert-file):
17618 Don't set file time-stamp in the past. (Bug#5181)
17619
17620 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17621
17622 * files.el (after-find-file): Give a better error message when
17623 trying to find a symlink that points to a file that doesn't exist
17624 (bug#4398).
17625
17626 * progmodes/cc-vars.el: Remove (probably) misleading comment
17627 (bug#4396).
17628
17629 2011-07-12 Johan Bockgård <bojohan@gnu.org>
17630
17631 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
17632
17633 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17634
17635 * mouse-sel.el: Hack restoring functionality, while keeping
17636 compatibility with 2010-07-03 changes to mouse selection.
17637 (mouse-sel-primary-overlay): New var.
17638 (mouse-sel-selection-alist): Use it.
17639 (mouse-sel-mode): Doc fix; remove points that are default features
17640 of mouse.el.
17641
17642 2011-07-12 Johan Bockgård <bojohan@gnu.org>
17643
17644 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17645 Fix previous fix (bug#2490).
17646
17647 2011-07-12 Roland Winkler <winkler@gnu.org>
17648
17649 * textmodes/bibtex.el (bibtex-initialize):
17650 Use pop-to-buffer-same-window.
17651 (bibtex-search-entries): Fix interactive call.
17652
17653 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17654
17655 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17656 Fontise bytecomp Error lines more correctly (bug#2490).
17657 Fix suggested by Johan Bockgård.
17658
17659 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
17660
17661 * dired-x.el (dired-guess-default): Use `delete-dups'.
17662
17663 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17664
17665 * dired.el (dired-mark-prompt):
17666 * dired-aux.el (dired-read-shell-command): Doc fix.
17667
17668 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17669
17670 * mail/sendmail.el (sendmail-query-once):
17671 Use `customize-save-variable' unconditionally, now that it works under
17672 emacs -Q.
17673
17674 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17675
17676 * cus-edit.el (custom-file): Take an optional no-error variable.
17677 (customize-save-variable): Set the variable, and give a warning if
17678 running under "emacs -q".
17679
17680 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
17681
17682 * loadhist.el (unload-feature-special-hooks):
17683 Add `auto-coding-functions', `fill-nobreak-predicate' and
17684 `find-directory-functions' (bug#5327).
17685
17686 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17687
17688 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
17689
17690 * cus-edit.el (custom-guess-name-alist): -alist variables should
17691 use the `alist' type (bug#3120). Suggested by Drew Adams.
17692
17693 * printing.el: Add documentation to all the `pr-toggle-' commands.
17694
17695 2011-07-11 Leo Liu <sdl.web@gmail.com>
17696
17697 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
17698 backends where it makes sense (bug#2623).
17699
17700 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17701
17702 * dired-x.el (dired-guess-default): Remove duplicate shell command
17703 entries (bug#2028).
17704 (dired-guess-default): Fix grammar in doc string (bug#2028).
17705 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
17706
17707 * subr.el (remove-duplicates): New conveniency function.
17708
17709 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17710
17711 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
17712 (bug#1526).
17713
17714 2011-07-10 Martin Rudalics <rudalics@gmx.at>
17715
17716 * window.el (display-buffer-normalize-default): Don't invert
17717 meaning of even-window-heights. Reported by Eli Zaretskii
17718 <eliz@gnu.org>.
17719
17720 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
17721
17722 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
17723
17724 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
17725
17726 * window.el (display-buffer): Fix arguments to
17727 display-buffer-reuse-window in last change.
17728
17729 * faces.el (link): Use a less saturated blue on light backgrounds.
17730
17731 * startup.el (fancy-startup-text, fancy-about-text)
17732 (fancy-startup-tail): Use font-lock faces, for background safety.
17733
17734 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
17735
17736 * emulation/viper-cmd.el (viper-change-state-to-vi):
17737 Limit triggering of abbrev expansion (Bug#9038).
17738
17739 2011-07-09 Martin Rudalics <rudalics@gmx.at>
17740
17741 * window.el (display-buffer-default-specifiers): Remove.
17742 (display-buffer-macro-specifiers): Remove default specifiers.
17743 (display-buffer-alist): Default to nil.
17744 (display-buffer-reuse-window): New optional argument other-window.
17745 (display-buffer-pop-up-window): Allow splitting internal
17746 windows. Check whether a live window was created.
17747 (display-buffer-other-window-means-other-frame)
17748 (display-buffer-normalize-arguments): Rename to
17749 display-buffer-normalize-argument and rewrite. Set the
17750 other-window specifier.
17751 (display-buffer-normalize-special): New function.
17752 (display-buffer-normalize-options): Rename to
17753 display-buffer-normalize-default and rewrite.
17754 (display-buffer-normalize-options-inhibit): Remove.
17755 (display-buffer-normalize-specifiers): Rewrite.
17756 (display-buffer): Process other-window specifier and call
17757 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
17758 more faithfully.
17759 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
17760 (display-buffer-alist-set): Don't handle 'unset default values.
17761 (display-buffer-in-window, display-buffer-alist-set):
17762 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
17763 <tassilo@member.fsf.org>.
17764
17765 2011-07-09 Leo Liu <sdl.web@gmail.com>
17766
17767 * register.el (insert-register): Restore accidental change on
17768 2011-06-26. (Bug#9028)
17769
17770 2011-07-09 Glenn Morris <rgm@gnu.org>
17771
17772 * subr.el (remq): Handle the empty list. (Bug#9024)
17773
17774 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
17775
17776 * mail/sendmail.el (send-mail-function): No longer delay custom
17777 initialization.
17778 * custom.el (custom-initialize-delay): Doc fix.
17779
17780 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17781
17782 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
17783
17784 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
17785
17786 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
17787 human-friendly prompt.
17788
17789 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
17790
17791 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
17792 provided by a particular plugin.
17793
17794 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
17795
17796 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
17797 save customizations (with "emacs -Q"), just set the variable
17798 instead of erroring out.
17799
17800 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17801
17802 2011-07-08 Juri Linkov <juri@jurta.org>
17803
17804 * arc-mode.el (archive-zip-expunge, archive-zip-update)
17805 (archive-zip-update-case): Use 7z if found by `executable-find'.
17806 The order of searching the available programs is the same as in
17807 `archive-zip-extract' (bug#8968).
17808
17809 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17810
17811 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
17812 (menu-bar-options-menu): Tweak descriptions.
17813
17814 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17815
17816 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
17817 menu items into verb phrases (bug#1421). Also refill to fit under
17818 80 columns.
17819
17820 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17821
17822 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
17823 (Info-read-node-name): Doc fix (Bug#1084).
17824
17825 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
17826 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
17827 (end-of-sexp, beginning-of-sexp)
17828 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
17829 (forward-symbol, forward-same-syntax, word-at-point)
17830 (sentence-at-point): Doc fix (Bug#1144).
17831
17832 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17833
17834 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
17835 should cover it (bug#1281).
17836
17837 * cus-edit.el (custom-show): Mark as obsolete.
17838
17839 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
17840 negotiation fails, then possibly try again with a non-encrypted
17841 connection (bug#9017).
17842
17843 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
17844 be used.
17845
17846 2011-07-07 Richard Stallman <rms@gnu.org>
17847
17848 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
17849 property, and handle its changed format.
17850 Look for the correct line number.
17851 Use file's line contents (but not past first =) to find
17852 correct line in message.
17853
17854 2011-07-07 Kenichi Handa <handa@m17n.org>
17855
17856 * international/characters.el (build-unicode-category-table):
17857 Delete it.
17858 (unicode-category-table): Set it by unicode-property-table-internal.
17859
17860 * international/mule-cmds.el (char-code-property-alist): Move to
17861 to src/chartab.c.
17862 (get-char-code-property): Call unicode-property-table-internal to
17863 load a file. Call get-unicode-property-internal where necessary.
17864 (put-char-code-property): Call unicode-property-table-internal to
17865 load a file. Call put-unicode-property-internal where necessary.
17866 put-unicode-property-internal where necessary.
17867 (char-code-property-description):
17868 Call unicode-property-table-internal to load a file.
17869
17870 * international/charprop.el:
17871 * international/uni-bidi.el:
17872 * international/uni-category.el:
17873 * international/uni-combining.el:
17874 * international/uni-comment.el:
17875 * international/uni-decimal.el:
17876 * international/uni-decomposition.el:
17877 * international/uni-digit.el:
17878 * international/uni-lowercase.el:
17879 * international/uni-mirrored.el:
17880 * international/uni-name.el:
17881 * international/uni-numeric.el:
17882 * international/uni-old-name.el:
17883 * international/uni-titlecase.el:
17884 * international/uni-uppercase.el: Regenerate.
17885
17886 * loadup.el: Load international/charprop.el before
17887 international/characters.
17888
17889 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
17890
17891 * window.el (next-buffer, previous-buffer): Signal an error if
17892 called from a minibuffer window.
17893
17894 * bindings.el: Revert 2011-07-04 change.
17895
17896 2011-07-06 Richard Stallman <rms@gnu.org>
17897
17898 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
17899 (rmail-mime-insert-bulk, rmail-mime-insert-text):
17900 Treat markers like ints.
17901 (rmail-mime-entity): Doc fix.
17902
17903 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17904
17905 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
17906 defcustom again for backwards compatibility.
17907
17908 * simple.el (shell-command-on-region): Fill.
17909
17910 * dired-aux.el (dired-kill-line): Add a doc string.
17911
17912 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
17913 to "\\sw\\|\\s_" (bug#358).
17914
17915 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
17916 (dired-unmark-backward): Ditto.
17917 (dired-flag-backup-files): Ditto.
17918
17919 * dired-x.el (dired-mark-sexp): Ditto.
17920
17921 2011-07-06 Richard Stallman <rms@gnu.org>
17922
17923 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
17924 (rmail-mime-entity): New arg TRUNCATED.
17925 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
17926 New functions.
17927 (rmail-mime-save): Warn if entity is truncated.
17928 (rmail-mime-toggle-hidden): Likewise, for showing.
17929 (rmail-mime-process-multipart): Record when an entity is truncated.
17930
17931 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
17932 if ENTITY is a string.
17933
17934 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17935
17936 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
17937 of faces when `M-C-x'-ing their definitions (bug#8378).
17938 Also clean up the code slightly.
17939
17940 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
17941 because that makes the colors go away.
17942
17943 * mail/sendmail.el (send-mail-function): Change the default to
17944 `sendmail-query-once'.
17945 (sendmail-query-once): Add an autoload cookie.
17946
17947 * net/network-stream.el (network-stream-open-starttls): Try using
17948 a plain connection even if the server offered STARTTLS, and we
17949 kinda wanted to use it, if Emacs doesn't have any STARTTLS
17950 capability. This should make smtpmail.el work in slightly more
17951 configurations.
17952
17953 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
17954
17955 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17956 New defun.
17957 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
17958
17959 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
17960
17961 * progmodes/sql.el: Version 3.0
17962 (sql-product-alist): Add product :completion-object,
17963 :completion-column, and :statement attributes.
17964 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
17965 (sql-mode-syntax-table): Mark all punctuation.
17966 (sql-font-lock-keywords-builder): Temporarily remove fallback on
17967 ansi keywords.
17968 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
17969 (sql-mode-oracle-font-lock-keywords): Improve.
17970 (sql-oracle-show-reserved-words): New function for development.
17971 (sql-product-font-lock): Simplify for source code buffers.
17972 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
17973 New functions.
17974 (sql-highlight-product): Set product specific syntax table.
17975 (sql-mode-map): Add statement movement functions.
17976 (sql-ansi-statement-starters, sql-oracle-statement-starters):
17977 New variable.
17978 (sql-statement-regexp, sql-beginning-of-statement)
17979 (sql-end-of-statement, sql-signum): New functions.
17980 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
17981 (sql-show-sqli-buffer): Bug fix.
17982 (sql-interactive-mode): Store connection data as buffer local.
17983 (sql-connect): Add NEW-NAME parameter. Redesign interaction
17984 with sql-interactive-mode.
17985 (sql-save-connection): Save buffer local settings.
17986 (sql-connection-menu-filter): Change menu entry name.
17987 (sql-product-interactive): Bug fix.
17988 (sql-preoutput-hold): New variable.
17989 (sql-interactive-remove-continuation-prompt): Bug fixes.
17990 (sql-debug-redirect): New variable.
17991 (sql-str-literal): New function.
17992 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
17993 Redesign.
17994 (sql-oracle-save-settings, sql-oracle-restore-settings)
17995 (sql-oracle-list-all, sql-oracle-list-table): New functions.
17996 (sql-completion-object, sql-completion-column)
17997 (sql-completion-sqlbuf): New variables.
17998 (sql-build-completions-1, sql-build-completions)
17999 (sql-try-completion): New functions.
18000 (sql-read-table-name): Use them.
18001 (sql-contains-names): New buffer local variable.
18002 (sql-list-all, sql-list-table): Use it.
18003 (sql-oracle-completion-types): New variable.
18004 (sql-oracle-completion-object, sql-sqlite-completion-object)
18005 (sql-postgres-completion-object): New functions.
18006
18007 2011-07-06 Glenn Morris <rgm@gnu.org>
18008
18009 * window.el (pop-to-buffer): Doc fix.
18010
18011 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
18012
18013 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
18014
18015 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
18016
18017 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
18018
18019 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
18020
18021 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
18022
18023 * button.el (button): Inherit from link face. Suggested by Dan
18024 Nicolaescu.
18025
18026 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18027
18028 * progmodes/gdb-mi.el: Fit in 80 columns.
18029 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
18030 switch-to-buffer.
18031
18032 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
18033 if imenu is simply not configured (bug#8941).
18034
18035 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
18036
18037 * allout.el (allout-post-undo-hook): New allout outline-change
18038 event hook to signal undo activity.
18039 (allout-post-command-business): Run allout-post-undo-hook if an
18040 undo just occurred.
18041 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
18042 * allout-widgets.el (allout-widgets-after-undo-function):
18043 Ensure the integrity of the current item's decoration after it has been
18044 in the vicinity of an undo.
18045 (allout-widgets-mode): Include allout-widgets-after-undo-function
18046 on the new allout-post-undo-hook.
18047
18048 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18049
18050 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
18051 Let define-derived-mode define it.
18052 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
18053 cycles of abbrev-table inheritance (bug#8998).
18054
18055 2011-07-05 Roland Winkler <winkler@gnu.org>
18056
18057 * textmodes/bibtex.el: Add support for biblatex.
18058 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
18059 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
18060 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
18061 (bibtex-entry-alist, bibtex-field-alist): New variables.
18062 (bibtex-entry-field-alist): Obsolete alias for
18063 bibtex-BibTeX-entry-alist.
18064 (bibtex-entry-alist, bibtex-field-alist): New widgets.
18065 (bibtex-set-dialect): New command.
18066 (bibtex-entry-type, bibtex-entry-head)
18067 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
18068 Bind via bibtex-set-dialect.
18069 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
18070 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
18071 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
18072 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
18073 Define via bibtex-set-dialect.
18074 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
18075 Obey bibtex-no-opt-remove-re.
18076 (bibtex-vec-push, bibtex-vec-incr): New functions.
18077 (bibtex-format-entry, bibtex-field-list)
18078 (bibtex-print-help-message, bibtex-validate)
18079 (bibtex-search-entries): Use new format of bibtex-entry-alist.
18080
18081 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18082
18083 * progmodes/compile.el (compilation-goto-locus):
18084 * net/tramp-cmds.el (tramp-append-tramp-buffers):
18085 * bs.el (bs-cycle-next, bs-cycle-previous):
18086 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
18087 * bindings.el (mode-line-other-buffer):
18088 * autoinsert.el (auto-insert):
18089 * arc-mode.el (archive-extract):
18090 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
18091
18092 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
18093
18094 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
18095 Fix check of `emacs-lock-unlockable-modes'.
18096 Coerce true values of `emacs-lock--try-unlocking' to t.
18097
18098 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
18099
18100 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
18101 * emacs-lock.el: New file.
18102
18103 2011-07-05 Julien Danjou <julien@danjou.info>
18104
18105 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
18106 than `boundp' to check if face is set.
18107
18108 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
18109
18110 * register.el (registerv-make):
18111 * window.el (window-min-height): Fix typos in docstrings.
18112
18113 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
18114
18115 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
18116 Update doc string.
18117
18118 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
18119
18120 * server.el (server-execute): Catch quit and call
18121 `server-return-error' to pass the error back to emacsclient and
18122 close the connection (bug#8942).
18123
18124 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
18125
18126 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
18127 insecure exception for current topic. Also note that auto-saves
18128 are handled differently.
18129
18130 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
18131 State variables for tracking auto-save inhibition situation.
18132
18133 (allout-write-contents-hook-handler): Rename from
18134 'allout-write-file-hook-handler', and describe how it depends on
18135 write-contents-functions sensitivity to non-nil value to prevent
18136 file write.
18137
18138 (allout-auto-save-hook-handler): Remove. auto-save does not check
18139 this in individual buffers, only in the starting buffer, so this
18140 is not the right way for us to inhibit auto-save in a buffer
18141 according to its condition.
18142
18143 (allout-mode): Use new allout-write-contents-hook-handler, and
18144 only with write-contents-functions. Remove auto-save provisions -
18145 they're implemented elsewhere.
18146
18147 (allout-before-change-handler): If undo is in progress, note that
18148 for attention of allout-post-command-business.
18149
18150 (allout-post-command-business): If the command we're following was
18151 an undo, check for change in the status of encrypted items and
18152 adjust auto-save inhibitions accordingly.
18153
18154 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
18155 according to whether there are or aren't any plain-text topics
18156 pending encryption.
18157
18158 (allout-inhibit-auto-save-info-for-decryption):
18159 Adjust buffer-saved-size and some allout state to inhibit auto-saves
18160 if there are plain-text topics pending encryption.
18161
18162 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
18163 buffer-saved-size and some allout state to not inhibit auto-saves
18164 if there are no longer any plain-text topics pending encryption.
18165
18166 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
18167 No longer provide for exemption of the current topic.
18168
18169 2011-07-04 Juri Linkov <juri@jurta.org>
18170
18171 Add 7z operations to delete and save changed members (bug#8968).
18172 * arc-mode.el (archive-7z-expunge, archive-7z-update):
18173 New defcustoms.
18174 (archive-7z-write-file-member): New function.
18175 (archive-7z-summarize): Fix the number of dashes in the
18176 listing output.
18177
18178 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18179
18180 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
18181 (bug#8958).
18182
18183 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
18184
18185 * bindings.el: Ignore next-buffer and previous-buffer in
18186 minibuffer-local-map.
18187
18188 * font-lock.el (font-lock-builtin-face): Change light background
18189 color to dark slate blue (Bug#6693).
18190
18191 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
18192
18193 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
18194
18195 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18196
18197 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
18198 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18199 Add switch-to-buffer.
18200
18201 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18202
18203 * isearch.el (isearch-search-fun-function): Clarify further the
18204 meaning of the function returned.
18205
18206 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
18207
18208 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
18209
18210 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
18211 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
18212 Use it.
18213 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
18214 `tramp-default-remote-path' does not exist.
18215 (tramp-send-command-and-read): New optional argument NOERROR.
18216 (tramp-open-connection-setup-interactive-shell)
18217 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
18218 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
18219 (tramp-process-sentinel): Flush also process' connection property.
18220 (tramp-sh-handle-start-file-process): Do not set process
18221 sentinel. It is done now ...
18222 (tramp-maybe-open-connection): ... here. (Bug#8929)
18223
18224 2011-07-04 MON KEY <monkey@sandpframing.com>
18225
18226 * play/animate.el (animate-string): Doc fixes and allow changing
18227 the buffer name (bug#5417).
18228
18229 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18230
18231 * play/animate.el (animation-buffer-name): Rename from *animate*.
18232
18233 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
18234
18235 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
18236 This is simpler and helps future-proof the code.
18237 (timer-until): Use time-subtract and float-time.
18238 (timer--time-less-p): Use time-less-p.
18239
18240 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
18241
18242 * type-break.el (timep): Use the value of `float-time' to avoid a
18243 byte-compiler warning.
18244
18245 * server.el (server-eval-and-print): Return any result, even nil.
18246
18247 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
18248
18249 * type-break.el: Accept time formats that the builtins accept.
18250 (timep, type-break-time-difference): Accept any format that
18251 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
18252 This is simpler and helps future-proof the code.
18253 (type-break-time-difference): Round rather than ignoring
18254 subseconds components.
18255
18256 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18257
18258 * info.el (Info-apropos-matches): Make non-interactive, since it
18259 doesn't seem to do anything useful as a command (bug#8829).
18260
18261 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
18262
18263 * frame.el (frame-background-mode, frame-set-background-mode):
18264 Move from faces.el.
18265 (frame-default-terminal-background): New function.
18266
18267 * custom.el (custom-push-theme): Don't record faces in `changed'
18268 theme; this doesn't work correctly for per-frame face settings.
18269 (disable-theme): Use face-set-after-frame-default to reset faces.
18270 (custom--frame-color-default): New function.
18271
18272 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18273
18274 * dired.el (dired-flagging-regexp): Remove unused variable
18275 (bug#8769).
18276
18277 2011-03-29 Kevin Ryde <user42@zip.com.au>
18278
18279 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18280 `perl-Test2' extend to match possible "fail #N" rep count
18281 (bug#8377).
18282
18283 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18284
18285 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
18286 `smtpmail-via-smtp' now returns the error instead of nil.
18287
18288 * isearch.el (isearch-search-fun-function): Clarify the doc string
18289 (bug#8101).
18290
18291 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
18292
18293 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
18294 unnecessary spaces (bug#8987).
18295
18296 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18297
18298 * net/network-stream.el (open-network-stream): Use the
18299 :end-of-capability command thoughout.
18300
18301 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
18302
18303 * net/network-stream.el (open-network-stream): Add the
18304 :end-of-capability command parameter, used by pop3.el.
18305
18306 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18307
18308 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
18309
18310 * fringe.el (fringe-query-style): Remove redundant text " (type ?
18311 for list)" (bug#6475).
18312
18313 * files.el (file-expand-wildcards): Ignore non-readable
18314 sub-directories while trying to find matches instead of signaling
18315 an error (bug#6297).
18316
18317 * man.el (Man-reference-regexp): Allow matching possible
18318 word-wrapped references (bug#6289).
18319
18320 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
18321 for consistency with the other vc buffers (bug#6197).
18322 (vc-checkin): Ditto.
18323
18324 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
18325
18326 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
18327
18328 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18329
18330 * custom.el (defcustom): Clarify that :set is only used in the
18331 Customize user interface (bug#6089).
18332
18333 * progmodes/flymake.el (flymake-mode): If the buffer isn't
18334 associated with a file, refuse to run instead of erroring out
18335 (bug#6084).
18336
18337 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
18338 the doc string, since it appears that using `fill-column' always
18339 controls the width (bug#7845).
18340
18341 * simple.el (shell-command-on-region): Say where the error output
18342 went if `shell-command-default-error-buffer' is set (bug#6857).
18343
18344 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
18345
18346 * allout.el (allout-yank-processing): Adjust cursor position for
18347 backwards-deleted space.
18348
18349 (allout-rebullet-heading): Register changes with
18350 allout-exposure-changed-hook, so the modified topic is properly
18351 decorated.
18352
18353 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18354
18355 * minibuffer.el (completion-in-region): Document PREDICATE
18356 (bug#7136).
18357
18358 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
18359 of keyword/argument pairs (bug#6904).
18360
18361 * replace.el (multi-occur):
18362 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
18363
18364 2011-07-02 Drew Adams <drew.adams@oracle.com>
18365
18366 * dired.el (dired-mark-if): Make the message about whether it's
18367 marking or unmarking clearer (bug#8523).
18368
18369 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18370
18371 * disp-table.el (display-table-print-array): New function.
18372 (describe-display-table): Use it to print the vectors more pretty
18373 (Bug#8859).
18374
18375 2011-07-02 Martin Rudalics <rudalics@gmx.at>
18376
18377 * window.el (window-state-get-1): Don't assign clone numbers.
18378 Add clone-of item to list of window parameters.
18379 (window-state-put-2): Don't process clone numbers.
18380 (display-buffer-alist): Fix doc-string.
18381
18382 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * subr.el (remq): Don't allocate if it's not needed.
18385 (keymap--menu-item-binding, keymap--menu-item-with-binding)
18386 (keymap--merge-bindings): New functions.
18387 (keymap-canonicalize): Use them to refine the canonicalization.
18388 * minibuffer.el (minibuffer-local-completion-map)
18389 (minibuffer-local-must-match-map): Move initialization from C.
18390 (minibuffer-local-filename-completion-map): Move initialization from C;
18391 don't inherit from anything here.
18392 (minibuffer-local-filename-must-match-map): Make obsolete.
18393 (completing-read-default): Use make-composed-keymap to combine
18394 minibuffer-local-filename-completion-map with either
18395 minibuffer-local-must-match-map or
18396 minibuffer-local-filename-completion-map.
18397
18398 2011-07-01 Glenn Morris <rgm@gnu.org>
18399
18400 * type-break.el (type-break-time-sum): Use dolist.
18401
18402 * textmodes/flyspell.el (flyspell-word-search-backward):
18403 Replace CL function.
18404
18405 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18406
18407 * mouse.el (mouse--strip-first-event): New function.
18408 (function-key-map): Use it to map fringe clicks to normal clicks
18409 by default.
18410
18411 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
18412 (vc-bzr-revision-completion-table): Add support for annotate and date.
18413
18414 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
18415 inherit from parent.
18416
18417 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18418
18419 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
18420 (dired-show-file-type): Doc fixup (bug#8818).
18421
18422 * dired.el (dired-mode): Fix up the doc string as suggested by
18423 Drew Adams (bug#8817).
18424
18425 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
18426 cookie, since the manual says that it should be possible to add
18427 this function to `find-file-hook' (bug#8709).
18428
18429 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18430
18431 * progmodes/cfengine.el: Moved all cfengine3.el functionality
18432 here. Noted Ted Zlatanov as the maintainer.
18433 (cfengine-common-settings, cfengine-common-syntax): New functions
18434 to set up common things between `cfengine-mode' and
18435 `cfengine3-mode'.
18436 (cfengine3-mode): New mode.
18437 (cfengine3-defuns cfengine3-defuns-regex
18438 (cfengine3-class-selector-regex cfengine3-category-regex)
18439 (cfengine3-vartypes cfengine3-font-lock-keywords)
18440 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
18441 (cfengine3-indent-line): Add from cfengine3.el.
18442
18443 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
18444
18445 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
18446
18447 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
18448
18449 2011-07-01 Martin Rudalics <rudalics@gmx.at>
18450
18451 * window.el (same-window-buffer-names, same-window-regexps)
18452 (same-window-p, special-display-frame-alist)
18453 (special-display-popup-frame, special-display-function)
18454 (special-display-buffer-names, special-display-regexps)
18455 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
18456 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18457 (split-window-preferred-function, split-height-threshold)
18458 (split-width-threshold, even-window-heights)
18459 (display-buffer-mark-dedicated, window-splittable-p)
18460 (split-window-sensibly, window-safely-shrinkable-p):
18461 Un-obsolete.
18462 (display-buffer): Don't spread args with function specifier
18463 because special-display-popup-frame won't like it.
18464
18465 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
18466
18467 Time-stamp simplifications and fixes.
18468 These improve accuracy slightly, and future-proof the code
18469 against some potential changes to current-time format.
18470
18471 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
18472 by using time-since and float-time.
18473
18474 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
18475 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
18476 + NNN microseconds".
18477
18478 * type-break.el (type-break-time-sum): Rewrite using time-add.
18479
18480 * play/hanoi.el (hanoi-current-time-float): Remove.
18481 All uses replaced by float-time.
18482
18483 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
18484 This yields a more-accurate answer.
18485 (rng-time-to-float): Remove; no longer needed.
18486
18487 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
18488
18489 * calendar/timeclock.el (timeclock-seconds-to-time):
18490 Defalias to seconds-to-time, since they're the same thing.
18491
18492 * emacs-lisp/elp.el (elp-elapsed-time):
18493 * emacs-lisp/benchmark.el (benchmark-elapse):
18494 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
18495
18496 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * window.el (bury-buffer): Don't iconify the only frame.
18499 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
18500 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
18501
18502 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
18503
18504 * eshell/em-smart.el (eshell-smart-display-navigate-list):
18505 Add mouse-yank-primary.
18506
18507 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
18508
18509 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
18510
18511 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
18512
18513 * emacs-lisp/find-func.el (find-library--load-name): New fun.
18514 (find-library-name): Use it to find relative load names when provided
18515 absolute file name (bug#8803).
18516
18517 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18518
18519 * textmodes/flyspell.el (flyspell-word): Consider words that
18520 differ only in case as potential doublons (bug#5687).
18521
18522 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
18523 Remove two rather uninteresting debugging-like messages to make
18524 debbugs.el more silent.
18525
18526 * comint.el (comint-password-prompt-regexp): Accept "Response" as
18527 a password-like phrase.
18528
18529 2011-06-30 Masatake YAMATO <yamato@redhat.com>
18530
18531 * progmodes/cc-guess.el: New file.
18532
18533 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
18534
18535 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
18536 derived from `c-basic-common-init'.
18537
18538 * progmodes/cc-mode.el (top-level): Require cc-guess.
18539 (c-basic-common-init): Use `cc-choose-style-for-mode'.
18540
18541 2011-06-30 Lawrence Mitchell <wence@gmx.li>
18542
18543 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
18544
18545 2011-06-30 Alan Mackenzie <acm@muc.de>
18546
18547 * progmodes/cc-engine.el (c-guess-continued-construct):
18548 Correct the handling of template-args-cont, particularly for when font
18549 lock is disabled. Name this case as "CASE G".
18550
18551 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
18552
18553 * allout.el (allout-yank-processing): Fix injection of extra space
18554 between bullet and non-whitespace character in first topic when
18555 pasting, ensuring that the actual spacing in the pasted topic
18556 following the bullet char is preserved. This extra space was
18557 causing pasted encrypted topics to get a decrypted status even
18558 when the content was actually still encrypted. Now the decryption
18559 status from before the paste is preserved.
18560
18561 (allout-flag-region): Set all allout overlays so they evaporate
18562 when reduced to zero length (evanescent), to prevent overlay
18563 leakage.
18564
18565 2011-06-30 Glenn Morris <rgm@gnu.org>
18566
18567 * w32-fns.el (w32-charset-info-alist): Declare.
18568
18569 * find-dired.el (find-grep-options): Simplify.
18570
18571 * term/ns-win.el (ns-set-resource): Declare.
18572
18573 * ses.el (row, col): Declare dynamic variables honestly.
18574
18575 * textmodes/reftex-parse.el (index-tags): Declare.
18576
18577 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
18578
18579 * cus-edit.el (customize-push-and-save): New function.
18580
18581 * files.el (hack-local-variables-confirm): Use it.
18582
18583 * custom.el (load-theme): New arg NO-CONFIRM.
18584 Use customize-push-and-save (Bug#8720).
18585 (custom-enabled-themes): Doc fix.
18586
18587 * cus-theme.el (customize-create-theme)
18588 (custom-theme-merge-theme): Callers to load-theme changed.
18589
18590 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
18591
18592 * thingatpt.el (thing-at-point-short-url-regexp): Require that
18593 short URLs have at least one dot in them (bug #7614).
18594
18595 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
18596 nil, because using a pty is apparently too slow (bug #895).
18597
18598 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18599
18600 * mail/sendmail.el (sendmail-query-once): New function.
18601 (sendmail-query-once-function): New variable.
18602
18603 2011-06-29 Glenn Morris <rgm@gnu.org>
18604
18605 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
18606
18607 * ses.el (top-level): Require cl when compiling.
18608 (ses-set-localvars): Fix error statement.
18609 Call it at compile time to silence a storm of warnings.
18610
18611 2011-06-29 Martin Rudalics <rudalics@gmx.at>
18612
18613 * window.el (normalize-live-buffer): Rename to
18614 window-normalize-buffer.
18615 (normalize-live-frame): Rename to window-normalize-frame.
18616 (normalize-any-window): Rename to window-normalize-any-window.
18617 (normalize-live-window): Rename to window-normalize-live-window.
18618 (make-window-atom): Rename to window-make-atom.
18619 (window-resize-reset): Rename to window--resize-reset.
18620 (window-resize-reset-1): Rename to window--resize-reset-1.
18621 (resize-mini-window): Rename to window--resize-mini-window.
18622 (resize-subwindows-skip-p): Rename to
18623 window--resize-subwindows-skip-p.
18624 (resize-subwindows-normal): Rename to
18625 window--resize-subwindows-normal.
18626 (resize-subwindows): Rename to window--resize-subwindows.
18627 (resize-other-windows): Rename to window--resize-siblings.
18628 (resize-this-window): Rename to window--resize-this-window.
18629 (resize-root-window): Rename to window--resize-root-window.
18630 (resize-root-window-vertically): Rename to
18631 window--resize-root-window-vertically.
18632 (normalize-buffer-to-display): Rename to
18633 window-normalize-buffer-to-display.
18634 (normalize-buffer-to-switch-to): Rename to
18635 window-normalize-buffer-to-switch-to.
18636 Correspondingly update all callers of the functions listed
18637 above.
18638 (display-buffer-alist, display-buffer-normalize-arguments)
18639 (display-buffer-normalize-options, display-buffer)
18640 (display-buffer-alist-set): Use "function" instead of
18641 "fun-with-args".
18642
18643 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
18644
18645 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
18646 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
18647 debbugs.gnu.org. Mention acknowledgment email.
18648
18649 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
18650
18651 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
18652 buffer multibyteness, since it shouldn't matter.
18653
18654 2011-06-28 Martin Rudalics <rudalics@gmx.at>
18655
18656 * window.el (display-buffer-in-side-window): Handle dedicated
18657 windows as in display-buffer-reuse-window.
18658 (display-buffer-normalize-alist): Use value of override
18659 specifier.
18660 (display-buffer-normalize-specifiers): Use value of
18661 other-window-means-other-frame specifier.
18662 (display-buffer-alist): Rewrite some texts in widgets.
18663 (display-buffer): Spread arguments when calling function
18664 specified by fun-with-args.
18665
18666 2011-06-28 Deniz Dogan <deniz@dogan.se>
18667
18668 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18669 Unnest `let'.
18670
18671 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
18672 selectors (Bug#5732).
18673 (css-proprietary-nmstart-re): Use `regexp-opt'.
18674
18675 2011-06-27 Jari Aalto <jari.aalto@cante.net>
18676
18677 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
18678 (eshell-ls-date-format): New defcustom.
18679 (eshell-ls-file): Use it.
18680
18681 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18682
18683 * help-fns.el (describe-variable): Fix message for terminal-local vars.
18684
18685 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
18686
18687 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
18688 (ange-ftp-make-tmp-name): New arg.
18689 (ange-ftp-file-local-copy): Use it.
18690
18691 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
18692
18693 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
18694 no-conversion (Bug#8870).
18695
18696 2011-06-27 Martin Rudalics <rudalics@gmx.at>
18697
18698 * window.el (window-right, window-left, window-child)
18699 (window-child-count, window-last-child)
18700 (window-iso-combination-p, walk-window-tree-1)
18701 (window-atom-check-1, window-tree-1, delete-window)
18702 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
18703 new naming conventions - window-vchild, window-hchild,
18704 window-next and window-prev are now called window-top-child,
18705 window-left-child, window-next-sibling and window-prev-sibling
18706 respectively.
18707 (resize-window-reset): Rename to window-resize-reset.
18708 (resize-window-reset-1): Rename to window-resize-reset-1.
18709 (resize-window): Rename to window-resize.
18710 (window-min-height, window-min-width)
18711 (resize-mini-window, resize-this-window, resize-root-window)
18712 (resize-root-window-vertically, adjust-window-trailing-edge)
18713 (enlarge-window, shrink-window, maximize-window)
18714 (minimize-window, delete-window, quit-restore-window)
18715 (split-window, balance-windows, balance-windows-area-adjust)
18716 (balance-windows-area, window-state-put-2)
18717 (display-buffer-even-window-sizes, display-buffer-set-height)
18718 (display-buffer-set-width, set-window-text-height)
18719 (fit-window-to-buffer): Rename all "resize-window" prefixed
18720 calls to use the "window-resize" prefix convention.
18721 (display-buffer-alist): Fix symbol for label specifier.
18722 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
18723 corresponding specifier.
18724 Reported by Juanma Barranquero <lekktu@gmail.com>.
18725
18726 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18727
18728 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
18729 convention.
18730 (ses-call-printer): Does not pass an empty string to formatter when the
18731 cell is empty to keep from barking printer Calc math-format-value.
18732
18733 2011-06-27 Richard Stallman <rms@gnu.org>
18734
18735 * battery.el (battery-mode-line-limit): New variable.
18736 (battery-update): Handle it.
18737
18738 * mail/rmailmm.el (rmail-mime-process-multipart):
18739 Handle truncated messages.
18740
18741 2011-06-27 Glenn Morris <rgm@gnu.org>
18742
18743 * progmodes/flymake.el (flymake-err-line-patterns):
18744 Allow for column numbers in the ant/javac pattern. (Bug#8866)
18745
18746 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
18747
18748 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
18749 (ses--clean-!, ses--clean-_): New functions.
18750 (ses-range): Add configurability of readout order, and conversion
18751 to Calc vector.
18752
18753 * ses.el (ses-repair-cell-reference-all): New function.
18754 (ses-cell-symbol): Set macro as safe, so that it can be used in
18755 formulas.
18756
18757 * ses.el: Update cycle detection algorithm.
18758 (ses-localvars): Add ses--Dijkstra-attempt-nb and
18759 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
18760 (ses-set-localvars): New function.
18761 (ses-make-cell): Add property-list as a cell element.
18762 (ses-cell-property-get-fun, ses-cell-property-get)
18763 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
18764 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
18765 New functions.
18766 (ses-cell-property-set, ses-cell-property-pop)
18767 (ses-cell-property-get-handle): New macro.
18768 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
18769 New aliases, used for code readability.
18770 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
18771 cycle detection.
18772 (ses-self-reference-early-detection): New defcustom.
18773 (ses-formula-references): Robustify against self-referring cells.
18774 (ses-mode): Use ses-set-localvars.
18775 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
18776 before lauching the update processing.
18777 (ses-initialize-Dijkstra-attempt): New function.
18778 (ses-recalculate-cell): Update for cycle detection based on
18779 Dijkstra algorithm.
18780
18781 * ses.el: Fix commenting and indenting convention.
18782
18783 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
18784
18785 * bs.el (bs-cycle-next): Complete last change.
18786
18787 2011-06-27 Drew Adams <drew.adams@oracle.com>
18788
18789 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
18790
18791 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18792
18793 * net/network-stream.el (network-stream-open-starttls):
18794 Don't re-get capabilities unless we've reestablished connection.
18795 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
18796
18797 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
18798 to binary to possibly avoid line encoding issues on Windows (among
18799 other things).
18800
18801 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18802
18803 * net/network-stream.el (open-network-stream): Return an :error
18804 saying what the problem was, if possible.
18805
18806 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
18807 server.
18808
18809 * net/network-stream.el (network-stream-open-starttls): If we
18810 wanted to use STARTTLS, and the server offered it, but we weren't
18811 able to because we had no STARTTLS support, then close the connection.
18812 (open-network-stream): Return an :error element, if present.
18813
18814 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
18815
18816 * hl-line.el (hl-line-sticky-flag): Doc fix.
18817 (global-hl-line-sticky-flag): New option (Bug#8323).
18818 (global-hl-line-highlight): Obey it.
18819
18820 * vc/vc.el (vc-revert-show-diff): Default to t.
18821
18822 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
18823
18824 * allout-widgets.el (allout-widgets-post-command-business):
18825 Stop decorating intermediate isearch matches. They're not being
18826 undecorated when an isearch is continued past, and isearch
18827 automatically collapses them. This leads to "widget leaks", where
18828 decorated items accumulate in collapsed areas. Lines with lots of
18829 hidden widgets can slow down cursor travel, substantially.
18830 Too much complicated machinery would be needed to ensure undecoration,
18831 so we're doing without this nicety.
18832
18833 (allout-widgets-tally-string): Don't try to do a hash-table-count
18834 of allout-widgets-tally when it's nil. This eliminates spurious "Error
18835 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
18836 *Messages* when allout-widgets-maintain-tally is t.
18837
18838 2011-06-26 Martin Rudalics <rudalics@gmx.at>
18839
18840 * window.el (display-buffer-normalize-argument): Rename to
18841 display-buffer-normalize-arguments. Handle special meaning of
18842 LABEL argument. Respect special-display-function when popping up
18843 a new frame. Fix code searching for a window showing the buffer
18844 on another frame.
18845 (display-buffer-normalize-specifiers):
18846 Call display-buffer-normalize-arguments.
18847 (display-buffer-in-window): Don't undedicate the window if its
18848 buffer remains the same.
18849 Reported by Drew Adams <drew.adams@oracle.com>.
18850 (display-buffer-alist): Add choice for same-window macro
18851 specfier.
18852 (display-buffer): Mention special meaning of LABEL argument in
18853 doc-string. Fix quoting. Don't pop up a new frame even as
18854 fallback.
18855
18856 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
18857
18858 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
18859 avoid deleting the current window in some cases (bug#8911).
18860
18861 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
18862
18863 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
18864 (Bug#8934)
18865
18866 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18867
18868 * net/network-stream.el (network-stream-open-starttls):
18869 Use built-in TLS support if `gnutls-available-p' is true.
18870 (network-stream-open-tls): Ditto.
18871
18872 2011-06-26 Leo Liu <sdl.web@gmail.com>
18873
18874 * register.el (registerv): New struct.
18875 (registerv-make): New function.
18876 (jump-to-register, describe-register-1, insert-register):
18877 Support the jump-func, print-func and insert-func slot of a registerv
18878 struct. (Bug#8415)
18879
18880 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
18881
18882 * vc/vc.el (vc-revert-show-diff): New defcustom.
18883 (vc-diff-internal): New arg specifying diff buffer.
18884 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
18885 reuse an existing *vc-diff* buffer (Bug#8927).
18886
18887 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
18888
18889 2011-06-26 Glenn Morris <rgm@gnu.org>
18890
18891 * progmodes/f90.el (f90-critical-indent): New option.
18892 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
18893 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
18894 (f90-mode): Doc fix.
18895 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
18896 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
18897 (f90-beginning-of-block, f90-next-block, f90-indent-region)
18898 (f90-match-end): Handle block, critical.
18899
18900 2011-06-25 Glenn Morris <rgm@gnu.org>
18901
18902 * calendar/diary-lib.el (diary-included-files): Doc fix.
18903 (diary-include-files): New function, extracted from
18904 diary-include-other-diary-files and diary-mark-included-diary-files.
18905 (diary-include-other-diary-files, diary-mark-included-diary-files):
18906 Just call diary-include-files.
18907 (diary-mark-entries): Reset diary-included-files on first call.
18908
18909 * calendar/diary-lib.el (diary-mark-entries)
18910 (diary-mark-included-diary-files):
18911 Visit included diary-files in temp buffers.
18912
18913 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
18914 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
18915 (f90-start-block-re, f90-imenu-generic-expression)
18916 (f90-looking-at-program-block-start, f90-no-block-limit):
18917 Add support for submodules.
18918
18919 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18920 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
18921
18922 2011-06-25 Eli Zaretskii <eliz@gnu.org>
18923
18924 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
18925 buffer-file-type before setting its value, to avoid disastrous
18926 global effects on decoding files for DOS/Windows systems. (Bug#8780)
18927
18928 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
18929
18930 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
18931
18932 * ses.el (ses-unload-function):
18933 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
18934
18935 * proced.el (proced-unload-function):
18936 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
18937
18938 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
18939
18940 * server.el (server-create-window-system-frame): Add parameters arg.
18941 (server-process-filter): Doc fix. Handle frame-parameters.
18942
18943 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
18944
18945 Fix bug#8730, bug#8781.
18946
18947 * loadhist.el (unload--set-major-mode): New function.
18948 (unload-feature): Use it.
18949
18950 * progmodes/python.el (python-after-info-look): Add autoload cookie.
18951 (python-unload-function): New function.
18952
18953 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
18954
18955 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
18956
18957 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
18958
18959 * net/browse-url.el (browse-url-firefox-program): Add icecat to
18960 the candidates list.
18961
18962 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
18963
18964 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
18965
18966 2011-06-23 Richard Stallman <rms@gnu.org>
18967
18968 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
18969 (rmail-variables): Set next-error-move-function.
18970 (rmail-what-message): Take argument POS.
18971 (rmail-next-error-move): New function.
18972
18973 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
18974
18975 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
18976 messages for adjacent non-terminals.
18977
18978 2011-06-23 Richard Stallman <rms@gnu.org>
18979
18980 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
18981 (rmail-show-message-1): Preserve buffer modified flag.
18982 (rmail-start-mail): Don't specify use of rmail-mail-return;
18983 that's done by mail-bury now.
18984 (rmail-mail-return): Handle arg NEWBUF.
18985
18986 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
18987
18988 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
18989 SIZE is a number.
18990
18991 2011-06-23 Martin Rudalics <rudalics@gmx.at>
18992
18993 * window.el (get-lru-window, get-mru-window)
18994 (get-largest-window): Never return a minibuffer window.
18995 (display-buffer-pop-up-window): Fix a bug that could lead to
18996 reusing the minibuffer window.
18997 (display-buffer): Pass original specifier argument to
18998 display-buffer-function instead of the normalized one.
18999 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19000
19001 2011-06-22 Leo Liu <sdl.web@gmail.com>
19002
19003 * minibuffer.el (completing-read-function)
19004 (completing-read-default): Move from minibuf.c.
19005
19006 2011-06-22 Richard Stallman <rms@gnu.org>
19007
19008 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
19009 to Rmail even if not started by a special Rmail command.
19010
19011 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
19012 Copy the buffer currently showing just one message.
19013
19014 2011-06-22 Roland Winkler <winkler@gnu.org>
19015
19016 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
19017 (bibtex-clean-entry): First delete the old key so that a
19018 customized algorithm for generating the new key does not get
19019 confused by the old key.
19020 (bibtex-url): Obey regexp of first step.
19021 (bibtex-search-entries): Do not use add-to-list with local
19022 list-var.
19023
19024 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19025
19026 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
19027 stored a user name, then query for the password first, instead of
19028 waiting for SMTP to give an error message and the trying again.
19029
19030 2011-06-22 Lawrence Mitchell <wence@gmx.li>
19031
19032 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
19033 BUFFER in call-process.
19034
19035 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19036
19037 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
19038 QUIT twice.
19039 (smtpmail-try-auth-methods): Require user name and password from
19040 auth-source.
19041
19042 2011-06-22 Martin Rudalics <rudalics@gmx.at>
19043
19044 * window.el (display-buffer-default-specifiers)
19045 (display-buffer-alist): Remove entries for pop-up-frame-alist.
19046 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
19047 (split-window): Normalize SIDE argument (Bug#8916).
19048
19049 * frame.el (pop-up-frame-alist, pop-up-frame-function)
19050 (special-display-frame-alist, special-display-popup-frame):
19051 Remove duplicate declarations. These are now in window.el.
19052
19053 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19054
19055 * mail/smtpmail.el (smtpmail-via-smtp):
19056 Set :use-starttls-if-possible so that we always use STARTTLS if the
19057 server supports it. SMTP servers that support STARTTLS commonly
19058 require it.
19059
19060 * net/network-stream.el (network-stream-open-starttls): Support
19061 upgrading to STARTTLS always, even if we don't have built-in support.
19062 (open-network-stream): Add the :always-query-capabilities keyword.
19063
19064 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
19065 upgrades with `open-network-stream', and rely solely on
19066 auth-source for all credentials. Big changes throughout the file,
19067 but in particular:
19068 (smtpmail-auth-credentials): Remove.
19069 (smtpmail-starttls-credentials): Remove.
19070 (smtpmail-via-smtp): Check for servers saying they want AUTH after
19071 MAIL FROM, too.
19072
19073 * net/network-stream.el (network-stream-open-starttls):
19074 Provide support for client certificates both for external and built-in
19075 STARTTLS.
19076 (auth-source): Require.
19077 (open-network-stream): Document the :client-certificate keyword.
19078 (network-stream-certificate): Change cert-cert to cert and
19079 cert-key to key.
19080
19081 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
19082
19083 * net/tramp-cache.el (top): Don't load the persistency file when
19084 "emacs -Q" has been called.
19085
19086 2011-06-21 Tim Harper <timcharper@gmail.com>
19087
19088 * term/ns-win.el (ns-initialize-window-system):
19089 Set application-specific `ApplePressAndHoldEnabled' system
19090 resource to NO as it is not yet supported by the NS port.
19091
19092 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
19093
19094 * misc.el (list-dynamic-libraries--refresh): Compute header here...
19095 (list-dynamic-libraries): ...not here.
19096
19097 2011-06-21 Leo Liu <sdl.web@gmail.com>
19098
19099 * subr.el (sha1): Implement sha1 using secure-hash.
19100
19101 2011-06-21 Martin Rudalics <rudalics@gmx.at>
19102
19103 * window.el (display-buffer-alist): In default value do not
19104 enforce searching a window on any but the selected frame.
19105 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19106 (display-buffer-select-window): Remove function.
19107 (display-buffer-in-window): When a window on another frame gets
19108 reused, do not select it any more but just raise its frame if
19109 necessary (Bug#8851) and (Bug#8856).
19110 (display-buffer-normalize-options): Handle pop-up-frames related
19111 options more faithfully.
19112 (pop-to-buffer): Don't rely on `display-buffer' selecting the
19113 window if it is on another frame.
19114 (display-buffer-alist, display-buffer-default-specifiers):
19115 Don't make new frame unsplittable by default.
19116 (display-buffer-normalize-argument): Fix doc-string typo and use
19117 'same-frame-other-window instead of 'other-window when associating
19118 with display-buffer-macro-specifiers.
19119
19120 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
19121
19122 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
19123 New functions.
19124 (5x5-mode-map, 5x5-mode-menu): Bind them.
19125 (5x5-draw-grid): Tweak the solver's rendering.
19126
19127 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
19128
19129 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
19130 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
19131
19132 2011-06-21 Drew Adams <drew.adams@oracle.com>
19133
19134 * menu-bar.el: Use function variable instead of switch-to-buffer.
19135 (menu-bar-select-buffer-function): New variable.
19136 (menu-bar-update-buffers): Use it (bug#8876).
19137
19138 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
19139
19140 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
19141 variable's status.
19142
19143 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
19144
19145 * x-dnd.el (x-dnd-version-from-flags)
19146 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
19147 and long as number (Bug#8899).
19148 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
19149
19150 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
19151
19152 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
19153 (completion-try-completion, completion-all-completions): Compute the
19154 metadata argument if it's missing; make it optional (bug#8795).
19155
19156 * wid-edit.el: Use lex-bind and move towards completion-at-point.
19157 (widget-complete): Use new :completion-function property.
19158 (widget-completions-at-point): New function.
19159 (default): Use :completion-function instead of :complete.
19160 (widget-default-completions): Rename from widget-default-complete;
19161 Rewrite.
19162 (widget-string-complete, widget-file-complete, widget-color-complete):
19163 Remove functions.
19164 (file, symbol, function, variable, coding-system, color):
19165 * international/mule-cmds.el (default-input-method, charset)
19166 (language-info-custom-alist):
19167 * cus-edit.el (face): Use new property :completions.
19168
19169 * progmodes/pascal.el (pascal-completions-at-point): New function.
19170 (pascal-mode): Use it.
19171 (pascal-mode-map): Use completion-at-point.
19172 (pascal-toggle-completions): Make obsolete.
19173 (pascal-complete-word, pascal-show-completions):
19174 * progmodes/octave-mod.el (octave-complete-symbol):
19175 Redefine as obsolete alias.
19176 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
19177 Signal absence of completion info for old Octave,
19178 (inferior-octave-complete): Redefine as obsolete alias.
19179 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
19180 (meta-completions-at-point): Rename from meta-complete-symbol and
19181 adapt it for use on completion-at-point-functions.
19182 (meta-common-mode): Use it.
19183 (meta-looking-at-backward, meta-match-buffer): Remove.
19184 (meta-complete-symbol): Redefine as obsolete alias.
19185 (meta-common-mode-map): Use completion-at-point.
19186 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
19187 (makefile-mode-map): Use completion-at-point.
19188 (makefile-completions-at-point): Rename from makefile-complete and
19189 adapt it for use on completion-at-point-functions.
19190 (makefile-mode): Use it.
19191 (makefile-complete): Redefine as obsolete alias.
19192
19193 2011-06-20 Deniz Dogan <deniz@dogan.se>
19194
19195 * net/rcirc.el: Delete trailing whitespaces once and for all.
19196
19197 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
19198
19199 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
19200
19201 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
19202
19203 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
19204
19205 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
19206
19207 2011-06-19 Martin Rudalics <rudalics@gmx.at>
19208
19209 * window.el (display-buffer-other-window-means-other-frame):
19210 Call display-buffer-normalize-alist.
19211 (display-buffer-normalize-specifiers-1): Rename to
19212 display-buffer-normalize-argument. New argument other-frame.
19213 Rewrite.
19214 (display-buffer-normalize-specifiers-2): Rename to
19215 display-buffer-normalize-options.
19216 (display-buffer-normalize-alist-1): New function.
19217 (display-buffer-normalize-specifiers-3): Rename to
19218 display-buffer-normalize-alist.
19219 Call display-buffer-normalize-alist-1.
19220 (display-buffer-normalize-options-inhibit): New variable.
19221 (display-buffer-normalize-specifiers): Rewrite calling
19222 display-buffer-normalize-alist,
19223 display-buffer-normalize-argument, and
19224 display-buffer-normalize-options. Don't call the latter if
19225 display-buffer-normalize-options-inhibit is non-nil.
19226 (frame-auto-delete): New option.
19227 (window-deletable-p): Use frame-auto-delete.
19228 (window-list-no-nils, window-state-ignored-parameters)
19229 (window-state-get-1, window-state-get, window-state-put-list)
19230 (window-state-put-1, window-state-put-2, window-state-put):
19231 New functions.
19232 (display-buffer-normalize-options): Move special-display-p group
19233 after pop-up-frame group (Bug#8851) and (Bug#8856).
19234
19235 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
19236
19237 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
19238 groups (Bug#8776).
19239 (rx-submatch-n): New function.
19240 (rx): Document it.
19241
19242 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
19243 (Bug#8768).
19244
19245 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
19246
19247 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
19248
19249 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
19250 anytime existing face settings are present (Bug#8889).
19251
19252 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
19253 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
19254 Remove unused argument.
19255
19256 2011-06-18 Martin Rudalics <rudalics@gmx.at>
19257
19258 * window.el (display-buffer-default-specifiers):
19259 Remove pop-up-frame. Add pop-up-window-min-height,
19260 pop-up-window-min-width, and another reuse-window specifier
19261 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
19262 (display-buffer-normalize-specifiers-2):
19263 Handle split-height-threshold and split-width-threshold also when
19264 pop-up-windows is unset. Add a reuse-window specifier for the
19265 case popping up a new window fails.
19266 (special-display-popup-frame): Remove double quoting.
19267 (display-buffer-normalize-specifiers-1): Fix thinko.
19268
19269 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
19270
19271 * shell.el (shell-completion-vars): Set pcomplete-termination-string
19272 according to comint-completion-addsuffix.
19273
19274 * pcomplete.el: Convert to lexical binding and fix bug#8819.
19275 (pcomplete-suffix-list): Mark as obsolete.
19276 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
19277 pcomplete-seen in the closure.
19278 (pcomplete-comint-setup): Setup completion-at-point as well.
19279 (pcomplete--entries): New function.
19280 (pcomplete--env-regexp): New var.
19281 (pcomplete-entries): Rewrite to work with partial-completion and
19282 without relying on pcomplete-suffix-list.
19283 (pcomplete-pare-list): Remove, unused.
19284
19285 2011-06-17 Martin Rudalics <rudalics@gmx.at>
19286
19287 * window.el (display-buffer-alist): Set pop-up-window-min-height
19288 and pop-up-window-min-width in default value. Reported by
19289 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
19290 other-window-means-other-frame.
19291 (display-buffer-macro-specifiers): Comment out entry for
19292 other-window specifier.
19293 (display-buffer-other-window-means-other-frame): New function.
19294 (display-buffer-normalize-specifiers-1): New arguments
19295 buffer-name and label. Treat other-window case specially.
19296 (display-buffer-normalize-specifiers-2): Treat other-window case
19297 specially.
19298 (display-buffer-normalize-specifiers-3): New function.
19299 (display-buffer-normalize-specifiers):
19300 Call display-buffer-normalize-specifiers-3.
19301
19302 2011-06-17 Martin Rudalics <rudalics@gmx.at>
19303
19304 * window.el (same-window-p): Fix two typos introduced when
19305 adding with-no-warnings.
19306 (display-buffer-normalize-specifiers-1): Don't check
19307 pop-up-frames for 'unset initialization.
19308 (display-buffer-normalize-specifiers-2): Major rewrite using
19309 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
19310 (pop-up-frames, display-buffer-reuse-frames)
19311 (display-buffer-mark-dedicated): Don't initialize to 'unset.
19312 Suggested by David Engster <deng@randomsample.de>.
19313 (even-window-heights): Initialize to 'unset.
19314 (display-buffer-alist-set): Handle new 'unset initializations.
19315 (display-buffer-macro-specifiers): Don't pop up a new frame in the
19316 other window case.
19317
19318 2011-06-16 Martin Rudalics <rudalics@gmx.at>
19319
19320 * window.el (display-buffer-normalize-specifiers-1):
19321 Respect current value of pop-up-frames for most reasonable values of
19322 second argument of display-buffer (Bug#8865).
19323 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
19324 (switch-to-buffer-other-window-same-frame)
19325 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
19326 Adams (Bug#8875).
19327 (display-buffer): Don't check noninteractive when calling
19328 display-buffer-pop-up-frame.
19329 (display-buffer-pop-up-frame): Never pop up a frame in
19330 noninteractive mode (Bug#8857).
19331 (enlarge-window, shrink-window): Don't report an error when the
19332 window can't be resized as requested (Bug#8862).
19333
19334 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19335
19336 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
19337
19338 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
19339
19340 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
19341
19342 2011-06-15 Alan Mackenzie <acm@muc.de>
19343
19344 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
19345 for declarators, disable knr checking to speed up for normal files.
19346 2: Refactor, replacing a sequence of nested if forms by a cond form.
19347
19348 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19349
19350 * net/network-stream.el (open-network-stream): Add the keyword
19351 :always-query-capabilities for the case where you want to force a
19352 `plain' network connection, but the protocol still requires the
19353 capabilitiy command (i.e., SMTP and EHLO).
19354
19355 * subr.el (process-live-p): Rename from `process-alive-p' for
19356 consistency with other `-live-p' functions.
19357
19358 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19359
19360 * window.el (same-window-buffer-names, same-window-regexps)
19361 (special-display-frame-alist, special-display-popup-frame)
19362 (special-display-function, special-display-buffer-names)
19363 (special-display-regexps, pop-up-frame-alist)
19364 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
19365 (pop-up-windows, split-window-preferred-function)
19366 (split-height-threshold, split-width-threshold, even-window-heights)
19367 (display-buffer-mark-dedicated): Don't encourage the use of
19368 display-buffer-alist from Elisp code.
19369
19370 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
19371
19372 * progmodes/python.el (python-mode): Derive from prog-mode.
19373 * progmodes/ps-mode.el (ps-mode):
19374 * progmodes/mixal-mode.el (mixal-mode):
19375 * progmodes/cfengine.el (cfengine-mode):
19376 * progmodes/ld-script.el (ld-script-mode): Likewise.
19377
19378 2011-06-15 Martin Rudalics <rudalics@gmx.at>
19379
19380 * window.el (display-buffer-alist): Trim default value to avoid
19381 popping up a new frame (Bug#8857) or reusing an arbitrary window
19382 on another frame.
19383 (display-buffer): Do not fall back on popping up a new frame in
19384 batch mode (Bug#8857).
19385
19386 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
19387
19388 * cus-theme.el (describe-theme-1): Use custom-theme-p.
19389 (custom-theme-summary): New function.
19390 (customize-themes): Use it.
19391
19392 2011-06-13 Glenn Morris <rgm@gnu.org>
19393
19394 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
19395
19396 2011-06-13 Martin Rudalics <rudalics@gmx.at>
19397
19398 * help.el (help-window): Remove variable.
19399 (help-window-point-marker, temp-buffer-max-height)
19400 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
19401 (help-print-return-message): Don't set help-window.
19402 (resize-temp-buffer-window): Rewrite cod eand doc-string.
19403 (help-window-setup-finish): Remove.
19404 (help-window-display-message, help-window-setup)
19405 (with-help-window): Major rewrite based on new
19406 display-buffer-window variable.
19407
19408 * help-mode.el (help-mode-finish): Remove help-window related
19409 code.
19410
19411 * view.el (view-exits-all-viewing-windows): Remove reference to
19412 view-return-to-alist in doc-string.
19413 (view-return-to-alist): Make obsolete.
19414 (view-buffer): Call pop-to-buffer-same-window and remove
19415 undo-window code.
19416 (view-buffer-other-window): Call pop-to-buffer-other-window and
19417 simplify code. Ignore second argument.
19418 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
19419 simplify code. Ignore second argument.
19420 (view-return-to-alist-update): Make obsolete.
19421 (view-mode-enter): Rename second argument to QUIT-RESTORE.
19422 Rewrite using quit-restore window parameters.
19423 (view-mode-exit): Rename second argument to EXIT-ONLY.
19424 Rewrite using quit-restore-window.
19425 (View-exit, View-exit-and-edit, View-leave, View-quit)
19426 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
19427 appropriate arguments.
19428 (view-end-message): Use quit-restore window parameter.
19429
19430 * window.el (display-buffer-function): Rewrite doc-string.
19431 (display-buffer-window, display-buffer-alist): New variables.
19432 (display-buffer-split-specifiers)
19433 (display-buffer-side-specifiers)
19434 (display-buffer-macro-specifiers): New constants.
19435 (display-buffer-even-window-sizes, display-buffer-set-height)
19436 (display-buffer-set-width, display-buffer-select-window)
19437 (display-buffer-in-window, display-buffer-reuse-window)
19438 (display-buffer-split-window-1, display-buffer-split-window)
19439 (display-buffer-split-atom-window, display-buffer-pop-up-window)
19440 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
19441 (display-buffer-in-side-window, normalize-buffer-to-display)
19442 (display-buffer-normalize-specifiers-1)
19443 (display-buffer-normalize-specifiers-2)
19444 (display-buffer-normalize-specifiers, display-buffer-frame):
19445 New functions.
19446 (display-buffer): Major rewrite.
19447 (display-buffer-other-window, display-buffer-other-frame)
19448 (pop-to-buffer, switch-to-buffer-other-window)
19449 (switch-to-buffer-other-frame): Rewrite.
19450 (display-buffer-same-window, display-buffer-same-frame)
19451 (display-buffer-same-frame-other-window)
19452 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19453 (pop-to-buffer-other-window)
19454 (pop-to-buffer-same-frame-other-window)
19455 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
19456 (switch-to-buffer-other-window-same-frame): New functions.
19457 (same-window-p, special-display-p): Rewrite disabling warnings.
19458 Make obsolete.
19459 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19460 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
19461 Make obsolete
19462 (same-window-buffer-names, same-window-regexps)
19463 (special-display-frame-alist, special-display-popup-frame)
19464 (special-display-function, special-display-buffer-names)
19465 (special-display-regexps, pop-up-frame-alist)
19466 (pop-up-frame-function, split-window-preferred-function)
19467 (split-height-threshold, split-width-threshold)
19468 (even-window-heights): Make obsolete.
19469
19470 2011-06-12 Glenn Morris <rgm@gnu.org>
19471
19472 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
19473 Misc simplifications.
19474
19475 2011-06-12 Martin Rudalics <rudalics@gmx.at>
19476
19477 * window.el (window-safely-shrinkable-p): Restore function which
19478 was inadvertently removed in change from 2011-06-11. Declare as
19479 obsolete.
19480
19481 * calendar/calendar.el (calendar-generate-window):
19482 Use window-iso-combined-p instead of combination of one-window-p and
19483 window-safely-shrinkable-p.
19484
19485 2011-06-12 Glenn Morris <rgm@gnu.org>
19486
19487 * progmodes/fortran.el (fortran-mode-syntax-table):
19488 * progmodes/f90.el (f90-mode-syntax-table):
19489 Set % to punctuation. (Bug#8820)
19490 (f90-find-tag-default): Remove, no longer needed.
19491
19492 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
19493
19494 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
19495
19496 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
19497
19498 * image.el (image-animated-p): Return animation delay in seconds.
19499 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
19500 (image-animate-timeout): Remove DELAY argument. Don't assume
19501 every subimage has the same delay; get it from image-animated-p.
19502 (image-animate): Caller changed.
19503
19504 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
19505
19506 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
19507 to ignored backtrace functions.
19508
19509 2011-06-11 Glenn Morris <rgm@gnu.org>
19510
19511 * calendar/appt.el (appt-disp-window-function): Doc fix.
19512 (appt-check): Handle overlapping appointments. (Bug#8337)
19513
19514 2011-06-11 Martin Rudalics <rudalics@gmx.at>
19515
19516 * window.el (window-tree-1, window-tree): New functions, moving
19517 the latter to window.el.
19518 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19519 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19520 (bw-refresh-edges): Remove.
19521 (balance-windows-1, balance-windows-2): New functions.
19522 (balance-windows): Rewrite in terms of window tree functions,
19523 balance-windows-1 and balance-windows-2.
19524 (bw-adjust-window): Remove.
19525 (balance-windows-area-adjust): New function with functionality of
19526 bw-adjust-window but using resize-window.
19527 (set-window-text-height): Rewrite doc-string.
19528 Use normalize-live-window and resize-window.
19529 (enlarge-window-horizontally, shrink-window-horizontally):
19530 Rename argument to DELTA.
19531 (window-buffer-height): New function.
19532 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
19533 Rewrite using new window resize routines.
19534 (kill-buffer-and-window, mouse-autoselect-window-select):
19535 Use ignore-errors instead of condition-case.
19536 (quit-window): Call delete-frame instead of delete-windows-on
19537 for the only buffer on frame.
19538
19539 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19540
19541 * loadup.el (top-level): Load window before files for the sake
19542 of replace-buffer-in-windows.
19543
19544 * files.el (read-buffer-to-switch)
19545 (switch-to-buffer-other-window)
19546 (switch-to-buffer-other-frame, display-buffer-other-frame):
19547 Move to window.el.
19548
19549 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
19550 (previous-buffer): Move to window.el.
19551
19552 * bindings.el (unbury-buffer): Move to window.el.
19553
19554 * window.el (delete-other-windows-vertically): Move after
19555 definition of delete-other-windows.
19556 (other-window, delete-windows-on, replace-buffer-in-windows):
19557 Move here from window.c.
19558 (record-window-buffer, unrecord-window-buffer)
19559 (set-window-buffer-start-and-point, switch-to-prev-buffer)
19560 (switch-to-next-buffer): New functions.
19561 (get-next-valid-buffer, last-buffer, next-buffer): Move here
19562 from simple.el. Call switch-to-next-buffer.
19563 (previous-buffer): Move here from simple.el.
19564 Call switch-to-prev-buffer.
19565 (bury-buffer): Move here from buffer.c. Switch to previous
19566 buffer when window cannot be deleted.
19567 (unbury-buffer): Move here from bindings.el.
19568 (ctl-x-map): Move binding for other-window from window.c to
19569 here.
19570 (read-buffer-to-switch, switch-to-buffer-other-window)
19571 (switch-to-buffer-other-frame): Move here from files.el.
19572 (normalize-buffer-to-switch-to): New functions.
19573 (switch-to-buffer): Move here from buffer.c.
19574 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
19575
19576 2011-06-10 Martin Rudalics <rudalics@gmx.at>
19577
19578 * window.el (window-min-height, window-min-width): Move here
19579 from window.c. Add defcustoms and rewrite doc-strings.
19580 (resize-mini-window, resize-window): New functions.
19581 (adjust-window-trailing-edge, enlarge-window, shrink-window):
19582 Move here from window.c.
19583 (maximize-window, minimize-window): New functions.
19584 (delete-window, delete-other-windows, split-window): Move here
19585 from window.c.
19586 (window-split-min-size): New function.
19587 (split-window-keep-point): Mention split-window-above-each-other
19588 instead of split-window-vertically.
19589 (split-window-above-each-other, split-window-vertically):
19590 Rename split-window-vertically to split-window-above-each-other
19591 and provide defalias for old definition.
19592 (split-window-side-by-side, split-window-horizontally):
19593 Rename split-window-horizontally to split-window-side-by-side
19594 and provide defalias for the old definition.
19595 (ctl-x-map): Move bindings for delete-window,
19596 delete-other-windows and enlarge-window here from window.c.
19597 Replace bindings for split-window-vertically and
19598 split-window-horizontally by bindings for
19599 split-window-above-each-other and split-window-side-by-side.
19600
19601 * cus-start.el (all): Remove entries for window-min-height and
19602 window-min-width. Add entries for window-splits and
19603 window-nest.
19604
19605 2011-06-09 Glenn Morris <rgm@gnu.org>
19606
19607 * calendar/appt.el (appt-mode-line): New function.
19608 (appt-check, appt-disp-window): Use it.
19609
19610 * files.el (hack-one-local-variable-eval-safep):
19611 Allow minor-modes with explicit +/-1 arguments.
19612
19613 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
19614
19615 * term/xterm.el (xterm): Add defgroup.
19616 (xterm-extra-capabilities): Add defcustom to supply known xterm
19617 capabilities, skip querying them, or query them (default).
19618 (terminal-init-xterm): Use it.
19619 (terminal-init-xterm-modify-other-keys): New function to set up
19620 modifyOtherKeys support to simplify `terminal-init-xterm'.
19621
19622 2011-06-09 Martin Rudalics <rudalics@gmx.at>
19623
19624 * window.el (resize-window-reset, resize-window-reset-1)
19625 (resize-subwindows-skip-p, resize-subwindows-normal)
19626 (resize-subwindows, resize-other-windows, resize-this-window)
19627 (resize-root-window, resize-root-window-vertically)
19628 (window-deletable-p, window-or-subwindow-p)
19629 (frame-root-window-p): New functions.
19630
19631 2011-06-09 Glenn Morris <rgm@gnu.org>
19632
19633 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
19634 (ange-ftp-get-files): Use it.
19635
19636 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19637
19638 * mail/sendmail.el (mail-recover-1, mail-recover):
19639 * files.el (recover-file, recover-session):
19640 Handle dired-listing-switches not being just a single short option.
19641
19642 2011-06-09 Glenn Morris <rgm@gnu.org>
19643
19644 * calendar/appt.el (appt-display-message, appt-disp-window):
19645 Handle lists of appointments.
19646
19647 2011-06-08 Martin Rudalics <rudalics@gmx.at>
19648
19649 * window.el (one-window-p): Move down in code.
19650 Rewrite doc-string.
19651 (window-current-scroll-bars): Rewrite doc-string.
19652 Normalize live window argument.
19653 (walk-windows, get-window-with-predicate, count-windows):
19654 Rewrite doc-string. Use window-list-1.
19655 (window-in-direction-2, window-in-direction, get-mru-window):
19656 New functions.
19657
19658 2011-06-08 Reuben Thomas <rrt@sc3d.org>
19659
19660 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
19661 Doc fix (Bug#8713).
19662
19663 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
19664
19665 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
19666
19667 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
19668
19669 * loadhist.el (unload-feature-special-hooks):
19670 Add `comint-output-filter-functions'.
19671
19672 2011-06-08 Ivan Kanis <gnu@kanis.fr>
19673
19674 * calendar/appt.el (appt-check): Move some initializations into the let.
19675
19676 2011-06-08 Martin Rudalics <rudalics@gmx.at>
19677
19678 * window.el (window-height): Defalias to window-total-height.
19679 (window-width): Defalias to window-body-width.
19680
19681 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
19682
19683 * image-mode.el (image-toggle-animation): New command.
19684 (image-mode-map): Bind it to RET.
19685 (image-mode): Update message.
19686 (image-toggle-display-image): Avoid a spurious cache flush.
19687 (image-transform-rotation): Doc fix.
19688 (image-transform-properties): Return quickly in the normal case.
19689 (image-animate-loop): Rename from image-animate-max-time.
19690
19691 * image.el (image-animate-max-time): Move to image-mode.el.
19692 (create-animated-image): Remove unnecessary function.
19693 (image-animate): Rename from image-animate-start. New arg.
19694 (image-animate-stop): Remove; just use image-animate-timer.
19695 (image-animate-timer): Use car-safe.
19696 (image-animate-timeout): Rename argument.
19697
19698 2011-06-07 Martin Rudalics <rudalics@gmx.at>
19699
19700 * window.el (get-lru-window, get-largest-window): Move here from
19701 window.c. Rename first argument to ALL-FRAMES.
19702 Rephrase doc-strings.
19703 (get-buffer-window-list): Rewrite using window-list-1.
19704 Rephrase doc-string.
19705 (window-safe-min-height, window-safe-min-width): New constants.
19706 (window-size-ignore, window-min-size, window-min-size-1)
19707 (window-sizable, window-sizable-p, window-size-fixed-1)
19708 (window-size-fixed-p, window-min-delta-1, window-min-delta)
19709 (window-max-delta-1, window-max-delta, window-resizable)
19710 (window-resizable-p, window-total-height, window-total-width)
19711 (window-body-width): New functions.
19712 (window-full-height-p, window-full-width-p): Rewrite using
19713 window-total-size.
19714 (window-body-height): Rewrite using window-body-size.
19715
19716 2011-06-06 Martin Rudalics <rudalics@gmx.at>
19717
19718 * window.el (window-right, window-left, window-child)
19719 (window-child-count, window-last-child, window-any-p)
19720 (normalize-live-buffer, normalize-live-frame)
19721 (normalize-any-window, normalize-live-window)
19722 (window-iso-combination-p, window-iso-combined-p)
19723 (window-iso-combinations)
19724 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
19725 (windows-with-parameter, window-with-parameter)
19726 (window-atom-root, make-window-atom, window-atom-check-1)
19727 (window-atom-check, window-side-check, window-check):
19728 New functions.
19729 (ignore-window-parameters, window-sides, window-sides-vertical)
19730 (window-sides-slots): New variables.
19731 (window-size-fixed): Move down in code. Minor doc-string fix.
19732
19733 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
19734
19735 * comint.el (comint-dynamic-complete-as-filename)
19736 (comint-dynamic-complete-filename): Correctly call
19737 completion-in-region.
19738
19739 2011-06-05 Deniz Dogan <deniz@dogan.se>
19740
19741 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
19742 in last change.
19743
19744 2011-06-05 Deniz Dogan <deniz@dogan.se>
19745
19746 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
19747 (rcirc): Use it to prompt for encryption.
19748
19749 2011-06-05 Roland Winkler <winkler@gnu.org>
19750
19751 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
19752 (bibtex-search-entries): New command bound to C-c C-a.
19753 (bibtex-display-entries): New function.
19754
19755 2011-06-05 Roland Winkler <winkler@gnu.org>
19756
19757 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
19758 (bibtex-insert-kill): After yanking insert newline if necessary.
19759 (bibtex-initialize): Call bibtex-string-files-init only once.
19760 (bibtex-mode): Do not call easy-menu-add.
19761 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
19762 (bibtex-yank): Set arg properly if nil.
19763
19764 2011-06-05 Roland Winkler <winkler@gnu.org>
19765
19766 * textmodes/bibtex.el (bibtex-search-entry-globally):
19767 New variable.
19768 (bibtex-search-entry): Use it.
19769
19770 2011-06-05 Roland Winkler <winkler@gnu.org>
19771
19772 * textmodes/bibtex.el (bibtex-entry-format): New option
19773 sort-fields.
19774 (bibtex-format-entry, bibtex-reformat): Honor this option.
19775 (bibtex-parse-entry): Return fields in proper order.
19776
19777 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
19778
19779 * doc-view.el (doc-view-remove-if): Move computation of result out
19780 of `dolist' to silence misleading lexical-binding warning.
19781
19782 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
19783
19784 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
19785 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
19786
19787 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
19788
19789 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
19790 "SunOS 5.10".
19791
19792 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
19793
19794 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
19795 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
19796 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
19797 (tramp-parse-putty):
19798 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
19799 (tramp-completion-function-alist-ssh)
19800 (tramp-completion-function-alist-telnet)
19801 (tramp-completion-function-alist-su)
19802 (tramp-completion-function-alist-putty): Set `tramp-autoload'
19803 cookie.
19804
19805 * net/tramp-ftp.el:
19806 * net/tramp-sh.el:
19807 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
19808 load "tramp.el" `tramp-set-completion-function'.
19809
19810 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
19811
19812 * shell.el: Require and use pcomplete.
19813 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
19814 (shell-completion-vars): Set pcomplete-default-completion-function.
19815
19816 2011-06-04 Deniz Dogan <deniz@dogan.se>
19817
19818 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
19819 `memq' (Bug#8799).
19820
19821 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
19824
19825 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
19826
19827 * bs.el (bs--mark-unmark, bs--nth-wrapper):
19828 * mpc.el (mpc-select-extend, mpc-songpointer-context):
19829 * vc/log-view.el (log-view-beginning-of-defun):
19830 * vc/smerge-mode.el (smerge-apply-resolution-patch)
19831 (smerge-refine-forward, smerge-refine-chopup-region):
19832 Silence warning for unused `dotimes' counter variables.
19833
19834 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
19835
19836 * net/tramp.el (tramp-with-progress-reporter): Rename from
19837 with-progress-reporter. Use `declare'.
19838 * net/tramp-smb.el:
19839 * net/tramp-sh.el:
19840 * net/tramp-gvfs.el: Update all uses.
19841
19842 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
19843
19844 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
19845 buffer isn't killed before making it current.
19846
19847 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19848
19849 Silence various byte-compiler warnings.
19850 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
19851 `access-type' and new obsolescence format.
19852 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
19853 new format.
19854 (byte-compile-check-variable): New `access-type' argument.
19855 Only warn if the access-type is obsolete.
19856 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19857 (byte-compile-variable-set): Adjust callers.
19858 * help-fns.el (describe-variable): Adjust to new obsolescence format.
19859 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
19860 setting it as obsolete.
19861 * simple.el (minibuffer-completing-symbol):
19862 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
19863 access as obsolete.
19864 * minibuffer.el (minibuffer-completing-file-name): Don't make it
19865 obsolete yet.
19866 * international/quail.el (quail-mouse-choose-completion): Remove unused
19867 code referring to obsolete var.
19868 (quail-choose-completion-string): Remove.
19869 * server.el (server-clients-with, server-kill-buffer-query-function)
19870 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
19871 * proced.el (proced-send-signal):
19872 * emacs-lisp/lisp.el (lisp-complete-symbol):
19873 Replace completion-annotate-function with completion-extra-properties.
19874
19875 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19876
19877 * simple.el (goto-line): Use read-number.
19878 (overriding-map-is-bound): Remove.
19879 (saved-overriding-map): Change default.
19880 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
19881 Take the map as argument.
19882 (universal-argument, negative-argument, digit-argument): Use it.
19883 (restore-overriding-map): Adjust.
19884 (do-auto-fill): Use fill-forward-paragraph.
19885 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
19886
19887 * minibuffer.el (minibuffer-inactive-mode-map): New var.
19888 (minibuffer-inactive-mode): New major mode.
19889 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
19890 the *Messages* buffer" hack.
19891 (mouse-popup-menubar): Don't burp if the event is a normal key.
19892
19893 Miscellaneous tweaks.
19894 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
19895 lexical scoping as in subr.el's dolist and dotimes.
19896 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
19897 Silence compiler warning.
19898 * thingatpt.el (forward-whitespace): Trivial coding style fix.
19899 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
19900 * international/ccl.el (ccl-compile): Trivial simplification.
19901 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
19902 * emacs-lisp/testcover.el (testcover-end): Remove spurious
19903 `printflag' argument.
19904 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19905 Purecopy the whole obsolescence data.
19906
19907 2011-06-01 Leo Liu <sdl.web@gmail.com>
19908
19909 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
19910 improve doc-string as suggested by Marco Pessotto
19911 <melmothx@gmail.com>.
19912 (rcirc-print): Fix last change.
19913
19914 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19915
19916 * minibuffer.el (complete-with-action): Return nil for the metadata and
19917 boundaries of non-functional tables.
19918 (completion-table-dynamic): Return nil for the metadata.
19919 (completion-table-with-terminator): Add default case, using
19920 complete-with-action.
19921 (completion--metadata): New function.
19922 (completion-all-sorted-completions, minibuffer-completion-help): Use it
19923 to try and avoid pathological performance problems.
19924 (completion--embedded-envvar-table): Return `category' metadata.
19925
19926 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
19927
19928 * subr.el (process-alive-p): New tiny convenience function.
19929
19930 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
19933 content but also its previous major mode.
19934
19935 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
19936
19937 * emacs-lisp/debug.el (debug): Restore the previous content of the
19938 *Backtrace* buffer when we exit with C-M-c.
19939
19940 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19941
19942 * minibuffer.el: Add metadata method to completion tables.
19943 (completion-category-overrides): New defcustom.
19944 (completion-metadata, completion--field-metadata)
19945 (completion-metadata-get, completion--styles)
19946 (completion--cycle-threshold): New functions.
19947 (completion-try-completion, completion-all-completions):
19948 Add `metadata' argument to choose completion-styles.
19949 (completion--do-completion): Use metadata to choose cycling.
19950 (completion-all-sorted-completions): Use metadata for sorting.
19951 Remove :completion-cycle-penalty which is not needed any more.
19952 (completion--try-word-completion): Add `metadata' argument.
19953 (minibuffer-completion-help): Check metadata for annotation function
19954 and sorting.
19955 (completion-file-name-table): Return `category' metadata.
19956 (minibuffer-completing-file-name): Make obsolete.
19957 * simple.el (minibuffer-completing-symbol): Make obsolete.
19958 * icomplete.el (icomplete-completions): Pass new `metadata' param to
19959 completion-try-completion.
19960
19961 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19962
19963 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
19964
19965 2011-05-30 Leo Liu <sdl.web@gmail.com>
19966
19967 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
19968 (rcirc-print): Decode all incoming messages (bug#8744).
19969 (rcirc-decode-coding-system): Allow value nil for automatic coding
19970 system detection.
19971
19972 2011-06-01 Glenn Morris <rgm@gnu.org>
19973
19974 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
19975
19976 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19977
19978 * image.el (image-animate-max-time): Allow nil and t values.
19979 Default to nil.
19980 (create-animated-image): Doc fix.
19981 (image-animate-start): Remove second arg; just use
19982 image-animate-max-time.
19983 (image-animate-timeout): Doc fix. Args changed.
19984
19985 * image-mode.el (image-toggle-display-image): Ensure that the
19986 image spec passed to the animate timer is the same object as in
19987 the buffer's display property (Bug#6981).
19988 (image-transform-properties): Doc fix.
19989
19990 * image.el (image-animate-max-time): Default to nil.
19991
19992 2011-05-29 Martin Rudalics <rudalics@gmx.at>
19993
19994 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
19995 entire buffer list (Bug#8184).
19996
19997 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19998
19999 * image.el (imagemagick-types-inhibit)
20000 (imagemagick-register-types): Doc fix.
20001
20002 2011-05-29 Deniz Dogan <deniz@dogan.se>
20003
20004 * net/rcirc.el (rcirc): Use the user's stored encryption method by
20005 default.
20006
20007 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
20008
20009 * select.el: Don't perform clipboard-manager saving in hooks;
20010 leave the hooks empty.
20011
20012 2011-05-28 Leo Liu <sdl.web@gmail.com>
20013
20014 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
20015 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
20016 (occur-edit-mode): New major mode (Bug#8463).
20017 (occur-after-change-function): New function.
20018 (occur-engine): Give Occur tags a read-only property.
20019
20020 2011-05-28 Kevin Ryde <user42@zip.com.au>
20021
20022 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
20023
20024 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
20025
20026 * bindings.el (help-echo): Make the initial non-indicator dash
20027 empty on graphical terminals (Bug#7295).
20028
20029 * files.el (auto-mode-alist): Move config rule after the
20030 in-stripping one (Bug#8547).
20031
20032 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
20033
20034 * startup.el (normal-splash-screen): Remove gratuitous mode-line
20035 setting (Bug#8740).
20036
20037 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
20038
20039 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
20040 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
20041 (Bug#8539).
20042
20043 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
20044
20045 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
20046
20047 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
20048
20049 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
20050 (hs-hide-block-at-point, hs-find-block-beginning)
20051 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
20052 (Bug#8279).
20053
20054 2011-05-28 Glenn Morris <rgm@gnu.org>
20055
20056 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
20057
20058 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
20059
20060 * help-fns.el (describe-function-1): If the function is a derived
20061 major mode, print the parent mode.
20062
20063 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
20064 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
20065
20066 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * minibuffer.el (completion--capf-wrapper): Check applicability before
20069 returning non-nil for non-exclusive completion data.
20070 * progmodes/etags.el (tags-completion-at-point-function):
20071 * info-look.el (info-lookup-completions-at-point): Mark as
20072 non-exclusive.
20073 (info-complete): Adjust accordingly.
20074
20075 * info-look.el: Convert to lexical-binding and completion-at-point.
20076 (info-lookup-completions-at-point): New function.
20077 (info-complete): Use it and completion-in-region.
20078
20079 2011-05-28 Drew Adams <drew.adams@oracle.com>
20080
20081 * isearch.el: Let M-e start with point at the first mismatched char.
20082 (isearch-fail-pos): New function.
20083 (isearch-edit-string): Use it.
20084
20085 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
20086
20087 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
20088
20089 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
20090
20091 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
20092 traversal functions for avl-trees.
20093 (avl-tree--stack): New struct.
20094 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
20095 (avl-tree-enter): Add optional `updatefun' arg.
20096 (avl-tree--do-enter): Add optional `updatefun' arg.
20097 Change return value.
20098 (avl-tree-delete): Add optional `test' and `nilflag' args.
20099 (avl-tree--do-delete): Add `test' and `nilflag' args.
20100 Change return value.
20101 (avl-tree-member): Add optional `nilflag'
20102 (avl-tree-member-p): New function.
20103 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
20104 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
20105 (avl-tree-stack-empty-p): New functions.
20106
20107 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
20108 avl-tree--del-balance1 and make it work both ways.
20109 (avl-tree--del-balance2): Remove.
20110 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
20111 make it work both ways.
20112 (avl-tree--enter-balance2): Remove.
20113 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
20114 New macros.
20115 (avl-tree--mapc, avl-tree-map): Add direction argument.
20116
20117 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
20118
20119 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
20120
20121 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
20122
20123 * select.el: Support clipboard managers with built-in function
20124 x-clipboard-manager-save, via delete-frame-functions and
20125 kill-emacs-hook.
20126 (xselect-convert-to-targets): Add MULTIPLE target to list.
20127 (xselect-convert-to-save-targets): New function.
20128
20129 2011-05-27 Kenichi Handa <handa@m17n.org>
20130
20131 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
20132 let-binding rfc2047-encode-encoded-words to nil.
20133
20134 2011-05-27 Glenn Morris <rgm@gnu.org>
20135
20136 * mail/emacsbug.el: Don't require url-util.
20137
20138 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
20139
20140 * files.el (set-auto-mode):
20141 Also respect mode: entries at the end of the file. (Bug#8586)
20142
20143 2011-05-26 Glenn Morris <rgm@gnu.org>
20144
20145 * files.el (hack-local-variables-prop-line, hack-local-variables):
20146 Downcase mode names, as seems to be traditional.
20147 (hack-local-variables, hack-local-variables-apply): Doc fixes.
20148
20149 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
20150 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
20151
20152 2011-05-25 Julien Danjou <julien@danjou.info>
20153
20154 * textmodes/rst.el (rst-define-level-faces): Do not define face
20155 symbol if it is already defined.
20156
20157 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
20158
20159 * play/5x5.el (5x5-new-game, 5x5-randomize):
20160 Reset 5x5-solver-output to nil when a new grid is cast.
20161 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
20162 these debugging traces, as defmacro breaks the compiled code.
20163
20164 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
20165
20166 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
20167
20168 2011-05-24 Leo Liu <sdl.web@gmail.com>
20169
20170 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
20171 (vc-bzr-sha1): Adapt.
20172
20173 * sha1.el: Remove. Function `sha1' is now builtin.
20174
20175 * bindings.el: Provide sha1 feature.
20176
20177 2011-05-24 Kenichi Handa <handa@m17n.org>
20178
20179 * mail/sendmail.el: Require `rfc2047'.
20180 (mail-insert-from-field): Do not perform RFC2047 encoding.
20181 (mail-encode-header): New function.
20182 (sendmail-send-it): Set buffer-file-coding-system of the work
20183 buffer to the return value of select-message-coding-system.
20184 Call mail-encode-header.
20185
20186 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
20187
20188 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
20189
20190 * mail/supercite.el (sc-default-cite-frame):
20191 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
20192
20193 2011-05-24 Glenn Morris <rgm@gnu.org>
20194
20195 * progmodes/python.el (brm-menu): Declare.
20196
20197 * emulation/viper.el (viper-set-hooks): Declare.
20198
20199 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
20200 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
20201 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
20202 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
20203 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
20204 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
20205
20206 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 Add an :exit-function for completion-at-point.
20209
20210 * minibuffer.el (completion--done): New fun.
20211 (completion--do-completion): Use it. New arg `expect-exact'.
20212 (minibuffer-complete, minibuffer-complete-word): Don't output message,
20213 since completion--do-completion does it for us now.
20214 (minibuffer-force-complete): Use completion--done and
20215 completion--replace. Handle sole-completion case with more care.
20216 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
20217 (completion-extra-properties): New var.
20218 (completion-annotate-function): Make obsolete.
20219 (minibuffer-completion-help): Adjust accordingly.
20220 Use completion-list-insert-choice-function.
20221 (completion-at-point, completion-help-at-point):
20222 Bind completion-extra-properties.
20223 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
20224 * simple.el (completion-list-insert-choice-function): New var.
20225 (completion-setup-function): Preserve it.
20226 (choose-completion): Pay attention to it, shuffle the code a bit.
20227 (choose-completion-string): New arg `insert-function'.
20228
20229 * textmodes/bibtex.el: Convert to lexical binding.
20230 (bibtex-mode-map): Use completion-at-point.
20231 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
20232 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
20233 (bibtex-complete): Define as obsolete alias.
20234 (bibtex-complete-internal): Remove.
20235 (bibtex-format-entry): Remove unused sub-group in regexp.
20236 * shell.el (shell--command-completion-data)
20237 (shell-environment-variable-completion):
20238 * pcomplete.el (pcomplete-completions-at-point):
20239 * comint.el (comint--complete-file-name-data): Use :exit-function
20240 instead of completion-table-with-terminator so it also works for
20241 choose-completion.
20242
20243 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20244
20245 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
20246
20247 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
20248 (bug#8710).
20249
20250 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
20251
20252 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
20253
20254 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
20255 customization variable and implement: If non-nil, auto-fill will
20256 be inhibited while on topic's header line.
20257
20258 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
20259
20260 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
20261 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
20262 always have a solution in grid size = 5 cases.
20263 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
20264 (5x5-solver-output, 5x5-log-buffer): New vars.
20265 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
20266 Make these variables buffer local to achieve 5x5 multi-session-ness.
20267 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
20268 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
20269 (5x5-solve-suggest): New funs.
20270 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
20271 randomize a grid so that we ensure that there is always a solution.
20272 (5x5-make-random-grid): Allow other movement than flipping.
20273
20274 2011-05-23 Kevin Ryde <user42@zip.com.au>
20275
20276 * emacs-lisp/advice.el (ad-read-advised-function):
20277 Use `function-called-at-point' as the default, if it has
20278 advice and passes PREDICATE.
20279
20280 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20281
20282 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
20283 byte-compile-lambda if it's actually a lambda.
20284
20285 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
20286 Fix function quoting. Use backquote better.
20287
20288 2011-05-22 Yuanle Song <sylecn@gmail.com>
20289
20290 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
20291 matching (Bug#8516).
20292
20293 2011-01-22 Jari Aalto <jari.aalto@cante.net>
20294
20295 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
20296 different face (Bug#8178).
20297
20298 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
20299
20300 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
20301 defface (Bug#8144).
20302
20303 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20304
20305 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
20306 funcall as well (bug#8712). Warn when performing those conversions.
20307 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
20308
20309 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
20310
20311 2011-05-22 Glenn Morris <rgm@gnu.org>
20312
20313 * files.el (hack-local-variables-prop-line): Small simplifications.
20314 (hack-local-variables, hack-local-variables-prop-line):
20315 If MODE-ONLY, return the mode, rather than just `t'.
20316
20317 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
20318
20319 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
20320
20321 2011-05-21 Glenn Morris <rgm@gnu.org>
20322
20323 * files.el (hack-local-variables-prop-line, hack-local-variables):
20324 If only interested in the mode, don't bother doing the other stuff.
20325
20326 * image-mode.el (image-after-revert-hook):
20327 Redraw all frames on which the image is visible. (Bug#8567)
20328
20329 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
20330
20331 * wid-edit.el (widget-checklist-match-inline):
20332 Fix 2011-04-19 change. (Bug#8649)
20333
20334 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20335
20336 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
20337 Also allow singlespace after single-letter capitals followed by a dot.
20338
20339 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
20340 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
20341
20342 2011-05-20 Nix <nix@esperi.org.uk>
20343
20344 * files.el (basic-save-buffer-2):
20345 Fix handling of break-hardlink-on-save with non-existent files.
20346
20347 2011-05-19 Deniz Dogan <deniz@dogan.se>
20348
20349 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
20350 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
20351
20352 2011-05-19 Glenn Morris <rgm@gnu.org>
20353
20354 * progmodes/f90.el (f90-type-def-re):
20355 Handle "type, bind(c)". (Bug#8691)
20356
20357 * emacs-lisp/autoload.el (batch-update-autoloads):
20358 Set autoload-excludes by parsing loadup.el rather than Makefiles.
20359
20360 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
20361
20362 * net/tramp.el (tramp-process-actions): Set "first-password-request"
20363 property for the correct connection in case of multihops.
20364
20365 2011-05-18 Glenn Morris <rgm@gnu.org>
20366
20367 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
20368 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
20369
20370 Rationalize calendar handling of day and month abbrev-arrays.
20371 * calendar/calendar.el (calendar-customized-p): New function.
20372 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
20373 (calendar-day-name-array, calendar-month-name-array): Doc fix.
20374 Add :set function.
20375 (calendar-abbrev-length, calendar-day-abbrev-array)
20376 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
20377 (calendar-day-abbrev-array, calendar-month-abbrev-array):
20378 Elements may no longer be nil.
20379 (calendar-day-name, calendar-month-name):
20380 Update for changed nature of abbrev arrays.
20381 * calendar/diary-lib.el (diary-name-pattern):
20382 Update for changed nature of abbrev arrays.
20383 (diary-mark-entries-1): Update calendar-make-alist calls.
20384 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
20385 * calendar/cal-html.el (cal-html-day-abbrev-array):
20386 Simply inherit from calendar-day-abbrev-array.
20387
20388 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
20389
20390 * progmodes/grep.el (grep-mode): Disable default
20391 compilation-directory-matcher setting (bug#8684).
20392
20393 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
20394
20395 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
20396 instead of "head" and "tail". There were problems with SunOS 5.9,
20397 and it performs better.
20398
20399 2011-05-17 Glenn Morris <rgm@gnu.org>
20400
20401 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
20402
20403 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
20404 Replace obsolete function.
20405
20406 * shell.el (pcomplete-parse-arguments-function): Declare.
20407
20408 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
20409 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
20410 (appt-check): Doc fixes.
20411 (appt-disp-window-function, appt-delete-window-function):
20412 Remove needless special case in custom :type.
20413 (appt-display-count): Default to 0, not nil.
20414 (appt-check): Reset appt-display-count to 0, not nil.
20415
20416 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
20417
20418 * progmodes/python.el (python-font-lock-keywords):
20419 Add the Python 3.X keyword "nonlocal" (bug#8639).
20420
20421 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20422
20423 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
20424
20425 2011-05-16 Kevin Ryde <user42@zip.com.au>
20426
20427 * info-look.el (makefile-automake-mode): New setups, looking in
20428 automake manual, then makefile-mode.
20429 (makefile-mode): Remove automake manual, have it just in
20430 makefile-automake-mode since there's various things different or
20431 not relevant to plain make.
20432 (makefile-mode): Remove "other-modes" non-existent automake-mode,
20433 believe a hypothetical automake-mode would go to makefile-mode,
20434 not the other way around.
20435
20436 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
20437
20438 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
20439 hunk-end tags (Bug#8672).
20440
20441 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
20442 vc-annotate-show-diff-revision-at-line (Bug#8671).
20443
20444 2011-05-14 Glenn Morris <rgm@gnu.org>
20445
20446 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
20447 in the middle of an existing one with multiple authors. (Bug#8645)
20448 (change-log-font-lock-keywords): Also handle multiple author lines
20449 with leading tabs. (Bug#8644)
20450
20451 * calendar/appt.el (appt-check): Rename some local variables.
20452 Some simplification/reordering.
20453
20454 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
20455 (feedmail-sendmail-f-doesnt-sell-me-out)
20456 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20457 (feedmail-debug-sit-for, feedmail-queue-express-hook)
20458 (feedmail-queue-runner-message-sender): Set :version.
20459 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
20460 (bbdb-dwim-net-address, vm-mail): Declare.
20461 (feedmail-binmail-gnulinuxish-template):
20462 Rename from feedmail-binmail-linuxish-template.
20463 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
20464 Use insert-buffer-substring.
20465
20466 2011-05-14 Bill Carpenter <bill@carpenter.org>
20467
20468 * mail/feedmail.el (feedmail-patch-level): Increase.
20469 (feedmail-debug): New custom group.
20470 (feedmail-confirm-outgoing-timeout)
20471 (feedmail-sendmail-f-doesnt-sell-me-out)
20472 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20473 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
20474 (feedmail-sender-line, feedmail-from-line)
20475 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
20476 (feedmail-spray-this-address)
20477 (feedmail-spray-address-fiddle-plex-list)
20478 (feedmail-queue-use-send-time-for-date)
20479 (feedmail-queue-use-send-time-for-message-id)
20480 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
20481 (feedmail-buffer-eating-function):
20482 Doc fixes.
20483 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
20484 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
20485 (feedmail-message-action-scroll-down): New functions.
20486 (feedmail-queue-directory, feedmail-queue-draft-directory):
20487 Use expand-file-name.
20488 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
20489 Remove C-v help entry.
20490 (feedmail-queue-buffer-file-name): New variable.
20491 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
20492 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
20493 (feedmail-message-action-send-strong, feedmail-message-action-edit)
20494 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
20495 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
20496 (feedmail-message-action-toggle-spray)
20497 (feedmail-run-the-queue-no-prompts)
20498 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
20499 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
20500 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
20501 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
20502 (feedmail-envelope-deducer, feedmail-fiddle-from)
20503 (feedmail-fiddle-sender, feedmail-default-date-generator)
20504 (feedmail-fiddle-date, feedmail-fiddle-message-id)
20505 (feedmail-fiddle-spray-address)
20506 (feedmail-fiddle-list-of-spray-fiddle-plexes)
20507 (feedmail-fiddle-list-of-fiddle-plexes)
20508 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
20509 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
20510 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
20511 Change default. Doc fix.
20512 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
20513 (feedmail-binmail-linuxish-template): New constant.
20514 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
20515 Respect feedmail-sendmail-f-doesnt-sell-me-out.
20516 (feedmail-send-it): Add debug call.
20517 Use feedmail-queue-buffer-file-name, and
20518 feedmail-send-it-immediately-wrapper.
20519 (feedmail-message-action-send): Add debug call.
20520 Use feedmail-send-it-immediately-wrapper.
20521 (feedmail-queue-express-to-queue): Add debug call.
20522 Run feedmail-queue-express-hook.
20523 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
20524 (feedmail-message-action-help-blat):
20525 Rename from feedmail-queue-send-edit-prompt-help-first.
20526 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
20527 Check line-endings. Handle errors better.
20528 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
20529 Doc fix. Add debug call.
20530 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
20531 Use feedmail-queue-send-edit-prompt-inner.
20532 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
20533 (feedmail-queue-send-edit-prompt-inner): New function, extracted
20534 from feedmail-queue-send-edit-prompt.
20535 (feedmail-queue-send-edit-prompt-help)
20536 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
20537 (feedmail-tidy-up-slug): Add debug call.
20538 Respect feedmail-queue-slug-suspect-regexp.
20539 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
20540 (feedmail-dump-message-to-queue): Add debug call.
20541 Expand queue-directory.
20542 (feedmail-dump-message-to-queue): Change message slightly.
20543 Use feedmail-say-chatter.
20544 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
20545 (feedmail-send-it-immediately-wrapper): New function.
20546 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
20547 Insert empty string rather than newline. Handle full-frame case.
20548 Use catch/throw. Use feedmail-say-chatter.
20549 (feedmail-fiddle-from): Try mail-host-address.
20550 (feedmail-default-message-id-generator): Doc fix.
20551 Bind system-time-locale. Handle missing end.
20552 (feedmail-fiddle-x-mailer): Add debug call.
20553 Handle feedmail-x-mailer-line being nil.
20554 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
20555 Add debug call. Use buffer-substring-no-properties.
20556 (feedmail-say-debug, feedmail-say-chatter): New functions.
20557 (feedmail-find-eoh): Give an explicit error.
20558
20559 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
20560
20561 * net/newst-treeview.el (newsticker-treeview-face): Change default
20562 family from helvetica to sans.
20563 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
20564 etc/images/newsticker.
20565
20566 * net/newst-reader.el (newsticker-feed-face): Change default
20567 family from helvetica to sans.
20568
20569 * net/newst-plainview.el (newsticker-new-item-face)
20570 (newsticker-old-item-face, newsticker-immortal-item-face)
20571 (newsticker-obsolete-item-face, newsticker-date-face)
20572 (newsticker-statistics-face): Change default family from
20573 helvetica to sans.
20574 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
20575 etc/images/newsticker.
20576
20577 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
20578 (newsticker--process-auto-mark-filter-match): Tell user about
20579 auto-marking.
20580
20581 2011-05-13 Didier Verna <didier@xemacs.org>
20582
20583 Common Lisp indentation improvements on defmethod and lambda-lists.
20584 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
20585 TODO entries.
20586 (lisp-lambda-list-keyword-parameter-indentation)
20587 (lisp-lambda-list-keyword-parameter-alignment)
20588 (lisp-lambda-list-keyword-alignment): New customizable user options.
20589 (lisp-indent-defun-method): Improve docstring.
20590 (extended-loop-p): Fix comment.
20591 (lisp-indent-lambda-list-keywords-regexp): New variable.
20592 (lisp-indent-lambda-list): New function.
20593 (lisp-indent-259): Use it.
20594 (lisp-indent-defmethod): Support for more than one
20595 method qualifier and properly indent methods lambda-lists.
20596 (defgeneric): Provide a missing common-lisp-indent-function property.
20597
20598 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
20601 bounds for the empty string (bug#8667).
20602
20603 2011-05-13 Glenn Morris <rgm@gnu.org>
20604
20605 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
20606
20607 * mail/sendmail.el (sendmail-program): Try executable-find first.
20608 (sendmail-send-it): `sendmail-program' cannot be unbound.
20609
20610 * calendar/appt.el (appt-make-list): Simplify.
20611 (appt-time-msg-list): Doc fix.
20612 (appt-check): Change mode-line message at the time of the appointment.
20613
20614 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
20615
20616 * progmodes/ld-script.el (ld-script-keywords)
20617 (ld-script-builtins): Update keywords list.
20618
20619 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20620
20621 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
20622
20623 * shell.el (shell-completion-vars): New function.
20624 (shell-mode):
20625 * simple.el (read-shell-command): Use it.
20626 (blink-matching-open): No need for " [...]" in minibuffer-message.
20627
20628 2011-05-12 Glenn Morris <rgm@gnu.org>
20629
20630 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
20631 (appt-check): Simplify.
20632
20633 2011-05-12 Eli Zaretskii <eliz@gnu.org>
20634
20635 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
20636 literal "/dev/null".
20637
20638 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20639
20640 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
20641 Fix typo.
20642
20643 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
20644
20645 * progmodes/which-func.el (which-function):
20646 Use add-log-current-defun instead of add-log-current-defun-function,
20647 which might not be defined (Bug#8260).
20648
20649 2011-05-12 Glenn Morris <rgm@gnu.org>
20650
20651 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
20652 Let byte-compile-initial-macro-environment always take precedence.
20653
20654 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20655
20656 * net/rcirc.el: Add support for SSL/TLS connections.
20657 (rcirc-server-alist): New field `encryption'.
20658 (rcirc): Check `encryption' settings.
20659 (rcirc-connect): New arg `encryption'. Use open-network-stream.
20660 Merge make-local-variable into `set'.
20661 (rcirc--connection-open-p): New function.
20662 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
20663 the process is not a network process (e.g. running gnutls-cli).
20664 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
20665 Make rcirc-(en|de)code-coding-system local here.
20666 (rcirc-mode): Merge make-local-variable into `set'.
20667 (rcirc-parent-buffer): Make permanent buffer-local.
20668 (rcirc-multiline-minor-mode): Don't do it here.
20669 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
20670 there's no server buffer.
20671
20672 2011-05-11 Glenn Morris <rgm@gnu.org>
20673
20674 * newcomment.el (comment-kill): Prefix "unused" local.
20675
20676 * term/w32console.el (get-screen-color): Declare.
20677
20678 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
20679 Handle symbol elements of byte-compile-initial-macro-environment.
20680
20681 2011-05-10 Leo Liu <sdl.web@gmail.com>
20682
20683 * bookmark.el (bookmark-bmenu-mode-map):
20684 Bind bookmark-bmenu-search to `/'.
20685
20686 * mail/footnote.el: Convert to utf-8 encoding.
20687 (footnote-unicode-string, footnote-unicode-regexp): New variable.
20688 (Footnote-unicode): New function.
20689 (footnote-style-alist): Add unicode style to the list.
20690 (footnote-style): Doc fix.
20691
20692 2011-05-10 Jim Meyering <meyering@redhat.com>
20693
20694 Fix doubled-word typos.
20695 * international/quail.el (quail-insert-kbd-layout): and and -> and
20696 * kermit.el: and and -> and
20697 * net/ldap.el (ldap-search-internal): to to -> to
20698 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
20699 * progmodes/js.el (js-mode): and and -> and
20700 * textmodes/artist.el (artist-move-to-xy): at at -> at
20701 (artist-draw-region-trim-line-endings): if if -> if
20702 And Safetyc -> Safety.
20703 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
20704
20705 2011-05-10 Glenn Morris <rgm@gnu.org>
20706 Stefan Monnier <monnier@iro.umontreal.ca>
20707
20708 * files.el (hack-one-local-variable-eval-safep):
20709 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
20710
20711 2011-05-10 Glenn Morris <rgm@gnu.org>
20712
20713 * calendar/diary-lib.el (diary-list-entries-hook)
20714 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
20715 (diary-nongregorian-marking-hook, diary-list-entries)
20716 (diary-include-other-diary-files, diary-mark-entries)
20717 (diary-mark-included-diary-files): Doc fixes.
20718
20719 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
20720
20721 * misc.el: Require tabulated-list.el during compilation.
20722
20723 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
20724
20725 * progmodes/compile.el (compilation-start):
20726 Run compilation-filter-hook for the async case too.
20727 (compilation-filter-hook): Doc fix.
20728
20729 2011-05-09 Deniz Dogan <deniz@dogan.se>
20730
20731 * wdired.el: Remove outdated installation comment. Fix usage
20732 comment.
20733
20734 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
20735
20736 * misc.el: Implement new command `list-dynamic-libraries'.
20737 (list-dynamic-libraries--loaded-only-p): New variable.
20738 (list-dynamic-libraries--refresh): New function.
20739 (list-dynamic-libraries): New command.
20740
20741 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
20742
20743 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20744 Fix the ant regexp to handle end-line and end-column info from jikes.
20745 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
20746 higher priority to avoid clobbering by gnu.
20747
20748 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
20749
20750 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
20751 if the face has existing theme settings (Bug#8454).
20752
20753 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
20754
20755 * progmodes/perl-mode.el (perl-imenu-generic-expression):
20756 Only match variables declared via `my' or `our' (Bug#8261).
20757
20758 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
20759 special file names `.' and `..' (Bug#8259).
20760
20761 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
20762
20763 * progmodes/grep.el (grep-mode-font-lock-keywords):
20764 Remove buffer-changing entries.
20765 (grep-filter): New function.
20766 (grep-mode): Add it to compilation-filter-hook.
20767
20768 * progmodes/compile.el (compilation-filter-hook)
20769 (compilation-filter-start): New defvars.
20770 (compilation-filter): Call compilation-filter-hook prior to
20771 updating the process mark.
20772
20773 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
20774
20775 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
20776
20777 2011-05-07 Eli Zaretskii <eliz@gnu.org>
20778
20779 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
20780 mailclient-send-it even if window-system is nil. (Bug#8595)
20781
20782 * term/w32console.el (terminal-init-w32console):
20783 Call get-screen-color and use its output to set the frame
20784 background-mode. (Bug#8597)
20785
20786 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
20787
20788 Make bytecomp.el understand that defmethod defines funs (bug#8631).
20789 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
20790 New functions.
20791 (defgeneric, eieio--defmethod): Use them.
20792 (eieio-defgeneric): Remove.
20793 (defmethod): Call defgeneric in a way visible to the byte-compiler.
20794
20795 2011-05-07 Glenn Morris <rgm@gnu.org>
20796
20797 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
20798 Use let rather than let*.
20799 (timeclock-find-discrep): Remove unused local.
20800
20801 * calendar/diary-lib.el (diary-comment-start): Doc fix.
20802
20803 * calendar/appt.el (appt-time-msg-list): Doc fix.
20804
20805 2011-05-06 Noah Friedman <friedman@splode.com>
20806
20807 * apropos.el (apropos-print-doc): Only use
20808 emacs-lisp-docstring-fill-column when it is bound to an integer,
20809 per that variable's documentation.
20810
20811 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20812
20813 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
20814 and warnings are not silently discarded (e.g. use -d instead of -P).
20815
20816 2011-05-06 Glenn Morris <rgm@gnu.org>
20817
20818 * calendar/appt.el (appt-message-warning-time): Doc fix.
20819 (appt-warning-time-regexp): New option.
20820 (appt-make-list): Respect appt-message-warning-time.
20821
20822 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
20823 New options.
20824 (diary-add-to-list): Strip comments from the displayed string.
20825 (diary-mode): Set comment-start and comment-end.
20826
20827 * vc/diff-mode.el (smerge-refine-subst): Declare.
20828 (diff-refine-hunk): Don't require smerge-mode when compiling.
20829
20830 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
20831
20832 * simple.el (list-processes): Return nil as the docstring says.
20833
20834 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
20835
20836 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
20837 to "".
20838 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20839 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
20840 determining of binary transfer. (Bug#7383)
20841
20842 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
20843
20844 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20845 Fix port computation bug. (Bug#8618)
20846
20847 2011-05-05 Glenn Morris <rgm@gnu.org>
20848
20849 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
20850
20851 * simple.el (shell-dynamic-complete-functions)
20852 (comint-dynamic-complete-functions): Declare.
20853
20854 * net/network-stream.el (gnutls-negotiate):
20855 * simple.el (tabulated-list-print): Fix declarations.
20856
20857 * progmodes/gud.el (syntax-symbol, syntax-point):
20858 Remove unnecessary and incorrect declarations.
20859
20860 * emacs-lisp/check-declare.el (check-declare-scan):
20861 Handle byte-compile-initial-macro-environment in bytecomp.el.
20862
20863 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20864
20865 Fix earlier half-done eieio-defmethod change (bug#8338).
20866 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
20867 Streamline and change calling convention.
20868 (defmethod): Adjust accordingly and simplify.
20869 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
20870 new eieio--defmethod.
20871 (slot-boundp): Minor CSE simplification.
20872
20873 2011-05-05 Milan Zamazal <pdm@zamazal.org>
20874
20875 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
20876 (glasses-make-readable): Use glasses-separate-capital-groups.
20877
20878 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
20879
20880 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
20881 (warning-series): Doc fix.
20882 (display-warning): Don't try to create the buffer if we just found it.
20883
20884 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
20885
20886 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
20887 (autoload-find-generated-file): New function.
20888 (generate-file-autoloads): Bind generated-autoload-file to
20889 buffer-file-name.
20890 (update-file-autoloads, update-directory-autoloads):
20891 Use autoload-find-generated-file. If called interactively, prompt for
20892 output file (Bug#7989).
20893 (batch-update-autoloads): Doc fix.
20894
20895 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
20896
20897 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
20898
20899 2011-05-04 Glenn Morris <rgm@gnu.org>
20900
20901 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
20902 function, so it follows changes in calendar-date-style.
20903 (diary-fancy-date-matcher): New function.
20904 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
20905 (diary-fancy-font-lock-fontify-region-function):
20906 Use diary-fancy-date-pattern as a function.
20907
20908 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
20909 non-numbers for `year' etc pseudo-variables. (Bug#8583)
20910
20911 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
20912
20913 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
20914 instead of positional arguments. Allow :keylist and :crlfiles
20915 arguments.
20916 (open-gnutls-stream): Call it.
20917
20918 * net/network-stream.el (network-stream-open-starttls): Adjust to
20919 call `gnutls-negotiate' with :process and :hostname arguments.
20920
20921 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
20922
20923 * minibuffer.el (completion--message): New function.
20924 (completion--do-completion, minibuffer-complete)
20925 (minibuffer-force-complete, minibuffer-complete-word): Use it.
20926 (completion--do-completion): Don't ignore completion-auto-help when in
20927 icomplete-mode.
20928
20929 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
20930 internal encoding (e.g. tibetan zero is not whitespace).
20931 (global-whitespace-mode): Prefer save-current-buffer.
20932 (whitespace-trailing-regexp): Remove useless save-match-data.
20933 (whitespace-empty-at-bob-regexp): Minor simplification.
20934
20935 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
20936
20937 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
20938
20939 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20940
20941 * textmodes/ispell.el (ispell-add-per-file-word-list):
20942 Use `concat' to create string for insertion.
20943
20944 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20945
20946 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
20947 Avoid open-line which runs post-self-insert-hook.
20948 (bibtex-fill-entry): Remove unused `end' var.
20949
20950 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
20951
20952 * textmodes/ispell.el (ispell-add-per-file-word-list):
20953 Protect against `nil' value of `comment-start' (Bug#8579).
20954
20955 2011-05-03 Leo Liu <sdl.web@gmail.com>
20956
20957 * isearch.el (isearch-yank-pop): New command.
20958 (isearch-mode-map): Bind it to `M-y'.
20959 (isearch-forward): Mention it.
20960
20961 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
20962
20963 * simple.el (minibuffer-complete-shell-command): Remove.
20964 (minibuffer-local-shell-command-map): Use completion-at-point.
20965 (read-shell-command): Setup completion vars here instead.
20966 (read-expression-map): Bind TAB to symbol completion.
20967
20968 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
20969 error directly rather via storing it into `results'.
20970
20971 2011-05-02 Leo Liu <sdl.web@gmail.com>
20972
20973 * vc/diff.el: Fix description.
20974
20975 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20976
20977 * server.el (server-eval-at): New function.
20978
20979 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20980
20981 * net/network-stream.el (open-network-stream): Take a :nowait
20982 parameter and pass it on to `make-network-process'.
20983 (network-stream-open-plain): Ditto.
20984
20985 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
20986
20987 * faces.el (face-spec-set-match-display): Don't match toolkit
20988 options on terminal frames.
20989
20990 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20991
20992 * progmodes/pascal.el: Use lexical binding.
20993 (pascal-mode-map): Remove author preferences.
20994
20995 * pcomplete.el (pcomplete-std-complete): Don't abuse
20996 completion-at-point.
20997
20998 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20999
21000 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
21001 removing code that has been dead since 1991 or so.
21002
21003 * startup.el (command-line): When warning about "_emacs", use a
21004 delayed warning to allow the user to filter it out.
21005
21006 2011-04-28 Deniz Dogan <deniz@dogan.se>
21007
21008 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
21009 user has not joined.
21010
21011 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21012
21013 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
21014 aren't any completions at point.
21015
21016 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
21017
21018 * subr.el (display-delayed-warnings): New function.
21019 (delayed-warnings-hook): New variable.
21020
21021 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21022
21023 * minibuffer.el (completion-at-point, completion-help-at-point):
21024 Don't presume that a given completion-at-point-function will always
21025 use the same calling convention.
21026
21027 * pcomplete.el (pcomplete-completions-at-point):
21028 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
21029 pcomplete-seen is non-nil.
21030 (pcomplete-comint-setup): Also recognize the new comint/shell
21031 completion functions.
21032 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
21033 pcomplete-seen is non-nil.
21034
21035 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
21036
21037 * calendar/icalendar.el (diary-lib): Add require statement.
21038 (icalendar--create-uid): Read out a uid from a text-property on
21039 the first character in the entry. This allows for code to add its
21040 own uid to the entry.
21041 (icalendar--convert-float-to-ical): Add export of
21042 `diary-float'-entries save for those with the optional DAY
21043 argument.
21044
21045 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
21046
21047 * subr.el (shell-quote-argument): Use alternate escaping strategy
21048 when we spot a variable reference in a string.
21049
21050 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
21051
21052 * cus-start.el (all): Define customization for debug-on-event.
21053
21054 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
21055
21056 * subr.el (shell-quote-argument): Escape correctly under Windows.
21057
21058 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
21059
21060 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
21061
21062 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
21063
21064 * net/tramp.el (tramp-process-actions): Add POS argument.
21065 Delete region between POS and (pos).
21066
21067 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21068 Use `nil' position in `tramp-process-actions' call.
21069 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
21070
21071 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
21072 position in `tramp-process-actions' call.
21073
21074 * net/trampver.el: Update release number.
21075
21076 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
21077
21078 * custom.el (defcustom): Obey lexical-binding.
21079
21080 Fix octave-inf completion problems reported by Alexander Klimov.
21081 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
21082 Inherit from octave-mode-syntax-table.
21083 (inferior-octave-mode): Set info-lookup-mode.
21084 (inferior-octave-completion-at-point): New function.
21085 (inferior-octave-complete): Use it and completion-in-region.
21086 (inferior-octave-dynamic-complete-functions): Use it as well, and use
21087 comint-filename-completion.
21088 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
21089 symbol elements which shouldn't be word elements.
21090 (octave-font-lock-keywords, octave-beginning-of-defun)
21091 (octave-function-header-regexp): Adjust regexps accordingly.
21092 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
21093
21094 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
21095
21096 * net/gnutls.el (gnutls-errorp): Declare before first use.
21097
21098 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
21099
21100 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
21101 verify-error, and verify-hostname-error parameters. Check whether
21102 default trustfile exists before going to use it. Add missing
21103 argument to gnutls-message-maybe call. Return value.
21104 Reported by Claudio Bley <claudio.bley@gmail.com>.
21105 (open-gnutls-stream): Add usage example.
21106
21107 * net/network-stream.el (network-stream-open-starttls): Give host
21108 parameter to `gnutls-negotiate'.
21109 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
21110 * subr.el (shell-quote-argument): Escape correctly under Windows.
21111
21112 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
21113
21114 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
21115 Use correct match group (bug#8438).
21116
21117 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
21118
21119 * emacs-lisp/package.el (package-built-in-p): Fix typo.
21120 (package-menu--generate): New arg specifying packages to show.
21121 (package-menu-refresh, package-menu-execute, list-packages):
21122 Callers changed.
21123 (package-show-package-list): New function, replacing deleted
21124 package--list-packages (renamed because it is non-internal).
21125
21126 * finder.el (finder-list-matches): Use package-show-package-list
21127 instead of deleted package--list-packages.
21128
21129 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
21130 Based on a previous implementation by Juanma Barranquero (Bug#8366).
21131 (vc-annotate-mode-map): Bind it to RET.
21132
21133 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
21134
21135 * progmodes/etags.el (next-file): Don't use set-buffer to change
21136 buffers (Bug#8478).
21137
21138 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
21139
21140 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
21141
21142 * apropos.el (apropos-label-face): Avoid variable-pitch face.
21143 (apropos-accumulator): Doc fix.
21144 (apropos-function, apropos-macro, apropos-command)
21145 (apropos-variable, apropos-face, apropos-group, apropos-widget)
21146 (apropos-plist): Add face property.
21147 (apropos-symbols-internal): Fix indentation.
21148 (apropos-print): Simplify help, and recognize apropos-multi-type.
21149 (apropos-print-doc): Use button-type-get to extract the button's
21150 face property. Fill docstring (Bug#8352).
21151
21152 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
21153
21154 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
21155
21156 * play/mpuz.el (mpuz-silent): Doc fix.
21157 (mpuz-mode-map): Use mapc.
21158 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
21159 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
21160 Fix typos in docstrings.
21161
21162 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
21163 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
21164
21165 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
21166
21167 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
21168
21169 * minibuffer.el (completion--do-completion): Avoid the "Next char
21170 not unique" prompt if icomplete-mode is enabled (Bug#5849).
21171
21172 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
21173 mouse-2 into unread-command-events, it is interpreted correctly.
21174
21175 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
21176 (image-toggle-display): Doc fix.
21177
21178 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
21179
21180 * textmodes/page.el (what-page): Use line-number-at-pos to
21181 calculate line number (Bug#6825).
21182
21183 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
21184
21185 * eshell/esh-mode.el (find-tag-interactive): Declare function.
21186 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
21187 Pass argument NO-DEFAULT to `find-tag-interactive'.
21188
21189 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
21190
21191 Lexical-binding cleanup.
21192
21193 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
21194 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
21195 * progmodes/ada-prj.el (ada-prj-initialize-values)
21196 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
21197 (ada-prj-show-value):
21198 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
21199 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
21200 (antlr-invalidate-context-cache, antlr-options-menu-filter)
21201 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
21202 * progmodes/bug-reference.el (bug-reference-push-button):
21203 * progmodes/fortran.el (fortran-line-length):
21204 * progmodes/glasses.el (glasses-change):
21205 * progmodes/octave-mod.el (octave-fill-paragraph):
21206 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
21207 (python-pdbtrack-grub-for-buffer, python-sentinel):
21208 * progmodes/sql.el (sql-save-connection):
21209 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
21210 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
21211 Mark unused parameters.
21212
21213 * progmodes/compile.el (compilation--flush-directory-cache)
21214 (compilation--flush-parse, compile-internal): Mark unused parameters.
21215 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
21216 (compilation-next-error-function): Remove unused variable `timestamp'.
21217
21218 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
21219 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
21220
21221 * progmodes/dcl-mode.el (dcl-end-of-command):
21222 Remove unused variable `start'.
21223 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
21224 (dcl-option-value-basic, dcl-option-value-offset)
21225 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
21226 Mark unused parameters.
21227 (dcl-save-local-variable): Remove unused variable `val'.
21228 (mode): Declare.
21229
21230 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
21231 Mark unused parameters.
21232 (delphi-ignore-changes): Move before first use.
21233 (delphi-charset-token-at): Remove unused variable `start'.
21234 (delphi-else-start): Remove unused variable `if-count'.
21235 (delphi-comment-block-start, delphi-comment-block-end):
21236 Remove unused variable `kind'.
21237 (delphi-indent-line): Remove unused variable `new-point'.
21238
21239 * progmodes/ebrowse.el (ebrowse-files-list)
21240 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
21241 Mark unused parameters. Don't quote `lambda'.
21242 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
21243 Don't quote `lambda'.
21244 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
21245 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
21246 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
21247 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
21248 Use `ignore-errors'.
21249 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
21250 (ebrowse-view/find-file-and-search-pattern)
21251 (ebrowse-view/find-member-declaration/definition):
21252 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
21253 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
21254 Rename parameter PREFIX-ARG to PREFIX.
21255 (ebrowse-tags-read-name): Remove unused variables `start' and
21256 `member-info'.
21257 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
21258 to `tags-file'.
21259
21260 * progmodes/etags.el (local-find-tag-hook): Declare.
21261 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
21262 Mark unused parameters.
21263
21264 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
21265 (executable-interpret): Mark unused parameter.
21266
21267 * progmodes/flymake.el (flymake-process-sentinel)
21268 (flymake-after-change-function)
21269 (flymake-create-temp-with-folder-structure)
21270 (flymake-get-include-dirs-dot): Mark unused parameters.
21271 (flymake-safe-delete-directory): Remove unused variable `err'.
21272
21273 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
21274 (speedbar-timer-fn, speedbar-line-text)
21275 (speedbar-change-expand-button-char, speedbar-delete-subblock)
21276 (speedbar-center-buffer-smartly): Declare functions.
21277 (gdb-find-watch-expression): Remove unused variable `array'.
21278 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
21279 (gdb-starting): Mark unused parameters.
21280 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
21281 (gdb-table-string): Remove unused variable `res'.
21282 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
21283 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
21284 (gdb-display-buffer): Remove unused variable `cur-size'.
21285
21286 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
21287 allow lexical-binding compilation.
21288 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
21289 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
21290 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
21291 Mark unused parameters.
21292 (gud-gdb-marker-filter): Remove unused variable `match'.
21293 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
21294 lambda expressions and funcall them, instead of using `fset'.
21295
21296 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
21297 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
21298
21299 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
21300 variable `header-beg'; use `let'.
21301
21302 * progmodes/icon.el (indent-icon-exp): Remove unused variables
21303 `restart', `last-sexp' and `at-do'.
21304
21305 * progmodes/js.el (js--debug): Mark unused parameter.
21306 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
21307 (js--splice-into-items): Remove unused variable `item'.
21308 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
21309
21310 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
21311 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
21312 (makefile-complete): Remove unused variable `try'.
21313 (makefile-fill-paragraph, makefile-match-function-end):
21314 Mark unused parameters.
21315
21316 * progmodes/octave-inf.el (inferior-octave-complete):
21317 Remove unused variable `proc'.
21318 (inferior-octave-output-digest): Mark unused parameter.
21319
21320 * progmodes/perl-mode.el (perl-calculate-indent):
21321 Remove unused variable `err'.
21322
21323 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
21324 (prolog-indent-line): Mark unused parameters.
21325 (prolog-indent-line): Remove unused variable `beg'.
21326
21327 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
21328 (reporter-dont-compact-list): Declare.
21329
21330 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
21331 Remove unused variable `char'.
21332 (sh-debug): Mark unused parameter.
21333 (sh-get-indent-info): Remove unused variable `start'.
21334 (sh-calculate-indent): Remove unused variable `var'.
21335
21336 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
21337 (simula-electric-keyword): Remove unused variable `null'.
21338 (simula-search-backward, simula-search-forward): Remove unused
21339 variables `begin' and `end'.
21340
21341 * progmodes/vera-mode.el (vera-guess-basic-syntax):
21342 Remove unused variable `pos'.
21343 (vera-electric-tab, vera-comment-uncomment-region):
21344 Mark unused parameters.
21345 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
21346
21347 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
21348
21349 * emacs-lisp/package.el (package--builtins, package-alist)
21350 (package-load-descriptor, package-built-in-p, package-activate)
21351 (define-package, package-installed-p)
21352 (package-compute-transaction, package-buffer-info)
21353 (package--push): Doc fix. Distinguish more clearly between
21354 version strings and version lists.
21355
21356 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
21357
21358 Lexical-binding cleanup.
21359
21360 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
21361 (5x5-make-mutate-best):
21362 * play/fortune.el (fortune-in-buffer):
21363 * play/gomoku.el (gomoku-init-display):
21364 * play/solitaire.el (solitaire, solitaire-do-check):
21365 * play/tetris.el (tetris-default-update-speed-function):
21366 Mark unused parameters.
21367
21368 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
21369 (bubbles--shift): Remove unused variable `char-org'.
21370 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
21371 (bubbles--show-images): Remove unused variable `char'.
21372
21373 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
21374 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
21375 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
21376 (decipher-analyze-buffer): Use ?\s.
21377 (decipher-make-checkpoint): Remove unused variable `mapping'.
21378
21379 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
21380
21381 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
21382 Remove unused variable `result'; use `let'.
21383
21384 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
21385 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
21386 (gametree-children-shown-p, gametree-compute-reduced-score):
21387 Use `ignore-errors'.
21388
21389 * play/handwrite.el (ps-lpr-switches): Declare.
21390 (handwrite): Remove unused variables `pmin' and `lastp'.
21391
21392 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
21393
21394 * play/landmark.el (landmark-init-display)
21395 (landmark-update-naught-weights): Mark unused parameters.
21396 (landmark-y): Remove unused variable `noise'. Simplify.
21397 (landmark-human-plays): Remove unused variable `score'.
21398
21399 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
21400 (mpuz-try-proposal): Remove unused variable `game'.
21401
21402 * play/zone.el (life-patterns): Declare.
21403
21404 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
21405
21406 * vc/vc.el (ediff-vc-internal): Declare function.
21407
21408 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21409
21410 * shell.el: Use lexical-binding and std completion UI.
21411 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
21412 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
21413 comint-preoutput-filter-functions rather than on
21414 comint-output-filter-functions.
21415 (shell-command-completion, shell--command-completion-data)
21416 (shell-filename-completion, shell-environment-variable-completion)
21417 (shell-c-a-p-replace-by-expanded-directory): New functions.
21418 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
21419 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
21420 (shell-dynamic-complete-environment-variable): Use them.
21421 (shell-dynamic-complete-as-environment-variable)
21422 (shell-dynamic-complete-as-command): Remove.
21423 (shell-match-partial-variable): Match past point.
21424 * comint.el: Clean up use of completion-at-point-functions.
21425 (comint-completion-at-point): New function.
21426 (comint-mode): Use it completion-at-point-functions.
21427 (comint-dynamic-complete): Make it obsolete.
21428 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
21429 (comint-c-a-p-replace-by-expanded-history): New function.
21430 (comint-dynamic-complete-functions)
21431 (comint-replace-by-expanded-history): Use it.
21432 * minibuffer.el (completion-table-with-terminator): Allow dynamic
21433 termination strings. Try harder to avoid second try-completion.
21434 (completion-in-region-mode-map): Disable bindings that don't work yet.
21435
21436 * comint.el: Use lexical-binding. Require CL.
21437 (comint-dynamic-complete-functions): Use comint-filename-completion.
21438 (comint-completion-addsuffix): Tweak custom type.
21439 (comint-filename-completion, comint--common-suffix)
21440 (comint--common-quoted-suffix, comint--table-subvert)
21441 (comint--complete-file-name-data): New functions.
21442 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
21443 (comint-dynamic-list-filename-completions): Use them.
21444 (comint-dynamic-simple-complete): Make obsolete.
21445
21446 * minibuffer.el (completion-in-region-mode):
21447 Keep completion-in-region-mode--predicate global.
21448 (completion-in-region--postch):
21449 Assume completion-in-region-mode--predicate is not null.
21450
21451 * progmodes/flymake.el (flymake-start-syntax-check-process):
21452 Obey `dir'. Simplify.
21453
21454 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
21455 we're in VC after all.
21456
21457 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
21458
21459 * vc/vc.el (vc-diff-build-argument-list-internal)
21460 (vc-version-ediff, vc-ediff): New commands.
21461 (vc-version-diff): Use vc-diff-build-argument-list-internal.
21462
21463 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21464
21465 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
21466 add sanity check.
21467
21468 * obsolete/erc-hecomplete.el: Make obsolete.
21469 * obsolete/: Standardize obsolescence info in the header.
21470
21471 2011-04-20 Glenn Morris <rgm@gnu.org>
21472
21473 * calendar/solar.el (solar-horizontal-coordinates):
21474 Use the longitude argument rather than `calendar-longitude'.
21475 (solar-date-next-longitude): Remove unused locals.
21476
21477 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21478
21479 * whitespace.el: New version 13.2.1.
21480
21481 2011-04-20 felix <EmacsWiki> (tiny change)
21482
21483 * whitespace.el (global-whitespace-mode): Keep highlight when
21484 switching between major modes on a file.
21485
21486 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21487
21488 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
21489 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
21490 multi-line comments as well.
21491
21492 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
21493
21494 Lexical-binding cleanup.
21495
21496 * arc-mode.el (archive-mode-revert):
21497 * cmuscheme.el (scheme-interactively-start-process):
21498 * custom.el (custom-initialize-delay):
21499 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
21500 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
21501 * emacs-lock.el (emacs-lock-clear-sentinel):
21502 * ezimage.el (defezimage):
21503 * follow.el (follow-avoid-tail-recenter):
21504 * fringe.el (set-fringe-mode-1):
21505 * generic-x.el (bat-generic-mode-compile):
21506 * help-mode.el (help-info-variable, help-do-xref)
21507 (help-mode-revert-buffer):
21508 * help.el (view-emacs-todo):
21509 * iswitchb.el (iswitchb-completion-help):
21510 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
21511 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
21512 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
21513 * locate.el (locate-update):
21514 * longlines.el (longlines-encode-region)
21515 (longlines-after-change-function):
21516 * outline.el (outline-isearch-open-invisible):
21517 * ps-def.el (declare-function, charset-dimension, char-width)
21518 (encode-char):
21519 * ps-mule.el (ps-mule-plot-string):
21520 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
21521 (recentf-edit-list-select, recentf-edit-list-validate)
21522 (recentf-open-files-action):
21523 * rect.el (delete-whitespace-rectangle-line)
21524 (rectangle-number-line-callback):
21525 * register.el (window-configuration-to-register)
21526 (frame-configuration-to-register):
21527 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
21528 * select.el (xselect-convert-to-string, xselect-convert-to-length)
21529 (xselect-convert-to-targets, xselect-convert-to-delete)
21530 (xselect-convert-to-filename, xselect-convert-to-charpos)
21531 (xselect-convert-to-lineno, xselect-convert-to-colno)
21532 (xselect-convert-to-os, xselect-convert-to-host)
21533 (xselect-convert-to-user, xselect-convert-to-class)
21534 (xselect-convert-to-name, xselect-convert-to-integer)
21535 (xselect-convert-to-atom, xselect-convert-to-identity):
21536 * subr.el (declare, ignore, process-kill-without-query)
21537 (text-clone-maintain):
21538 * terminal.el (te-get-char, te-tic-sentinel):
21539 * tool-bar.el (tool-bar-make-keymap):
21540 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
21541 * type-break.el (type-break-mode, type-break-noninteractive-query):
21542 * view.el (View-back-to-mark):
21543 * wid-browse.el (widget-browse-action, widget-browse-widget)
21544 (widget-browse-widgets, widget-browse-sexp):
21545 * widget.el (define-widget-keywords):
21546 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
21547 Mark unused parameters.
21548
21549 * align.el (align-adjust-col-for-rule): Mark unused parameter.
21550 (align-areas): Remove unused variable `look'.
21551 (align-region): Remove unused variables `real-end' and `pos-list'.
21552
21553 * apropos.el (apropos-score-doc): Remove unused variable `i'.
21554
21555 * bindings.el (mode-line-modified, mode-line-remote):
21556 Mark unused parameters.
21557 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
21558
21559 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
21560 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
21561
21562 * comint.el (comint-history-isearch-pop-state)
21563 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
21564 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
21565 (comint-substitute-in-file-name): Doc fix.
21566
21567 * completion.el (cmpl-statistics-block): Mark unused parameter.
21568 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
21569 (save-completions-to-file, load-completions-from-file):
21570 Remove unused local variable `e'.
21571
21572 * composite.el (compose-chars): Remove unused variable `len'.
21573 (lgstring-insert-glyph): Remove unused variable `g'.
21574 (compose-glyph-string): Remove unused variables `ascent',
21575 `descent', `lbearing' and `rbearing'.
21576 (compose-glyph-string-relative): Remove unused variables
21577 `lbearing', `rbearing' and `wadjust'.
21578 (compose-gstring-for-graphic): Remove unused variables `header',
21579 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
21580 (compose-gstring-for-terminal): Remove unused variables `header'
21581 and `nchars'. Use `let', not `let*'.
21582
21583 * cus-edit.el (Custom-set, Custom-save, custom-reset)
21584 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
21585 (Custom-buffer-done, custom-buffer-create-internal)
21586 (custom-browse-visibility-action, custom-browse-group-tag-action)
21587 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
21588 (widget-magic-mouse-down-action, custom-toggle-parent)
21589 (custom-add-parent-links, custom-toggle-hide-variable)
21590 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
21591 (custom-toggle-hide-face, face, hook, custom-group-link-action)
21592 (custom-face-menu-create, custom-variable-menu-create, get)
21593 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
21594 (custom-reset-standard-save-and-update): Remove unused variable `value'.
21595 (customize-apropos): Remove unused variable `tests'.
21596 (custom-group-value-create): Remove unused variable `hidden-p'.
21597 (sort-fold-case): Declare.
21598
21599 * cus-theme.el (custom-reset-standard-faces-list)
21600 (custom-reset-standard-variables-list): Declare.
21601 (customize-create-theme, custom-theme-revert, custom-theme-write)
21602 (custom-theme-choose-mode, customize-themes, custom-theme-save):
21603 Mark unused parameters.
21604
21605 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
21606
21607 * delim-col.el (delimit-columns-max): Move defvar before first use.
21608
21609 * descr-text.el (describe-char-categories): Don't quote `lambda'.
21610 (describe-char): Don't quote `lambda'. Mark unused parameter.
21611
21612 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
21613 (auto-insert): Declare.
21614 (desktop-restore-file-buffer): Rename desktop-* parameters;
21615 mark unused ones.
21616 (desktop-create-buffer): Rename desktop-* parameters and bind them.
21617 (desktop-buffer): Rename desktop-* parameters.
21618
21619 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
21620 (dframe-reposition-frame-xemacs, dframe-help-echo)
21621 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
21622 Mark unused parameters.
21623
21624 * dired-aux.el (backup-extract-version-start, overwrite-query)
21625 (overwrite-backup-query, rename-regexp-query)
21626 (rename-non-directory-query): Declare.
21627 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
21628 (dired-add-entry): Remove unused variable `orig-file-name'.
21629 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
21630 Use parameter PRESERVE-TIME instead of accessing dynamic variable
21631 `dired-copy-preserve-time' directly.
21632 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
21633 (dired-insert-subdir-newpos): Rename unused variable `pos'.
21634
21635 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
21636 (dired-virtual-revert, dired-make-relative-symlink):
21637 Mark unused parameters.
21638 (manual-program): Declare.
21639 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
21640 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
21641 wrapped in `with-no-warnings' to avoid replacing one warning by another.
21642
21643 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
21644
21645 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
21646
21647 * echistory.el (electric-history-in-progress, Helper-return-blurb):
21648 Declare.
21649
21650 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
21651
21652 * electric.el (Electric-command-loop): Rename parameter
21653 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
21654
21655 * expand.el (expand-in-literal): Remove unused variable `here'.
21656
21657 * facemenu.el (facemenu-add-new-color):
21658 Remove unused variable `docstring'.
21659
21660 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
21661 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
21662 (face-attr-construct): Mark unused parameter. Doc fix.
21663 (read-color): Remove unused variable `hex-string'.
21664
21665 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
21666 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
21667 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
21668 (display-buffer-other-frame): Remove unused variable `old-window'.
21669 (kill-buffer-hook): Declare.
21670 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
21671 Mark unused parameters.
21672 (after-find-file): Pass 1 to `auto-save-mode', not t.
21673
21674 * files-x.el (auto-insert): Declare.
21675 (modify-file-local-variable-prop-line): Remove unused variable `val'.
21676
21677 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
21678 variable `buf'. Mark unused parameter.
21679 (find-lisp-insert-directory): Mark unused parameter.
21680
21681 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
21682 (format-encode-region): Remove unused variables `cur-buf' and `result'.
21683 (format-common-tail): Remove, unused.
21684 (format-deannotate-region): Remove unused variable `loc'.
21685 (format-annotate-region): Remove unused variable `p'.
21686 (format-annotate-single-property-change): Remove unused variables
21687 `default' and `tail'.
21688
21689 * forms.el (read-file-filter): Declare.
21690 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
21691
21692 * frame.el (frame-creation-function-alist): Mark unused parameter.
21693 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
21694
21695 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
21696 Remove unused parameters.
21697 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
21698 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
21699
21700 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
21701 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
21702 (hfy-prepare-tag-map): Mark unused parameters.
21703 (htmlfontify-buffer): Use `called-interactively-p'.
21704
21705 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
21706 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
21707 (ibuffer-do-occur): Mark unused parameters.
21708 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
21709 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
21710
21711 * ibuffer.el: Don't quote `lambda'.
21712 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
21713 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
21714 Mark unused parameters.
21715
21716 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
21717 (ido-completing-read): Mark unused parameters.
21718 (ido-copy-current-word): Mark unused parameters;
21719 remove unused variable `name'.
21720 (ido-sort-merged-list): Remove unused parameter `dirs'.
21721
21722 * ielm.el (ielm-input-sender): Mark unused parameter.
21723 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
21724 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
21725 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
21726 `ielm-string' as a dynamic variable accessible from the IELM prompt.
21727 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
21728
21729 * image-dired.el (image-dired-display-thumbs): Remove unused
21730 variables `curr-file' and `count'.
21731 (image-dired-remove-tag): Remove unused variable `start'.
21732 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
21733 variable `curr-file'
21734 (image-dired-rotate-original): Remove unused variable `temp-file'.
21735 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
21736 Remove unused variable `file'.
21737 (image-dired-gallery-generate): Remove unused variable `curr'.
21738 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
21739
21740 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
21741
21742 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
21743
21744 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
21745
21746 * isearch.el (minibuffer-history-symbol): Declare.
21747 (isearch-edit-string): Remove unused variable `err'.
21748 (isearch-message-prefix, isearch-message-suffix):
21749 Mark unused parameters.
21750
21751 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
21752
21753 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
21754
21755 * makesum.el (double-column): Remove unused variable `cnt'.
21756
21757 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
21758 (ido-ignore-item-temp-list): Declare.
21759
21760 * mouse-drag.el (mouse-drag-throw): Remove unused variables
21761 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
21762 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
21763 (mouse-drag-drag): Remove unused variables `mouse-delta' and
21764 `mouse-col-delta'.
21765
21766 * mouse-sel.el (mouse-extend-internal):
21767 Remove unused variable `orig-window-frame'.
21768
21769 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
21770 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
21771 Move declarations before first use.
21772 (pcomplete-opt): Mark unused parameters; doc fix.
21773
21774 * proced.el (proced-revert): Mark unused parameter.
21775 (proced-send-signal): Remove unused variable `err'.
21776
21777 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
21778 Rename parameter PREFIX-ARG to ARG.
21779 (ps-basic-plot-string, ps-basic-plot-whitespace):
21780 Mark unused parameters.
21781
21782 * replace.el (replace-count): Define.
21783 (occur-revert-function): Mark unused parameters.
21784 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
21785 (isearch-case-fold-search, isearch-string): Declare.
21786 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
21787 bind `case-fold-search'. Remove unused variables `beg' and `end',
21788 and simplify.
21789 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
21790 COUNT and bind `replace-count'.
21791 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
21792 to COUNT.
21793
21794 * savehist.el (print-readably, print-string-length): Declare.
21795
21796 * shadowfile.el (shadow-expand-cluster-in-file-name):
21797 Remove unused variable `cluster'.
21798 (shadow-copy-file): Remove unused variable `i'.
21799 (shadow-noquery, shadow-clusters, shadow-site-cluster)
21800 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
21801 (shadow-define-literal-group, shadow-define-regexp-group)
21802 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
21803
21804 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
21805 (shell): Use `called-interactively-p'.
21806 (shell-directory-tracker): Remove unused variable `chdir-failure'.
21807
21808 * simple.el (compilation-context-lines, comint-file-name-quote-list)
21809 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
21810 (delete-backward-char): Remove unused variable `ocol'.
21811 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
21812 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
21813 (event-apply-hyper-modifier, event-apply-shift-modifier)
21814 (event-apply-control-modifier, event-apply-meta-modifier):
21815 Mark unused parameters.
21816 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
21817 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
21818
21819 * speedbar.el (speedbar-ignored-directory-expressions)
21820 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
21821 (speedbar-find-file, speedbar-dir-follow)
21822 (speedbar-directory-buttons-follow, speedbar-tag-find)
21823 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
21824 (speedbar-buffers-line-directory, speedbar-buffer-click):
21825 Mark unused parameters.
21826 (speedbar-tag-file): Remove unused variable `mode'.
21827 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
21828
21829 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
21830
21831 * talk.el (talk): Remove unused variable `display'.
21832
21833 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
21834 (tar-write-region-annotate): Mark unused parameter.
21835
21836 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
21837 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
21838 Declare them, wrapped in `with-no-warnings' to avoid replacing one
21839 warning by another.
21840
21841 * time-stamp.el (time-stamp-string-preprocess):
21842 Remove unused variable `require-padding'.
21843
21844 * tree-widget.el (widget-glyph-enable): Declare.
21845 (tree-widget-action): Mark unused parameter.
21846
21847 * w32-fns.el (x-get-selection): Mark unused parameter.
21848 (autoload-make-program, generated-autoload-file): Declare.
21849
21850 * wdired.el (wdired-revert): Mark unused parameters.
21851 (wdired-xcase-word): Remove unused variable `err'.
21852
21853 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
21854 (whitespace-help-scroll): Remove unused variable `data-help'.
21855
21856 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
21857 (widget-image-insert, widget-after-change, default)
21858 (widget-default-format-handler, widget-default-notify)
21859 (widget-default-prompt-value, widget-info-link-action)
21860 (widget-url-link-action, widget-function-link-action)
21861 (widget-variable-link-action, widget-file-link-action)
21862 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
21863 (widget-field-prompt-internal, widget-field-action, widget-field-match)
21864 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
21865 (widget-insert-button-action, widget-delete-button-action, visibility)
21866 (widget-documentation-link-action, widget-documentation-string-action)
21867 (widget-const-prompt-value, widget-regexp-match, symbol)
21868 (widget-coding-system-prompt-value)
21869 (widget-key-sequence-value-to-external, sexp)
21870 (widget-sexp-value-to-internal, character, vector, cons)
21871 (widget-choice-prompt-value, widget-boolean-prompt-value)
21872 (widget-color--choose-action): Mark unused parameters.
21873 (widget-item-match-inline, widget-choice-match-inline)
21874 (widget-checklist-match, widget-checklist-match-inline)
21875 (widget-group-match): Rename parameter VALUES to VALS.
21876 (widget-field-value-set): Remove unused variable `size'.
21877 (widget-color-action): Remove unused variables `value' and `start'.
21878
21879 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
21880 variable `dir'. Doc fix.
21881 (windmove-find-other-window): Don't pass it.
21882
21883 * window.el (count-windows): Mark unused parameter.
21884 (bw-adjust-window): Remove unused variable `err'.
21885
21886 * woman.el (woman-file-name): Remove unused variable `default'.
21887 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
21888 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
21889 (global-font-lock-mode): Declare.
21890 (woman-decode-region): Mark unused parameter.
21891 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
21892
21893 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
21894 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
21895 (x-dnd-handle-moz-url): Remove unused variable `title'.
21896 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
21897
21898 * xml.el (xml-parse-tag, xml-parse-attlist):
21899 Remove unused variable `pos'.
21900
21901 2011-04-19 Glenn Morris <rgm@gnu.org>
21902
21903 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
21904 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21905 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21906 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
21907 * calendar/cal-html.el (cal-html-insert-minical):
21908 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
21909 (calendar-mark-date-pattern):
21910 Prefix "unused" locals.
21911
21912 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
21913 optional argument `style'.
21914
21915 * calendar/appt.el (appt-make-list):
21916 * calendar/cal-china.el (calendar-chinese-date-string):
21917 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
21918 (diary-hebrew-yahrzeit):
21919 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
21920 * calendar/calendar.el (calendar-generate-window):
21921 * calendar/time-date.el (time-to-days):
21922 Remove unused local variables.
21923
21924 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
21925
21926 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
21927 glyphless-char-display table.
21928 (tabulated-list-glyphless-char-display): New var.
21929
21930 2011-04-18 Sam Steingold <sds@gnu.org>
21931
21932 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
21933 to acknowledgments.
21934
21935 2011-04-17 Glenn Morris <rgm@gnu.org>
21936
21937 * calendar/diary-lib.el (diary-sexp-entry):
21938 * calendar/holidays.el (holiday-sexp):
21939 Set debug-on-error rather than the removed stack-trace-on-error.
21940
21941 2011-04-16 Glenn Morris <rgm@gnu.org>
21942
21943 * progmodes/f90.el: Use lexical-binding.
21944 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
21945
21946 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21947
21948 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
21949 (mail-mode): Setup mailalias completion here instead.
21950 * mail/mailalias.el: Use lexical-binding.
21951 (pattern, mailalias-done): Declare dynamic.
21952 (mail-completion-at-point-function): New function, from mail-complete.
21953 (mail-complete): Use it.
21954 (mail-completion-expand): New function.
21955 (mail-get-names): Use it.
21956 (mail-directory, mail-directory-process, mail-directory-stream):
21957 Don't use `pattern' for lexically bound arg.
21958
21959 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
21960
21961 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
21962 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
21963 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
21964
21965 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
21966 (byte-save-window-excursion, byte-temp-output-buffer-setup)
21967 (byte-interactive-p): Define them again, for use when inlining
21968 old code.
21969
21970 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
21971
21972 * loadup.el: Use `string-to-number', not `string-to-int'.
21973
21974 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
21975
21976 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
21977 gud-gdb-complete-command.
21978 (gud-gdb-completions): New function, from gud-gdb-complete-command.
21979 (gud-gdb-completion-at-point): New function.
21980 (gud-gdb-completions): Remove.
21981
21982 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
21983
21984 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
21985 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
21986 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
21987 whether `executable-find' is bound.
21988
21989 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
21990
21991 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
21992
21993 * minibuffer.el (completion-in-region-mode-predicate)
21994 (completion-in-region-mode--predicate): New vars.
21995 (completion-in-region, completion-in-region--postch)
21996 (completion-in-region-mode): Use them.
21997 (completion--capf-wrapper): Also return the hook function.
21998 (completion-at-point, completion-help-at-point):
21999 Adjust and provide a predicate.
22000
22001 Preserve arg names for advice of subr and lexical functions (bug#8457).
22002 * help-fns.el (help-function-arglist): Consolidate the subr and
22003 new-byte-code cases. Add argument `preserve-names' to extract names
22004 from the docstring when needed.
22005 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
22006 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
22007 (ad-arglist): Use help-function-arglist's new arg.
22008 (ad-definition-type): Use cond.
22009
22010 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
22011
22012 * autorevert.el (auto-revert-handler):
22013 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
22014 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
22015 Don't quote lambda.
22016
22017 * image-mode.el (image-transform-set-scale):
22018 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
22019
22020 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22021
22022 * net/network-stream.el (network-stream-open-starttls): Only do
22023 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
22024 Upgrades via gnutls-cli are too slow to be done opportunistically.
22025
22026 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
22027
22028 * dframe.el (dframe-current-frame): Remove spurious quote.
22029
22030 2011-04-12 Glenn Morris <rgm@gnu.org>
22031
22032 * calendar/cal-tex.el (cal-tex-end-document):
22033 Try to automatically use latin1 input if needed.
22034
22035 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
22036 Don't try to cons a mark onto an empty element.
22037
22038 2011-04-11 Leo Liu <sdl.web@gmail.com>
22039
22040 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
22041 buffers.
22042 (ido-kill-buffer-at-head): Support killing virtual buffers.
22043
22044 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
22045
22046 * minibuffer.el (completion-show-inline-help): New var.
22047 (completion--do-completion, minibuffer-complete)
22048 (minibuffer-force-complete, minibuffer-complete-word):
22049 Inhibit minibuffer messages if completion-show-inline-help is nil.
22050
22051 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
22052 to avoid interference from inline help (Bug#5849).
22053
22054 2011-04-10 Leo Liu <sdl.web@gmail.com>
22055
22056 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22057 Fix typo.
22058
22059 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
22060
22061 * image-mode.el (image-toggle-display-image): Signal an error if
22062 not in Image mode.
22063 (image-transform-mode, image-transform-resize)
22064 (image-transform-set-rotation): Doc fix.
22065 (image-transform-set-resize): Delete.
22066 (image-transform-set-scale, image-transform-fit-to-height)
22067 (image-transform-fit-to-width): Handle image-toggle-display-image
22068 and image-transform-resize directly.
22069
22070 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
22071
22072 * doc-view.el (doc-view-fit-width-to-window)
22073 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
22074 New functions for fitting the shown image to the Emacs window size.
22075 (doc-view-mode-map): Add bindings for the new functions.
22076
22077 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
22078
22079 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
22080 Fix typo in docstring.
22081
22082 2011-04-08 Eli Zaretskii <eliz@gnu.org>
22083
22084 * files.el (file-size-human-readable): Produce one digit after
22085 decimal, like "ls -lh" does.
22086
22087 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
22088 the file size representation.
22089
22090 * simple.el (list-processes): If async subprocesses are not
22091 available, error out with a clear error message.
22092
22093 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
22094
22095 * help.el (help-form-show): New function, to be called from C.
22096 Put help-form output in a buffer named differently than *Help*.
22097
22098 2011-04-08 Eli Zaretskii <eliz@gnu.org>
22099
22100 * files.el (file-size-human-readable): New function.
22101
22102 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
22103 computing the representation inline. Don't require `cl'.
22104
22105 2011-04-08 Glenn Morris <rgm@gnu.org>
22106
22107 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
22108
22109 * net/browse-url.el (browse-url-firefox):
22110 Test system-type, not system-configuration.
22111
22112 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
22113 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
22114 Use log-edit-empty-buffer-p. (Bug#7598)
22115
22116 * net/rlogin.el (rlogin-process-connection-type): Simplify.
22117 (rlogin-mode-map): Initialize in the defvar.
22118 (rlogin): Use ignore-errors.
22119
22120 * replace.el (occur-mode-map): Some fixes for menu items.
22121
22122 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
22123
22124 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
22125
22126 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
22127
22128 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
22129 issuing unused warnings.
22130
22131 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
22132 macro directly.
22133
22134 * simple.el: Lisp reimplement of list-processes. Based on an
22135 earlier reimplementation by Leo Liu, but using tabulated-list.el.
22136 (process-menu-mode): New major mode.
22137 (list-processes--refresh, list-processes):
22138 (process-menu-visit-buffer): New functions.
22139
22140 * files.el (save-buffers-kill-emacs): Don't assume any return
22141 value of list-processes, which is undocumented anyway.
22142
22143 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
22144
22145 * emacs-lisp/tabulated-list.el: New file.
22146
22147 * emacs-lisp/package.el: Use Tabulated List mode.
22148 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
22149 (package-menu-mode): Derive from tabulated-list-mode. Set up the
22150 table format using Tabulated List mode variables.
22151 (package--push): New macro, replacing package-list-maybe-add.
22152 (package-menu--generate): Use package--push. Renamed from
22153 package--generate-package-list.
22154 (package-menu-refresh, list-packages): Use it.
22155 (package-menu--print-info): Rename from package-print-package.
22156 Return insertion data instead of inserting it directly.
22157 (package-menu-describe-package, package-menu-execute):
22158 Use tabulated-list-get-id.
22159 (package-menu-mark-delete, package-menu-mark-install)
22160 (package-menu-mark-unmark, package-menu-backup-unmark)
22161 (package-menu-mark-obsolete-for-deletion):
22162 Use tabulated-list-put-tag.
22163 (package--list-packages, package-menu-revert)
22164 (package-menu-get-package, package-menu-get-version)
22165 (package-menu-sort-by-column): Functions deleted.
22166 (package-menu-package-list, package-menu-sort-key): Vars deleted.
22167 (package-menu--status-predicate, package-menu--version-predicate)
22168 (package-menu--name-predicate)
22169 (package-menu--description-predicate): Handle arguments in the
22170 Tabulated List format.
22171 (package-list-packages-no-fetch): Call list-packages.
22172
22173 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
22174
22175 * files.el (after-find-file-from-revert-buffer): Remove variable.
22176 (after-find-file): Don't bind it.
22177 (revert-buffer-in-progress-p): New variable.
22178 (revert-buffer): Bind it.
22179 Pass nil for `after-find-file-from-revert-buffer'.
22180
22181 * saveplace.el (save-place-find-file-hook): Use new variable
22182 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
22183
22184 2011-04-06 Glenn Morris <rgm@gnu.org>
22185
22186 * Makefile.in (AUTOGEN_VCS): New variable.
22187 (autoloads): Use $AUTOGEN_VCS.
22188
22189 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
22190 * calendar/calendar.el (calendar-mode-map):
22191 Check for toolkit scroll bars. (Bug#8305)
22192
22193 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
22194
22195 * minibuffer.el (completion-in-region--postch)
22196 (completion-in-region-mode): Remove unnecessary messages.
22197
22198 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
22199
22200 * font-lock.el (font-lock-refresh-defaults):
22201 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
22202 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
22203
22204 * info.el (Info-directory-list, Info-read-node-name-2)
22205 (Info-split-parameter-string): Doc fixes.
22206 (Info-virtual-nodes): Reflow docstring.
22207 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
22208 (Info-apropos-toc-nodes, info-finder, Info-get-token)
22209 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
22210 Fix typos in docstrings.
22211 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
22212 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
22213 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
22214 (Info-restore-desktop-buffer): Mark unused parameters.
22215 (Info-directory-find-file, Info-directory-find-node)
22216 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
22217 (Info-virtual-index-find-node, Info-apropos-find-file)
22218 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
22219 Mark unused parameters; fix typos in docstrings.
22220 (Info-virtual-index): Remove unused local variable `nodename'.
22221
22222 2011-04-05 Deniz Dogan <deniz@dogan.se>
22223
22224 * net/rcirc.el: Update my e-mail address.
22225 (rcirc-mode-map): Remove M-o binding.
22226
22227 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
22228
22229 * startup.el (command-line): Save the cursor's theme-face
22230 directly, instead of using face-override-spec.
22231
22232 * custom.el (load-theme): Minor optimization in assigning faces.
22233
22234 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
22235
22236 * help-fns.el (describe-variable): Complete all variables having
22237 documentation, including keywords.
22238 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
22239
22240 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
22241
22242 Convert to lexical-binding.
22243
22244 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
22245 (bs--get-marked-string, bs--get-modified-string)
22246 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
22247 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
22248 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
22249
22250 * ehelp.el (electric-help-execute-extended)
22251 (electric-help-ctrl-x-prefix):
22252 * hexl.el (hexl-revert-buffer-function):
22253 * linum.el (linum-after-change, linum-after-scroll):
22254 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
22255
22256 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
22257
22258 2011-04-04 Daiki Ueno <ueno@unixuser.org>
22259
22260 * epa-dired.el:
22261 * epa-mail.el:
22262 * epa-hook.el:
22263 * epa-file.el:
22264 * epa.el:
22265 * epg.el: Use lexical binding.
22266
22267 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
22268
22269 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
22270
22271 * textmodes/flyspell.el (flyspell-word): Recognize default
22272 dictionary case for flyspell-mark-duplications-exceptions.
22273 Use regexp matching for languages.
22274 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
22275 default dictionary (Bug#7926).
22276
22277 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
22278
22279 * emacs-lisp/package.el (package--with-work-buffer):
22280 Recognize https URLs.
22281
22282 * net/network-stream.el: Move from gnus/proto-stream.el.
22283 Change prefix to network-stream throughout.
22284 (open-protocol-stream): Merge into open-network-stream, leaving
22285 open-protocol-stream as an alias. Handle nil BUFFER args.
22286
22287 * subr.el (open-network-stream): Move to net/network-stream.el.
22288
22289 2011-04-02 Glenn Morris <rgm@gnu.org>
22290
22291 * find-dired.el (find-exec-terminator): New option.
22292 (find-ls-option): Test for -ls support.
22293 (find-ls-subdir-switches): Test for -b in find-ls-option.
22294 (find-dired, find-grep-dired): Doc fixes.
22295 (find-dired): Use find-exec-terminator.
22296
22297 * find-dired.el (find-ls-option, find-ls-subdir-switches)
22298 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
22299 (find-name-arg): Remove purecopy.
22300
22301 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
22302 (grep-compute-defaults): Check for `-exec COMMAND +' support.
22303 Set grep-find-use-xargs, grep-find-command, and grep-find-template
22304 accordingly. Don't add the null-device if not needed.
22305
22306 * files.el (save-some-buffers): Doc fix.
22307
22308 2011-04-02 Eli Zaretskii <eliz@gnu.org>
22309
22310 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
22311
22312 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
22313
22314 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
22315 Use `dolist' rather than `mapcar'.
22316
22317 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22318
22319 Add lexical binding.
22320
22321 * subr.el (apply-partially): Use new closures rather than CL.
22322 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
22323 (dolist, dotimes): Use slightly different expansion for lexical code.
22324 (functionp): Move to C.
22325 (letrec): New macro.
22326 (with-wrapper-hook): Use it and apply-partially instead of CL.
22327 (eval-after-load): Preserve lexical-binding.
22328 (save-window-excursion, with-output-to-temp-buffer): Turn them
22329 into macros.
22330
22331 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
22332
22333 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
22334 than the arglist.
22335 (help-add-fundoc-usage): Don't add `Not documented'.
22336 (help-function-arglist): Handle closures, subroutines, and new
22337 byte-code-functions.
22338 (help-make-usage): Remove leading underscores.
22339 (describe-function-1): Handle closures.
22340 (describe-variable): Use special-variable-p for completion.
22341
22342 * files.el (lexical-binding): Declare safe.
22343
22344 * emacs-lisp/pcase.el: Don't use destructuring-bind.
22345 (pcase--memoize): Rename from pcase-memoize. Change weakness.
22346 (pcase): Add `let' pattern.
22347 Change memoization so it actually works.
22348 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
22349 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
22350 <let>: New case.
22351
22352 * emacs-lisp/macroexp.el: Use lexical binding.
22353 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
22354 Don't convert ' to #' without checking that it's indeed quoting
22355 a lambda.
22356
22357 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
22358 Use eval-sexp-add-defvars.
22359 (eval-sexp-add-defvars): New fun.
22360
22361 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
22362
22363 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
22364 Don't autoload.
22365 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
22366 than the internal `byte-compile-lambda'.
22367 (defmethod): Don't hide code under quotes.
22368 (eieio-defmethod): New `code' argument.
22369
22370 * emacs-lisp/eieio-comp.el: Remove.
22371
22372 * emacs-lisp/edebug.el (edebug-eval-defun)
22373 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
22374 (edebug-toggle): Avoid `eval'.
22375
22376 * emacs-lisp/disass.el (disassemble-internal): Handle new
22377 `closure' objects.
22378 (disassemble-1): Handle new byte codes.
22379
22380 * emacs-lisp/cl.el (pushnew): Silence warning.
22381
22382 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
22383 (cl-byte-compile-throw): Remove.
22384 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
22385
22386 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
22387 closures.
22388
22389 * emacs-lisp/cconv.el: New file.
22390
22391 * emacs-lisp/bytecomp.el: Use lexical binding instead of
22392 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
22393 (byte-compile-initial-macro-environment):
22394 Handle declare-function here.
22395 (byte-compile--lexical-environment): New var.
22396 (byte-stack-ref, byte-stack-set, byte-discardN)
22397 (byte-discardN-preserve-tos): New lap codes.
22398 (byte-interactive-p): Don't use any more.
22399 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
22400 New macros.
22401 (byte-compile-lapcode): Use them and handle new lap codes.
22402 (byte-compile-obsolete): Remove.
22403 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
22404 (byte-compile-arglist-warn): Check late def of inlinable funs.
22405 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
22406 since they should have been expanded by now.
22407 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
22408 (byte-compile-from-buffer): Remove unused second arg.
22409 (byte-compile-preprocess): New function.
22410 (byte-compile-toplevel-file-form): New function to distinguish
22411 file-form calls from outside from file-form calls from hunk-handlers.
22412 (byte-compile-file-form): Simplify.
22413 (byte-compile-file-form-defsubst): Remove.
22414 (byte-compile-file-form-defmumble): Simplify now that
22415 byte-compile-lambda always returns a byte-code-function.
22416 (byte-compile): Preprocess.
22417 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
22418 Remove, not used any more.
22419 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
22420 (byte-compile-make-args-desc): New funs.
22421 (byte-compile-lambda): Handle lexical functions. Always return
22422 a byte-code-function.
22423 (byte-compile-reserved-constants): New var, to make up room for
22424 closed-over variables.
22425 (byte-compile-constants-vector): Obey it.
22426 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
22427 (byte-compile-macroexpand-declare-function): New function.
22428 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
22429 byte-code-functions.
22430 (byte-compile-form): Check obsolescence here.
22431 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
22432 (byte-compile-variable-ref): Remove.
22433 (byte-compile-dynamic-variable-op): New fun.
22434 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22435 (byte-compile-variable-set): New funs.
22436 (byte-compile-discard): Add 2 args.
22437 (byte-compile-stack-ref, byte-compile-stack-set)
22438 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
22439 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
22440 macroexpand-all instead.
22441 (byte-compile-quote-form): Remove.
22442 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
22443 (byte-compile-bind, byte-compile-unbind): New funs.
22444 (byte-compile-let): Handle let* and lexical binding.
22445 (byte-compile-let*): Remove.
22446 (byte-compile-catch, byte-compile-unwind-protect)
22447 (byte-compile-track-mouse, byte-compile-condition-case):
22448 Handle a new :fun-body form, used for lexical scoping.
22449 (byte-compile-save-window-excursion)
22450 (byte-compile-with-output-to-temp-buffer): Remove.
22451 (byte-compile-defun): Simplify.
22452 (byte-compile-stack-adjustment): New fun.
22453 (byte-compile-out): Use it.
22454 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
22455
22456 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
22457 handler any more.
22458
22459 * emacs-lisp/byte-opt.el: Use lexical binding.
22460 (byte-inline-lapcode): Remove (to bytecomp).
22461 (byte-compile-inline-expand): Pay attention to inlining to/from
22462 lexically bound code.
22463 (byte-compile-unfold-lambda): Don't handle byte-code-functions
22464 any more.
22465 (byte-optimize-form-code-walker): Don't handle save-window-excursion
22466 any more and don't call compiler-macros.
22467 (byte-compile-splice-in-already-compiled-code): Remove.
22468 (byte-code): Don't inline any more.
22469 (disassemble-offset): Receive `bytes' as argument rather than via
22470 dynamic scoping.
22471 (byte-compile-tag-number): Declare before first use.
22472 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
22473 `return' even if make-spliceable.
22474 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
22475 obsolete interactive-p.
22476 (byte-optimize-lapcode): Optimize new lap-codes.
22477 Don't trip up on new form of `byte-constant' lap code.
22478
22479 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
22480
22481 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
22482
22483 * custom.el (custom-initialize-default, custom-declare-variable):
22484 Use `defvar'.
22485
22486 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
22487 New variables.
22488 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
22489 (COMPILE_FIRST): Add macroexp and cconv.
22490 * makefile.w32-in: Mirror changes in Makefile.in.
22491
22492 * vc/cvs-status.el:
22493 * vc/diff-mode.el:
22494 * vc/log-edit.el:
22495 * vc/log-view.el:
22496 * vc/smerge-mode.el:
22497 * textmodes/bibtex-style.el:
22498 * textmodes/css-mode.el:
22499 * startup.el:
22500 * uniquify.el:
22501 * minibuffer.el:
22502 * newcomment.el:
22503 * reveal.el:
22504 * server.el:
22505 * mpc.el:
22506 * emacs-lisp/smie.el:
22507 * doc-view.el:
22508 * dired.el:
22509 * abbrev.el: Use lexical binding.
22510
22511 2011-04-01 Eli Zaretskii <eliz@gnu.org>
22512
22513 * info.el (info-display-manual): New function.
22514
22515 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22516
22517 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
22518
22519 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
22520
22521 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
22522 an entry for that server in rcirc-authinfo. (Bug#8385)
22523
22524 2011-03-31 Glenn Morris <rgm@gnu.org>
22525
22526 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
22527
22528 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
22529
22530 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
22531
22532 * progmodes/python.el (python-default-interpreter)
22533 (python-python-command-args, python-jython-command-args)
22534 (python-which-shell, python-which-args, python-which-bufname)
22535 (python-file-queue, python-comint-output-filter-function)
22536 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
22537 variables and functions.
22538
22539 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
22540
22541 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
22542 (completion-in-region-mode): New minor mode.
22543 (completion-in-region): Use it.
22544 (completion-in-region--data, completion-in-region-mode-map): New vars.
22545 (completion-in-region--postch): New function.
22546 (completion--capf-misbehave-funs, completion--capf-safe-funs):
22547 New vars.
22548 (completion--capf-wrapper): New function.
22549 (completion-at-point): Use it to track well-behavedness of
22550 hook functions.
22551 (completion-help-at-point): New command.
22552
22553 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
22554
22555 * vc/add-log.el (add-change-log-entry): Don't use whitespace
22556 syntax class to search for whitespace on a single line
22557 (Message-ID: <4D938140.4030905@redhat.com>).
22558
22559 2011-03-30 Leo Liu <sdl.web@gmail.com>
22560
22561 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
22562 New commands.
22563 (edit-abbrevs-map): Bind them here.
22564 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
22565
22566 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
22567
22568 * allout.el (allout-hide-by-annotation, allout-flag-region):
22569 Reduce possibility of overlay leakage by making them volatile.
22570
22571 * allout-widgets.el (allout-widgets-tally): Define as nil so the
22572 hash is not shared between buffers. Mode initialization is
22573 responsible for giving it a useful starting value.
22574 (allout-item-span): Reduce possibility of overlay leakage by
22575 making them volatile.
22576 (allout-widgets-count-buttons-in-region): Add diagnostic function
22577 for tracking down button overlay leaks.
22578
22579 2011-03-29 Leo Liu <sdl.web@gmail.com>
22580
22581 * ido.el (ido-read-internal): Use the default history var
22582 minibuffer-history if no HISTORY is specified.
22583
22584 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
22585
22586 * net/imap.el (imap-shell-open, imap-process-connection-type):
22587 Use imap-process-connection-type for 'shell' streams as well as
22588 Kerberos, SSL, other subprocesses.
22589
22590 2011-03-28 Leo Liu <sdl.web@gmail.com>
22591
22592 * abbrev.el (abbrev-table-empty-p): New function.
22593 (prepare-abbrev-list-buffer): Place empty abbrev tables after
22594 nonempty ones. (Bug#5937)
22595
22596 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
22597
22598 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
22599
22600 2011-03-27 Leo Liu <sdl.web@gmail.com>
22601
22602 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
22603 for foreground and background colors.
22604 (ansi-color-make-color-map): Adapt.
22605
22606 2011-03-25 Leo Liu <sdl.web@gmail.com>
22607
22608 * midnight.el (midnight-time-float): Remove. Note it calculates
22609 the microsecond component incorrectly and seconds-to-time does the
22610 same job.
22611 Remove redundant (require 'timer).
22612
22613 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
22614 (ido-completions): Remove unused arguments. (Bug#8329)
22615
22616 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22617
22618 * minibuffer.el (completion--flush-all-sorted-completions):
22619 Remove itself from hook.
22620 (completion-at-point): Let the functions perform the completion
22621 immediately and return nil or t.
22622 * comint.el (comint-dynamic-complete-functions): Now identical to
22623 completion-at-point-functions.
22624 (comint-dynamic-list-input-ring): Remove unused var `index'.
22625 (comint--match-partial-filename, comint--unquote&expand-filename):
22626 New funs, split from comint-match-partial-filename.
22627 (comint-dynamic-complete): Use completion-at-point.
22628 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
22629
22630 2011-03-24 Drew Adams <drew.adams@oracle.com>
22631
22632 * thingatpt.el: Support `defun'.
22633
22634 2011-03-23 Leo Liu <sdl.web@gmail.com>
22635
22636 * abbrevlist.el: Move to obsolete/abbrevlist.el.
22637
22638 * help-mode.el (help-mode-finish): Tweak regexp.
22639
22640 2011-03-23 Glenn Morris <rgm@gnu.org>
22641
22642 * eshell/esh-opt.el (eshell-eval-using-options):
22643 Do not bind unused local variable `eshell-option-stub'.
22644
22645 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
22646
22647 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
22648
22649 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
22650 keymap variable in `with-no-warnings' to avoid a warning when the
22651 keymap has been already `defconst'ed.
22652
22653 2011-03-22 Leo Liu <sdl.web@gmail.com>
22654
22655 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
22656 encode all chars in abbrevs; otherwise use emacs-mule or
22657 utf-8-emacs. (Bug#8308)
22658
22659 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
22660
22661 * simple.el (backward-delete-char-untabify):
22662 Avoid warning about using `delete-backward-char'.
22663
22664 * image.el (image-type-file-name-regexps): Make it variable.
22665 `imagemagick-register-types' modifies it, and the user may want
22666 to add new extensions for known image types.
22667 (imagemagick-register-types): Throw error if not using ImageMagick.
22668
22669 2011-03-22 Leo Liu <sdl.web@gmail.com>
22670
22671 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
22672 located before rcirc-prompt-end-marker.
22673 (rcirc-complete): Error if point is not after rcirc prompt.
22674 Handle the case when table is nil.
22675 (rcirc-user-authenticated): Define to fix compiler warning.
22676
22677 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
22678
22679 * custom.el (custom--inhibit-theme-enable): Make it affect only
22680 custom-theme-set-variables and custom-theme-set-faces.
22681 (provide-theme): Ignore custom--inhibit-theme-enable.
22682 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
22683 (custom-enabling-themes): Delete variable.
22684 (enable-theme): Accept only loaded themes as arguments.
22685 Ignore the special custom-enabled-themes variable.
22686 (custom-enabled-themes): Forbid themes from setting this.
22687 Eliminate use of custom-enabling-themes.
22688 (custom-push-theme): Quote "changed" custom var entry.
22689
22690 2011-03-21 Leo Liu <sdl.web@gmail.com>
22691
22692 * ido.el (ido-read-internal): Add ido-selected to history instead
22693 of user input.
22694
22695 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22696
22697 * subr.el (deferred-action-list, deferred-action-function):
22698 Mark obsolete.
22699
22700 2011-03-21 Leo Liu <sdl.web@gmail.com>
22701
22702 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
22703 change on 2011-02-13 (bug#8309).
22704
22705 * minibuffer.el (read-file-name-function): Change default value.
22706 (read-file-name--defaults): Rename from read-file-name-defaults.
22707 (read-file-name-default): Rename from read-file-name.
22708 (read-file-name): Call read-file-name-function.
22709
22710 2011-03-21 Glenn Morris <rgm@gnu.org>
22711
22712 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
22713 Doc fixes.
22714
22715 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
22716
22717 * cus-theme.el: Add missing provide statement.
22718 (customize-create-theme): Extract theme value correctly.
22719 (custom-theme-visit-theme): Autoload.
22720 (customize-create-theme): Prompt before inserting default faces.
22721
22722 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
22723
22724 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
22725 units and musical notes.
22726
22727 2011-03-20 Leo Liu <sdl.web@gmail.com>
22728
22729 * ido.el (ido-read-internal): Use completing-read-default.
22730 (ido-completing-read): Fix compatibility with completing-read.
22731
22732 2011-03-20 Christian Ohler <ohler@gnu.org>
22733
22734 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
22735 (ert-delete-all-tests): Use `called-interactively-p' rather than
22736 `interactive-p'.
22737 (ert--make-xrefs-region): Respect END.
22738
22739 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
22740
22741 * dired-aux.el (dired-create-directory): Signal an error if the
22742 directory already exists (Bug#8246).
22743
22744 * facemenu.el (list-colors-display): Call list-faces-display
22745 inside with-help-window.
22746 (list-colors-print): Use display property to align the final
22747 column, instead of checking window-width.
22748
22749 2011-03-19 Eli Zaretskii <eliz@gnu.org>
22750
22751 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
22752 windows-nt systems.
22753 (emerge-protect-metachars): Quote correctly for ms-dos and
22754 windows-nt systems.
22755
22756 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
22757
22758 * info.el (info-initialize): Replace all uses of `:' with
22759 path-separator for compatibility with non-Unix systems.
22760 Cache quoting of path-separator. (Bug#8258)
22761
22762 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
22763
22764 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
22765 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
22766 (mouse-avoidance-mode): Fix typos in docstrings.
22767
22768 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
22769
22770 * startup.el (package-subdirectory-regexp): Move from package.el.
22771 Omit \\` and \\', and let callers add them.
22772
22773 * emacs-lisp/package.el (package-strip-version)
22774 (package-load-all-descriptors): Add \\` and \\' to
22775 package-subdirectory-regexp before using it.
22776 (package-untar-buffer): New arg DIR; ensure that file untars only
22777 into this expected directory. Remove superfluous delete-region.
22778 (package-unpack): Caller changed.
22779 (package-tar-file-info): Use package-subdirectory-regexp.
22780
22781 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
22782
22783 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
22784 diff-mode-shared-map (bug#8284).
22785 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
22786
22787 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22788
22789 * calendar/time-date.el (format-seconds): Use assoc instead of
22790 assoc-string, since assoc-string doesn't exist in XEmacs.
22791
22792 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
22793
22794 * custom.el (custom-known-themes): Reflow docstring.
22795 (custom-theme-load-path): Fix typo in docstring.
22796 (load-theme): Fix typo in error message.
22797 (custom-available-themes, custom-variable-theme-value):
22798 Use `let', not `let*'.
22799
22800 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
22801
22802 * calc/README: Mention inclusion of musical notes.
22803
22804 * calc/calc-units.el (calc-lu-quant): Rename from
22805 `calc-logunits-quantity'.
22806 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
22807 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
22808 (calc-db): Rename from `calc-dblevel'.
22809 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
22810 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
22811 (calc-np): Rename from `calc-nplevel'.
22812 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
22813 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
22814 (calc-lu-plus): Rename from `calc-logunits-add'.
22815 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
22816 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
22817 (calc-lu-minus): Rename from `calc-logunits-sub'.
22818 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
22819 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
22820 (calc-lu-times): Rename from `calc-logunits-mul'.
22821 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
22822 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
22823 (calc-lu-divide): Rename from `calc-logunits-div'.
22824 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
22825 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
22826
22827 * calc/calc-ext.el (calc-init-extensions): Update the names of the
22828 functions being autoloaded.
22829
22830 * calc/calc.el (calc-lu-power-reference): Rename from
22831 `calc-logunits-power-reference'.
22832 (calc-lu-field-reference): Rename from
22833 `calc-logunits-field-reference'.
22834
22835 * calc/calc-help.el (calc-l-prefix-help):
22836 Mention musical note functions.
22837
22838 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
22839
22840 * minibuffer.el (completion-all-sorted-completions):
22841 Use :completion-cycle-penalty text property if present.
22842
22843 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
22844
22845 * allout.el (allout-yank-processing): Adjust for new rebulleting
22846 regime so bullet being yanked is used without prompting the user
22847 for a choice.
22848
22849 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
22850
22851 * startup.el (command-line): Warn the user that _emacs is deprecated.
22852
22853 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
22854
22855 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
22856 (delphi-verbose, delphi-comment-face, delphi-string-face)
22857 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
22858 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
22859 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
22860 (delphi-new-comment-line, delphi-font-lock-defaults)
22861 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
22862 Fix typos in docstrings.
22863
22864 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
22865
22866 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
22867 Invert the roles of character and string values for INSTEAD, so a
22868 string is used for the more common case of a defaulting prompt.
22869
22870 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22871
22872 * progmodes/ruby-mode.el (ruby-backward-sexp):
22873 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
22874 * play/gamegrid.el (gamegrid-make-face):
22875 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
22876 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
22877 * notifications.el (notifications-notify):
22878 * net/xesam.el (xesam-search-engines):
22879 * net/quickurl.el (quickurl-list-insert):
22880 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
22881
22882 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
22883
22884 * startup.el (command-line): Update package subdirectory regexp.
22885
22886 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22887
22888 * allout.el (allout-abbreviate-flattened-numbering)
22889 (allout-mode-deactivate-hook): Fix up obsolescence "date".
22890
22891 * subr.el (read-char-choice): Only show the cursor after the prompt,
22892 not after the answer.
22893
22894 2011-03-15 Kevin Ryde <user42@zip.com.au>
22895
22896 * help-fns.el (variable-at-point): Skip leading quotes, if any
22897 (bug#8253).
22898
22899 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
22900
22901 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
22902 warning message.
22903
22904 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
22905
22906 * shell.el (shell): When called interactively, offer to change the
22907 shell file name on remote hosts.
22908
22909 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
22910
22911 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
22912 integration for LDAP parameters. The host, base, user or binddn,
22913 and secret tokens can be specified in a netrc file, for instance.
22914 This is optional because an `auth-source' parameter must be
22915 specified in the search attributes.
22916
22917 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
22918
22919 * help.el (describe-mode): Link to the mode's definition (bug#8185).
22920
22921 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22922
22923 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
22924 into declaration. Remove redundant and harmful binding.
22925
22926 2011-03-12 Eli Zaretskii <eliz@gnu.org>
22927
22928 * files.el (file-ownership-preserved-p): Pass `integer' as an
22929 explicit 2nd argument to `file-attributes'. If the file's owner
22930 is the Administrators group on Windows, and the current user is
22931 Administrator, consider that a match.
22932
22933 * server.el (server-ensure-safe-dir): Consider server directory
22934 safe on MS-Windows if its owner is the Administrators group while
22935 the current Emacs user is Administrator. Use `=' to compare
22936 numerical UIDs, since they could be integers or floats.
22937
22938 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
22939
22940 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
22941
22942 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
22943
22944 Sync with Tramp 2.2.1.
22945
22946 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
22947
22948 * net/trampver.el: Update release number.
22949
22950 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
22951
22952 * progmodes/compile.el (compilation--previous-directory): Fix up
22953 various nil/dead-marker mismatches (bug#8014).
22954 (compilation-directory-properties, compilation-error-properties):
22955 Don't call it at a position past the one we're about to change.
22956
22957 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
22958 Disable obsolescence warnings in the file that declares it.
22959
22960 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
22961
22962 * allout-widgets.el (allout-widgets-tally):
22963 Initialize allout-widgets-tally as a hash table rather than nil to
22964 prevent mode-line redisplay warnings. Also, clarify the module
22965 description and fix a comment typo.
22966
22967 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
22968
22969 * help-fns.el (describe-variable): Don't complete keywords.
22970 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
22971
22972 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
22973
22974 * emacs-lisp/package.el (package-version-join): Impose a standard
22975 string representation for pre/alpha/beta version lists.
22976 (package-unpack-single): Standardize the directory name by passing
22977 it through package-version-join.
22978 (package-strip-rcs-id): Accept any version string that does not
22979 signal an error in version-to-list.
22980
22981 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
22982
22983 * simple.el (delete-trailing-whitespace): Return nil for the
22984 benefit of `write-file-functions'.
22985
22986 2011-03-10 Glenn Morris <rgm@gnu.org>
22987
22988 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
22989
22990 * vc/vc-git.el (vc-git-program): New option.
22991 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
22992 (vc-git--call): Use it.
22993
22994 * eshell/esh-util.el (eshell-condition-case): Doc fix.
22995
22996 * cus-edit.el (Custom-newline): If no button at point, look
22997 for a subgroup button at start-of-line. (Bug#2298)
22998
22999 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
23000
23001 2011-03-10 Julien Danjou <julien@danjou.info>
23002
23003 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
23004 `cursor-type' is nil.
23005
23006 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
23007
23008 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
23009
23010 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
23011
23012 * allout.el: Change so yank of distinctive-bullet items
23013 preserves the existing header prefix, rebulleting it if necessary,
23014 rather than replacing it. This is necessary for proper operation
23015 of cooperative addons like allout-widgets.
23016 (allout-make-topic-prefix, allout-rebullet-heading):
23017 Change SOLICIT arg to INSTEAD, and interpret additionally a string
23018 value as alternate bullet to be used, instead of prompting the user
23019 for a bullet character.
23020
23021 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
23022
23023 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23024 Do not use `tramp-file-name-port', because this returns also
23025 `tramp-default-port'.
23026
23027 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
23028
23029 * net/rcirc.el (rcirc-handler-001): Remove useless
23030 with-rcirc-process-buffer.
23031 (rcirc-check-auth-status): Swap arguments to string-match.
23032
23033 2011-03-09 Glenn Morris <rgm@gnu.org>
23034
23035 * shell.el (shell-mode):
23036 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
23037
23038 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
23039 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
23040
23041 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
23042
23043 * emacs-lisp/package.el (package-refresh-contents)
23044 (package-menu-execute): Use condition-case-no-debug.
23045
23046 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
23047
23048 * simple.el (shell-command-to-string): Use `process-file'.
23049
23050 * emacs-lisp/package.el (package-tar-file-info): Handle also
23051 remote files.
23052
23053 * emacs-lisp/package-x.el (package-upload-buffer-internal):
23054 Use `equal' for upload base check.
23055
23056 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
23057
23058 * textmodes/texinfo.el (texinfo-environments):
23059 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
23060
23061 2011-03-08 Glenn Morris <rgm@gnu.org>
23062
23063 * cus-start.el (cursor-in-non-selected-windows):
23064 Fix :set quoting oddness. (Bug#8192)
23065
23066 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
23067 in some setf expressions. (Bug#2159)
23068
23069 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
23070
23071 * custom.el (custom-available-themes): Return themes in
23072 alphabetical order.
23073
23074 See ChangeLog.15 for earlier changes.
23075
23076 ;; Local Variables:
23077 ;; coding: utf-8
23078 ;; End:
23079
23080 Copyright (C) 2011-2013 Free Software Foundation, Inc.
23081
23082 This file is part of GNU Emacs.
23083
23084 GNU Emacs is free software: you can redistribute it and/or modify
23085 it under the terms of the GNU General Public License as published by
23086 the Free Software Foundation, either version 3 of the License, or
23087 (at your option) any later version.
23088
23089 GNU Emacs is distributed in the hope that it will be useful,
23090 but WITHOUT ANY WARRANTY; without even the implied warranty of
23091 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23092 GNU General Public License for more details.
23093
23094 You should have received a copy of the GNU General Public License
23095 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.