]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs-24; up to 2014-05-15T16:55:18Z!jan.h.d@swipnet.se
[gnu-emacs] / lisp / ChangeLog
1 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
2 Stefan Monnier <monnier@iro.umontreal.ca>
3
4 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
5 suffix (bug#15419).
6
7 2014-05-14 Glenn Morris <rgm@gnu.org>
8
9 * vc/emerge.el (emerge-temp-file-prefix):
10 Make pointless option obsolete.
11 (emerge-temp-file-mode): Make non-functional option obsolete.
12
13 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
14
15 * net/browse-url.el (browse-url):
16 Use `unhandled-file-name-directory' when setting `default-directory',
17 in order to circumvent stalled remote connections. (Bug#17425)
18
19 2014-05-14 Glenn Morris <rgm@gnu.org>
20
21 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
22 Optimize on Emacs, which has the relevant functions for ages.
23
24 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * simple.el (undo-make-selective-list): Obey undo-no-redo.
27
28 2014-05-12 Sam Steingold <sds@gnu.org>
29
30 * calendar/time-date.el (seconds-to-string): New function to
31 pretty print time delay in seconds.
32
33 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * mpc.el (mpc-format): Trim Date to the year.
36 (mpc-songs-hashcons): Shorten the Date field.
37
38 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
39 into autoloading just because of a silly indirection.
40
41 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
42
43 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
44
45 2014-05-12 Glenn Morris <rgm@gnu.org>
46
47 * emacs-lisp/find-gc.el: Move to ../admin.
48
49 * printing.el (pr-version):
50 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
51
52 * net/browse-url.el (browse-url-mosaic):
53 Create /tmp/Mosaic.PID as a private file.
54
55 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
58 (advice--member-p): If name is given, only compare the name.
59 (advice--remove-function): Don't stop at the first match.
60 (advice--normalize-place): New function.
61 (add-function, remove-function): Use it.
62 (advice--add-function): Pass the name, if any, to
63 advice--remove-function.
64
65 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
66
67 * electric.el (electric-indent-post-self-insert-function): Don't use
68 `pos' after modifying the buffer (bug#17449).
69
70 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
71
72 * calendar/todo-mode.el (todo-insert-item-from-calendar):
73 Correct argument list to conform to todo-insert-item--basic.
74
75 2014-05-12 Glenn Morris <rgm@gnu.org>
76
77 * files.el (cd-absolute): Test if directory is accessible
78 rather than executable. (Bug#17330)
79
80 * progmodes/compile.el (recompile):
81 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
82
83 * net/browse-url.el (browse-url-mosaic):
84 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
85 This is CVE-2014-3423.
86
87 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * mouse.el: Use the normal toplevel loop while dragging.
90 (mouse-set-point): Handle multi-clicks.
91 (mouse-set-region): Handle multi-clicks for drags.
92 (mouse-drag-region): Update call accordingly.
93 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
94 Use the normal event loop instead of a local while/read-event loop.
95 (global-map): Remove redundant bindings for double/triple-mouse-1.
96 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
97 Generate synthetic down events when the protocol only sends up events.
98 (xterm-mouse-last): Remove.
99 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
100 terminal parameter instead.
101 (xterm-mouse--set-click-count): New function.
102 (xterm-mouse-event): Detect/generate double/triple clicks.
103 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
104
105 * info.el (Info-quoted): New face.
106 (Info-mode-font-lock-keywords): New var.
107 (Info-mode): Use it.
108
109 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
110 are a hindrance for C-x C-e.
111
112 2014-05-11 Leo Liu <sdl.web@gmail.com>
113
114 * net/rcirc.el (rcirc-sentinel): Fix last change.
115
116 2014-05-08 Sam Steingold <sds@gnu.org>
117
118 * net/rcirc.el (rcirc-reconnect-delay): New user option.
119 (rcirc-sentinel): Auto-reconnect to the server if
120 `rcirc-reconnect-delay' is non-0 (but not more often than its
121 value in case the host is off-line).
122
123 2014-05-09 Eli Zaretskii <eliz@gnu.org>
124
125 * progmodes/grep.el (lgrep): Fix a typo in last commit.
126
127 2014-05-09 Glenn Morris <rgm@gnu.org>
128
129 * files.el (file-expand-wildcards):
130 * man.el (Man-support-local-filenames):
131 * printing.el (pr-i-directory, pr-interface-directory):
132 * progmodes/grep.el (lgrep, rgrep):
133 * textmodes/ispell.el (ispell-call-process)
134 (ispell-call-process-region, ispell-start-process)
135 (ispell-init-process): Use file-accessible-directory-p.
136
137 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
140 (xterm-mouse--read-event-sequence-1000): Return nil if something
141 looks fishy.
142 (xterm-mouse-event): Propagate it.
143 (xterm-mouse-translate-1): Handle it.
144
145 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
146
147 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
148 four slots of the parameter list are filled, make sure to pass it
149 to the argument list of todo-insert-item--basic.
150
151 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
154 Add optional `seen' argument to detect and break infinite loops.
155
156 2014-05-08 Eli Zaretskii <eliz@gnu.org>
157
158 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
159 (trace-unsafe, trace-use-tree): Make parentheses style be
160 according to Emacs style.
161
162 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
163
164 * net/tramp-sh.el (tramp-remote-process-environment):
165 Remove HISTFILE and HISTSIZE; it's too late to set them here.
166 Add :version entry.
167 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
168 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
169 extra "PSx=..." commands.
170 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
171 (Bug#17295)
172
173 (tramp-uudecode): Replace the hard-coded temporary file name by a
174 format specifier.
175 (tramp-remote-coding-commands): Enhance docstring.
176 (tramp-find-inline-encoding): Replace "%t" by a temporary file
177 name. (Bug#17415)
178 This is CVE-2014-3424.
179
180 2014-05-08 Glenn Morris <rgm@gnu.org>
181
182 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
183 (find-gc-source-files): Update some names.
184 (trace-call-tree): Simplify and update.
185 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
186 This is CVE-2014-3422.
187
188 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * minibuffer.el (completion--try-word-completion): Revert fix for
191 Bug#15980 (bug#17375).
192
193 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
194 Always store button numbers in the same way in xterm-mouse-last;
195 Don't burp is xterm-mouse-last is not set as expected.
196 Never return negative indices.
197
198 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
199
200 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
201 Backtrack one char if the global/char-literal var matcher hits
202 inside a string. The next char could be the beginning of an
203 expression expansion.
204
205 2014-05-08 Glenn Morris <rgm@gnu.org>
206
207 * help-fns.el (describe-function-1): Test for an autoload before a
208 macro, since `macrop' works on autoloads. (Bug#17410)
209
210 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
211
212 * electric.el (electric-indent-functions-without-reindent): Add yaml.
213
214 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
215 Make sure the new point we return is within the new string (bug#17239).
216
217 2014-05-05 Daniel Colascione <dancol@dancol.org>
218
219 * progmodes/compile.el (compilation-error-regexp-alist-alist):
220 Port `gnu' pattern to rx.
221
222 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
223
224 Remove unneeded prompt when closing a buffer with active
225 emacsclient ("Buffer ... still has clients"), #16548.
226 * server.el (server-start): Remove the only call to:
227 (server-kill-buffer-query-function): Remove.
228
229 2014-05-04 Leo Liu <sdl.web@gmail.com>
230
231 * calendar/diary-lib.el (calendar-chinese-month-name-array):
232 Defvar to pacify compiler.
233
234 2014-05-04 Eli Zaretskii <eliz@gnu.org>
235
236 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
237
238 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
241 Use nil rather than `default' for the "default" appearance (bug#17388).
242 * vc/ediff-util.el (ediff-inferior-compare-regions)
243 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
244 a misleading `default' value when it's really a boolean.
245 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
246 overlay is not visible.
247
248 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
249
250 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
251 (todo-menu): Uncomment and update.
252
253 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
254
255 * calendar/todo-mode.el: Reimplement item editing to have the same
256 basic user interface as item insertion, and make small UI and
257 larger internal improvements to the latter.
258 (todo-insert-item): Add reference to the Todo mode user manual to
259 the documentation string.
260 (todo-insert-item--basic): Rename from todo-basic-insert-item and
261 adjust all callers. Change signature to combine diary and
262 nonmarking arguments. Incorporate functionality of deleted item
263 copying command and add error checking. Remove detailed
264 descriptions of the arguments from the documentation string, since
265 this is treated in the Todo mode user manual.
266 (todo-copy-item, todo-edit-multiline-item)
267 (todo-edit-done-item-comment, todo-edit-item-header)
268 (todo-edit-item-time, todo-edit-item-date-from-calendar)
269 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
270 (todo-edit-item-date-year, todo-edit-item-date-month)
271 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
272 Remove.
273 (todo-edit-item): Reimplement as wrapper command for
274 todo-edit-item--next-key and make it distinguish done and not done
275 todo items.
276 (todo-edit-item--text): New function, replacing old command
277 todo-edit-item and incorporating deleted commands
278 todo-edit-multiline-item and todo-edit-done-item-comment.
279 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
280 Use only numeric value of prefix argument. Remove detailed
281 descriptions of the arguments from the documentation string, since
282 this is treated in the Todo mode user manual.
283 (todo-edit-item--diary-inclusion): New function, replacing old
284 command todo-edit-item-diary-inclusion and incorporating and fixing
285 functionality of deleted command todo-edit-item-diary-nonmarking,
286 making sure to remove todo-nondiary-marker when adding
287 diary-nonmarking-symbol.
288 (todo-edit-category-diary-inclusion): Make sure to delete
289 diary-nonmarking-symbol when adding todo-nondiary-marker.
290 (todo-edit-category-diary-nonmarking): Fix indentation.
291 (todo-insert-item--parameters): Group diary and nonmarking
292 parameters together.
293 (todo-insert-item--apply-args): Adjust to signature of
294 todo-insert-item--basic and incorporate copy parameter.
295 Make small code improvements.
296 (todo-insert-item--next-param): Improve prompt and adjust it to
297 new parameter grouping. Remove obsolete code.
298 (todo-edit-item--param-key-alist)
299 (todo-edit-item--date-param-key-alist)
300 (todo-edit-done-item--param-key-alist): New defconsts.
301 (todo-edit-item--prompt): New variable.
302 (todo-edit-item--next-key): New function.
303 (todo-key-bindings-t): Bind "e" to todo-edit-item.
304 Remove bindings of deleted commands.
305
306 2014-05-04 Leo Liu <sdl.web@gmail.com>
307
308 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
309
310 2014-05-04 Glenn Morris <rgm@gnu.org>
311
312 * allout-widgets.el (allout-widgets-tally)
313 (allout-decorate-item-guides):
314 * menu-bar.el (menu-bar-positive-p):
315 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
316 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
317 * progmodes/js.el (js--inside-param-list-p)
318 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
319 * progmodes/prolog.el (region-exists-p):
320 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
321 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
322 Doc fixes (replace `iff').
323
324 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
327
328 2014-05-04 Leo Liu <sdl.web@gmail.com>
329
330 Support Chinese diary entries in calendar and diary. (Bug#17393)
331 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
332 (calendar-chinese-from-absolute-for-diary)
333 (calendar-chinese-to-absolute-for-diary)
334 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
335 (diary-chinese-list-entries): New functions to list and mark
336 Chinese diary entries in the calendar window.
337 (diary-chinese-anniversary)
338 (diary-chinese-insert-anniversary-entry)
339 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
340 (diary-chinese-insert-yearly-entry): New commands to insert
341 Chinese diary entries.
342
343 * calendar/diary-lib.el (diary-font-lock-keywords):
344 Support font-locking Chinese dates.
345
346 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
347 inserting Chinese diary entries.
348
349 * calendar/calendar.el (diary-chinese-entry-symbol):
350 New customizable variable.
351 (calendar-mode-map): Add bindings for inserting Chinese diary
352 entries.
353
354 2014-05-03 Juri Linkov <juri@jurta.org>
355
356 * dired.el (dired-check-switches, dired-switches-recursive-p):
357 New functions. (Bug#17218)
358 (dired-switches-escape-p, dired-move-to-end-of-filename):
359 Use `dired-check-switches'.
360 (dired-insert-old-subdirs, dired-build-subdir-alist)
361 (dired-sort-R-check): Use `dired-switches-recursive-p'.
362
363 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
364
365 * simple.el (undo-make-selective-list): New algorithm fixes
366 incorrectness of position adjustments when undoing in region.
367 (Bug#17235)
368 (undo-elt-crosses-region): Make obsolete.
369 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
370 New functions to adjust positions using undo-deltas.
371
372 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
375 the last consecutive closing paren (bug#17345).
376
377 2014-04-30 Reuben Thomas <rrt@sc3d.org>
378
379 * dired.el (dired-mode): make terminology for eXpunge command
380 consistent. (Bug#17276)
381
382 2014-04-30 Eli Zaretskii <eliz@gnu.org>
383
384 * dired.el (dired-initial-position-hook, dired-initial-position):
385 Doc string fixes.
386
387 2014-04-30 Glenn Morris <rgm@gnu.org>
388
389 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
390
391 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
392
393 * faces.el (face-spec-recalc): Apply X resources only after the
394 defface spec has been applied. Thus, X resources are no longer
395 overriden by the defface spec which also fixes issues on win32 where
396 the toolbar coloring was wrong because it is set through X resources
397 and was (wrongfully) overriden. (Bug#16694)
398
399 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * textmodes/rst.el (electric-pair-pairs): Declare.
402 (rst-mode): Set it (bug#17131).
403
404 2014-04-30 Juri Linkov <juri@jurta.org>
405
406 * desktop.el (desktop-value-to-string): Let-bind `print-length'
407 and `print-level' to nil. (Bug#17351)
408
409 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
410
411 * battery.el (battery-update): Handle the case where battery
412 status is "N/A" (bug#17319).
413
414 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
417 to syntax-propertize.
418 (ps-mode-auto-indent): Mark as obsolete.
419 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
420 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
421 word regexp operators.
422 (ps-mode-map): Move initialization into declaration. Remove binding
423 for TAB, RET, >, ], and }.
424 (ps-mode-syntax-table): Move initialization into declaration.
425 Don't give word syntax to non-word chars.
426 (ps-run-mode-map): Move initialization into declaration.
427 (ps-mode-menu-main): Remove auto-indent entry.
428 (ps-mode-smie-rules): New function.
429 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
430 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
431 (ps-mode--string-syntax-table): New const.
432 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
433 New functions.
434 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
435 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
436
437 2014-04-27 Daniel Colascione <dancol@dancol.org>
438
439 * term/xterm.el (xterm-paste): Use large finite timeout when
440 reading event to avoid putting keys in this-command-keys.
441
442 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
445 (perl-syntax-propertize-function): Use it. Extend handling of
446 here-docs to the unquoted case.
447
448 2014-04-25 Eli Zaretskii <eliz@gnu.org>
449
450 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
451 Use equal-including-properties to compare help-echo strings (bug#17331).
452
453 2014-04-25 Leo Liu <sdl.web@gmail.com>
454
455 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
456 Fix syntax for @. (Bug#17325)
457
458 2014-04-25 Daniel Colascione <dancol@dancol.org>
459
460 * emacs-lisp/cl.el (gv): Require gv early to break eager
461 macro-expansion cycles.
462
463 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * simple.el (region-active-p): Check there's a mark (bug#17324).
466
467 * simple.el (completion-list-mode-map): Use choose-completion for the
468 mouse binding as well (bug#17302).
469 (completion-list-mode, completion-setup-function): Adjust docstring and
470 echo area message accordingly.
471 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
472 calling convention of choose-completion.
473 * comint.el (comint-dynamic-list-completions):
474 * term.el (term-dynamic-list-completions): Accept choose-completion.
475
476 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
477 &, |, +, - and * can't be a division (bug#17317).
478
479 * term/xterm.el (xterm--version-handler): Don't use modern xterm
480 features on gnome-terminal (bug#16988).
481
482 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
483
484 Improve Scheme font-locking for (define ((foo ...) ...) ...).
485
486 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
487 the declared object, ignore zero or more parens, not zero or one.
488
489 2014-04-24 Leo Liu <sdl.web@gmail.com>
490
491 * progmodes/xscheme.el (xscheme-expressions-ring)
492 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
493 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
494 (xscheme-allow-output-p, xscheme-prompt)
495 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
496
497 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
498 Comment out unused functions.
499
500 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * info.el: Use lexical-binding and cl-lib.
503 Use defvar-local and setq-local instead of make-local-variable.
504 (Info-apropos-matches): Avoid add-to-list.
505 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
506
507 2014-04-24 Daniel Colascione <dancol@dancol.org>
508
509 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
510
511 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
514
515 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
516
517 * dired.el (dired-insert-set-properties): Do not consider
518 subdirectory headings and empty lines to be information that
519 `dired-hide-details-mode' should hide. (Bug#17228)
520
521 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
522
523 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
524 Remove test messages.
525 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
526 and `target' twice.
527
528 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
531 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
532
533 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
534
535 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
536
537 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
538 Set "IFS=" when using read builtin, in order to preserve spaces in
539 the file name. Add test messages for hunting a bug on hydra.
540 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
541
542 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
545 Don't prettify a word within a symbol.
546
547 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
548
549 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
550 possible.
551
552 2014-04-22 Daniel Colascione <dancol@dancol.org>
553
554 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
555 use defun to define `function-put'.
556
557 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
560 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
561 (lisp-mode-variables): Set font-lock-extra-managed-props.
562
563 * emacs-lisp/byte-run.el (function-put): New function.
564 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
565 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
566 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
567 Use them.
568
569 2014-04-22 Daniel Colascione <dancol@dancol.org>
570
571 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
572 Add `full-p' parameter; when nil, call `macroexpand' instead of
573 `macroexpand-all'.
574
575 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
576 Improve docstrings.
577
578 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
579 Use lambda function values, not quoted lambdas.
580 (byte-compile-recurse-toplevel): Remove extraneous &optional.
581
582 * emacs-lisp/cl-macs.el
583 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
584 (cl-struct-slot-value): Conditionally use aref or nth so that the
585 compiler produces optimal code.
586
587 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
590 (inline): Don't inline cl--set-elt.
591 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
592 Define as inlinable instead.
593 (cl-struct-set-slot-value): Remove.
594
595 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
596 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
597 Use setf instead.
598
599 2014-04-21 Daniel Colascione <dancol@dancol.org>
600
601 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
602 last two parameters after all.
603 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
604 (cl--compiler-macro-assoc,cl-struct-slot-value)
605 (cl-struct-set-slot-value): Stop using them.
606
607 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
610 entry in image-mode-winprops-alist.
611
612 2014-04-21 Daniel Colascione <dancol@dancol.org>
613
614 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
615 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
616 (byte-compile-toplevel-file-form): Use it.
617
618 * emacs-lisp/cl-macs.el:
619 (cl--loop-let): Properly destructure `while' clauses.
620
621 2014-04-20 Daniel Colascione <dancol@dancol.org>
622
623 * vc/vc.el (vc-root-dir): New public autoloaded function for
624 generically finding the current VC root.
625 * vc/vc-hooks.el (vc-not-supported): New error.
626 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
627
628 2014-04-20 Daniel Colascione <dancol@dancol.org>
629
630 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
631 argument.
632 (cl--const-expr-val): cl--const-expr-val should macroexpand its
633 argument in case we're inside a symbol-macrolet.
634 (cl--do-arglist, cl--compiler-macro-typep)
635 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
636 environment to `cl--const-expr-val'.
637 (cl-struct-sequence-type,cl-struct-slot-info)
638 (cl-struct-slot-offset, cl-struct-slot-value)
639 (cl-struct-set-slot-value): New functions.
640
641 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
644 assignments such as "case=hello" (bug#17297).
645
646 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
647
648 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
649 Do not autoload.
650 (tramp-file-name-handler, tramp-completion-file-name-handler):
651 Revert patch from 2014-04-10, it isn't necessary anymore.
652 (tramp-autoload-file-name-handler)
653 (tramp-register-autoload-file-name-handlers): New defuns.
654 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
655 (tramp-register-file-name-handlers): Remove also
656 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
657 Do not autoload its invocation, but eval it after loading of 'tramp.
658
659 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
660
661 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
662
663 2014-04-17 Daniel Colascione <dancol@dancol.org>
664
665 Add support for bracketed paste mode; add infrastructure for
666 managing terminal mode enabling and disabling automatically.
667
668 * xt-mouse.el:
669 (xterm-mouse-mode): Simplify.
670 (xterm-mouse-tracking-enable-sequence)
671 (xterm-mouse-tracking-disable-sequence): New constants.
672 (turn-on-xterm-mouse-tracking-on-terminal)
673 (turn-off-xterm-mouse-tracking-on-terminal):
674 Use tty-mode-set-strings and tty-mode-reset-strings terminal
675 parameters instead of random hooks.
676 (turn-on-xterm-mouse-tracking)
677 (turn-off-xterm-mouse-tracking): Delete.
678
679 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
680 (xterm-paste-ending-sequence): New constant.
681 (xterm-paste): New command used for bracketed paste support.
682
683 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
684 (terminal-init-xterm-bracketed-paste-mode): New function.
685 (terminal-init-xterm): Call it.
686 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
687 and tty-mode-reset-strings instead of random hooks.
688 (xterm-turn-on-modify-other-keys)
689 (xterm-turn-off-modify-other-keys)
690 (xterm-remove-modify-other-keys): Delete obsolete functions.
691
692 * term/screen.el: Rewrite to just use the xterm code.
693 Add copyright notice. Mention tmux.
694
695 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
696
697 * image-mode.el (image-mode-window-put): Also update the property of
698 the "default window".
699 * doc-view.el (doc-view-new-window-function): If no window
700 exists, move to the last known page.
701
702 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
705 here-documents (bug#17262).
706
707 2014-04-16 Eli Zaretskii <eliz@gnu.org>
708
709 * term/pc-win.el (x-list-fonts, x-get-selection-value):
710 Provide doc strings, as required by snarf-documentation.
711
712 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
715 arg of overlays-at. Use `invisible-p'.
716
717 * obsolete/lucid.el (extent-at):
718 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
719 overlays-at.
720 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
721
722 2014-04-16 João Távora <joaotavora@gmail.com>
723
724 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
725 links. (Bug#17217).
726
727 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
728
729 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
730 Use mapc to loop over a vector. (Bug#17257).
731
732 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
733
734 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
735 patch, there are new problems with file names containing spaces.
736 Get rid of backticks. (Bug#17238)
737
738 2014-04-16 João Távora <joaotavora@gmail.com>
739
740 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
741 possible bug.
742
743 2014-04-16 Eli Zaretskii <eliz@gnu.org>
744
745 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
746 (blink-cursor-mode): Mention customization variables and the
747 effect of 'blink-cursor-blinks'.
748
749 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
750
751 * simple.el (undo): Prevent insertion of identity mapping into
752 undo-equiv-table so as undo-only does not inf loop in the presence
753 of consecutive nils in undo list.
754
755 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
756
757 * faces.el (make-face): Deprecate optional argument as it is no
758 longer needed/used since the conditional X resources handling
759 has been pushed down to make-face-x-resource-internal itself.
760 (make-empty-face): Don't pass optional argument to make-face.
761
762 2014-04-16 Karl Fogel <kfogel@red-bean.com>
763
764 * savehist.el (savehist-save): Remove workaround for a read-passwd
765 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
766 noticing that the shim was still present.
767
768 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
771
772 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
773
774 * faces.el (face-set-after-frame-default): Remove unused local variable.
775
776 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * progmodes/grep.el: Use lexical-binding.
779 (grep-expand-template): Pass explicit lexical env to `eval'.
780 (zrgrep): Let-bind grep-find-template explicitly.
781
782 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
783 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
784
785 2014-04-12 Eli Zaretskii <eliz@gnu.org>
786
787 * international/characters.el <standard-case-table>: Add entries
788 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
789 Set category of Coptic characters be 'g' (Greek).
790
791 2014-04-12 Leo Liu <sdl.web@gmail.com>
792
793 * progmodes/octave.el (completion-table-with-cache):
794 Define if not available.
795 (octave-goto-function-definition, octave-sync-function-file-names)
796 (octave-find-definition-default-filename):
797 Backquote upattern for compatibility.
798
799 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
800
801 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
802 name twice due to backticks. (Bug#17238)
803
804 2014-04-12 Glenn Morris <rgm@gnu.org>
805
806 * term/w32-win.el (x-win-suspend-error):
807 * term/x-win.el (x-win-suspend-error): Sync docs.
808
809 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
810
811 * faces.el (make-face): Remove deprecated optional argument.
812 The conditional application of X resources is handled directly by
813 make-face-x-resource-internal since Emacs 24.4.
814 (make-empty-face): Don't pass optional argument to make-face.
815
816 2014-04-11 Glenn Morris <rgm@gnu.org>
817
818 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
819
820 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 Ediff's overlay priorities cause more trouble than they solve.
823 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
824 (ediff-highest-priority): Remove function (bug#17234).
825 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
826 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
827 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
828 overlay priorities.
829
830 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
831
832 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
833 entry; use symbol boundaries to avoid mis-matches.
834
835 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
836
837 * net/tramp.el (tramp-file-name-handler)
838 (tramp-completion-file-name-handler): Avoid recursive loading.
839
840 * net/tramp-sh.el (tramp-make-copy-program-file-name):
841 Quote result also locally.
842
843 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
846 Remove left-over code.
847
848 * newcomment.el (comment-indent-new-line): Sink code where it's used.
849 Reuse the previous comment's indentation unconditionally if it's on its
850 own line.
851
852 2014-04-09 Daniel Colascione <dancol@dancol.org>
853
854 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
855 `no-syntax-crossing' arguments. Forward to `up-list'.
856 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
857 Implement logic for escaping from strings. Use narrowing to deal
858 with corner cases.
859
860 2014-04-09 Leo Liu <sdl.web@gmail.com>
861
862 * net/rcirc.el (rcirc-connection-info): New variable.
863 (rcirc-connect): Use it to store connection info.
864 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
865 for killed process.
866 (rcirc-cmd-reconnect): New command. (Bug#17045)
867 (rcirc-mode, set-rcirc-encode-coding-system)
868 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
869
870 2014-04-09 Daniel Colascione <dancol@dancol.org>
871
872 * emacs-lisp/cl-indent.el: Add comment claiming
873 facility is also good for elisp.
874 (lisp-indent-find-method): New function.
875 (common-lisp-indent-function): Recognize cl-loop.
876 (common-lisp-indent-function-1): Recognize cl constructs; use
877 `lisp-indent-find-method' instead of `get' directly.
878 (if): Use else-body style for elisp.
879
880 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
881
882 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
883 Module methods. (Bug#17216)
884
885 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * help.el (describe-bindings): Fix buffer handling (bug#17210).
888 (describe-bindings-internal): Mark obsolete.
889
890 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
893 buffer-file-name, and buffer-file-truename any more.
894
895 2014-04-08 Leo Liu <sdl.web@gmail.com>
896
897 Use lexical-binding and require cl-lib.
898 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
899 (rcirc-handler-generic, rcirc-fill-paragraph)
900 (rcirc-format-response-string, rcirc-target-buffer)
901 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
902 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
903 (rcirc-ctcp-sender-PING, rcirc-browse-url)
904 (rcirc-markup-timestamp, rcirc-markup-attributes)
905 (rcirc-markup-my-nick, rcirc-markup-urls)
906 (rcirc-markup-bright-nicks, rcirc-markup-fill)
907 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
908 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
909 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
910 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
911 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
912 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
913 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
914 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
915 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
916 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
917 use cl-lib.
918
919 2014-04-07 João Távora <joaotavora@gmail.com>
920
921 * elec-pair.el (electric-pair--syntax-ppss):
922 When inside comments parse from comment beginning.
923 (electric-pair--balance-info): Fix typo in comment.
924 (electric-pair--in-unterminated-string-p): Delete.
925 (electric-pair--unbalanced-strings-p): New function.
926 (electric-pair-string-bound-function): New var.
927 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
928 according to `electric-pair--in-unterminated-string-p'
929
930 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
931 Inhibit quote pairing if point-max is inside an unterminated string.
932 (electric-pair--looking-at-unterminated-string-p): Delete.
933 (electric-pair--in-unterminated-string-p): New function.
934
935 2014-04-07 Glenn Morris <rgm@gnu.org>
936
937 * shell.el (shell-directory-tracker):
938 Go back to just ignoring failures. (Bug#17159)
939
940 2014-04-07 João Távora <joaotavora@gmail.com>
941
942 Fix `electric-pair-delete-adjacent-pairs' in modes binding
943 backspace. (bug#16981)
944 * elec-pair.el (electric-pair-backward-delete-char): Delete.
945 (electric-pair-backward-delete-char-untabify): Delete.
946 (electric-pair-mode-map): Bind backspace to a menu item filtering
947 a new `electric-pair-delete-pair' command.
948 (electric-pair-delete-pair): New command.
949
950 * progmodes/python.el (python-electric-pair-string-delimiter):
951 Fix triple-quoting electricity. (Bug#17192)
952
953 * elec-pair.el (electric-pair-post-self-insert-function):
954 Don't skip whitespace when `electric-pair-text-pairs' and
955 `electric-pair-pairs' were used. syntax to
956 electric-pair--skip-whitespace. (Bug#17183)
957
958 2014-04-07 Eli Zaretskii <eliz@gnu.org>
959
960 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
961 "<F>". (Bug#17199)
962
963 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
966 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
967
968 2014-04-07 Glenn Morris <rgm@gnu.org>
969
970 * help.el (view-lossage): Doc tweak.
971
972 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
973
974 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
975 only when inhibit-x-resources is nil, and do that earlier in the
976 function. Doc fix. (Bug#16694)
977 (face-spec-choose): Accept additional optional argument, whose
978 value is returned if no matching attributes are found.
979 (face-spec-recalc): Use the new optional argument when calling
980 face-spec-choose. (Bug#16378)
981 (make-face-x-resource-internal): Do nothing when
982 inhibit-x-resources is non-nil. Don't touch the default face if
983 reversed video is given--as was done in previous versions of Emacs.
984 (face-set-after-frame-default): Don't call
985 make-face-x-resource-internal here. (Bug#16434)
986
987 2014-04-07 Tassilo Horn <tsdh@gnu.org>
988
989 * doc-view.el (doc-view-bookmark-jump):
990 Use `bookmark-after-jump-hook' to jump to the right page after the
991 buffer is shown in a window. (bug#16090)
992
993 2014-04-07 Eli Zaretskii <eliz@gnu.org>
994
995 * international/characters.el (mirroring): Fix last change:
996 instead of loading uni-mirrored.el explicitly, do that implicitly
997 by creating the 'mirroring' uniprop table. This avoids announcing
998 the loading of uni-mirrored.el.
999
1000 2014-04-07 Glenn Morris <rgm@gnu.org>
1001
1002 * files.el (buffer-stale--default-function)
1003 (buffer-stale-function, revert-buffer--default):
1004 * autorevert.el (auto-revert-buffers): Doc tweaks.
1005
1006 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1007
1008 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1009
1010 2014-04-07 Glenn Morris <rgm@gnu.org>
1011
1012 * files.el (make-backup-file-name-function)
1013 (make-backup-file-name, make-backup-file-name--default-function)
1014 (make-backup-file-name-1, find-backup-file-name)
1015 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1016 (buffer-stale--default-function, buffer-stale-function)
1017 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1018 (revert-buffer, revert-buffer--default)
1019 (revert-buffer-insert-file-contents--default-function):
1020 Doc fixes related to defaults no longer being nil.
1021 (make-backup-file-name-function): Bump :version.
1022 Restore nil as a valid but deprecated custom type.
1023
1024 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1027 Handle $' used as a variable (bug#17174).
1028
1029 * progmodes/perl-mode.el (perl-indent-new-calculate):
1030 Handle forward-sexp failure (bug#16985).
1031 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1032 modifiers introducing expressions (bug#17116).
1033
1034 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
1037
1038 2014-04-05 Leo Liu <sdl.web@gmail.com>
1039
1040 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1041 Add define-compilation-mode.
1042
1043 2014-04-04 João Távora <joaotavora@gmail.com>
1044
1045 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
1046 parse from comment beginning.
1047 (electric-pair--balance-info): Fix typo in comment.
1048 (electric-pair--in-unterminated-string-p): Delete.
1049 (electric-pair--unbalanced-strings-p): New function.
1050 (electric-pair-string-bound-function): New var.
1051 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1052 according to `electric-pair--in-unterminated-string-p'.
1053
1054 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
1057 Move declaration before first use.
1058 (reftex-move-to-next-arg): Silence compiler warning.
1059
1060 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
1061
1062 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
1063 Use `window-total-width' instead of `window-width'.
1064
1065 2014-04-03 Daniel Colascione <dancol@dancol.org>
1066
1067 * subr.el (set-transient-map): Remove rms's workaround entirely;
1068 use new `suspicious-object' subr to mark our lambda for closer
1069 scrutiny during gc.
1070
1071 2014-04-02 Richard Stallman <rms@gnu.org>
1072
1073 * subr.el (set-transient-map): Comment out previous change.
1074
1075 2014-04-02 Glenn Morris <rgm@gnu.org>
1076
1077 * menu-bar.el (menu-bar-file-menu):
1078 * vc/ediff.el (ediff-current-file):
1079 Update for revert-buffer-function no longer being nil by default.
1080
1081 * simple.el (command-execute): Respect nil disabled-command-function.
1082
1083 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1084
1085 * simple.el (command-execute): Do not execute the command when it
1086 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1087
1088 2014-04-02 Juri Linkov <juri@jurta.org>
1089
1090 * dired-aux.el (dired-compress-file): Don't use string-match-p
1091 because its match data is used afterwards.
1092
1093 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1096 0 like nil.
1097
1098 2014-04-02 João Távora <joaotavora@gmail.com>
1099
1100 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1101 Inhibit quote pairing if point-max is inside an unterminated string.
1102 (electric-pair--looking-at-unterminated-string-p):
1103 Delete.
1104 (electric-pair--in-unterminated-string-p): New function.
1105
1106 2014-04-01 Daniel Colascione <dancol@dancol.org>
1107
1108 * minibuffer.el (minibuffer-complete): Prevent assertion failure
1109 when trying to complete the prompt.
1110
1111 2014-03-31 Leo Liu <sdl.web@gmail.com>
1112
1113 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1114 Refactor out eldoc-documentation-function-default.
1115 (eldoc-documentation-function-default): New function.
1116 (eldoc-documentation-function): Change value.
1117
1118 2014-03-31 Glenn Morris <rgm@gnu.org>
1119
1120 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
1121
1122 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
1123 (vhdl-compose-components-package, vhdl-compose-configuration):
1124 Abbreviate default-directory (missing from some previous upstream sync).
1125
1126 2014-03-31 Reto Zimmermann <reto@gnu.org>
1127
1128 Sync with upstream vhdl mode v3.35.2.
1129 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1130 (top-level): No longer require assoc.
1131 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
1132 New functions. Use throughout to replace aget etc.
1133 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
1134 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
1135 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
1136 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
1137 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
1138 except `vhdl-compiler'.
1139 (vhdl-error-regexp-add-emacs): Remove all other compilers,
1140 when appropriate.
1141
1142 2014-03-31 Glenn Morris <rgm@gnu.org>
1143
1144 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
1145 Revert 2014-03-26 merge goof; go back to using defalias.
1146
1147 2014-03-30 Daniel Colascione <dancol@dancol.org>
1148
1149 * comint.el (comint-send-input):
1150 Deactivate completion-in-region-mode before we send comint input.
1151 (Bug#17139).
1152
1153 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
1154 on keyboard-quit.
1155
1156 2014-03-29 Glenn Morris <rgm@gnu.org>
1157
1158 * textmodes/reftex.el: Manage most autoloads automatically.
1159 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
1160 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
1161 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
1162 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
1163 * textmodes/reftex-toc.el: Set generated-autoload-file,
1164 and add autoload cookies for reftex.el.
1165 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
1166
1167 2014-03-28 Glenn Morris <rgm@gnu.org>
1168
1169 * cus-start.el (report-emacs-bug-address): Set custom properties.
1170 * mail/emacsbug.el (report-emacs-bug-address):
1171 Variable is now defined in emacs.c.
1172
1173 * mail/emacsbug.el (report-emacs-bug):
1174 Include system-configuration-features.
1175
1176 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
1177
1178 * simple.el (cycle-spacing): Never delete spaces on first run by
1179 default, but do so in a new 'fast mode and if there are already
1180 N spaces (the previous behavior).
1181 Compare N with its value in previous invocation so that changing
1182 prefix argument restarts `cycle-spacing' sequence.
1183 The idea is that with this change, binding M-SPC to
1184 `cycle-spacing' should not introduce any changes in behavior of
1185 the binding so long as users do not type M-SPC twice in a raw with
1186 the same prefix argument or lack thereof.
1187
1188 2014-03-28 Glenn Morris <rgm@gnu.org>
1189
1190 * faces.el (term-file-aliases): New variable.
1191 (tty-run-terminal-initialization): Respect term-file-aliases.
1192 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
1193 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
1194 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
1195
1196 2014-03-27 Glenn Morris <rgm@gnu.org>
1197
1198 * startup.el (inhibit-startup-hooks): Doc tweak.
1199 (normal-top-level): Simplify running of hooks.
1200 For window-setup-hook, respect inhibit-startup-hooks.
1201 (command-line-1): Don't set window-setup-hook to nil.
1202
1203 Allow selective autoloading from obsolete/ directory.
1204 * Makefile.in (obsolete-autoloads): New rule.
1205 (autoloads): Run obsolete-autoloads.
1206 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
1207 * simple.el (iswitchb-mode): Remove hand-written autoloads.
1208
1209 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1210
1211 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1212 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1213
1214 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1215 Don't propertize `?' or `!' as symbol constituent when after
1216 colon. (Bug#17097)
1217
1218 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1219
1220 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1221 which is no longer needed and causes trouble in GTK builds (bug#17046).
1222
1223 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1224 Use url-insert-file-contents; package-handle-response no longer exists.
1225
1226 2014-03-26 Daniel Colascione <dancol@dancol.org>
1227
1228 * simple.el (process-menu-mode-map): New variable.
1229 (process-menu-delete-process): New command.
1230
1231 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1232
1233 * emacs-lisp/package.el: Fix bug#16733 (again).
1234 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1235 (url-http-target-url): Remove unused declarations.
1236 (package-handle-response): Remove.
1237 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1238 (package--download-one-archive): Use current-buffer instead of
1239 dynamic binding of `buffer'.
1240 (describe-package-1): Do not decode readme-string.
1241
1242 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
1243
1244 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1245
1246 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1247 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1248 `remote-file-name-inhibit-cache' to nil in the second pass.
1249 (tramp-find-executable): Do not call "which" on SunOS.
1250 (tramp-send-command-and-check): Fix docstring.
1251 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1252 check whether source directory has set the sticky bit.
1253
1254 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1255
1256 * simple.el (primitive-undo): Only process marker adjustments
1257 validated against their corresponding (TEXT . POS). Issue warning
1258 for lone marker adjustments in undo history. (Bug#16818)
1259 (undo-make-selective-list): Add marker adjustments to selective
1260 undo list based on whether their corresponding (TEXT . POS) is in
1261 the region. Remove variable adjusted-markers, which was unused
1262 and only non nil during undo-make-selective-list.
1263 (undo-elt-in-region): Return nil when passed a marker adjustment
1264 and explain in function doc.
1265
1266 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1267
1268 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1269
1270 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1271
1272 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1273 Match special global variables without curlies, too.
1274 (ruby-font-lock-keywords): Simplify the matcher for special global
1275 variables. Don't require a non-word character after the variable.
1276 (Bug#17057)
1277
1278 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * simple.el (redisplay-highlight-region-function): Increase priority of
1281 overlay to make sure boundaries are visible (bug#15899).
1282
1283 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1284
1285 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1286 (frameset-restore): Compare display strings with equal.
1287
1288 * frame.el (make-frame): Don't quote display name in error message,
1289 it is already a string.
1290
1291 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1292
1293 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1294 the password.
1295
1296 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1297
1298 * emacs-lisp/package.el (package--add-to-archive-contents):
1299 Include already installed and built-in packages in
1300 `package-archive-contents'.
1301 (package-install): Don't include already installed packages in the
1302 options during interactive invocation. (Bug#16762)
1303 (package-show-package-list): If the buffer is already displayed in
1304 another window, switch to that window.
1305
1306 2014-03-26 Reto Zimmermann <reto@gnu.org>
1307
1308 Sync with upstream vhdl mode v3.35.1.
1309 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1310 (vhdl-compiler-alist): Doc fix.
1311 (vhdl-goto-line): Remove.
1312 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
1313 (vhdl-mode) <paragraph-start>: Fix value.
1314 (vhdl-fix-statement-region): Not `for' in wait-statement.
1315 (vhdl-beautify-region): Also (un)tabify.
1316 (vhdl-get-visible-signals):
1317 Scan declarative part of generate statements.
1318 (vhdl-template-record): Fix indentation for record type declaration.
1319 (vhdl-expand-abbrev, vhdl-expand-paren):
1320 Revert to using fset again rather than defalias.
1321 (vhdl-scan-directory-contents): Tweak.
1322 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
1323 (vhdl-compose-components-package):
1324 Replace vhdl-goto-line with forward-line.
1325 (top-level): Tweak speedbar frame selection.
1326 (vhdl-generate-makefile-1): Support for compilers with no
1327 unit-to-file name mapping (create directory with dummy files).
1328
1329 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
1330
1331 Sync with upstream verilog-mode revision 702457d.
1332 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1333 (create-lockfiles): Declare.
1334 (verilog-read-decls): Fix module header imports, bug709.
1335 Reported by Victor Lau.
1336 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
1337 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
1338 interface-only modules, bug721. Reported by Dean Hoyt.
1339
1340 2014-03-26 Glenn Morris <rgm@gnu.org>
1341
1342 * obsolete/gulp.el: Move here from emacs-lisp/.
1343
1344 * files.el (lock-buffer, unlock-buffer, file-locked-p):
1345 Remove fallback aliases, since they are always defined now.
1346
1347 2014-03-24 Daniel Colascione <dancol@dancol.org>
1348
1349 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1350 instead of cl-loop search function.
1351
1352 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1353
1354 * calendar/parse-time.el (parse-time-iso8601-regexp)
1355 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1356 it more generally.
1357
1358 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1359
1360 * net/dns.el (network-interface-list): Define for XEmacs.
1361
1362 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
1363
1364 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
1365 the network interfaces changed.
1366 (dns-query): Use it to flush the data.
1367
1368 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
1371
1372 2014-03-23 Daniel Colascione <dancol@dancol.org>
1373
1374 Change subword-mode to use `find-word-boundary-function-table' and
1375 replace `capitalized-words-mode'. Also, convert to lexical
1376 binding.
1377
1378 * progmodes/cap-words.el: Delete now-obsolete file.
1379 * progmodes/subword.el: Reimplement using
1380 `find-word-boundary-function-table'.
1381 (subword-mode-map): Hollow out.
1382 (capitalized-words-mode): Define as obsolete alias for
1383 `subword-mode'.
1384 (subword-mode, superword-mode): Tweak documentation to reflect new
1385 implementation; call `subword-setup-buffer'.
1386 (subword-forward, subword-capitalize): Add underscore to indicate
1387 unused variable.
1388 (subword-find-word-boundary-function-table): New constant.
1389 (subword-empty-char-table): New constant.
1390 (subword-setup-buffer): New function.
1391 (subword-find-word-boundary): New function.
1392
1393 2014-03-23 Daniel Colascione <dancol@dancol.org>
1394
1395 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1396 list to look for keyword arguments instead of `memq', fixing
1397 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1398 Please make bootstrap.
1399
1400 2014-03-22 Glenn Morris <rgm@gnu.org>
1401
1402 * dired.el (dired-read-regexp): Make obsolete.
1403 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
1404 (dired-flag-files-regexp):
1405 * dired-aux.el (dired-mark-read-regexp):
1406 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
1407
1408 * startup.el (fancy-startup-text):
1409 * help.el (describe-gnu-project): Visit online info about GNU project.
1410
1411 * help-fns.el (help-fns--interactive-only): New function.
1412 (help-fns-describe-function-functions): Add the above function.
1413 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
1414 (next-line, previous-line): Remove hand-written interactive-only
1415 information from doc strings, it is auto-generated now.
1416 * bookmark.el (bookmark-write):
1417 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
1418 (epa-mail-import-keys): Mark interactive-only,
1419 and remove hand-written interactive-only information from doc strings.
1420 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
1421 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
1422 * files.el (not-modified):
1423 * simple.el (mark-whole-buffer): Mark interactive-only.
1424
1425 * emacs-lisp/byte-run.el (defun-declarations-alist):
1426 Add interactive-only. Doc tweak.
1427 (macro-declarations-alist): Doc tweak.
1428 * subr.el (declare): Doc tweak (add xref to manual).
1429 * comint.el (comint-run):
1430 * files.el (insert-file-literally, insert-file):
1431 * replace.el (replace-string, replace-regexp):
1432 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1433 (delete-forward-char, goto-line, insert-buffer, next-line)
1434 (previous-line): Set interactive-only via declare.
1435
1436 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1437
1438 * emacs-lisp/package.el (package-desc): Use the contents of the
1439 quoted form, not its cdr. (Bug#16873)
1440
1441 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1444 benefit of doc.c; change parameter profile to match the X function.
1445
1446 2014-03-22 Leo Liu <sdl.web@gmail.com>
1447
1448 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1449 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1450
1451 2014-03-21 Richard Stallman <rms@gnu.org>
1452
1453 * battery.el (battery-linux-sysfs): Search for each field
1454 from the beginning of the buffer.
1455
1456 * subr.el (set-transient-map): Clear out function and value
1457 of the temporary symbol when we're done with it.
1458
1459 * mail/rmailsum.el (rmail-summary-delete-forward):
1460 Optimize case of reaching end and handling count.
1461 (rmail-summary-mark-deleted): Optimize when N is current msg.
1462 Don't create new summary line.
1463 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1464 (rmail-summary-undelete-many): Rewrite for speed.
1465 (rmail-summary-msg-number): New function.
1466
1467 * mail/rmail.el (rmail-delete-message): Update summary.
1468 (rmail-undelete-previous-message): Handle repeat count arg.
1469 (rmail-delete-backward, rmail-delete-forward): Likewise.
1470
1471 2014-03-21 Daniel Colascione <dancol@dancol.org>
1472
1473 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1474 information in bug reports.
1475
1476 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1477
1478 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1479 and `tramp-copy-env'.
1480
1481 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1482 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1483
1484 2014-03-21 Glenn Morris <rgm@gnu.org>
1485
1486 * electric.el (electric-indent-post-self-insert-function): Add doc.
1487
1488 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1489
1490 * emacs-lisp/package.el (package-compute-transaction):
1491 Use `version-list-<=' to compare the requirement version against
1492 the version of package already to be installed. Update the error
1493 message. (Bug#16826)
1494
1495 * progmodes/ruby-mode.el (ruby-smie-rules):
1496 Add indentation rule for ` @ '. (Bug#17050)
1497
1498 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * align.el (align-regexp): Remove superfluous backslash.
1501
1502 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1503 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1504 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1505 Fix docstring typos.
1506 (ffap-next): Use C-u in docstring.
1507 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1508 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1509 Remove superfluous backslashes.
1510 (ffap-string-at-point): Reflow docstring.
1511
1512 * server.el (server-host): Reflow docstring.
1513 (server-unload-function): Fix docstring typo.
1514 (server-eval-at): Remove superfluous backslash.
1515
1516 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1517 (skeleton-insert): Doc fix.
1518 (skeleton-insert): Reflow docstring.
1519
1520 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1521 (tty-color-approximate, tty-color-by-index, tty-color-values)
1522 (tty-color-desc): Remove superfluous backslashes.
1523
1524 2014-03-21 Glenn Morris <rgm@gnu.org>
1525
1526 * cus-start.el (history-length): Bump :version.
1527
1528 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1529 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1530 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1531 Don't set `make-backup-files'.
1532
1533 * info.el (info--prettify-description): New function,
1534 to give info-finder descriptions consistent case, punctuation.
1535 (Info-finder-find-node): Use it. Sort packages.
1536 Refer to "description" rather than "commentary".
1537
1538 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1539
1540 * frameset.el (frameset--print-register): New function.
1541 (frameset-to-register): Use it.
1542
1543 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
1544
1545 * progmodes/hideif.el (hif-string-to-number): New function.
1546 (hif-tokenize): Use it to understand non-decimal floats.
1547
1548 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1549
1550 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1551
1552 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * electric.el (electric-newline-and-maybe-indent): New command.
1555 Bind it globally to C-j.
1556 (electric-indent-mode): Don't mess with the global map any more.
1557 Don't drop the post-self-insert-hook is some buffer is still using it
1558 (bug#16770).
1559
1560 * bindings.el (global-map): Remove C-j binding.
1561
1562 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1563 the docstring of functions advised before dumping (bug#16993).
1564
1565 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1566
1567 * ps-print.el (ps-generate-postscript-with-faces):
1568 Explicitly deactivate the mark (bug#16866).
1569 * simple.el (deactivate-mark): Update region highlight.
1570
1571 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1572
1573 * emacs-lisp/package.el (describe-package-1):
1574 Decode commentary (bug#16733).
1575
1576 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1577
1578 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1579 modification of the value argument of :set (bug#16755).
1580
1581 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * simple.el (newline-and-indent): Do autofill (bug#17031).
1584
1585 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1586
1587 * newcomment.el (comment-normalize-vars): Only add escaping check
1588 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1589 (comment-beginning): Use `narrow-to-region' instead of moving back
1590 one character.
1591 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1592 (comment-start-skip): Update the docstring.
1593
1594 2014-03-18 Richard Stallman <rms@gnu.org>
1595
1596 * dired.el (dired-display-file): Force use of other window.
1597
1598 2014-03-18 Daniel Colascione <dancol@dancol.org>
1599
1600 * startup.el (tty-handle-args): Remove debug message from 2007.
1601
1602 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1605 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1606 (advice--make-1, advice-add, advice-remove):
1607 Remove braindead :advice-pending hack.
1608
1609 2014-03-17 Glenn Morris <rgm@gnu.org>
1610
1611 * calendar/calendar.el (calendar-generate-month): Apply weekend
1612 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1613
1614 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1615
1616 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1617 (tramp-call-process): Trace also DESTINATION.
1618
1619 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1620 Quote file names when they are local. Remove superfluous trace.
1621
1622 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1623
1624 * newcomment.el (comment-beginning): If `comment-start-skip'
1625 doesn't match, move back one char and try again. (Bug#16971)
1626
1627 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1628 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1629 Set `comment-start-skip' to a simpler value that doesn't try to
1630 check if the semicolon is escaped (this is handled by
1631 `syntax-ppss' now). (Bug#16971)
1632
1633 * progmodes/scheme.el (scheme-mode-variables): Same.
1634
1635 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1636
1637 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1638 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1639 current (Bug#16816, Bug#17007).
1640 (with-current-buffer-window): New macro doing the same as
1641 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1642 * help.el (help-print-return-message): Warn in doc-string to not
1643 use this in `with-help-window'.
1644 (describe-bindings-internal): Call `describe-buffer-bindings'
1645 from within help buffer. See Juanma's scenario in (Bug#16816).
1646 (with-help-window): Update doc-string.
1647 * dired.el (dired-mark-pop-up):
1648 * files.el (save-buffers-kill-emacs):
1649 * register.el (register-preview): Use `with-current-buffer-window'
1650 instead of `with-temp-buffer-window'.
1651
1652 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1653
1654 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1655 Implement inserting into current buffer, documented in their docstrings.
1656 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1657 (rst-section-tree-point, rst-forward-section, rst-indent)
1658 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1659 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1660 (rst-font-lock-handle-adornment-pre-match-form)
1661 (rst-repeat-last-character): Reflow docstrings.
1662 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1663 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1664 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1665 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1666 Fix docstring typos.
1667 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1668 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1669 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1670
1671 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1672
1673 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1674 for compatibility with other ports.
1675 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1676 from the -xrm command line argument, but in the Nextstep port its value
1677 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1678
1679 * progmodes/python.el (defconst, python-syntax-count-quotes)
1680 (python-indent-region, python-indent-shift-right)
1681 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1682 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1683 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1684 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1685 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1686 (python-shell-buffer-substring, python-shell-send-buffer)
1687 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1688 (python-completion-complete-at-point, python-fill-docstring-style)
1689 (python-eldoc-function, python-imenu-format-item-label)
1690 (python-imenu-format-parent-item-label)
1691 (python-imenu-format-parent-item-jump-label)
1692 (python-imenu--build-tree, python-imenu-create-index)
1693 (python-imenu-create-flat-index): Fix docstring typos.
1694 (python-indent-context, python-shell-prompt-regexp, run-python):
1695 Remove superfluous backslashes.
1696 (python-indent-line, python-nav-beginning-of-defun)
1697 (python-shell-get-buffer, python-shell-get-process)
1698 (python-info-current-defun, python-info-current-line-comment-p)
1699 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1700 (python-indent-post-self-insert-function, python-shell-send-file)
1701 (python-shell-completion-get-completions)
1702 (python-shell-completion-complete-or-indent)
1703 (python-eldoc--get-doc-at-point): Reflow docstrings.
1704
1705 2014-03-14 Glenn Morris <rgm@gnu.org>
1706
1707 * emacs-lisp/package.el (package-menu-mode-map):
1708 Replace use of obsolete function alias. Tweak menu item text.
1709
1710 * info.el (Info-finder-find-node):
1711 Ignore the `emacs' metapackage. (Bug#10813)
1712
1713 * finder.el (finder-list-matches): Include unversioned packages
1714 in the result of a keyword search.
1715
1716 * finder.el (finder--builtins-descriptions): New constant.
1717 (finder-compile-keywords): Use finder--builtins-descriptions.
1718
1719 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1720
1721 * simple.el (blink-matching-paren): Describe the new value,
1722 `jump', enabling the old behavior.
1723 (blink-matching-open): Use that value. (Bug#17008)
1724
1725 2014-03-14 Glenn Morris <rgm@gnu.org>
1726
1727 * finder.el (finder-no-scan-regexp): Add leim-list.
1728 (finder-compile-keywords):
1729 Don't skip files with same basename. (Bug#14010)
1730 * Makefile.in (setwins_finder): New, excluding leim.
1731 (finder-data): Use setwins_finder.
1732
1733 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1734 (help-function-arglist, help-make-usage): Move from here...
1735 * help.el (help-split-fundoc, help-add-fundoc-usage)
1736 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1737 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1738
1739 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1740
1741 * net/socks.el (socks, socks-override-functions)
1742 (socks-find-services-entry):
1743 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1744 (hif-find-ifdef-block):
1745 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1746
1747 * net/tls.el (tls-program): Reflow docstring.
1748
1749 * progmodes/pascal.el (pascal-mode-abbrev-table)
1750 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1751 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1752 (pascal-outline-mode): Fix docstring typos.
1753 (pascal-mode): Let define-derived-mode document mode hook.
1754 (pascal-uncomment-area): Reflow.
1755 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1756
1757 * progmodes/opascal.el (opascal-compound-block-indent)
1758 (opascal-case-label-indent): Fix docstring typos.
1759 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1760
1761 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1762
1763 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1764 Fontify multiple adjacent negation chars. (Bug#17004)
1765
1766 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1767
1768 * emacs-lisp/package.el (package--prepare-dependencies):
1769 Accept requirements without explicit version (bug#14941).
1770
1771 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1772
1773 * register.el (register-separator, copy-to-register): Doc fixes.
1774 (register-preview-default): Remove unnecessary call to concat.
1775
1776 * frameset.el (frameset-restore): When checking for a visible frame,
1777 use the action map instead of calling visible-frame-list.
1778
1779 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1780
1781 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1782
1783 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1784
1785 * window.el (fit-frame-to-buffer): Get maximum width from
1786 display's width instead of height.
1787
1788 2014-03-12 Glenn Morris <rgm@gnu.org>
1789
1790 * desktop.el (desktop-restore-frames)
1791 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1792 (desktop-restore-reuses-frames): Doc tweaks.
1793
1794 * electric.el (electric-indent-mode): Doc fix.
1795
1796 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1799 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1800 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1801 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1802 (cvs-dired-use-hook): Fix docstring typos.
1803 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1804 Doc fixes.
1805
1806 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1807 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1808 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1809 (cvs-execute-single-dir): Fix docstring typos.
1810
1811 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1812 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1813
1814 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1815
1816 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1817 Fix docstring typos.
1818
1819 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1820
1821 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1822 called from jump-to-register after unloading the frameset package.
1823
1824 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1827 (bug#16975). Deactivate the mark before setting it to nil.
1828 (activate-mark): Do nothing if region is already active.
1829
1830 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1831
1832 * frameset.el (frameset--target-display): Remove definition; declare.
1833 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1834
1835 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1838 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1839 when the advice is pending.
1840 (advice-remove): Remove this marker when not needed any more.
1841
1842 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1843
1844 * frameset.el: Separate options for reusing frames and cleaning up.
1845 (frameset--reuse-list): Remove definition; declare.
1846 (frameset--action-map): Declare.
1847 (frameset--find-frame-if): Doc fix.
1848 (frameset--restore-frame): Cache frame action.
1849 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1850 how to clean up the frame list after restoring. Remove cleaning
1851 options from REUSE-FRAMES. Change all keyword values to symbols.
1852 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1853
1854 * desktop.el (desktop-restore-forces-onscreen)
1855 (desktop-restore-reuses-frames): Use non-keyword values.
1856 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1857
1858 2014-03-10 Glenn Morris <rgm@gnu.org>
1859
1860 * files.el (find-file): Doc fix: update info node name.
1861
1862 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1863 Doc fix: remove references to deleted info nodes.
1864
1865 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1866
1867 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1868 Do not add `nil' to the environment, when there's no remote `locale'.
1869 (tramp-find-inline-encoding): Check, that the remote host has
1870 installed perl, before sending scripts.
1871
1872 2014-03-10 Leo Liu <sdl.web@gmail.com>
1873
1874 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1875 Clear eldoc-last-message. (Bug#16920)
1876
1877 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1880 (bug#14430).
1881
1882 2014-03-09 Juri Linkov <juri@jurta.org>
1883
1884 * ansi-color.el (ansi-color-names-vector): Copy default colors
1885 from `xterm-standard-colors' that look well on the default white
1886 background (and also on the black background) to avoid illegible
1887 color combinations like yellow-on-white and white-on-white.
1888 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1889
1890 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1891
1892 * frameset.el (frameset-restore): When no frame is visible, do not
1893 generate a list of frames, just make visible the selected one.
1894
1895 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1896
1897 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1898 it only contains the repository root. (Bug#16897)
1899
1900 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1901
1902 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1903 only when `remote-file-name-inhibit-cache' is nil.
1904 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1905
1906 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1907
1908 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1909 Fix doc-strings.
1910 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1911 fit-frame-to-buffer variable. Fix doc-string.
1912 (fit-window-to-buffer): Set ONLY argument in call of
1913 fit-frame-to-buffer. Fix doc-string.
1914
1915 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1916
1917 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1918 (tramp-action-password): Clear password cache if needed.
1919 (tramp-read-passwd): Do not clear password cache.
1920
1921 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1922 cache unless it is the first password request.
1923
1924 2014-03-06 Glenn Morris <rgm@gnu.org>
1925
1926 * simple.el (newline): Doc tweak.
1927
1928 * emacs-lisp/shadow.el (load-path-shadows-find):
1929 Ignore dir-locals. (Bug#12357)
1930
1931 2014-03-05 Glenn Morris <rgm@gnu.org>
1932
1933 * files.el (interpreter-mode-alist):
1934 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1935
1936 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1937
1938 * frameset.el (frameset--initial-params): Filter out null entries.
1939
1940 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1941
1942 * window.el (window-min-height, window-min-width):
1943 Rewrite doc-strings.
1944 (window-body-size): Add PIXELWISE argument to make it consistent
1945 with its callees.
1946
1947 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * finder.el (finder-mode-map, finder-mode-syntax-table):
1950 Revert part of 2014-02-28 change.
1951
1952 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1953
1954 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1955 (eww-setup-buffer): Clear next/prev/etc more reliably.
1956 (eww-textarea-map): [tab] doesn't work on tty.
1957 Reported by Mario Lang.
1958
1959 * net/shr.el (shr-map): Ditto.
1960
1961 2014-03-04 Glenn Morris <rgm@gnu.org>
1962
1963 * minibuffer.el (completion-hilit-commonality):
1964 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1965
1966 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1967
1968 * hilit-chg.el (hilit-chg-unload-function): New function.
1969 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1970 (hilit-chg-map-changes): Prefer cardinal number to digit.
1971 (hilit-chg-display-changes): Reflow docstring.
1972 (highlight-changes-rotate-faces): Remove superfluous backslash.
1973
1974 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1975
1976 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1977 `tramp-send-command-and-check'.
1978
1979 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * hexl.el (hexl-address-region, hexl-ascii-region)
1982 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1983 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1984 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1985 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1986 (hexl-mode): Doc fix.
1987 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1988 (hexl-mode-ruler): Fix typos in docstrings.
1989
1990 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1991 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1992 Remove superfluous backslashes.
1993 (strokes-last-stroke, strokes-global-map, strokes-mode):
1994 Reflow docstrings.
1995 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1996 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1997 (strokes-distance-squared, strokes-global-set-stroke)
1998 (strokes-global-set-stroke-string): Doc fixes.
1999 (strokes-help): Fix typos; reflow docstring.
2000
2001 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2002
2003 * window.el (window-in-direction): Fix doc-string.
2004
2005 2014-03-04 Glenn Morris <rgm@gnu.org>
2006
2007 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2008 Explicit error if no grammar.
2009 (smie-config-save): Doc fix. Fix quote typo.
2010
2011 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2014 electric-indent-mode-hook if we obey electric-indent-mode.
2015 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2016 decide whether we obey electric-indent-mode.
2017 (c-change-set-fl-decl-start, c-extend-after-change-region):
2018 Silence warnings.
2019 (c-electric-indent-mode-hook): Assume we do want to obey
2020 electric-indent-mode.
2021
2022 * electric.el (electric-indent-mode-has-been-called): Remove.
2023 (electric-indent-mode): Fix accordingly.
2024
2025 * files.el (hack-local-variables): Mention file name in warning.
2026
2027 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2028
2029 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2030
2031 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2032 * simple.el (delete-forward-char): Mark as interactive-only.
2033
2034 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2035
2036 * icomplete.el (icomplete-completions):
2037 Follow-up to 2014-03-01 change.
2038
2039 * icomplete.el: Miscellaneous doc fixes.
2040 Use Icomplete everywhere instead of icomplete for consistency.
2041 (icomplete-max-delay-chars): Fix typo.
2042 (icomplete-mode): Use \[].
2043 (icomplete-tidy, icomplete-exhibit): Reflow.
2044 (icomplete-minibuffer-setup-hook, icomplete-completions):
2045 Remove superfluous backlashes.
2046
2047 * ido.el: Miscellaneous doc fixes.
2048 Use Ido everywhere instead of ido or `ido' for consistency.
2049 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2050 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2051 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2052 (ido-separator): Extract obsolescence info from docstring and declare
2053 with make-obsolete-variable.
2054 (ido-minibuffer-setup-hook): Simplify example.
2055 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2056 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2057 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2058 (ido-everywhere): Reflow docstring.
2059 (ido-toggle-vc): Doc fix.
2060 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2061 of long list of keybindings.
2062
2063 2014-03-03 Glenn Morris <rgm@gnu.org>
2064
2065 * frame.el (display-pixel-height, display-pixel-width)
2066 (display-mm-dimensions-alist, display-mm-height)
2067 (display-mm-width): Doc tweaks.
2068
2069 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2070
2071 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2072 case of undo in region.
2073
2074 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2075
2076 * window.el (fit-window-to-buffer): Fix argument in window-size
2077 call when window is horizontally combined.
2078
2079 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * icomplete.el (icomplete-completions): Use string-width.
2082 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2083
2084 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2085
2086 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2087 Highlight regexp options. (Bug#16914)
2088
2089 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2090
2091 * window.el (window--max-delta-1): Round down when calculating
2092 how many lines/columns we can get from a window.
2093
2094 2014-03-01 Glenn Morris <rgm@gnu.org>
2095
2096 * isearch.el (search-invisible): Doc fix.
2097
2098 * minibuffer.el (completion-hilit-commonality):
2099 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2100 * comint.el (comint-dynamic-list-completions): Doc fix.
2101 * comint.el (comint-dynamic-list-completions):
2102 * filecache.el (file-cache-minibuffer-complete):
2103 * tempo.el (tempo-display-completions):
2104 * eshell/em-hist.el (eshell-list-history):
2105 Replace use of obsolete argument of display-completion-list.
2106
2107 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2108
2109 * icomplete.el (icomplete-completions):
2110 Revert back to using "..." when ?… cannot be displayed.
2111
2112 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2113
2114 * finder.el (finder-unload-function): New function.
2115
2116 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2117
2118 * dframe.el (dframe-detach):
2119 * find-dired.el (find-dired, find-name-dired):
2120 * finder.el (finder-mode-map, finder-mode-syntax-table)
2121 (finder-headmark, finder-select, finder-mouse-select):
2122 Fix docstring typos.
2123
2124 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2125
2126 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2127 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2128 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2129 Fix doc-string based on a suggestion by Nicolas Richard
2130 <theonewiththeevillook@yahoo.fr>.
2131 * help.el (with-help-window): Fix doc-string.
2132
2133 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2134
2135 * net/shr.el (shr-image-animate): New option.
2136 (shr-put-image): Respect shr-image-animate.
2137
2138 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2139
2140 * net/tramp-adb.el (tramp-adb-parse-device-names):
2141 Use `accept-process-output'.
2142 (tramp-adb-handle-file-truename): Cache the localname only.
2143 (tramp-adb-handle-make-directory)
2144 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2145 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2146 modes cannot be changed.
2147
2148 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2149 file properties of symlinks.
2150
2151 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2152
2153 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2154 required/optional fields to match development biblatex. (Bug#16781)
2155
2156 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2157
2158 * saveplace.el (toggle-save-place):
2159 Fix argument handling. (Bug#16673)
2160
2161 2014-02-28 Glenn Morris <rgm@gnu.org>
2162
2163 * minibuffer.el (completions-first-difference)
2164 (completions-common-part, completion-hilit-commonality): Doc fixes.
2165
2166 2014-02-28 Karl Berry <karl@gnu.org>
2167
2168 * info.el (Info-mode-map): Add H for describe-mode,
2169 to synchronize with standalone Info.
2170
2171 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2172
2173 * progmodes/sql.el (sql-interactive-mode):
2174 Avoid setting global comint-input-ring-separator. (Bug#16814)
2175
2176 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2177
2178 * net/dbus.el (dbus--init-bus): Declare function.
2179 (dbus-path-local, dbus-interface-local): New defconst.
2180 (dbus-init-bus): Use them.
2181 (dbus-return-values-table): Extend doc.
2182 (dbus-handle-bus-disconnect): Extend error message.
2183
2184 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * subr.el (y-or-n-p): Fix double space issue in message.
2187
2188 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2189
2190 * net/tramp.el (tramp-call-process): Improve trace message.
2191 (tramp-handle-insert-file-contents): Trace error case.
2192
2193 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2194 <insert-directory>: Use `tramp-handle-insert-directory'.
2195 (tramp-adb-handle-insert-directory): Remove function.
2196 (tramp-adb-send-command-and-check): New defun, replacing
2197 `tramp-adb-command-exit-status'. Change all callees.
2198 (tramp-adb-handle-file-attributes)
2199 (tramp-adb-handle-directory-files-and-attributes): Use it.
2200 (tramp-adb-ls-output-name-less-p):
2201 Use `directory-listing-before-filename-regexp'.
2202 (tramp-adb-handle-delete-directory): Flush also file properties of
2203 the truename of directory.
2204 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2205 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2206 (tramp-adb-handle-write-region): Implement APPEND.
2207 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2208 properties correctly.
2209 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2210 variables. Check for connected devices only when needed.
2211
2212 2014-02-27 Glenn Morris <rgm@gnu.org>
2213
2214 * minibuffer.el (completion-table-dynamic)
2215 (completion-table-with-cache): Doc fixes.
2216
2217 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2218 (completing-read-multiple): Doc fixes.
2219
2220 2014-02-27 Daniel Colascione <dancol@dancol.org>
2221
2222 * minibuffer.el (completion--nth-completion): Fix indentation.
2223
2224 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2225 explicit tramp path is empty.
2226
2227 2014-02-27 Glenn Morris <rgm@gnu.org>
2228
2229 * emacs-lisp/crm.el (completing-read-multiple):
2230 Empower help-enable-auto-load.
2231
2232 2014-02-26 Glenn Morris <rgm@gnu.org>
2233
2234 * startup.el (command-line): Don't init the tty in daemon mode.
2235
2236 Avoid calling tty-setup-hook twice, eg if a term file
2237 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2238 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2239 (tty-create-frame-with-faces): Use it.
2240 * startup.el (command-line): Pass run-hook argument
2241 to tty-run-terminal-initialization.
2242
2243 * dired.el (dired-restore-desktop-buffer): Demote errors;
2244 eg in case a glob match fails. (Bug#16884)
2245
2246 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2247
2248 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2249 error from `read-from-string'. (Bug#16850)
2250
2251 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2252 result of `completing-read' in the interactive form. (Bug#16854)
2253
2254 2014-02-25 Glenn Morris <rgm@gnu.org>
2255
2256 * image.el (image-animate, image-animate-timeout):
2257 Stop animating images in dead buffers. (Bug#16878)
2258
2259 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2260
2261 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2262 Doc fixes.
2263 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2264 * term/sun.el (sun-raw-prefix-hooks):
2265 Use tty-setup-hook instead of term-setup-hook.
2266 (terminal-init-sun): Construct message from bytecomp plist.
2267 * term/wyse50.el (enable-arrow-keys): Doc fix.
2268
2269 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2272 Fix docstring typos.
2273
2274 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2275
2276 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2277
2278 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2279
2280 * minibuffer.el (completion--try-word-completion):
2281 Fix error when completing M-x commands (bug#16808).
2282
2283 2014-02-24 Leo Liu <sdl.web@gmail.com>
2284
2285 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2286
2287 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2288
2289 * apropos.el (apropos-print): Avoid formatting error when
2290 apropos-do-all and apropos-compact-layout are both t.
2291
2292 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2293
2294 * apropos.el (apropos-property, apropos-all-words-regexp)
2295 (apropos-true-hit, apropos-variable, apropos-print):
2296 Fix docstring typos, and remove obsolete comment.
2297
2298 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
2299
2300 * net/tramp-sh.el (tramp-sh-handle-file-truename):
2301 Preserve trailing "/". (Bug#16851)
2302
2303 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
2304
2305 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2306 after `=>' (bug#16811).
2307 (ruby-smie-rules): Handle the inconsistent second element of the
2308 list returned by `smie-indent--parent'.
2309 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2310 method call.
2311
2312 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2313
2314 * elec-pair.el (electric-pair-text-syntax-table)
2315 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2316 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2317 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2318 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2319
2320 2014-02-22 Glenn Morris <rgm@gnu.org>
2321
2322 * imenu.el (imenu--generic-function): Doc fix.
2323
2324 * register.el (frame-configuration-to-register): Make obsolete.
2325
2326 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * desktop.el (desktop-save-buffer-p): Do not fail when
2329 desktop-files-not-to-save is nil. Return t for true result
2330 as the doc says.
2331
2332 2014-02-22 Daniel Colascione <dancol@dancol.org>
2333
2334 * net/secrets.el (secrets-create-item, secrets-search-items):
2335 Check that attribute values are strings, avoiding the construction
2336 of invalid dbus messages.
2337
2338 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2339
2340 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2341 defun-declarations-alist.
2342
2343 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2346 (bug#16829).
2347
2348 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2351 (whitespace-newline, whitespace-trailing, whitespace-line)
2352 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2353 (whitespace-space-after-tab): Fix typo in docstrings.
2354
2355 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2356
2357 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2358
2359 * electric.el (electric-indent-functions-without-reindent):
2360 Add `yaml-indent-line'.
2361
2362 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2365 It has done nothing for years; should be removed after the release.
2366
2367 * simple.el (choose-completion): Fix docstring typo.
2368 (read-quoted-char-radix): Remove unneeded * in docstring.
2369 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2370 Don't escape parentheses unnecessarily in docstrings.
2371
2372 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2373
2374 Fix handling of window-min-height/-width (Bug#16738).
2375 * window.el (window--dump-window, window--dump-frame):
2376 New functions.
2377 (window--min-size-1): Account for window dividers.
2378 When window-resize-pixelwise is nil, delay rounding till after the
2379 sum of the window components has been calculated.
2380 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2381 nil make sure at least one text line and two text columns remain
2382 fully visible.
2383 (window-resize): Signal an error when window-resize-apply fails.
2384 (window--resize-child-windows): Fix calculation of by how many
2385 pixels a window can still be shrunk via window-new-normal.
2386 (adjust-window-trailing-edge): Call window--resizable with
2387 correct TRAIL argument.
2388
2389 (with-temp-buffer-window): Don't evaluate BODY within
2390 with-current-buffer (Bug#16816).
2391
2392 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2393
2394 * net/tramp.el (tramp-check-cached-permissions):
2395 Call `file-attributes' with `suffix' being a symbol but a string.
2396
2397 2014-02-21 Daniel Colascione <dancol@dancol.org>
2398
2399 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2400 (dbus-init-bus): New function: call into dbus-init-bus-1
2401 and installs a handler for the disconnect signal.
2402 (dbus-call-method): Rewrite to look for result in cons.
2403 (dbus-call-method-handler): Store result in cons.
2404 (dbus-check-event): Recognize events with nil sender as valid.
2405 (dbus-handle-bus-disconnect): New function. React to bus
2406 disconnection signal by synthesizing dbus error for each
2407 pending synchronous or asynchronous call.
2408 (dbus-notice-synchronous-call-errors): New function.
2409 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2410 is true, not all the time.
2411
2412 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2413
2414 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2415 Remove obsolescence declarations, these variables do not exist anymore.
2416
2417 * savehist.el (savehist-save-minibuffer-history)
2418 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2419 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2420 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2421 mostly, refer to "Savehist mode" when talking about the mode,
2422 and not the function.
2423
2424 * saveplace.el (save-place): Remove redundant info in docstring.
2425 (save-place-forget-unreadable-files, toggle-save-place)
2426 (save-place-forget-unreadable-files, save-place-dired-hook):
2427 Fix typos and remove unneeded backslashes.
2428
2429 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2430
2431 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2432 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2433
2434 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2435 <insert-directory>: Use `tramp-handle-insert-directory'.
2436 (tramp-gvfs-handle-insert-directory): Remove function.
2437
2438 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2439 Call `tramp-handle-insert-directory'.
2440
2441 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2442
2443 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2444 before the start of buffer/region (bug#16799).
2445
2446 2014-02-20 Glenn Morris <rgm@gnu.org>
2447
2448 * isearch.el (search-invisible): Doc fix.
2449
2450 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2451
2452 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2453 (bug#16657).
2454
2455 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2456
2457 * frameset.el (frameset-restore): Delay removing an old frame's
2458 duplicate id until the new frame has been correctly created.
2459
2460 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2463 (tramp-check-cached-permissions): Call `file-attributes' if the
2464 cache is empty.
2465
2466 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2467 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2468
2469 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2470 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2471 (tramp-gvfs-maybe-open-connection): Set always connection
2472 properties, even if target is mounted already.
2473
2474 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2475 Set tramp-autoload cookie.
2476 (tramp-get-remote-touch): New defun.
2477 (tramp-sh-handle-set-file-times): Use it.
2478 (tramp-sh-handle-directory-files-and-attributes):
2479 Use `tramp-handle-directory-files-and-attributes' if neither stat
2480 nor perl are available on the remote host.
2481
2482 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2483 "/". Write long listing only when "l" belongs to the switches.
2484
2485 * net/trampver.el: Update release number.
2486
2487 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2488
2489 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2490
2491 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2492
2493 * window.el (window-state-put): Allow WINDOW to refer to an
2494 internal window (Bug#16793).
2495
2496 2014-02-19 Glenn Morris <rgm@gnu.org>
2497
2498 * textmodes/remember.el: Move provide statement to end.
2499 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2500 (remember-notes): Doc fixes.
2501
2502 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * delsel.el (delete-char): Restore incorrectly erased property
2505 (bug#16795).
2506
2507 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2508
2509 * frameset.el (frameset--restore-frame): When a frame is being reused
2510 and its root window is not alive, delete all the frame's windows before
2511 restoring the window state. This works around the issue in bug#16793.
2512
2513 2014-02-18 Glenn Morris <rgm@gnu.org>
2514
2515 * textmodes/remember.el (remember-data-directory)
2516 (remember-directory-file-name-format, remember-store-in-files)
2517 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2518 (remember-notes-save-and-bury-buffer)
2519 (remember-notes--kill-buffer-query): Doc fixes.
2520
2521 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2522
2523 2014-02-17 Alan Mackenzie <acm@muc.de>
2524
2525 Connect electric-indent-mode up with CC Mode. Bug #15478.
2526 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2527 to electric-indent-{,local-}-mode.
2528 (c-basic-common-init): Set electric-indent-inhibit.
2529 Initialise c-electric-flag from electric-indent-mode.
2530 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2531 New hook functions which propagate electric-indent-mode to CC mode.
2532
2533 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2534 hit, toggle electric-indent-local-mode.
2535
2536 * electric.el (electric-indent-mode-has-been-called):
2537 New variable.
2538
2539 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * frameset.el (frameset-cfg-id): New function.
2542 (frameset--reuse-frame, frameset-restore): Use it.
2543 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2544
2545 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * ido.el (ido-file-internal): Remove unused var `d'.
2548 Use \` for to match BoS. Fit within 80n columns.
2549
2550 2014-02-17 Daniel Colascione <dancol@dancol.org>
2551
2552 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2553 dbus-call-method check for completion using a busy-wait loop with
2554 gradual backoff.
2555
2556 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2557
2558 Sync with Tramp 2.2.9.
2559
2560 * net/trampver.el: Update release number.
2561
2562 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2563
2564 * ido.el (ido-file-internal): Don't add the name of an existing
2565 directory twice. (Bug#16747)
2566
2567 2014-02-16 Glenn Morris <rgm@gnu.org>
2568
2569 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2570 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2571
2572 2014-02-15 Michael R. Mauger <michael@mauger.com>
2573
2574 * progmodes/sql.el: Version 3.4
2575 (sql-oracle-options): New default value ("-L").
2576 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2577 (sql-placeholders-filter): Correct placeholder pattern.
2578 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2579 (sql-login-delay): New variable.
2580 (sql-product-interactive): Use it.
2581
2582 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * frameset.el (frameset--jump-to-register): Check that buffer is live
2585 (bug#16749).
2586
2587 2014-02-15 Glenn Morris <rgm@gnu.org>
2588
2589 * info.el (info-initialize): Revert 2014-01-10 change.
2590
2591 2014-02-14 Glenn Morris <rgm@gnu.org>
2592
2593 * replace.el (map-query-replace-regexp)
2594 (read-regexp-defaults-function, read-regexp): Doc fixes.
2595
2596 * dired.el (dired-read-regexp):
2597 * faces.el (list-faces-display):
2598 * misearch.el (multi-isearch-read-matching-buffers)
2599 (multi-isearch-read-matching-files):
2600 * play/cookie1.el (cookie-apropos):
2601 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2602
2603 * textmodes/remember.el (remember): Use frameset-to-register
2604 rather than frame-configuration-to-register.
2605
2606 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2607
2608 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2609 incorrect keybinding.
2610
2611 2014-02-13 Daniel Colascione <dancol@dancol.org>
2612
2613 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2614 when adding overlays so that line numbers from compiler match line
2615 numbers we use.
2616
2617 2014-02-13 Glenn Morris <rgm@gnu.org>
2618
2619 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2620
2621 * jit-lock.el (jit-lock-mode): Doc fix.
2622
2623 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2624
2625 * apropos.el (apropos-read-pattern): When the user passes an empty
2626 string, give a more helpful error message than "Wrong type
2627 argument: stringp, nil".
2628
2629 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2632
2633 2014-02-13 Glenn Morris <rgm@gnu.org>
2634
2635 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2636
2637 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2640 shift-select commands.
2641
2642 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2643
2644 * progmodes/js.el (js-indent-line): Don't widen.
2645 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2646
2647 2014-02-12 Glenn Morris <rgm@gnu.org>
2648
2649 * icomplete.el (icomplete): Add info-link to defgroup.
2650 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2651 (icomplete-minibuffer-map, icomplete-mode)
2652 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2653
2654 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2655 (package-menu-filter): Rename from package-menu-filter-interactive.
2656 Doc fix.
2657
2658 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2659
2660 * frameset.el (frameset--jump-to-register): Select the required
2661 window and buffer before restoring position (bug#16696).
2662
2663 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2664
2665 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2666
2667 2014-02-10 Glenn Morris <rgm@gnu.org>
2668
2669 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2670
2671 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2672
2673 * w32-common-fns.el (x-get-selection): Doc fix.
2674 * select.el (x-get-selection): Doc fix. (Bug#15109)
2675
2676 * face-remap.el (face-remap-add-relative)
2677 (face-remap-remove-relative, face-remap-reset-base)
2678 (face-remap-set-base): Call force-mode-line-update to redisplay
2679 the current buffer due to potential change in faces. (Bug#16709)
2680
2681 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2684 script more robustly.
2685
2686 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2687
2688 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2689
2690 * simple.el (choose-completion): Doc fix (bug#14160).
2691
2692 * subr.el (event-start): Say what a nil EVENT value means.
2693
2694 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2695 (bug#14197).
2696
2697 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2698
2699 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2700
2701 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2702
2703 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2704 predicate function (bug#15455).
2705
2706 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2707
2708 * ielm.el (inferior-emacs-lisp-mode): Instead of
2709 `comment-use-global-state', set `comment-use-syntax'.
2710
2711 2014-02-10 Glenn Morris <rgm@gnu.org>
2712
2713 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2714
2715 2014-02-09 Alan Mackenzie <acm@muc.de>
2716
2717 Fix c-invalidate-state-cache on narrowed buffers.
2718 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2719 Widen when setting and clearing the CPP delimiter properties.
2720
2721 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2722
2723 * help.el (describe-bindings): Doc fix (bug#9888).
2724
2725 * files.el (save-buffer): Use ARG as the parameter name for
2726 consistency (bug#10346).
2727 (save-buffer): Clarify the 0 argument (bug#10346).
2728
2729 * cus-edit.el (customize-apropos): Fix error string.
2730 (custom-buffer-create): Doc fix (bug#11122).
2731 (custom-sort-items): Doc fix (bug#11121).
2732
2733 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2734
2735 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2736 (icomplete-simple-completing-p): Mention the previous variable.
2737
2738 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2739 meaning of the parameter (bug#12282).
2740
2741 * files.el (find-file-noselect): Clarify prompt when changing
2742 readedness (bug#13261).
2743 (locate-file): Suffixes aren't returned, so don't say that they
2744 are (bug#12674).
2745 (backup-inhibited): Doc clarification (bug#12525).
2746
2747 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2748 before we actually start to delete things (bug#16331).
2749
2750 * subr.el (event-start): Doc fix (bug#14228).
2751 (event-end): Ditto.
2752
2753 2014-02-09 Glenn Morris <rgm@gnu.org>
2754
2755 * emacs-lisp/warnings.el (lwarn):
2756 Empower help-enable-auto-load. (Bug#15940)
2757
2758 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2759
2760 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2761 (Bug#16690)
2762
2763 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2766 Insert output at end of buffer. (Bug#16120)
2767
2768 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2769
2770 * simple.el (choose-completion-string-functions): Document new
2771 calling convention (bug#14153).
2772 (execute-extended-command): Clarify doc string (bug#13373).
2773
2774 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2775
2776 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2777 (find-grep-dired): Doc fix (bug#14288).
2778
2779 2014-02-08 Juri Linkov <juri@jurta.org>
2780
2781 * isearch.el (isearch-quote-char): Check character validity
2782 like in `quoted-insert' (bug#16677).
2783
2784 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2785
2786 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2787
2788 * isearch.el (isearch-hide-immediately): Doc clarification
2789 (bug#14723).
2790
2791 * simple.el (line-move): Document utility function used many
2792 places in the Emacs sources (bug#14843).
2793
2794 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2795 (dired-prev-marked-file): Doc fix (bug#14855).
2796 (dired-up-directory): Doc fix (bug#14848).
2797
2798 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2799
2800 * files.el (file-relative-name): Doc fix (bug#15159).
2801
2802 * fringe.el (fringe-styles): Doc fix (bug#15239).
2803
2804 * isearch.el (isearch-filter-predicate): Documentation typo fix
2805 (bug#15474).
2806
2807 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2808
2809 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2810
2811 * replace.el (replace-match-maybe-edit): Doc clarification
2812 (bug#15632).
2813
2814 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2815
2816 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2817
2818 2014-02-08 Glenn Morris <rgm@gnu.org>
2819
2820 * help-fns.el (describe-variable):
2821 Check {file,dir}-local-variables-alist, and buffer-file-name,
2822 in the correct buffer.
2823
2824 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2825
2826 * help-fns.el (describe-variable): Fix the case where
2827 a value is directory-local with no dir-locals file. (Bug#16635)
2828
2829 2014-02-08 Glenn Morris <rgm@gnu.org>
2830
2831 * abbrev.el (edit-abbrevs-mode):
2832 Derive from fundamental-mode. (Bug#16682)
2833
2834 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * simple.el (quoted-insert): Check character validity (bug#16677).
2837
2838 2014-02-07 Juri Linkov <juri@jurta.org>
2839
2840 * desktop.el (desktop-read): Claim the lock when the owner is not
2841 the current process. (Bug#16157)
2842
2843 2014-02-07 Juri Linkov <juri@jurta.org>
2844
2845 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2846 to "\\` ". (Bug#16651)
2847
2848 2014-02-07 Juri Linkov <juri@jurta.org>
2849
2850 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2851 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2852 (desktop-auto-save-cancel-timer): New function with some code from
2853 `desktop-auto-save-set-timer'.
2854 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2855 Instead of setting `desktop-save-mode' to nil, call
2856 `desktop-save-mode' with arg 0. (Bug#16630)
2857
2858 2014-02-07 Glenn Morris <rgm@gnu.org>
2859
2860 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2861 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2862 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2863
2864 * obsolete/iswitchb.el: Move to obsolete/.
2865 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2866 since obsolete/ is not scanned for autoloads.
2867 * emacs-lisp/authors.el (authors-valid-file-names):
2868 Add iswitchb.el.
2869
2870 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2871 Disable now non-functional find-file-hook.
2872
2873 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2874
2875 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2876 instead of ";" in order to avoid additional prompts. Let heredoc
2877 scripts read from tty. (Bug#16582)
2878 (tramp-send-command): No special handling of heredocs, it isn't
2879 necessary anymore.
2880
2881 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2884 with a space (bug#16664). Limit the symbols considered to the ones
2885 that are bound or fbound (bug#16646).
2886
2887 2014-02-06 Glenn Morris <rgm@gnu.org>
2888
2889 * epa.el (epa-mail-aliases): Doc fix.
2890
2891 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2892
2893 * emacs-lisp/lisp.el (lisp-completion-at-point):
2894 Use `completion-table-merge' instead of `completion-table-in-turn'
2895 (bug#16604).
2896
2897 * minibuffer.el (completion-table-merge): New function.
2898
2899 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2900
2901 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2902 (tramp-sh-handle-set-file-acl)
2903 (tramp-sh-handle-start-file-process)
2904 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2905 (tramp-find-executable, tramp-send-command): Use it.
2906
2907 2014-02-05 Glenn Morris <rgm@gnu.org>
2908
2909 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2910
2911 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2912
2913 * progmodes/python.el (python-shell-send-string)
2914 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2915
2916 2014-02-04 Anders Lindgren <andlind@gmail.com>
2917
2918 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2919 the names (bug#16620).
2920
2921 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2922
2923 * faces.el (window-divider): New default value. Rewrite doc-string.
2924 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2925
2926 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2927
2928 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2929 `protected' and `public' can also be called without arguments.
2930
2931 2014-02-03 Glenn Morris <rgm@gnu.org>
2932
2933 * register.el (window-configuration-to-register)
2934 (frame-configuration-to-register): Unadvertise unused argument.
2935 * frameset.el (frameset-to-register): Remove unused argument.
2936
2937 * frameset.el (frameset-to-register):
2938 * kmacro.el (kmacro-to-register):
2939 * register.el (increment-register):
2940 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2941 (calc-append-to-register, calc-prepend-to-register):
2942 * play/gametree.el (gametree-layout-to-register)
2943 (gametree-apply-register-layout):
2944 * textmodes/picture.el (picture-clear-rectangle-to-register)
2945 (picture-yank-rectangle-from-register):
2946 * vc/emerge.el (emerge-combine-versions-register):
2947 Use register-read-with-preview to read registers.
2948
2949 2014-02-03 João Távora <joaotavora@gmail.com>
2950
2951 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2952 when at beginning of (possibly narrowed) buffer.
2953
2954 2014-02-02 Daniel Colascione <dancol@dancol.org>
2955
2956 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2957 Also try to display local help from just before point.
2958
2959 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2960
2961 c-parse-state. Don't "append-lower-brace-pair" in certain
2962 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2963 recognised as a comment.
2964
2965 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2966 as well as normal comment starter.
2967 (c-parse-state-get-strategy): Extra return possibility
2968 'back-and-forward.
2969 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2970 return value list to indicate replacement of a brace-pair cons
2971 with its car.
2972 (c-parse-state-1): With 'back-and-forward, only call
2973 c-append-lower-brace-pair-to state-cache when cons-separated.
2974
2975 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2976
2977 * term/ns-win.el (ns-suspend-error): New function.
2978 (ns-initialize-window-system): Add ns-suspend-error to
2979 suspend-hook (Bug#16612).
2980
2981 2014-02-02 Daniel Colascione <dancol@dancol.org>
2982
2983 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2984 Make loading cc-mode silent.
2985
2986 2014-02-02 Daniel Colascione <dancol@dancol.org>
2987
2988 * comint.el (comint-prompt-read-only): Change doc to suggest
2989 remap keybinding.
2990
2991 2014-02-02 Glenn Morris <rgm@gnu.org>
2992
2993 * register.el (register-read-with-preview, point-to-register)
2994 (window-configuration-to-register, frame-configuration-to-register)
2995 (jump-to-register, number-to-register, view-register, insert-register)
2996 (copy-to-register, append-to-register, prepend-to-register)
2997 (copy-rectangle-to-register): Doc fixes.
2998
2999 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3002 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3003 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3004 * help-fns.el (describe-function-1): Use it.
3005
3006 2014-02-02 Glenn Morris <rgm@gnu.org>
3007
3008 * register.el (register-preview-default): New function,
3009 split from register-preview.
3010 (register-preview-function): Rename from register-preview-functions,
3011 make it not a hook.
3012 (register-preview): Use register-preview-function.
3013 (register-read-with-preview): Error on non-character event. (Bug#16595)
3014
3015 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3016
3017 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3018 `:' before binary operators (bug#16609). Don't check for `:'
3019 before `[' and `(', or their syntax status. A percent literal
3020 can't end with either.
3021 (ruby-font-lock-keywords): For built-ins that require arguments,
3022 check that they're followed by something that looks like argument
3023 (bug#16610).
3024
3025 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3026
3027 * subr.el (butlast): Document what an omitted N means (bug#13437).
3028 (nbutlast): Ditto.
3029
3030 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3031
3032 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3033 depth shallower (bug#16587).
3034 (shr-tag-svg): Respect `shr-inhibit-images'.
3035 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3036
3037 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3038
3039 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3040 (ruby-smie-grammar): Make "." right-associative. Make its priority
3041 lower than the ternary and all binary operators.
3042 (ruby-smie-rules): Indent "(" relative to the first non-"."
3043 parent, or the first "." parent at indentation.
3044 Use `ruby-align-chained-calls' for indentation of "." tokens.
3045 (Bug#16593)
3046
3047 2014-01-31 Juri Linkov <juri@jurta.org>
3048
3049 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3050 from `make-hash-table'.
3051
3052 * textmodes/ispell.el (ispell-init-process): Change message format
3053 to be consistent with other messages.
3054
3055 2014-01-31 Glenn Morris <rgm@gnu.org>
3056
3057 * delsel.el (delete-selection-mode): Doc fix.
3058
3059 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3060 (trace-function-background): Doc fixes.
3061
3062 * ido.el (ido-use-virtual-buffers): Doc fix.
3063 Reset :version, since the default value has not changed.
3064
3065 * register.el (register-preview-delay, register-read-with-preview):
3066 Doc fixes.
3067
3068 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3069 do not mess with mail-buffer position (fixes 2009-11-03 change).
3070 * progmodes/cc-mode.el (c-submit-bug-report):
3071 Check auto-fill-mode is bound. (Bug#16592)
3072
3073 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3074
3075 * startup.el (fancy-splash-image-file): New function,
3076 split from fancy-splash-head.
3077 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3078 so that we are both using the same image. (Bug#16574)
3079
3080 2014-01-30 Glenn Morris <rgm@gnu.org>
3081
3082 * simple.el (eval-expression): Doc fix.
3083
3084 * hexl.el (hexl-mode-hook):
3085 * ielm.el (ielm-mode-hook):
3086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3087 (lisp-interaction-mode-hook):
3088 * progmodes/cfengine.el (cfengine3-documentation-function):
3089 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3090
3091 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3094 is a symbol (bug#16584).
3095
3096 2014-01-30 Glenn Morris <rgm@gnu.org>
3097
3098 * help.el (help-for-help-internal): Add "P" to text.
3099
3100 2014-01-29 Glenn Morris <rgm@gnu.org>
3101
3102 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3103
3104 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3105
3106 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3107 height constraints.
3108
3109 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3110
3111 * progmodes/hideif.el: Extend to full CPP expression syntax.
3112 (hif-token-alist): Add missing tokens.
3113 (hif-token-regexp): Add support for float/octal/hex immediates.
3114 (hif-string-literal-regexp): New const.
3115 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3116 (hif-exprlist): New function.
3117 (hif-parse-if-exp): Use it.
3118 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3119 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3120 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3121 (hif-logxor, hif-comma): New functions.
3122
3123 2014-01-28 Glenn Morris <rgm@gnu.org>
3124
3125 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3126
3127 * indent.el (tab-stop-list): Doc fix. Add :version.
3128
3129 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3130 (cvs-append-to-ignore): Add compatibility alias.
3131
3132 2014-01-27 Glenn Morris <rgm@gnu.org>
3133
3134 * dired.el (dired-hide-details-mode): Don't autoload it,
3135 since it cannot be used outside Dired buffers anyway.
3136
3137 * emulation/cua-base.el (cua-mode): Doc fix.
3138
3139 * dired.el (dired-hide-details-hide-symlink-targets)
3140 (dired-hide-details-hide-information-lines)
3141 (dired-hide-details-mode): Doc fixes.
3142
3143 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3144 * strokes.el (strokes-file): Doc fix. Bump :version.
3145 (strokes-help): Doc fix.
3146 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3147 * emulation/viper.el (viper): Doc fix for custom group.
3148 (top-level): Remove oh-so-no-longer-relevant text about vip.
3149 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3150
3151 * ido.el (ido-save-directory-list-file):
3152 * saveplace.el (save-place-file):
3153 * calendar/timeclock.el (timeclock-file):
3154 * net/quickurl.el (quickurl-url-file):
3155 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3156 * progmodes/idlwave.el (idlwave-config-directory):
3157 * textmodes/remember.el (remember-data-file):
3158 Bump :version.
3159
3160 2014-01-26 Glenn Morris <rgm@gnu.org>
3161
3162 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3163 Doc fix. Make obsolete.
3164 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3165
3166 * sort.el (delete-duplicate-lines): Doc fix.
3167
3168 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3169
3170 * progmodes/ada-mode.el (ada):
3171 * woman.el (woman): Link to info manual and Commentary section.
3172
3173 * progmodes/flymake.el (flymake):
3174 * nxml/nxml-mode.el (nxml):
3175 * net/eww.el (eww):
3176 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3177 * htmlfontify.el (htmlfontify):
3178 * ses.el (ses):
3179 * epa.el (epa):
3180 * ido.el (ido): Link to info manual.
3181
3182 2014-01-25 Leo Liu <sdl.web@gmail.com>
3183
3184 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3185
3186 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3187
3188 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3189 (bug#16537).
3190
3191 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3192
3193 * net/eww.el (eww-download-callback):
3194 Fix reference to eww-download-directory.
3195
3196 * emacs-lisp/bytecomp.el (byte-compile-file):
3197 Remove unused local variable `file-name'.
3198
3199 2014-01-24 Glenn Morris <rgm@gnu.org>
3200
3201 * woman.el (woman-default-faces, woman-monochrome-faces):
3202 Fix obsolescence specification.
3203
3204 * subr.el (with-demoted-errors): Doc fix.
3205
3206 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3209 (cl--macroexp-fboundp): New function.
3210 (cl--make-type-test): Use it.
3211
3212 2014-01-23 Glenn Morris <rgm@gnu.org>
3213
3214 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3215 * simple.el (eval-expression): Doc fixes.
3216
3217 2014-01-22 Glenn Morris <rgm@gnu.org>
3218
3219 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3220
3221 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * emacs-lisp/package.el: Write files silently.
3224 (package-autoload-ensure-default-file, package--write-file-no-coding)
3225 (package-generate-description-file, package--download-one-archive)
3226 (package-install-from-archive): Tell `write-region' to stay quiet.
3227 (package-menu-mode, package-menu--print-info): Omit the Archive column
3228 if there's only one archive.
3229 (package-all-keywords, package--has-keyword-p): Remove dead code.
3230
3231 2014-01-22 Glenn Morris <rgm@gnu.org>
3232
3233 * version.el (emacs-bzr-version-bzr): Fix typo.
3234
3235 * version.el (emacs-repository-get-version):
3236 Check either .bzr or .git, but not both.
3237 Make the git case actually use the DIR argument, and return nil
3238 rather than the empty string.
3239 Avoid error if .git exists but the git executable is not found.
3240
3241 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3242
3243 Fixes in window size functions around Bug#16430 and Bug#16470.
3244 * window.el (window-total-size, window-size): New argument ROUND.
3245 (window--min-delta-1, window-min-delta, window--max-delta-1):
3246 Be more conservative when calculating the numbers of lines or
3247 columns a window can shrink (Bug#16430).
3248 (fit-window-to-buffer): Simplify code.
3249 * term.el (term-window-width): Call window-body-width again.
3250
3251 2014-01-22 Glenn Morris <rgm@gnu.org>
3252
3253 * image.el (image-format-suffixes): Doc fix.
3254
3255 * international/quail.el (quail-define-package): Doc fix.
3256
3257 * emacs-lisp/authors.el (authors-valid-file-names)
3258 (authors-renamed-files-alist): Additions.
3259
3260 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3261 reverts 2014-01-09 change. (Bug#16422)
3262
3263 * calc/calc-embed.el (thing-at-point-looking-at):
3264 * emacs-lisp/map-ynp.el (x-popup-dialog):
3265 * obsolete/lmenu.el (x-popup-dialog):
3266 * emacs-lisp/package.el (url-recreate-url):
3267 * mail/mailclient.el (clipboard-kill-ring-save):
3268 * subr.el (x-popup-dialog): Update declaration.
3269 * mail/rmail.el (rmail-mime-message-p):
3270 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3271
3272 2014-01-21 Daniel Colascione <dancol@dancol.org>
3273
3274 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3275 Correctly detect when we're inside an arithmetic expansion form
3276 containing nested parenthesis.
3277 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3278 to detect cases where we shouldn't expand "<<" to a heredoc
3279 skeleton.
3280
3281 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3284 (eldoc--message-command-p): New function.
3285 (eldoc-display-message-p): Use it.
3286 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3287 message is not automatically erased for us.
3288 (eldoc-print-current-symbol-info): Erase previous message, if any.
3289
3290 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3291
3292 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3293 specify it's an interactive function.
3294
3295 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3296 Fix regex used for scanning for citation keys which failed for
3297 citations with optional arguments.
3298
3299 2014-01-21 Leo Liu <sdl.web@gmail.com>
3300
3301 * simple.el (read--expression): Don't enable eldoc-mode.
3302
3303 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * simple.el (move-beginning-of-line): Make sure we don't move forward
3306 (bug#16497).
3307
3308 2014-01-20 Juri Linkov <juri@jurta.org>
3309
3310 * saveplace.el (toggle-save-place, save-place-to-alist)
3311 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3312 'dired-mode) before checking for dired-directory. (Bug#16477)
3313
3314 2014-01-20 Juri Linkov <juri@jurta.org>
3315
3316 * indent.el (indent-line-to): Use backward-to-indentation
3317 instead of back-to-indentation. (Bug#16461)
3318
3319 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3320
3321 Revert some of the CANNOT_DUMP fix (Bug#16494).
3322 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3323 but fixing this can wait until after the next release.
3324 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3325
3326 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3327
3328 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3329 Use `password-word-equivalents'.
3330 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3331 to t. (Bug#5664, Bug#13124)
3332
3333 2014-01-19 Alan Mackenzie <acm@muc.de>
3334
3335 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3336 points.
3337 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3338 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3339 * progmodes/cc-mode.el (c-before-change, c-after-change)
3340 (c-font-lock-fontify-region): Bind it here.
3341
3342 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3343
3344 * term.el (term-window-width): Call window-text-width instead of
3345 window-width (Bug#16470).
3346
3347 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3348
3349 * simple.el (password-word-equivalents): Remove duplicates.
3350 Sort, to make this easier next time.
3351 Downcase. Omit ": " after "jelszó".
3352
3353 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3354
3355 * term/common-win.el (saved-region-selection): Defvar it.
3356 (x-select-text): Set saved-region-selection (Bug#16382).
3357
3358 2014-01-18 Glenn Morris <rgm@gnu.org>
3359
3360 * emacs-lisp/authors.el (authors-aliases)
3361 (authors-renamed-files-alist): Add some entries.
3362
3363 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3364
3365 * net/tramp.el (tramp-password-prompt-regexp):
3366 Use `password-word-equivalents' if available.
3367 (tramp-action-password, tramp-process-one-action)
3368 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3369
3370 2014-01-17 Chong Yidong <cyd@gnu.org>
3371
3372 * simple.el (password-word-equivalents): New defcustom.
3373 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3374 to 24.4.
3375 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3376 to t. (Bug#13124)
3377
3378 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3379
3380 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3381 (ruby-align-to-stmt-keywords): Change the default value.
3382 Use `ruby-alignable-keywords' to generate the possible customization
3383 choices.
3384 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3385 keywords, check against the value of `ruby-alignable-keywords'
3386 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3387
3388 2014-01-17 Glenn Morris <rgm@gnu.org>
3389
3390 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3391
3392 Make M-x authors return zero *Authors Errors* from current logs.
3393 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3394 (authors-ignored-files): Add some entries, remove others.
3395 (authors-ambiguous-files, authors-valid-file-names):
3396 Add some entries.
3397 (authors-renamed-files-alist): Add, remove, and adjust entries.
3398 (authors-renamed-files-regexps): Add some entries.
3399 Remove some very broad ones. Make some entries `lax'.
3400 (authors-lax-changelogs): New constant.
3401 (authors-disambiguate-file-name): Treat top-level specially.
3402 (authors-lax-changelog-p): New function.
3403 (authors-canonical-file-name): Check file as written against
3404 authors-valid-file-names. Do not special-case etc/.
3405 Handle `lax' logs and authors-renamed-files-regexps elements.
3406
3407 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3408
3409 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3410 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3411 callers.
3412
3413 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3416 Assume we're already in the proper buffer.
3417 Inspired by Anders Lindgren <andlind@gmail.com>.
3418 (follow-post-command-hook): Call it from the right buffer.
3419 (follow-comint-scroll-to-bottom): Adjust call.
3420 (follow-all-followers): Use get-buffer-window-list.
3421
3422 2014-01-15 Daniel Colascione <dancol@dancol.org>
3423
3424 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3425 `buffer-file-name' in interactive-form so that we don't leave
3426 pathless file names in `file-name-history'.
3427
3428 2014-01-15 Juri Linkov <juri@jurta.org>
3429
3430 * indent.el (indent-rigidly): Set deactivate-mark to nil
3431 in transient indentation mode. (Bug#16438)
3432
3433 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3434
3435 * emacs-lisp/package.el (package-desc-keywords): New function
3436 (Bug#16222).
3437 (describe-package-1, package-all-keywords)
3438 (package--has-keyword-p): Use it.
3439
3440 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3441
3442 * simple.el (define-alternatives): When creating the
3443 COMMAND-alternatives variable, assign COMMAND as its definition
3444 name so that `describe-variable' can relocate it.
3445
3446 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3447
3448 * font-lock.el (font-lock-keywords): Fix typo in docstring
3449 (bug#16307).
3450
3451 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3452
3453 * ispell.el (ispell-region): Reset `in-comment' for new line
3454 instead of wrongly reset `add-coment' (bug#13577).
3455
3456 2014-01-14 Daiki Ueno <ueno@gnu.org>
3457
3458 * epa-file.el (epa-file-write-region): Encode the region according
3459 to `buffer-file-format'. Problem reported at:
3460 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3461
3462 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3465 so it applies in the right buffer (bug#16410).
3466
3467 2014-01-13 Daniel Colascione <dancol@dancol.org>
3468
3469 * textmodes/rst.el (rst-define-key): Provide deprecated
3470 keybindings through named functions instead of anonymous ones so
3471 that "??" doesn't appear in describe-mode output.
3472
3473 2014-01-13 Bastien Guerry <bzg@gnu.org>
3474
3475 * simple.el (define-alternatives): Call the selected command
3476 interactively. When setting `COMMAND--implementation' for the
3477 first time, tell the user how to chose another implementation.
3478 Enhance the docstring.
3479
3480 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3483 (log-edit--match-first-line): New function.
3484 (log-edit-font-lock-keywords): Use it.
3485 (log-edit-mode): Make jit-lock-defer-multiline work.
3486
3487 2014-01-13 Bastien Guerry <bzg@gnu.org>
3488
3489 * rect.el (rectangle-mark-mode): When the region is not active,
3490 display a message saying that the mark as been set and that
3491 rectangle mode is in use.
3492 (rectangle--highlight-for-redisplay): Only put an overlay with a
3493 visible vertical bar when (display-graphic-p) is non-nil.
3494 This partially fixes Bug#16403.
3495
3496 2014-01-13 Juri Linkov <juri@jurta.org>
3497
3498 * info.el (Info-find-file): Go to DIR before displaying the error
3499 about a nonexistent file if no previous Info file is visited.
3500 Use `user-error' instead of `error' for "Info file %s does not exist".
3501 (Info-find-node-2): In case of a nonexistent node in unwind forms
3502 go to the Top node if there is no previous node to revert to.
3503 (Bug#16405)
3504
3505 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3506
3507 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3508 * window.el (fit-frame-to-buffer): Fix doc-string.
3509 Respect window-min-height/-width. Fit pixelwise when
3510 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3511 when avoiding that frame goes partially off-screen.
3512 (fit-window-to-buffer): Respect window-min-height/-width
3513 (Bug#14096).
3514
3515 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3518 after an empty line.
3519
3520 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * net/shr.el (shr-render-region): Autoload.
3523
3524 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3525
3526 * net/eww.el (eww-download-directory): Rename from
3527 `eww-download-path' (Bug#16419).
3528
3529 2014-01-12 Leo Liu <sdl.web@gmail.com>
3530
3531 * dired-x.el (dired-mode-map): Fix last change.
3532
3533 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3534
3535 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3536
3537 Spelling fixes.
3538 * emacs-lisp/generic.el (generic--normalize-comments):
3539 Rename from generic--normalise-comments. All uses changed.
3540 * play/bubbles.el (bubbles--neighborhood-score)
3541 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3542 (bubbles--neighborhood-available)
3543 (bubbles--update-neighborhood-score):
3544 Rename from names with 'neighbourhood'. All uses changed.
3545
3546 2014-01-12 Leo Liu <sdl.web@gmail.com>
3547
3548 Re-implement the feature of showing eldoc info after editing.
3549 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3550 (eldoc-edit-message-commands): New function.
3551 (eldoc-print-after-edit): New variable.
3552 (eldoc-pre-command-refresh-echo-area): Emit message only by
3553 eldoc-message-commands.
3554 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3555 if eldoc-print-after-edit is set. (Bug#16346)
3556 * simple.el (read--expression): Enable eldoc-mode.
3557 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3558
3559 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3560 Eric S. Raymond <esr@thyrsus.com>
3561
3562 * version.el (emacs-repository-get-version): Enhance so the
3563 function works correctly in either a Bazaar or Git repo.
3564
3565 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3566
3567 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3568 Goes with removal of the joke manpages from /etc.
3569
3570 2014-01-10 Kenichi Handa <handa@gnu.org>
3571
3572 * mail/rmail.el (rmail-get-coding-system):
3573 Check rmail-get-coding-function before "funcall"ing it.
3574
3575 2014-01-10 Glenn Morris <rgm@gnu.org>
3576
3577 * emacs-lisp/authors.el (authors-fixed-entries):
3578 Update for files that no longer exist.
3579
3580 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3581
3582 * version.el (emacs-bzr-get-version): Restore compatibilty with
3583 24.3 (Tested).
3584
3585 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3586
3587 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3588 and Podfile.
3589
3590 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3591
3592 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3593
3594 2014-01-10 Chong Yidong <cyd@gnu.org>
3595
3596 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3597
3598 2014-01-10 Anders Lindgren <andlind@gmail.com>
3599
3600 * follow.el (follow-cache-command-list): Include right-char and
3601 left-char.
3602
3603 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3604
3605 Spelling fixes.
3606 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3607 * woman.el (woman-mark-horizontal-position):
3608 Rename from woman-mark-horizonal-position. Use changed.
3609
3610 2014-01-10 Glenn Morris <rgm@gnu.org>
3611
3612 * info.el (info-initialize): If running uninstalled, ensure our
3613 own info files are always found first, even if INFOPATH is set.
3614
3615 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3616
3617 2014-01-09 David Engster <deng@randomsample.de>
3618
3619 * emacs-lisp/eieio-custom.el:
3620 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3621 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3622 * emacs-lisp/eieio.el: Regenerate autoloads.
3623
3624 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3625
3626 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3627 following renames. (Bug#8756)
3628
3629 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3632 (bug#16382).
3633 (activate-mark): Add `no-tmm' argument.
3634 (set-mark, push-mark-command): Use it instead of running
3635 activate-mark-hook by hand.
3636
3637 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3638
3639 In preparation for the move to git, sanitize out some
3640 Bazaar-specific names.
3641
3642 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3643
3644 * version.el (emacs-bzr-version): Name changed to
3645 emacs-repository-version. Obsolete-variable alias made.
3646 * loadup.el: Follow through on this name change.
3647 * mail/emacsbug.el (report-emacs-bug): Factor out any
3648 assumption about the version control system in use.
3649
3650 2014-01-08 David Engster <deng@randomsample.de>
3651
3652 * help-fns.el (help-fns-describe-function-functions):
3653 New variable to call functions for augmenting help buffers.
3654 (describe-function-1): Remove explicit calls to
3655 `help-fns--compiler-macro', `help-fns--parent-mode' and
3656 `help-fns--obsolete'. Put them in above new variable instead, and
3657 call them through `run-hook-with-args'.
3658 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3659 `eieio-describe-class'. Not meant for interactive use anymore,
3660 but to augment existing help buffers. Remove optional second
3661 argument. Create proper button for file location.
3662 Rewrite function to use `insert' instead of `princ' and `prin1' where
3663 possible.
3664 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3665 (eieio-method-def, eieio-class-def): Move further up.
3666 (describe-method, describe-generic, eieio-describe-method):
3667 Remove aliases.
3668 (eieio-help-constructor, eieio-help-generic): Rename from
3669 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3670 Rewrite to use `insert' in the current buffer and use proper help
3671 buttons.
3672 (eieio-help-find-method-definition)
3673 (eieio-help-find-class-definition): Also accept symbols as
3674 arguments.
3675 (eieio-help-mode-augmentation-maybee): Remove.
3676 (eieio-describe-class-sb): Use `describe-function'.
3677 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3678 Add `eieio-help-generic' and `eieio-help-constructor'.
3679
3680 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3681
3682 Spelling fixes.
3683 * language/china-util.el (hz-ascii-designation):
3684 Rename from hz-ascii-designnation.
3685 (hz-ascii-designation): Rename from hz-ascii-designnation.
3686 All uses changed.
3687
3688 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3691 package-alist.
3692
3693 2014-01-08 Bastien Guerry <bzg@gnu.org>
3694
3695 * emacs-lisp/package.el (package-delete):
3696 Correctly delete the package from package-alist.
3697
3698 2014-01-08 Daiki Ueno <ueno@gnu.org>
3699
3700 * emacs-lisp/package.el (url-recreate-url): Declare.
3701 (url-http-target-url): Declare.
3702 (package-handle-response): Include requested URL in the error message.
3703 (package--check-signature): Don't re-signal errors from
3704 package--with-work-buffer. Suggested by Stefan Monnier.
3705
3706 2014-01-07 Bastien Guerry <bzg@gnu.org>
3707
3708 * minibuffer.el (completion--try-word-completion): When both a
3709 hyphen and a space are possible candidates for the character
3710 following a word, display both candidates. (Bug#15980)
3711
3712 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3713
3714 * window.el (balance-windows-2): While rounding don't give a
3715 window more than the remainder. Bug#16351, bug#16383.
3716
3717 2014-01-07 Glenn Morris <rgm@gnu.org>
3718
3719 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3720 (menu-bar-help-menu): Use view-external-packages instead.
3721
3722 2014-01-07 Bastien Guerry <bzg@gnu.org>
3723
3724 * emacs-lisp/package.el (package-delete): Also delete the package
3725 name from `package-alist', not its description only.
3726
3727 2014-01-07 Glenn Morris <rgm@gnu.org>
3728
3729 * help.el (view-external-packages):
3730 * menu-bar.el (menu-bar-help-extra-packages):
3731 Visit efaq.info rather than etc/MORE.STUFF.
3732
3733 2014-01-07 Juri Linkov <juri@jurta.org>
3734
3735 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3736 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3737
3738 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3739 that shadows RET. (Bug#16342)
3740
3741 2014-01-07 Chong Yidong <cyd@gnu.org>
3742
3743 * isearch.el (isearch-yank-char, isearch-yank-word)
3744 (isearch-yank-line): Doc fix.
3745
3746 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3749 * emacs-lisp/elint.el (elint-find-builtins):
3750 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3751 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3752 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3753 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3754 * apropos.el (apropos-safe-documentation):
3755 * subr.el (symbol-file): Remove redundant fboundp.
3756 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3757
3758 2014-01-06 Bastien Guerry <bzg@gnu.org>
3759
3760 * hl-line.el (global-hl-line-overlay): Make a local variable.
3761 (global-hl-line-overlays): New variable to store all overlays.
3762 (global-hl-line-mode): Don't delete overlays from the current
3763 buffer when `global-hl-line-sticky-flag' is non-nil.
3764 (global-hl-line-highlight): Add new overlays to
3765 `global-hl-line-overlays'.
3766 (global-hl-line-unhighlight-all): New function to delete all
3767 overlays when turning off `global-hl-line-mode'.
3768 This fixes Bug#16183.
3769
3770 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * subr.el (set-transient-map): Fix nested case and docstring.
3773
3774 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3775
3776 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3777 `Texinfo' entry.
3778
3779 2014-01-06 Daniel Colascione <dancol@dancol.org>
3780
3781 Fix defun navigation in vc log view.
3782
3783 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3784 like `beginning-of-defun'.
3785 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3786 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3787 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3788 (log-view-extract-comment): Call `log-view-current-entry' directly
3789 instead of relying on broken `log-view-beginning-of-defun' behavior.
3790
3791 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3792
3793 Spelling fixes.
3794 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3795 * emacs-lisp/debug.el (cancel-debug-on-entry):
3796 * epg.el (epg-error-to-string):
3797 * files.el (recover-file):
3798 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3799 * mail/emacsbug.el (report-emacs-bug-hook):
3800 * mail/sendmail.el (mail-recover):
3801 * ses.el (ses-yank-resize):
3802 * term/ns-win.el (ns-print-buffer):
3803 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3804 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3805 All uses changed.
3806 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3807
3808 2014-01-06 Leo Liu <sdl.web@gmail.com>
3809
3810 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3811 to avoid shadowing global key. (Bug#16354)
3812
3813 2014-01-06 Daniel Colascione <dancol@dancol.org>
3814
3815 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3816 rst-mode.
3817
3818 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3819
3820 * window.el (balance-windows): Add mising t to fix Bug#16351.
3821
3822 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3823
3824 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3825 (bug#16285).
3826 (shr-insert): If we have a word that's longer than `shr-width',
3827 break after it anyway. Otherwise we'll do no breaking once we get
3828 such a long word.
3829
3830 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3831
3832 * net/eww.el (eww): Support single/double quote for search.
3833 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3834 (eww-history-quit): Delete and use quit-window.
3835 (eww-history-kill): Delete, because it doesn't work well and
3836 not necessary.
3837 (eww-history-mode-map): Delete some keys and add easy-menu.
3838
3839 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3840
3841 Fix misspelling of 'chinese' in rx (Bug#16237).
3842 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3843 chinese-two-byte.
3844
3845 Change subword regexps back to vars (Bug#16296).
3846 * progmodes/subword.el (subword-forward-regexp)
3847 (subword-backward-regexp): Change these back to variables.
3848
3849 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3850
3851 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3852 syntax-begin-function (bug#16247).
3853
3854 2014-01-03 Chong Yidong <cyd@gnu.org>
3855
3856 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3857 (advice--docstring): Delete variable.
3858 (advice--make-1): Leave the docstring empty.
3859 (advice-add): Use function-documentation for advised docstring.
3860
3861 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3862 Ignore function-documentation property when getting documentation.
3863 (ad-activate-advised-definition): Use function-documentation
3864 generate the docstring.
3865 (ad-make-advised-definition): Don't call
3866 ad-make-advised-definition-docstring.
3867 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3868 Delete functions.
3869
3870 * progmodes/sql.el (sql-help): Use function-documentation instead
3871 of dynamic-docstring-function property. No need to autoload now.
3872 (sql--help-docstring): New variable.
3873 (sql--make-help-docstring): Use it.
3874
3875 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * ielm.el (ielm-tab): Retarget.
3878 (ielm-map): Use ielm-tab for tab.
3879 (ielm-complete-filename): Use comint-filename-completion.
3880 (ielm-complete-symbol): Remove.
3881 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3882 remove ielm-tab from completion-at-point-functions (bug#16224).
3883
3884 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3885 Beware signals raised by predicates (bug#16201).
3886
3887 2014-01-02 Richard Stallman <rms@gnu.org>
3888
3889 * dired-aux.el (dired-do-print): Handle printer-name.
3890
3891 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3892 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3893 (rmail-epa-decrypt): Turn off mime processing.
3894
3895 * mail/rmail.el (rmail-make-in-reply-to-field):
3896 Add parens in message-id.
3897
3898 * mail/rmail.el (rmail-get-coding-function): Variable.
3899 (rmail-get-coding-system): Use it.
3900
3901 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3902
3903 * international/mule-conf.el: Unify the charset indian-is13194.
3904 (indian-is13194): Specify unify-map.
3905
3906 2013-12-31 Leo Liu <sdl.web@gmail.com>
3907
3908 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3909
3910 2013-12-30 Daniel Colascione <dancol@dancol.org>
3911
3912 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3913 of printing a useless when we resume from sleep.
3914
3915 * progmodes/sh-script.el
3916 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3917 in indentation code. (Bug#16233)
3918
3919 2013-12-28 João Távora <joaotavora@gmail.com>
3920
3921 * elec-pair.el (electric-pair-post-self-insert-function):
3922 Don't open extra newlines at beginning of buffer. (Bug#16272)
3923
3924 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3925
3926 * frame.el (window-system-for-display): Don't allow to create a
3927 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3928
3929 2013-12-28 Glenn Morris <rgm@gnu.org>
3930
3931 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3932 Update callers.
3933
3934 * apropos.el (apropos-match-face):
3935 * calculator.el (calculator-displayer):
3936 * dabbrev.el (dabbrev-search-these-buffers-only):
3937 * face-remap.el (buffer-face-mode-face):
3938 * simple.el (yank-handled-properties):
3939 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3940 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3941 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3942 (hashcash-double-spend-database):
3943 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3944 (ruby-deep-indent-paren-style):
3945 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3946 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3947 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3948 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3949 Specify custom types.
3950
3951 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3952 * bookmark.el (bookmark-bmenu-use-header-line):
3953 * doc-view.el (doc-view-scale-internally):
3954 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3955 * register.el (register-preview-delay):
3956 * net/shr.el (shr-bullet):
3957 * progmodes/cfengine.el (cfengine-cf-promises)
3958 (cfengine-parameters-indent):
3959 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3960 * textmodes/reftex-vars.el (reftex-label-regexps):
3961 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3962
3963 * net/tls.el (tls-certtool-program): Fix default value.
3964
3965 * desktop.el (desktop-restore-in-current-display):
3966 * newcomment.el (comment-empty-lines):
3967 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3968 (idlwave-pad-keyword):
3969 * progmodes/tcl.el (tcl-tab-always-indent):
3970 * textmodes/reftex-vars.el (reftex-index-default-tag):
3971 * elec-pair.el (electric-pair-skip-whitespace):
3972 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3973
3974 * emacs-lisp/authors.el (authors-ignored-files)
3975 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3976
3977 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3978
3979 * shell.el (shell-dynamic-complete-command): Doc fix.
3980 (shell--command-completion-data): Shell completion now matches
3981 executable filenames from the current buffer's directory, on
3982 systems in which this behavior is the default (windows-nt, ms-dos).
3983
3984 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3985
3986 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3987
3988 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3991 (bug#16251).
3992
3993 * electric.el: Move all electric-pair-* to elec-pair.el.
3994 * elec-pair.el: New file, split from electric.el.
3995
3996 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3997
3998 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3999 indentation level is larger than the width, because that will
4000 infloop.
4001 (shr-insert): Fill repeatedly long texts, so that Japanese is
4002 formatted correctly (bug#16263).
4003 (shr-find-fill-point): Off by one error in comparison with the
4004 indentation.
4005
4006 2013-12-26 João Távora <joaotavora@gmail.com>
4007
4008 * electric.el (electric-pair-mode): More flexible engine for skip-
4009 and inhibit predicates, new options for pairing-related functionality.
4010 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4011 if that keeps or improves their balance in buffers.
4012 (electric-pair-delete-adjacent-pairs): Delete the pair when
4013 backspacing over adjacent matched delimiters.
4014 (electric-pair-open-extra-newline): Open extra newline when
4015 inserting newlines between adjacent matched delimiters.
4016 (electric--sort-post-self-insertion-hook):
4017 Sort post-self-insert-hook according to priority values when
4018 minor-modes are activated.
4019 * simple.el (newline-and-indent): Call newline with interactive
4020 set to t.
4021 (blink-paren-post-self-insert-function): Set priority to 100.
4022 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4023 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4024 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4025 electric-pair-open-newline-between-pairs to nil.
4026
4027 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4028
4029 * progmodes/python.el: Use lexical-binding.
4030 (python-nav-beginning-of-defun): Stop searching ASAP.
4031
4032 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4033
4034 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4035 Fix interactive spec. Doc fix. (Bug#15754)
4036
4037 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4038
4039 * emacs-lisp/byte-run.el (eval-when-compile):
4040 * progmodes/cc-defs.el (cc-eval-when-compile):
4041 Fix edebug spec (bug#16184).
4042
4043 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4044
4045 * net/shr.el (shr-visit-file): Remove debugging function.
4046 (shr-insert): Don't infloop if we can't find a good place to break
4047 the line (bug#16256).
4048
4049 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4050
4051 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4052 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4053 python-nav-lisp-forward-sexp-safe.
4054 (python-nav--forward-sexp): New argument SAFE allows switching
4055 forward sexp movement behavior for parens.
4056 (python-nav-forward-sexp): Throw errors on unterminated parens
4057 (Bug#16191).
4058 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4059 (python-nav-backward-sexp-safe): New functions.
4060 (python-shell-buffer-substring):
4061 Use `python-nav-forward-sexp-safe'.
4062
4063 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4064
4065 * net/shr.el (shr-find-fill-point): Don't break lines before a
4066 quotation mark.
4067 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4068 (shr-find-fill-point): Remove the special checks for the quotation
4069 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4070
4071 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4072
4073 * net/eww.el (eww-form-textarea): Use a different face for
4074 textareas than text input since they have different keymaps
4075 (bug#16142).
4076
4077 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4078
4079 * progmodes/python.el (python-nav-beginning-of-statement):
4080 Speed up (Bug#15295).
4081
4082 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4083
4084 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4085 the window configuration.
4086
4087 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4088
4089 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4090 we run on MS-Windows or MS-DOS.
4091
4092 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4093
4094 * window.el (balance-windows-area): Call window-size instead of
4095 window-height and window-width. Bug#16241.
4096
4097 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4098
4099 * net/eww.el (eww-bookmark-quit): Remove.
4100 (eww-bookmark-browse): Restore the window configuration when you
4101 choose a bookmark (bug#16144).
4102
4103 2013-12-24 Daniel Colascione <dancol@dancol.org>
4104
4105 * icomplete.el: Remove redundant :group arguments to `defcustom'
4106 throughout.
4107 (icomplete-show-matches-on-no-input): New customizable variable.
4108 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4109 we have something to show.
4110 (icomplete-exhibit): Compute completions even if we have no user input.
4111
4112 2013-12-23 Daniel Colascione <dancol@dancol.org>
4113
4114 * icomplete.el: Move `provide' to end of file.
4115
4116 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4117
4118 * net/gnutls.el (gnutls-verify-error): Add version tag.
4119
4120 2013-12-23 Chong Yidong <cyd@gnu.org>
4121
4122 * subr.el (set-transient-map): Rename from
4123 set-temporary-overlay-map. Doc fix.
4124
4125 * face-remap.el (text-scale-adjust):
4126 * indent.el (indent-rigidly):
4127 * kmacro.el (kmacro-call-macro):
4128 * minibuffer.el (minibuffer-force-complete):
4129 * repeat.el (repeat):
4130 * simple.el (universal-argument--mode):
4131 * calendar/todo-mode.el (todo-insert-item--next-param):
4132 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4133
4134 * indent.el (indent-rigidly): Use substitute-command-keys.
4135
4136 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4137
4138 * net/eww.el (eww-tag-select): Add text-property to jump to next
4139 select field.
4140 (eww): Add non-supported ftp error.
4141
4142 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4143
4144 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4145 comments. Handle electric indent after typing `?' and `!'.
4146
4147 2013-12-22 Chong Yidong <cyd@gnu.org>
4148
4149 * faces.el (face-spec-recalc): If the theme specs are not
4150 applicable to a frame, fall back on the defface spec.
4151 This prevents themes from obliterating faces on low-color terminals.
4152
4153 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4154
4155 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4156 after `{'. We need it after block openers, and it doesn't seem
4157 to hurt after hash openers.
4158
4159 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4160
4161 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4162 extracted from `ruby-smie-rules'.
4163 (ruby--electric-indent-chars): New variable.
4164 (ruby--electric-indent-p): New function.
4165 (ruby-mode): Use `electric-indent-functions' instead of
4166 `electric-indent-chars'.
4167
4168 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4169
4170 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4171 docstring.
4172 (ruby-smie-rules): Indent plus one level after `=>'.
4173
4174 2013-12-21 Richard Stallman <rms@gnu.org>
4175
4176 * simple.el (newline): Doc fix.
4177
4178 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4179
4180 * net/eww.el (eww-list-histories, eww-list-histories)
4181 (eww-history-browse, eww-history-quit, eww-history-kill)
4182 (eww-history-mode-map, eww-history-mode): New command and
4183 functions to list browser histories.
4184 (eww-form-text): Support text form with disabled
4185 and readonly attributes.
4186 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4187
4188 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4189
4190 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4191 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4192 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4193 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4194 Use `user-error'.
4195 (eww-bookmark-mode-map): Add menu.
4196 (eww-render, eww-mode): Use `setq-local'.
4197 (eww-tool-bar-map): New variable.
4198 (eww-mode): Set `tool-bar-map'.
4199 (eww-view-source): Check for `html-mode' with `fboundp'.
4200
4201 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4202
4203 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4204 elements with text inside. Also remove debugging.
4205
4206 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4207
4208 * cus-start.el (all): Add ns-use-srgb-colorspace.
4209
4210 2013-12-21 Chong Yidong <cyd@gnu.org>
4211
4212 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4213 undefined. Thus, theme settings for undefined faces do not take
4214 effect until the faces are defined with defface, the same as with
4215 theme variables.
4216
4217 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4218 (face-spec-reset-face): Don't assign extra properties in temacs.
4219 (face-spec-recalc): Apply X resources too.
4220
4221 2013-12-21 Chong Yidong <cyd@gnu.org>
4222
4223 * faces.el (face-spec-set):
4224 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4225 * custom.el (defface): Doc fixes (Bug#16203).
4226
4227 * indent.el (indent-rigidly-map): Add docstring, and move commands
4228 into named functions.
4229 (indent-rigidly-left, indent-rigidly-right)
4230 (indent-rigidly-left-to-tab-stop)
4231 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4232 indentation direction based on bidi direction, and accumulate
4233 sequential commands in a single undo boundary.
4234 (indent-rigidly--pop-undo): New utility function.
4235
4236 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * faces.el (read-face-name): Require crm.el when using crm-separator.
4239
4240 2013-12-20 Daniel Colascione <dancol@dancol.org>
4241
4242 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4243 so that we don't reflow comments into the shebang line.
4244
4245 2013-12-20 Juri Linkov <juri@jurta.org>
4246
4247 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4248 a position when `dired-directory' is non-nil. Check integer
4249 positions with `integerp'.
4250 (toggle-save-place, save-places-to-alist): Add check for
4251 `dired-directory'.
4252 (save-place-find-file-hook): Check integer positions with
4253 `integerp'.
4254 (save-place-dired-hook): Use `dired-goto-file' when
4255 `dired-filename' is found in the assoc list. Check integer
4256 positions with `integerp'.
4257 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4258
4259 * dired.el (dired-initial-position-hook): Rename back from
4260 `dired-initial-point-hook'.
4261 (dired-initial-position): Rename `dired-initial-point-hook' to
4262 `dired-initial-position-hook'.
4263 (dired-file-name-at-point): Doc fix. (Bug#15329)
4264
4265 2013-12-20 Juri Linkov <juri@jurta.org>
4266
4267 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4268 (read-regexp-suggestions): New function.
4269 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4270 Use `read-regexp-suggestions'. Add non-empty default to history
4271 for empty input.
4272 (occur-read-regexp-defaults-function): Remove function.
4273 (occur-read-primary-args): Use `regexp-history-last' instead of
4274 `occur-read-regexp-defaults-function'.
4275
4276 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4277 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4278 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4279 `hi-lock-read-regexp-defaults-function'. Doc fix.
4280 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4281 with `find-tag-default-as-symbol-regexp'. Doc fix.
4282 (hi-lock-read-regexp-defaults): Remove function.
4283 (hi-lock-regexp-okay): Add check for null.
4284
4285 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4286 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4287
4288 * subr.el (find-tag-default-as-symbol-regexp): New function.
4289 (find-tag-default-as-regexp): Move symbol regexp formatting to
4290 `find-tag-default-as-symbol-regexp'.
4291
4292 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4293
4294 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4295 (Bug#14179)
4296
4297 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4298
4299 * calendar/todo-mode.el: New implementation of item insertion
4300 commands and key bindings.
4301 (todo-key-prompt): New face.
4302 (todo-insert-item): New command.
4303 (todo-insert-item--parameters): New defconst, replacing defvar
4304 todo-insertion-commands-args-genlist.
4305 (todo-insert-item--param-key-alist): New defconst, replacing
4306 defvar todo-insertion-commands-arg-key-list.
4307 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4308 (todo-insert-item--argsleft, todo-insert-item--apply-args)
4309 (todo-insert-item--next-param): New functions.
4310 (todo-insert-item--args, todo-insert-item--argleft)
4311 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4312 New variables.
4313 (todo-key-bindings-t): Change binding of "i" from
4314 todo-insertion-map to todo-insert-item.
4315 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4316 (todo-insertion-command-name, todo-insertion-commands-names)
4317 (todo-define-insertion-command, todo-insertion-commands)
4318 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4319
4320 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4321
4322 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4323 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4324 eval-when-compile.
4325 (todo-move-category): Allow choosing a non-existing todo file to
4326 move the category to, and create that file.
4327 (todo-default-priority): New user option.
4328 (todo-set-item-priority): Use it.
4329 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4330 (desktop-restore-file-buffer): Declare.
4331 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4332 (todo-modes-set-2): Locally set desktop-save-buffer to
4333 todo-desktop-save-buffer.
4334 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4335 (auto-mode-alist): Add autoload cookie.
4336
4337 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4338
4339 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4340 helpers.el was a poor choice of name.
4341 (string-remove-prefix): New function.
4342 (string-remove-suffix): New function.
4343
4344 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4345
4346 Fix assignment for new window total sizes.
4347 * window.el (window--pixel-to-size): Remove function.
4348 (window--pixel-to-total-1, window--pixel-to-total):
4349 Fix calculation of new total sizes.
4350
4351 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4352
4353 * comint.el (comint-output-filter): Fix rear-nonsticky property
4354 placement (Bug#16010).
4355
4356 2013-12-20 Chong Yidong <cyd@gnu.org>
4357
4358 * faces.el (read-color): Minor fix for completion function.
4359
4360 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4361
4362 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4363 New option. (Bug#16182)
4364 (ruby-smie--indent-to-stmt-p): Use it.
4365 (ruby-smie-rules): Revert the logic in the handling of `when'.
4366 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4367 (ruby-deep-arglist, ruby-deep-indent-paren)
4368 (ruby-deep-indent-paren-style): Update docstrings to note that the
4369 vars don't have any effect with SMIE.
4370
4371 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4372
4373 * calc/calc.el (calc-enter, calc-pop): Use the variable
4374 `calc-context-sensitive-enter'.
4375
4376 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4377
4378 * net/shr.el (shr-insert): Protect against infloops in degenerate
4379 tables.
4380
4381 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4382
4383 * progmodes/octave.el (octave): Add link to manual and octave
4384 homepage.
4385 (octave-mode-menu): Link to octave-mode manual.
4386
4387 2013-12-20 Leo Liu <sdl.web@gmail.com>
4388
4389 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4390 insertion using skeleton-end-newline. (Bug#16138)
4391
4392 2013-12-20 Juri Linkov <juri@jurta.org>
4393
4394 * replace.el (occur-engine): Use `add-face-text-property'
4395 to add the face property to matches and titles. (Bug#14645)
4396
4397 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4398 the palette of other hi-lock colors.
4399 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4400
4401 2013-12-19 Juri Linkov <juri@jurta.org>
4402
4403 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4404 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4405 (minibuffer-history-symbol): Move variable declaration closer to
4406 its usage.
4407
4408 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4409 (Bug#14785)
4410
4411 2013-12-19 Juri Linkov <juri@jurta.org>
4412
4413 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4414 New function.
4415 (log-edit-hook): Add it to :options. (Bug#16170)
4416
4417 2013-12-19 Juri Linkov <juri@jurta.org>
4418
4419 * simple.el (eval-expression-print-format): Don't check for
4420 command names and the last command. Always display additional
4421 formats of the integer result in the echo area, and insert them
4422 to the current buffer only with a zero prefix arg.
4423 Display character when char-displayable-p is non-nil.
4424 (eval-expression): With a zero prefix arg, set `print-length' and
4425 `print-level' to nil, and insert the integer values from
4426 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4427
4428 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4429 `eval-last-sexp-arg-internal'. Doc fix.
4430 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4431 `eval-last-sexp-print-value'. Doc fix.
4432 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4433 Set `print-length' and `print-level' to nil when arg is zero.
4434 (eval-last-sexp): Doc fix.
4435 (eval-defun-2): Print the integer values from
4436 `eval-expression-print-format' at the end.
4437
4438 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4439 values from `eval-expression-print-format' at the end.
4440
4441 * ielm.el (ielm-eval-input): Print the integer
4442 values from `eval-expression-print-format' at the end.
4443
4444 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4445
4446 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4447 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4448
4449 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4452 (hl-line-highlight, global-hl-line-highlight): Use it.
4453 (hl-line-overlay): Use defvar-local.
4454
4455 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4456
4457 * term/ns-win.el: Require dnd.
4458 (global-map): Remove drag items.
4459 (ns-insert-text, ns-set-foreground-at-mouse)
4460 (ns-set-background-at-mouse):
4461 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4462 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4463 New functions.
4464
4465 2013-12-19 Glenn Morris <rgm@gnu.org>
4466
4467 * emacs-lisp/ert.el (ert-select-tests):
4468 Fix string/symbol mixup. (Bug#16121)
4469
4470 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4471
4472 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4473 keywords to their parent.
4474
4475 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4476
4477 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4478 first arg to be a string (fixed dead code), or an operator symbol.
4479 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4480 operator symbols.
4481 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4482 did nothing. Don't respond to `(:after ".")', it will be called
4483 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4484 change anything. Only return indentation for binary operators
4485 when they are hanging. De-dent opening paren when its parent is
4486 `.', otherwise it looks bad when the dot is not at bol or eol
4487 (bug#16182).
4488
4489 2013-12-19 Juri Linkov <juri@jurta.org>
4490
4491 * replace.el (query-replace-read-args): Split a non-negative arg
4492 and a negative arg into separate elements.
4493 (query-replace, query-replace-regexp, replace-string)
4494 (replace-regexp): Add arg `backward'. Doc fix.
4495 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4496 move point to the beginning of the match.
4497 (replace-search, replace-highlight): Use new arg `backward'
4498 to set the value of `isearch-forward'.
4499 (perform-replace): Add arg `backward' and use it to perform
4500 replacement backward. (Bug#14979)
4501
4502 * isearch.el (isearch-query-replace): Use a negative prefix arg
4503 to call `perform-replace' with a non-nil arg `backward'.
4504
4505 2013-12-18 Juri Linkov <juri@jurta.org>
4506
4507 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4508 to the default list. Move `log-edit-show-files' to the end.
4509 Add more available functions to options.
4510 (log-edit): Move default specific settings to
4511 `log-edit-insert-message-template'. Don't move point.
4512 (log-edit-insert-message-template): New function.
4513 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4514 (Bug#16170)
4515
4516 2013-12-18 Juri Linkov <juri@jurta.org>
4517
4518 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4519 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4520
4521 2013-12-18 Leo Liu <sdl.web@gmail.com>
4522
4523 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4524 (Bug#16186)
4525
4526 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4527
4528 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4529 formats for displaying file sizes when the -s switch is given.
4530 Instead, compute a separate format for displaying the size in
4531 blocks, which is displayed in addition to the "regular" size.
4532 When -h is given in addition to -s, produce size in blocks in
4533 human-readable form as well. (Bug#16179)
4534
4535 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4536
4537 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4538 Reference tables with ~\ref{...} instead of only \ref{...}.
4539
4540 2013-12-18 Chong Yidong <cyd@gnu.org>
4541
4542 * cus-edit.el (custom-magic-alist): Fix "themed" description
4543 (Bug#14348).
4544
4545 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4546 is non-nil, do not create a new entry in the symbol's theme-value
4547 or theme-face property; update theme-settings only (Bug#14664).
4548 (custom-available-themes): Doc fix.
4549
4550 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4551 (Bug#15674).
4552
4553 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4554
4555 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4556
4557 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4558 (Bug#13914).
4559
4560 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4561
4562 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4563
4564 2013-12-18 Glenn Morris <rgm@gnu.org>
4565
4566 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4567 * cus-start.el (load-prefer-newer): New option.
4568
4569 2013-12-18 Le Wang <l26wang@gmail.com>
4570
4571 * comint.el (comint-previous-matching-input-from-input):
4572 Retain point (Bug#13404).
4573
4574 2013-12-18 Chong Yidong <cyd@gnu.org>
4575
4576 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4577
4578 2013-12-18 Glenn Morris <rgm@gnu.org>
4579
4580 * mail/emacsbug.el (report-emacs-bug):
4581 Only mention enable-multibyte-characters if non-standard.
4582
4583 2013-12-17 Juri Linkov <juri@jurta.org>
4584
4585 * arc-mode.el (archive-extract-by-file): Check if directory exists
4586 before deletion to not show irrelevant errors if it doesn't exist.
4587
4588 2013-12-17 Juri Linkov <juri@jurta.org>
4589
4590 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4591 (Bug#14751)
4592
4593 * net/eww.el (browse-web): Add alias to `eww'.
4594 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4595 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4596
4597 * net/browse-url.el (browse-url-browser-function): Move `eww'
4598 closer to similar functions.
4599
4600 * startup.el (fancy-startup-screen, fancy-about-screen):
4601 Set browse-url-browser-function to eww-browse-url locally.
4602 (Bug#14751)
4603
4604 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * window.el (window--pixel-to-total): Remove unused `mini' var.
4607 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4608 (split-window): Remove unused `new' var.
4609 (window--display-buffer): Remove unused `frame' and `delta' vars.
4610 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4611 and display-width'.
4612
4613 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4614
4615 * dired.el (dired-mark-pop-up):
4616 * register.el (register-preview): Don't bind
4617 split-height-threshold here since it's now done in
4618 display-buffer-below-selected.
4619
4620 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4621
4622 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4623 xterm-rgb-convert-to-16bit.
4624 (rxvt-register-default-colors): Standardize with
4625 xterm-register-default-colors (Bug#14078).
4626
4627 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4628
4629 * simple.el (kill-region): Pass mark first, then point, so that
4630 kill-append works right (Bug#12819).
4631 (copy-region-as-kill, kill-ring-save): Likewise.
4632
4633 2013-12-17 Leo Liu <sdl.web@gmail.com>
4634
4635 * net/rcirc.el (rcirc-add-face):
4636 * eshell/em-prompt.el (eshell-emit-prompt):
4637 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4638 (Bug#16167)
4639
4640 2013-12-17 Chong Yidong <cyd@gnu.org>
4641
4642 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4643 Suggested by Xue Fuqiao.
4644
4645 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4646
4647 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4648
4649 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * net/shr.el (shr-insert-document): Remove unused var
4652 `shr-preliminary-table-render'.
4653 (shr-rescale-image): Remove unused arg `force'.
4654 (shr-put-image): Update calls accordingly.
4655 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4656
4657 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4658
4659 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4660 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4661 :close-all, to see which indentation method to use (Bug#16116).
4662 (smie-rules-function): Document the method :close-all.
4663
4664 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4665
4666 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4667
4668 * net/eww.el (eww-display-html): If we can't find the anchor we're
4669 looking for, then go to point-min.
4670
4671 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4672
4673 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4674 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4675 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4676 Expand dir too, in case it's relative.
4677
4678 2013-12-16 Juri Linkov <juri@jurta.org>
4679
4680 * desktop.el (desktop-auto-save-timeout): Change default to
4681 `auto-save-timeout'. Doc fix.
4682 (desktop-save): Skip the timestamp in desktop-saved-frameset
4683 when checking for auto-save changes.
4684 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4685 `desktop-auto-save' is called repeatedly by the idle timer.
4686 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4687 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4688 (Bug#15331)
4689
4690 2013-12-16 Juri Linkov <juri@jurta.org>
4691
4692 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4693 (Bug#16035)
4694 (isearch-pre-command-hook): Check `this-command' for symbolp.
4695
4696 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4699
4700 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4701
4702 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4703 (cfengine3--current-function): Bring in the current-function
4704 functionality from `cfengine3--current-word'.
4705 (cfengine3-completion-function): Bring in the
4706 bounds-of-current-word functionality from
4707 `cfengine3--current-word'.
4708
4709 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4710
4711 * window.el (display-buffer-below-selected):
4712 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4713
4714 2013-12-16 Leo Liu <sdl.web@gmail.com>
4715
4716 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4717 Remove NOMSG arg and all uses changed.
4718
4719 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4722 (cua--deactivate-rectangle): Don't deactivate the mark.
4723 (cua-set-rectangle-mark): Don't set mark-active since
4724 cua--activate-rectangle already does it for us.
4725 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4726 non-rectangular region.
4727
4728 * emulation/cua-base.el (cua-repeat-replace-region):
4729 Use with-current-buffer.
4730
4731 * net/gnutls.el: Use cl-lib.
4732 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4733
4734 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4735
4736 * emacs-lisp/package.el (package-built-in-p): Support both
4737 built-in and the package.el converted package descriptions.
4738 (package-show-package-list): Allow keywords.
4739 (package-keyword-button-action): Use it instead of
4740 `finder-list-matches'.
4741 (package-menu-filter-interactive): Interactive filtering (by
4742 keyword) function.
4743 (package-menu--generate): Support keywords and change keymappings
4744 and headers when they are given.
4745 (package--has-keyword-p): Helper function.
4746 (package-menu--refresh): Use it.
4747 (package--mapc): Helper function.
4748 (package-all-keywords): Use it.
4749 (package-menu-mode-map): Set up menu items and keybindings to
4750 provide a filtering UI.
4751
4752 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4753
4754 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4755 the behavior when a certificate fails validation. Defaults to
4756 old behavior: never abort, just warn.
4757 (gnutls-negotiate): Use it.
4758
4759 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4760
4761 * window.el (display-buffer-below-selected): Never split window
4762 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4763
4764 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4765
4766 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4767 (package-buffer-info): Use it (bug#15108).
4768
4769 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * icomplete.el (icomplete-completions): Make sure the prefix is already
4772 displayed elsewhere before hiding it (bug#16219).
4773
4774 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4775
4776 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4777 open-paren tokens when preceded by a open-paren, too.
4778 (ruby-smie-rules): Handle virtual indentation after open-paren
4779 tokens specially. If there is code between it and eol, return the
4780 column where is starts (Bug#16118).
4781
4782 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4783
4784 * progmodes/cfengine.el: Fix `add-hook' doc.
4785 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4786 (cfengine3--current-word): Fix parameters.
4787 (cfengine3-make-syntax-cache): Simplify further.
4788 (cfengine3-completion-function, cfengine3--current-function):
4789 Use `assq' for symbols.
4790 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4791
4792 2013-12-13 Glenn Morris <rgm@gnu.org>
4793
4794 * loadup.el (load-path): Warn if site-load or site-init changes it.
4795 No more need to reset it when bootstrapping.
4796
4797 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4798
4799 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4800 locations for cf-promises.
4801 (cfengine-mode-syntax-functions-regex): New caching variable.
4802 (cfengine3-fallback-syntax): Fallback syntax for cases where
4803 cf-promises doesn't run.
4804 (cfengine3--current-word): Reimplement using
4805 `cfengine-mode-syntax-functions-regex'.
4806 (cfengine3-completion-function, cfengine3--current-function):
4807 Use `cfengine3-make-syntax-cache' directly.
4808 (cfengine3-clear-syntax-cache): New function.
4809 (cfengine3-make-syntax-cache): Simplify and create
4810 `cfengine-mode-syntax-functions-regex' on demand.
4811 (cfengine3-format-function-docstring): Don't call
4812 `cfengine3-make-syntax-cache' explicitly.
4813
4814 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4815
4816 Fix windmove-find-other-window broken after pixelwise resizing
4817 (Bug#16017).
4818 * windmove.el (windmove-other-window-loc): Revert change from
4819 2013-12-04.
4820 (windmove-find-other-window): Call window-in-direction.
4821 * window.el (window-in-direction): New arguments SIGN, WRAP and
4822 MINI to emulate original windmove-find-other-window behavior.
4823
4824 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4825
4826 * simple.el (blink-matching--overlay): New variable.
4827 (blink-matching-open): Instead of moving point, highlight the
4828 matching paren with an overlay
4829 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4830
4831 * faces.el (paren-showing-faces, show-paren-match)
4832 (show-paren-mismatch): Move from paren.el.
4833
4834 2013-12-13 Leo Liu <sdl.web@gmail.com>
4835
4836 * indent.el (indent-region): Disable progress reporter in
4837 minibuffer. (Bug#16108)
4838
4839 * bindings.el (visual-order-cursor-movement): Fix version.
4840
4841 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4842
4843 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4844 Also match after beginning of line.
4845 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4846 files. Thanks to Russell Sim. (Bug#15378)
4847
4848 2013-12-13 Juri Linkov <juri@jurta.org>
4849
4850 * simple.el <Keypad support>: Remove key bindings duplicated
4851 with bindings.el. (Bug#14397)
4852
4853 2013-12-13 Juri Linkov <juri@jurta.org>
4854
4855 * comint.el (comint-mode-map): Replace `delete-char' with
4856 `delete-forward-char'. (Bug#16109)
4857
4858 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4859
4860 * progmodes/python.el (python-indent-calculate-indentation):
4861 Fix de-denters cornercase. (Bug#15731)
4862
4863 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4866 (advice--make): Pay attention to `depth'.
4867 (advice--make-1): Don't autoload commands eagerly.
4868 * emacs-lisp/elp.el (elp-instrument-function):
4869 * emacs-lisp/trace.el (trace-function-internal):
4870 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4871
4872 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4873
4874 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4875
4876 * term/w32-win.el (w32-handle-dropped-file):
4877 * startup.el (normal-top-level):
4878 * net/browse-url.el (browse-url-file-url):
4879 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4880 decode file names using 'utf-8' rather than
4881 file-name-coding-system.
4882
4883 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4884
4885 * progmodes/python.el (python-indent-context)
4886 (python-indent-calculate-indentation): Fix auto-identation
4887 behavior for comment blocks. (Bug#15916)
4888
4889 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4890
4891 * progmodes/python.el (python-indent-calculate-indentation):
4892 When determining indentation, don't treat "return", "pass", etc., as
4893 operators when they are just string constituents. (Bug#15812)
4894
4895 2013-12-12 Juri Linkov <juri@jurta.org>
4896
4897 * uniquify.el (uniquify-buffer-name-style): Change default to
4898 `post-forward-angle-brackets'.
4899
4900 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4901 `uniquify'. Change default to `post-forward-angle-brackets'.
4902
4903 2013-12-11 Glenn Morris <rgm@gnu.org>
4904
4905 * emacs-lisp/package.el (finder-list-matches):
4906 Autoload rather than falsely declaring.
4907
4908 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4909
4910 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4911 (eww-mode-map): Use them.
4912
4913 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4914
4915 * window.el (display-buffer-in-side-window): Fix doc-string
4916 (Bug#16115).
4917
4918 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4919
4920 * vc/vc-git.el: Silence byte-compiler warnings.
4921 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4922 (log-edit-set-header): Declare.
4923
4924 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4925
4926 * Makefile.in (custom-deps, finder-data): Run output file names
4927 through unmsys--file-name. (Bug#16099)
4928
4929 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4932 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4933
4934 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4935 instead of deleting the selection "by hand" (bug#16098).
4936 Rely on insert-for-yank to yank rectangles.
4937 (cua-highlight-region-shift-only): Mark obsolete.
4938 (cua-mode): Don't enable/disable transient-mark-mode,
4939 shift-select-mode (cua-mode works both with and without them), and
4940 pc-selection-mode (obsolete).
4941 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4942 (cua--deactivate-rectangle): Deactivate it.
4943
4944 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4945 (delete-selection-helper): Make sure yank starts at the top of the
4946 deleted region.
4947 (minibuffer-keyboard-quit): Use region-active-p.
4948
4949 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4950
4951 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4952 to `delete' (bug#16109).
4953
4954 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4955
4956 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4957 info manual and show keybindings and set `:group' keyword.
4958
4959 2013-12-11 Juri Linkov <juri@jurta.org>
4960
4961 * delsel.el (delete-active-region): Let-bind `this-command'
4962 to prevent `kill-region' from changing its original value.
4963 (delete-selection-helper): Handle `overwrite-mode' for the type
4964 `kill' exactly the same way as for the type `t'.
4965 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4966 Support more commands. (Bug#13312)
4967
4968 2013-12-11 Juri Linkov <juri@jurta.org>
4969
4970 * bindings.el: Map kp keys to non-kp keys systematically
4971 with basic modifiers control, meta and shift. (Bug#14397)
4972
4973 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4974
4975 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4976 "Close browser" menu items. Fix wrong function of "List
4977 bookmarks".
4978
4979 2013-12-11 Juri Linkov <juri@jurta.org>
4980
4981 * misearch.el (multi-isearch-buffers): Set the value of
4982 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4983 arg of isearch-forward to t.
4984 (multi-isearch-buffers-regexp): Set the value of
4985 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4986 arg of isearch-forward-regexp to t.
4987 (multi-isearch-files): Set the value of
4988 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4989 arg of isearch-forward to t.
4990 (multi-isearch-files-regexp): Set the value of
4991 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4992 arg of isearch-forward-regexp to t. (Bug#16035)
4993
4994 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4995 arg of isearch-forward to t.
4996 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4997 arg of isearch-forward-regexp to t.
4998 (dired-isearch-filter-filenames): Remove unnecessary check for
4999 `dired-isearch-filenames'.
5000
5001 * comint.el (comint-history-isearch-backward):
5002 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5003 (comint-history-isearch-backward-regexp):
5004 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5005
5006 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5007
5008 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5009 unmsys--file-name. (Bug#16099)
5010
5011 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5012
5013 * emacs-lisp/package.el (package-keyword-button-action):
5014 Remove finder.el require dependency.
5015
5016 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5017
5018 * emacs-lisp/package.el: Require finder.el.
5019 (describe-package-1): Add keyword buttons.
5020 (package-make-button): New convenience function.
5021 (package-keyword-button-action): Keyword button action using
5022 `finder-list-matches'.
5023
5024 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5025
5026 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5027 last commit.
5028
5029 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5032 symlinked files.
5033
5034 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5035
5036 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5037 after the end of a percent literal.
5038
5039 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5040
5041 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5042 Handle caret-delimited strings (Bug#16079).
5043
5044 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5045
5046 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5047 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5048 `ruby-parse-partial' (Bug#16078).
5049
5050 2013-12-09 Leo Liu <sdl.web@gmail.com>
5051
5052 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5053
5054 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5055
5056 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5057 (js-switch-indent-offset): New option.
5058 (js--proper-indentation): Use it. And handle the case when
5059 "default" is actually a key in an object literal.
5060 (js--same-line): New function.
5061 (js--multi-line-declaration-indentation): Use it.
5062 (js--indent-in-array-comp, js--array-comp-indentation):
5063 New functions.
5064 (js--proper-indentation): Use them, to handle array comprehension
5065 continuations.
5066
5067 2013-12-08 Leo Liu <sdl.web@gmail.com>
5068
5069 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5070 (flymake-make-overlay): Remove arg MOUSE-FACE.
5071 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5072
5073 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5076 New function.
5077 (redisplay-highlight-region-function): Use it.
5078
5079 * emulation/cua-base.el (cua--explicit-region-start)
5080 (cua--last-region-shifted): Remove.
5081 (cua--deactivate): Use deactivate-mark.
5082 (cua--pre-command-handler-1): Don't handle shift-selection.
5083 (cua--post-command-handler-1): Don't change transient-mark-mode.
5084 (cua--select-keymaps): Use region-active-p rather than
5085 cua--explicit-region-start or cua--last-region-shifted.
5086 (cua-mode): Enable shift-select-mode.
5087
5088 2013-12-08 Leo Liu <sdl.web@gmail.com>
5089
5090 * progmodes/flymake.el (flymake-popup-current-error-menu):
5091 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5092 (flymake-posn-at-point-as-event, flymake-popup-menu)
5093 (flymake-make-emacs-menu): Remove. (Bug#16077)
5094
5095 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * rect.el (rectangle-mark-mode): Activate mark even if
5098 transient-mark-mode is off (bug#16066).
5099 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5100 is > mark and at bolp.
5101
5102 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5103 (region-extract-function): Use it.
5104 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5105 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5106 Delete functions.
5107 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5108 kill-ring-save, kill-region, delete-char, delete-forward-char.
5109 Ignore self-insert-iso.
5110
5111 * emulation/cua-gmrk.el (cua--init-global-mark):
5112 Ignore `self-insert-iso'.
5113
5114 * emulation/cua-base.el (cua--prefix-copy-handler)
5115 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5116 checking cua--rectangle.
5117 (cua-delete-region): Use region-extract-function.
5118 (cua-replace-region): Delete function.
5119 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5120 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5121 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5122 (cua--init-keymaps): Don't remap delete-selection commands.
5123 (cua-mode): Use delete-selection-mode instead of rolling our own
5124 (bug#16085).
5125
5126 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5127 Obey region-extract-function.
5128
5129 Make registers and delete-selection-mode work on rectangles.
5130 * register.el (describe-register-1): Don't modify the register's value.
5131 (copy-to-register): Obey region-extract-function.
5132 * delsel.el (delete-active-region): Obey region-extract-function.
5133
5134 2013-12-08 Leo Liu <sdl.web@gmail.com>
5135
5136 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5137 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5138 (flymake-compilation-prevents-syntax-check)
5139 (flymake-start-syntax-check-on-newline)
5140 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5141 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5142 (flymake-xml-program, flymake-master-file-dirs)
5143 (flymake-master-file-count-limit)
5144 (flymake-allowed-file-name-masks): Relocate.
5145 (flymake-makehash, flymake-float-time)
5146 (flymake-replace-regexp-in-string, flymake-split-string)
5147 (flymake-get-temp-dir): Remove.
5148 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5149 (flymake-current-row, flymake-selected-frame)
5150 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5151 related functions. (Bug#16077)
5152
5153 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5154
5155 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5156
5157 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5158
5159 * help-fns.el (describe-function-1): Use new advice-* functions
5160 rather than old ad-* functions. Fix function type description and
5161 source links for advised functions and subrs.
5162
5163 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5164
5165 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5166
5167 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5168
5169 * progmodes/compile.el (compilation-start):
5170 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5171
5172 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5173 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5174
5175 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5176
5177 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5178 Touch up the last change.
5179
5180 2013-12-06 Leo Liu <sdl.web@gmail.com>
5181
5182 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5183 (inferior-octave-startup): Always use "octave> " for prompt.
5184 (octave-goto-function-definition)
5185 (octave-sync-function-file-names)
5186 (octave-find-definition-default-filename): Remove redundant backquotes.
5187
5188 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5189
5190 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5191 syntax for `?'.
5192 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5193 where appropriate already.
5194 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5195 end of method names (Bug#15874).
5196
5197 2013-12-06 Juri Linkov <juri@jurta.org>
5198
5199 * isearch.el (isearch--saved-overriding-local-map):
5200 New internal variable.
5201 (isearch-mode): Set it to the initial value of
5202 `overriding-terminal-local-map'.
5203 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5204 with `isearch--saved-overriding-local-map'. (Bug#16035)
5205
5206 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5207
5208 * progmodes/octave.el (inferior-octave-completion-table):
5209 Turn back into function, use `completion-table-with-cache'
5210 (Bug#11906). Update all references.
5211
5212 * minibuffer.el (completion-table-with-cache): New function.
5213
5214 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5215
5216 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5217
5218 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5219
5220 * net/eww.el (eww-current-source): New variable to store page
5221 source.
5222 (eww-display-html, eww-mode, eww-save-history)
5223 (eww-restore-history): Use it.
5224 (eww-view-source): New command to view page source.
5225 Opportunistically uses `html-mode' to highlight the buffer.
5226 (eww-mode-map): Install it.
5227
5228 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5229
5230 * net/dbus.el (dbus-unregister-service)
5231 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5232 Fix docstring.
5233 (dbus-unregister-service): Skip :serial entries in
5234 `dbus-registered-objects-table'.
5235 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5236
5237 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5238
5239 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5240 around keywords with extra `split-string' argument.
5241
5242 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5243
5244 * windmove.el (windmove-other-window-loc): Handle navigation
5245 between windows (excluding the minibuffer window - Bug#16017).
5246
5247 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5248
5249 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5250 in D-Bus type syntax.
5251 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5252 preserve unibyte strings. (Bug#16048)
5253
5254 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5257 Call force-mode-line-update is the proper buffer (bug#16042).
5258
5259 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5260
5261 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5262 `log-edit-remember-comment', make argument optional. Adjust all
5263 callers.
5264 (log-edit-mode): Add `log-edit-remember-comment' to
5265 `kill-buffer-hook' locally.
5266 (log-edit-kill-buffer): Don't remember comment explicitly since
5267 the buffer is killed anyway.
5268
5269 2013-12-04 Juri Linkov <juri@jurta.org>
5270
5271 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5272 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5273
5274 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5275
5276 * notifications.el (notifications-close-notification): Call the
5277 D-Bus method with ID being a `:uint32'. (Bug#16030)
5278
5279 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5280
5281 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5282
5283 2013-12-03 Juri Linkov <juri@jurta.org>
5284
5285 * progmodes/compile.el (compilation-start): Rename window alist
5286 entry `no-display-ok' to `allow-no-window'.
5287
5288 * simple.el (shell-command): Add window alist entry
5289 `allow-no-window' to `display-buffer'.
5290 (async-shell-command): Doc fix.
5291
5292 * window.el (display-buffer-no-window): New action function.
5293 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5294
5295 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5296
5297 * vc/log-edit.el (log-edit-set-header): Extract from
5298 `log-edit-toggle-header'.
5299 (log-edit-extract-headers): Separate the summary, when extracted
5300 from header, from the rest of the message with an empty line.
5301
5302 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5303 line, if present, to the Summary header.
5304
5305 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5306
5307 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5308 in current-buffer (bug#16029).
5309
5310 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
5311
5312 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5313 (debugger-mode-map): Bind it.
5314 (debugger--backtrace-base): New function.
5315 (debugger-eval-expression): Use it.
5316 (debugger-frame-number): Skip local vars when present.
5317 (debugger--locals-visible-p, debugger--insert-locals)
5318 (debugger--show-locals, debugger--hide-locals): New functions.
5319
5320 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5321
5322 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5323 "LC_ALL".
5324 (tramp-get-remote-locale): New defun.
5325 (tramp-open-connection-setup-interactive-shell): Use it.
5326
5327 2013-12-02 Leo Liu <sdl.web@gmail.com>
5328
5329 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5330
5331 * progmodes/sh-script.el (sh-shell-process):
5332 * progmodes/octave.el (inferior-octave-process-live-p):
5333 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5334 (gdb-inferior-io-sentinel):
5335 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5336
5337 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5338
5339 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5340 `save-selected-window' to `log-edit-hide-buf'. This makes
5341 `log-edit-show-files' idempotent.
5342 (log-edit-show-files): Mark the new window as dedicated.
5343
5344 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5345
5346 * vc/log-edit.el (log-edit-mode-map): Add binding for
5347 `log-edit-kill-biffer'.
5348 (log-edit-hide-buf): Add a FIXME comment.
5349 (log-edit-add-new-comment): New function, extracted from
5350 `log-edit-done'.
5351 (log-edit-done, log-edit-add-to-changelog): Use it.
5352 (log-edit-kill-buffer): New command.
5353
5354 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5355
5356 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5357 instead of killing the buffer.
5358
5359 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5362
5363 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5364
5365 * net/eww.el (eww-form-checkbox-selected-symbol)
5366 (eww-form-checkbox-symbol): New customizable variable.
5367 (eww-form-checkbox, eww-toggle-checkbox):
5368 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5369
5370 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5371 (shr--get-media-pref, shr--extract-best-source): New function.
5372 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5373 no :src tag was specified.
5374
5375 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5376 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5377 Use \\` to match beginning of string instead of ^.
5378 (eww-browse-with-external-browser): Provide optional URL parameter.
5379 (eww-render): Set `eww-current-title' back to "".
5380
5381 * net/shr.el (shr-tag-video): Display content for video if no
5382 poster is available.
5383 (shr-tag-audio): Add support for <audio> tag.
5384
5385 * net/eww.el (eww-text-input-types): New const.
5386 (eww-process-text-input): Treat input types in
5387 `eww-text-input-types' as text.
5388
5389 * net/shr.el (shr-tag-table): Fix comment typo.
5390
5391 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5392
5393 * net/eww.el (eww-follow-link): New command to avoid reloading
5394 pages when we follow #target links (bug#15243).
5395 (eww-quit): Special mode buffers shouldn't query before exiting.
5396
5397 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5398
5399 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5400 forms.
5401
5402 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5403
5404 * net/eww.el (eww-restore-history): Update the window title after
5405 moving in the history.
5406 (eww-current-dom): New variable used to save the current DOM.
5407
5408 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5409
5410 * vc/log-edit.el (log-edit-mode-map): Add binding for
5411 `log-edit-beginning-of-line'.
5412 (log-edit-setup-add-author): New user option.
5413 (log-edit-beginning-of-line): New command.
5414 (log-edit): Move major mode call above the contents setup so that
5415 the local variable values are already applied.
5416 (log-edit): Only insert "Author: " when
5417 `log-edit-setup-add-author' is non-nil.
5418 (log-edit): When SETUP is non-nil, position point after ": "
5419 instead of point-min.
5420
5421 2013-12-01 Glenn Morris <rgm@gnu.org>
5422
5423 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5424
5425 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5426
5427 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5428 redisplay to make sure the initial frame gets a chance to become
5429 visible. (Bug#16014)
5430
5431 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5432
5433 Support resizing frames and windows pixelwise.
5434 * cus-start.el (frame-resize-pixelwise)
5435 (window-resize-pixelwise): New entries.
5436 * emacs-lisp/debug.el (debug): Use window-total-height instead
5437 of window-total-size.
5438 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5439 * help.el (describe-bindings-internal): Use help-buffer as
5440 argument for with-help-window.
5441 (temp-buffer-max-width): New option.
5442 (resize-temp-buffer-window, help-window-setup)
5443 (with-help-window): Rewrite.
5444 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5445 dragging dividers.
5446 * window.el (frame-char-size, window-min-pixel-height)
5447 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5448 (window-min-pixel-width, window-safe-min-pixel-size)
5449 (window-combination-p, window-safe-min-size)
5450 (window-resizable-p, window--size-to-pixel)
5451 (window--pixel-to-size, window--resize-apply-p): New functions.
5452 (window-safe-min-height): Fix doc-string.
5453 (window-size, window-min-size, window--min-size-1)
5454 (window-sizable, window-sizable-p, window--min-delta-1)
5455 (window-min-delta, window--max-delta-1, window-max-delta)
5456 (window--resizable, window--resizable-p, window-resizable)
5457 (window-full-height-p, window-full-width-p, window-at-side-p)
5458 (window--in-direction-2, window-in-direction)
5459 (window--resize-reset-1, window--resize-mini-window)
5460 (window-resize, window-resize-no-error)
5461 (window--resize-child-windows-normal)
5462 (window--resize-child-windows, window--resize-siblings)
5463 (window--resize-this-window, window--resize-root-window)
5464 (window--resize-root-window-vertically)
5465 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5466 (maximize-window, minimize-window, delete-window)
5467 (quit-restore-window, window-split-min-size, split-window)
5468 (balance-windows-2, balance-windows)
5469 (balance-windows-area-adjust, balance-windows-area)
5470 (window--state-get-1, window-state-get, window--state-put-1)
5471 (window--state-put-2, window-state-put)
5472 (display-buffer-record-window, window--display-buffer):
5473 Make functions handle pixelwise sizing of windows.
5474 (display-buffer--action-function-custom-type)
5475 (display-buffer-fallback-action):
5476 Add display-buffer-in-previous-window.
5477 (display-buffer-use-some-window): Resize window to height it had
5478 before.
5479 (fit-window-to-buffer-horizontally): New option.
5480 (fit-frame-to-buffer): Describe new values.
5481 (fit-frame-to-buffer-bottom-margin): Replace with
5482 fit-frame-to-buffer-margins.
5483 (window--sanitize-margin): New function.
5484 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5485 using window-text-pixel-size.
5486
5487 2013-11-30 Glenn Morris <rgm@gnu.org>
5488
5489 * emacs-lisp/bytecomp.el (byte-compile-form):
5490 Make the `interactive-only' warning like the `obsolete' one.
5491 * comint.el (comint-run):
5492 * files.el (insert-file-literally, insert-file):
5493 * replace.el (replace-string, replace-regexp):
5494 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5495 (goto-line, insert-buffer, next-line, previous-line):
5496 Tweak `interactive-only' spec.
5497
5498 Stop keeping (most) generated cedet grammar files in the repository.
5499 * Makefile.in (semantic): New.
5500 (compile-main): Depend on semantic.
5501
5502 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5505 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5506
5507 * uniquify.el (uniquify-buffer-name-style): Change default.
5508
5509 * loadup.el: Preload "uniquify".
5510
5511 * time.el (display-time-update): Update all mode lines (bug#15999).
5512
5513 * electric.el (electric-indent-mode): Enable by default.
5514 * loadup.el: Preload "electric".
5515
5516 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5517
5518 * emacs-lisp/helpers.el (string-empty-p): New function.
5519 (string-blank-p): New function.
5520
5521 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5522
5523 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5524 (Bug#14029).
5525
5526 2013-11-29 Andreas Politz <politza@fh-trier.de>
5527 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5528 allow non-lambda lists as functions.
5529 (imenu--in-alist): Don't recurse into non-subalists.
5530 (imenu): Don't pass function itself as an argument (Bug#14029).
5531
5532 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * progmodes/python.el (python-mode-map): Remove binding for ":".
5535 (python-indent-electric-colon): Remove command.
5536 (python-indent-post-self-insert-function): Integrate the previous code
5537 of python-indent-electric-colon. Make it conditional on
5538 electric-indent-mode.
5539 (python-mode): Add ?: to electric-indent-chars.
5540 Move python-indent-post-self-insert-function to the end of
5541 post-self-insert-hook.
5542
5543 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5544
5545 * doc-view.el (doc-view-goto-page): Update mode-line.
5546
5547 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5548
5549 2013-11-27 Glenn Morris <rgm@gnu.org>
5550
5551 * international/charprop.el, international/uni-bidi.el:
5552 * international/uni-category.el, international/uni-combining.el:
5553 * international/uni-comment.el, international/uni-decimal.el:
5554 * international/uni-decomposition.el, international/uni-digit.el:
5555 * international/uni-lowercase.el, international/uni-mirrored.el:
5556 * international/uni-name.el, international/uni-numeric.el:
5557 * international/uni-old-name.el, international/uni-titlecase.el:
5558 * international/uni-uppercase.el:
5559 Remove generated files from VCS repository.
5560
5561 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5562
5563 * filenotify.el (file-notify-add-watch): Don't special-case
5564 w32notify when computing the directory to watch.
5565
5566 2013-11-27 Glenn Morris <rgm@gnu.org>
5567
5568 Make bootstrap without generated uni-*.el files possible again.
5569 * loadup.el: Update command-line-args checking for unidata-gen.
5570 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5571 * composite.el, international/characters.el:
5572 Handle unicode tables being undefined.
5573
5574 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5575 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5576 (compile-main): Depend on leim rule.
5577 (leim): New rule.
5578 * loadup.el: Move leim-list.el to leim/ subdirectory.
5579 * startup.el (normal-top-level): No more leim directory.
5580 * international/ja-dic-cnv.el (skkdic-convert):
5581 Disable version-control and autoloads in output files.
5582 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5583 Disable version-control and autoloads in output files.
5584 * leim/quail: Move here from ../leim.
5585 * leim/quail/hangul.el (hangul-input-method-activate):
5586 Add autoload cookie.
5587 (generated-autoload-load-name): Set file-local value.
5588 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5589 (generated-autoload-load-name): Set file-local value.
5590
5591 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5592
5593 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5594 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5595 (eww-quit): Ask confirmation before quitting eww.
5596
5597 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5598
5599 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5600 reading output from Diff on MS-Windows and MS-DOS.
5601
5602 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5603
5604 * emacs-lisp/helpers.el (string-reverse): New function.
5605
5606 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5607
5608 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5609 names on MS Windows, like "/[::1]:".
5610
5611 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5612 SWITCHES.
5613
5614 2013-11-26 Glenn Morris <rgm@gnu.org>
5615
5616 * progmodes/python.el (python-indent-guess-indent-offset):
5617 Avoid corner-case error. (Bug#15975)
5618
5619 Preload leim-list.el. (Bug#4789)
5620 * loadup.el: Load leim-list.el when found.
5621 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5622
5623 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5624
5625 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5626
5627 * emacs-lisp/helpers.el (string-join): New function.
5628
5629 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5630
5631 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5632 Mark as obsolete and replace it with a symbol property.
5633 (byte-compile-form): Use new 'interactive-only property.
5634 * comint.el, files.el, replace.el, simple.el:
5635 Apply new 'interactive-only properly.
5636
5637 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5638
5639 * window.el (display-buffer-at-bottom): Make sure that
5640 split-window-sensibly creates the new window on bottom
5641 (Bug#15961).
5642
5643 2013-11-23 David Kastrup <dak@gnu.org>
5644
5645 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5646 on the conflict markers when available.
5647 (smerge--get-marker): New function.
5648 (smerge-end-re, smerge-base-re): Add subgroup.
5649
5650 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * frame.el (handle-focus-in, handle-focus-out): Add missing
5653 interactive spec.
5654
5655 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5656
5657 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5658 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5659
5660 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5663 (gomoku--last-pos): New var.
5664 (gomoku--intangible-chars): New const.
5665 (gomoku--intangible): New function.
5666 (gomoku-mode): Use it. Derive from special-mode.
5667 (gomoku-move-up): Adjust line count.
5668 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5669 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5670 Simplify accordingly.
5671
5672 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5673 Remove blink-cursor code.
5674 (blink-cursor-timer-function, blink-cursor-suspend):
5675 Don't special-case GUIs.
5676 (blink-cursor-mode): Use focus-in/out-hook.
5677
5678 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5679
5680 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5681 work when annotation is invisible (Bug#13886).
5682
5683 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5684
5685 * json.el (json-alist-p): Only return non-nil if the alist has
5686 simple keys (Bug#13518).
5687
5688 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5689
5690 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5691 when control-statement is the first statement in a buffer (Bug#15956).
5692
5693 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5694
5695 * imenu.el (imenu-generic-skip-comments-and-strings):
5696 New option (Bug#15560).
5697 (imenu--generic-function): Use it.
5698
5699 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5700
5701 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5702 (Bug#13898)
5703
5704 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5705
5706 * emacs-lisp/helpers.el: Add some string helpers.
5707 (string-trim-left): Removes leading whitespace.
5708 (string-trim-right): Removes trailing whitespace.
5709 (string-trim): Removes leading and trailing whitespace.
5710
5711 * subr.el (string-suffix-p): New function.
5712
5713 2013-11-23 Glenn Morris <rgm@gnu.org>
5714
5715 * progmodes/python.el (python-shell-send-file):
5716 Add option to delete file when done. (Bug#15647)
5717 (python-shell-send-string, python-shell-send-region): Use it.
5718
5719 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5720
5721 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5722 to set buffer-read-only to t, never to nil. (Bug#15938)
5723
5724 * textmodes/tex-mode.el (latex-noindent-environments):
5725 Add safe-local-variable property. (Bug#15936)
5726
5727 2013-11-23 Glenn Morris <rgm@gnu.org>
5728
5729 * textmodes/enriched.el (enriched-mode): Doc fix.
5730 * emacs-lisp/authors.el (authors-renamed-files-alist):
5731 Add enriched.doc -> enriched.txt.
5732
5733 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5734
5735 2013-11-22 Leo Liu <sdl.web@gmail.com>
5736
5737 * progmodes/octave.el (inferior-octave-startup): Spit out error
5738 message.
5739
5740 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5741
5742 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5743 Improve docstring.
5744 Add :version.
5745 (ruby-encoding-magic-comment-style): Add :version.
5746
5747 2013-11-22 Leo Liu <sdl.web@gmail.com>
5748
5749 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5750 (Bug#15076)
5751 (octave-help-mode): Adapt to change to help-mode-finish to use
5752 derived-mode-p on 2013-09-17.
5753 (inferior-octave-prompt): Also match octave-gui.
5754 (octave-kill-process): Don't ask twice. (Bug#10564)
5755
5756 2013-11-22 Leo Liu <sdl.web@gmail.com>
5757
5758 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5759 (inferior-octave-startup, inferior-octave-check-process)
5760 (inferior-octave-track-window-width-change)
5761 (octave-completion-at-point, octave-eldoc-function): Use it.
5762 (octave-kill-process): Provide confirmation. (Bug#10564)
5763
5764 2013-11-21 Leo Liu <sdl.web@gmail.com>
5765
5766 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5767 Fix obsolete variable comment-use-global-state.
5768
5769 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5770
5771 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5772 Add `octave-source-file'.
5773 (octave-source-file): New function. (Bug#15935)
5774
5775 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5776
5777 * net/eww.el (eww-local-regex): New variable.
5778 (eww): Use it to detect localhost and similar.
5779
5780 2013-11-21 Leo Liu <sdl.web@gmail.com>
5781
5782 Add completion for command `ag'.
5783 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5784 (pcomplete/ag): New function.
5785 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5786
5787 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5790 (bug#14646).
5791 (make-obsolete): Remove interactive spec.
5792
5793 2013-11-21 Glenn Morris <rgm@gnu.org>
5794
5795 * startup.el (command-line-1): Use path-separator with -L.
5796
5797 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5798
5799 * emacs-lisp/package.el (describe-package-1): Add package archive
5800 to shown fields.
5801
5802 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5803
5804 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5805 Change default to "# encoding: %s" to differentiate it from the
5806 default Ruby encoding comment template.
5807
5808 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5809
5810 * ses.el (ses-mode): Doc fix. (Bug#14748)
5811
5812 2013-11-20 Leo Liu <sdl.web@gmail.com>
5813
5814 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5815
5816 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5817
5818 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5819 when rebase or bisect are in progress.
5820
5821 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5822
5823 * filenotify.el (file-notify-add-watch): Doc fix.
5824
5825 2013-11-19 Leo Liu <sdl.web@gmail.com>
5826
5827 * obsolete/rcompile.el: Mark obsolete.
5828
5829 * progmodes/compile.el (compilation-start)
5830 (compilation-goto-locus, compilation-find-file):
5831 Pass no-display-ok and handle nil value from display-buffer.
5832 (Bug#13594)
5833
5834 * window.el (display-buffer-alist, display-buffer): Document the
5835 new parameter no-display-ok. Return either a window or nil
5836 but never a non-window value.
5837
5838 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * electric.el (electric-indent-mode-map): Remove.
5841 (electric-indent-mode): Change the global-map instead (bug#15915).
5842
5843 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5844 Use add-function.
5845
5846 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * emacs-lisp/nadvice.el (remove-function): Align with
5849 add-function's behavior.
5850
5851 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5852 (gdb--string-regexp): New constant.
5853 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5854 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5855 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5856 submatch 1.
5857 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5858 Adjust use accordingly.
5859 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5860
5861 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5862
5863 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5864 interpolation curlies (Bug#15914).
5865
5866 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5867
5868 * calc/calc.el (calc-context-sensitive-enter): New variable.
5869 (calc-enter): Use `calc-context-sensitive-enter'.
5870
5871 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5872
5873 * progmodes/cfengine.el: Version bump.
5874 (cfengine-cf-promises): New defcustom to locate cf-promises.
5875 (cfengine3-vartypes): Add new "data" type.
5876 (cfengine3--current-word): New function to get current name-like
5877 word or its bounds.
5878 (cfengine3--current-function): New function to look up a CFEngine
5879 function's definition.
5880 (cfengine3-format-function-docstring): New function.
5881 (cfengine3-make-syntax-cache): New function.
5882 (cfengine3-documentation-function): New function: ElDoc glue.
5883 (cfengine3-completion-function): New function: completion glue.
5884 (cfengine3-mode): Set `compile-command',
5885 `eldoc-documentation-function', and add to
5886 `completion-at-point-functions'.
5887
5888 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5891 `tramp-current-connection'.
5892
5893 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5894
5895 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5896 nil/self/true/false with "end of symbol".
5897
5898 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5899
5900 * subr.el (version-regexp-alist): Fix a typo.
5901
5902 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5905 "en_US.utf8" and "LC_CTYPE" to "".
5906 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5907 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5908
5909 2013-11-15 Leo Liu <sdl.web@gmail.com>
5910
5911 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5912
5913 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * progmodes/gud.el (ctl-x-map):
5916 Remove C-x SPC binding. (Bug#12342)
5917 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5918
5919 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5920
5921 * subr.el (version-regexp-alist):
5922 Recognize hg, svn and darcs versions as snapshot versions.
5923
5924 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5925 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5926 (ruby--encoding-comment-required-p): Extract from
5927 `ruby-mode-set-encoding'.
5928 (ruby-mode-set-encoding): Add the ability to always insert an
5929 utf-8 encoding comment. Fix and simplify coding comment update
5930 logic.
5931
5932 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5933
5934 * net/tramp-gvfs.el (top): Run init code only when
5935 `tramp-gvfs-enabled' is not nil.
5936 (tramp-gvfs-enabled): Check also :system bus.
5937
5938 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 Sync with upstream verilog-mode revision 78e66ba.
5941 * progmodes/verilog-mode.el (verilog-end-of-defun)
5942 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5943 (verilog-get-end-of-defun): Remove unused argument.
5944 (verilog-comment-depth): Remove unused local `e'.
5945 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5946 Don't pass arg to verilog-get-end-of-defun.
5947
5948 2013-11-14 Glenn Morris <rgm@gnu.org>
5949
5950 * obsolete/assoc.el (aget): Prefix dynamic variable.
5951
5952 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5953
5954 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * widget.el, hfy-cmap.el: Remove bogus package version number.
5957
5958 2013-11-13 Glenn Morris <rgm@gnu.org>
5959
5960 * replace.el (replace-eval-replacement):
5961 Try to give more helpful error message. (Bug#15836)
5962
5963 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5964 (archive-7z-update): Avoid custom type mismatches.
5965
5966 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5967
5968 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5969
5970 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5971 address can be empty.
5972
5973 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5974 Accept nil SWITCHES.
5975 (tramp-gvfs-handle-write-region): Implement APPEND.
5976
5977 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5978
5979 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5980 binary "|" operator and closing block args delimiter.
5981 Remove FIXME comment referring to Ruby 1.8-only syntax.
5982 (ruby-smie--implicit-semi-p): Not after "|" operator.
5983 (ruby-smie--closing-pipe-p): New function.
5984 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5985 (ruby-smie-rules): Indent after "|".
5986
5987 2013-11-12 Glenn Morris <rgm@gnu.org>
5988
5989 * ps-print.el (ps-face-attribute-list):
5990 Handle anonymous faces. (Bug#15827)
5991
5992 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5993
5994 * window.el (display-buffer-other-frame): Fix doc-string.
5995 (Bug#15868)
5996
5997 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5998
5999 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6000
6001 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6002
6003 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6004 (tramp-sh-handle-file-local-copy): Don't write a message when
6005 saving temporary files.
6006
6007 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6008 both directories are remote.
6009 (tramp-smb-handle-directory-files): Do not return double entries.
6010 Do not expand full file names.
6011 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6012 (tramp-smb-handle-write-region): Implement APPEND.
6013 (tramp-smb-get-stat-capability): Fix a stupid bug.
6014
6015 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6018
6019 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6020
6021 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6022 throwing error over malformed let/let* (bug#15814).
6023
6024 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * iswitchb.el (iswitchb-mode): Mark obsolete.
6027
6028 2013-11-11 Glenn Morris <rgm@gnu.org>
6029
6030 * international/uni-bidi.el, international/uni-category.el:
6031 * international/uni-name.el, international/uni-numeric.el:
6032 Regenerate for Unicode 6.3.0.
6033
6034 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6035
6036 * net/tramp.el (tramp-methods):
6037 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6038 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6039
6040 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6041
6042 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6043 Force highlighting text after Summary keyword in doc face for rpm.
6044
6045 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6046
6047 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6048 available and the word has no wildcards, append one to the grep pattern.
6049 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6050 (ispell-complete-word): Call `ispell-lookup-words' with the value
6051 independent of `ispell-look-p'.
6052
6053 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6054
6055 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6056 Not after "||".
6057 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6058 their parent.
6059
6060 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6063 (ruby-font-lock-keywords): Use backquote.
6064
6065 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6066
6067 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6068 (ruby-smie--backward-token): Only consider full-string matches.
6069
6070 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6071
6072 * faces.el (describe-face): Add distant-foreground.
6073
6074 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6075
6076 * progmodes/ruby-mode.el: Improve encoding comment handling.
6077 (ruby-encoding-magic-comment-style): New option.
6078 (ruby-custom-encoding-magic-comment-template): New option.
6079 (ruby--insert-coding-comment, ruby--detect-encoding):
6080 New functions extracted from `ruby-mode-set-encoding'.
6081 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6082 to control the style of the auto-inserted encoding comment.
6083
6084 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6085
6086 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6087 Use `smie-backward-sexp' with token argument.
6088
6089 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6090
6091 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6092 Remove instrumentation code.
6093
6094 2013-11-08 Glenn Morris <rgm@gnu.org>
6095
6096 * progmodes/autoconf.el (autoconf-mode):
6097 Tweak comment-start-skip. (Bug#15822)
6098
6099 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6100
6101 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6102 at bobp (bug#15826).
6103 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6104
6105 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6106
6107 * man.el (Man-start-calling): New macro, extracted from
6108 Man-getpage-in-background.
6109 (Man-getpage-in-background): Use it.
6110 (Man-update-manpage): New command.
6111 (Man-mode-map): Bind it.
6112
6113 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6114
6115 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6116 of "and", "or", "&&" and "||".
6117 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6118 argument. Prohibit opening curly brace because it could only be a
6119 block opener in that position.
6120 (ruby-smie--forward-token, ruby-smie--backward-token):
6121 Separate "|" from "&" or "*" going after it. That can happen in block
6122 arguments.
6123 (ruby-smie--indent-to-stmt): New function, seeks the end of
6124 previous statement or beginning of buffer.
6125 (ruby-smie-rules): Use it.
6126 (ruby-smie-rules): Check if there's a ":" before a curly block
6127 opener candidate; if there is, it's a hash.
6128
6129 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6132 (cl--block-wrapper): Fix last accidental change.
6133
6134 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6135
6136 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6137 Instrument, in order to hunt failure on hydra.
6138
6139 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6140
6141 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6142 malformed bindings form (bug#15814).
6143
6144 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6145
6146 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6147 "." compared to " @ ". This incidentally fixes some indentation
6148 examples with "do".
6149 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6150 (ruby-smie-grammar): New tokens: "and" and "or".
6151 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6152 Exclude "and" and "or". Remove "do" in order to work around token
6153 priorities.
6154 (ruby-smie-rules): Add all infix tokens. Handle the case of
6155 beginning-of-buffer.
6156
6157 2013-11-06 Glenn Morris <rgm@gnu.org>
6158
6159 * Makefile.in (setwins_almost, setwins_for_subdirs):
6160 Avoid accidental matches.
6161
6162 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * menu-bar.el (popup-menu): Use key-binding.
6165
6166 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6167
6168 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6169 menus, support also the menus produced by minor modes.
6170 (Bug#15817)
6171
6172 2013-11-06 Leo Liu <sdl.web@gmail.com>
6173
6174 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6175 DISTANCE to bound the search. All uses changed. (Bug#15808)
6176
6177 2013-11-06 Glenn Morris <rgm@gnu.org>
6178
6179 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6180 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6181 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6182
6183 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6184
6185 * electric.el (electric-indent-just-newline): New command.
6186 (electric-indent-mode-map): New keymap.
6187 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6188 Re-add :group which weren't redundant.
6189
6190 * electric.el (electric-indent-local-mode): New minor mode.
6191 (electric-indent-functions-without-reindent): New var.
6192 (electric-indent-post-self-insert-function): Use it.
6193 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6194
6195 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6196
6197 * international/quail.el (quail-help): Be more explicit about the
6198 meaning of the labels shown on the keys. (Bug#15800)
6199
6200 * startup.el (normal-top-level): Load the subdirs.el files before
6201 setting the locale environment. (Bug#15805)
6202
6203 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6206 via arguments so as to get the right ones (bug#15418).
6207
6208 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6209
6210 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6211
6212 Fix problems found while writing a test suite.
6213
6214 * net/tramp-compat.el (tramp-compat-load): New defun.
6215 * net/tramp.el (tramp-handle-load): Use it.
6216
6217 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6218 "(numberp ok-if-already-exists)" correctly.
6219
6220 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6221
6222 * international/characters.el (glyphless-char-display-control):
6223 Add usage note.
6224
6225 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6226
6227 * progmodes/python.el (python-mode):
6228 * progmodes/scheme.el (scheme-mode):
6229 * progmodes/prolog.el (prolog-mode):
6230 * progmodes/ruby-mode.el (ruby-mode):
6231 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6232 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6233
6234 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * rect.el (rectangle--highlight-for-redisplay):
6237 * emacs-lisp/smie.el (smie--next-indent-change):
6238 Use buffer-chars-modified-tick.
6239
6240 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6241
6242 * electric.el (electric-indent-post-self-insert-function):
6243 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6244
6245 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6246
6247 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6248
6249 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6250
6251 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6252 (bug#15786).
6253
6254 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6257
6258 * progmodes/python.el: Fix up last change.
6259 (python-shell--save-temp-file): New function.
6260 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6261 `string' comes from the current buffer.
6262 (python-shell-send-string-no-output): Remove `msg' arg.
6263 (python--use-fake-loc): New var.
6264 (python-shell-buffer-substring): Obey it. Try to compensate for the
6265 extra coding line added by python-shell--save-temp-file.
6266 (python-shell-send-region): Use python-shell--save-temp-file and
6267 python-shell-send-file directly. Add `nomain' argument.
6268 (python-shell-send-buffer): Use python-shell-send-region.
6269 (python-electric-pair-string-delimiter): New function.
6270 (python-mode): Use it.
6271
6272 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6273
6274 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6275 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6276 environment and decoding all of the default-directory's to here
6277 from command-line.
6278 (command-line): Decode also argv[0].
6279
6280 * loadup.el: Error out if default-directory is a multibyte string
6281 when we are dumping.
6282
6283 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6284
6285 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6286
6287 * emacs-lisp/package.el (package-menu-mode)
6288 (package-menu--print-info, package-menu--archive-predicate):
6289 Add Archive column to package list.
6290
6291 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6292
6293 Fix problems found while writing a test suite.
6294
6295 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6296 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6297 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6298 to nil when running original file name handler. Otherwise,
6299 there are problems with constructs like "$$FOO".
6300
6301 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6302 for `localname'.
6303
6304 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
6305
6306 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6307
6308 * subr.el (version<, version<=, version=):
6309 Update docstrings with information for snapshot versions.
6310
6311 * helpers.el: New library for misc helper functions.
6312 (hash-table-keys): New function returning a list of hash keys.
6313 (hash-table-values): New function returning a list of hash values.
6314
6315 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6316
6317 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6318 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6319
6320 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6321
6322 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6323 checking whether point is after a 1-letter word.
6324
6325 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6326
6327 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6328 Don't infloop when expanding region over `multiline' syntax-type that
6329 begins a line (bug#15778).
6330
6331 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6334 Make it into a proper minor mode.
6335 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
6336 (rectangle-mark-mode-map): New keymap.
6337 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6338
6339 2013-11-04 Glenn Morris <rgm@gnu.org>
6340
6341 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6342
6343 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6346 (ruby-smie-rules): Use smie-rule-parent instead.
6347
6348 * emacs-lisp/smie.el (smie-rule-parent): Always call
6349 smie-indent-virtual rather than only for hanging tokens.
6350 (smie--next-indent-change): New helper command.
6351
6352 2013-11-03 Glenn Morris <rgm@gnu.org>
6353
6354 * Makefile.in (abs_srcdir): Remove.
6355 (emacs): Unset EMACSLOADPATH.
6356
6357 2013-11-02 Glenn Morris <rgm@gnu.org>
6358
6359 * Makefile.in (EMACS): Use a relative filename.
6360 (abs_top_builddir): Remove.
6361 (custom-deps, finder-data, autoloads): Use --chdir.
6362
6363 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6364
6365 Use relative filenames in TAGS files.
6366 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6367 (lisptagsfiles4, TAGS): Use relative file names.
6368 (TAGS-LISP): Remove.
6369 (maintainer-clean): No more TAGS-LISP file.
6370
6371 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6372 (lisptagsfiles4): Use absolute filenames again.
6373 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6374 Remove all *loaddefs files, not just the first. Remove esh-groups.
6375 (maintainer-clean): Delete TAGS, TAGS-LISP.
6376
6377 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6378
6379 * emacs-lisp/package.el (package-version-join):
6380 Recognize snapshot versions.
6381
6382 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6383
6384 * subr.el (version-regexp-alist): Add support for snapshot versions.
6385
6386 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6387
6388 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6389 New function, replacement for `smie-rule-parent' for when we want to
6390 skip over our direct parent if it's an assignment token..
6391 (ruby-smie-rules): Use it.
6392
6393 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6394
6395 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6396 unconditionally. Remove now unnecessary forward declarations.
6397 Remove XEmacs-specific setup.
6398 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6399 (ruby-font-lock-syntactic-keywords)
6400 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6401 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6402 (ruby-here-doc-end-syntax): Remove.
6403 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6404 defined as function.
6405
6406 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6407
6408 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6409
6410 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6411
6412 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6413 table and abbrev table, `define-derived-mode' does that for us
6414 anyway.
6415
6416 2013-11-01 Glenn Morris <rgm@gnu.org>
6417
6418 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6419 files is atomic for some time, so no parallel compilation issues).
6420
6421 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6422
6423 * faces.el (face-x-resources): Add :distant-foreground.
6424 (region): Use :distant-foreground for gtk and ns.
6425
6426 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6427
6428 Allow multiple bibliographies when BibLaTeX is used rather than
6429 BibTeX.
6430 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6431 (reftex-locate-bibliography-files): Us it.
6432
6433 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6434
6435 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6436 allow comments in pbm files.
6437
6438 * term/w32-win.el (dynamic-library-alist): Support newer versions
6439 of libjpeg starting with v7: look only for the DLL from the
6440 version against which Emacs was built.
6441 Support versions of libpng beyond 1.4.x.
6442 Support libtiff v4.x.
6443
6444 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6445
6446 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6447 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6448 Add property :safe.
6449 (ruby-deep-arglist): Add property :type.
6450
6451 2013-10-31 Glenn Morris <rgm@gnu.org>
6452
6453 * Makefile.in (custom-deps, finder-data): No need to setq the target
6454 variables, we are in the right directory and the defaults work fine.
6455
6456 2013-10-30 Glenn Morris <rgm@gnu.org>
6457
6458 * Makefile.in (autoloads): Do not use abs_lisp.
6459
6460 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6461 `newline' does not respect `standard-output', so use `princ'.
6462
6463 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6464
6465 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6466 * buff-menu.el (Buffer-menu--unmark): New function.
6467 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6468
6469 2013-10-30 Glenn Morris <rgm@gnu.org>
6470
6471 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6472
6473 * emacs-lisp/package.el (lm-homepage): Declare.
6474
6475 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6476 Fix doc typos.
6477
6478 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6479
6480 * Makefile.in (finder-data, autoloads, update-subdirs)
6481 (compile-main, compile-clean, compile-always, bootstrap-clean):
6482 Check return value of cd.
6483 (compile-calc): Remove.
6484
6485 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6488
6489 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6490 (byte-compile-and-folded): New function.
6491 (=, <, >, <=, >=): Use it.
6492
6493 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6494 (path-separator, null-device, buffer-file-coding-system)
6495 (lpr-headers-switches): Check system-type before modifying them.
6496 (find-buffer-file-type-coding-system): Mark obsolete.
6497 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6498 find-file-not-found-set-buffer-file-coding-system.
6499 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6500 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6501 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6502 (w32-direct-print-region-helper, w32-direct-print-region-function)
6503 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6504 * startup.el (normal-top-level-add-subdirs-to-load-path):
6505 * ps-print.el (ps-print-region-function):
6506 * lpr.el (print-region-function): Use new name.
6507
6508 * subr.el (custom-declare-variable-early): Remove function.
6509 (custom-declare-variable-list): Remove var.
6510 (error, user-error): Remove `while' loop.
6511 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6512 (user-emacs-directory-warning, locate-user-emacs-file):
6513 Move to files.el.
6514 * simple.el (read-quoted-char-radix, read-quoted-char):
6515 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6516 Move from subr.el.
6517 * custom.el (custom-declare-variable-list): Don't process
6518 custom-declare-variable-list.
6519
6520 * progmodes/python.el (python-shell-get-buffer): New function.
6521 (python-shell-get-process): Use it.
6522 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6523 Python which encoding was used. Don't split-string since we only care
6524 about the first line. Return the temp-file, if applicable.
6525 (python-shell-send-region): Tell compile.el how to turn locations in
6526 the temp-file into locations in the source buffer.
6527
6528 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * subr.el (undefined): Add missing behavior from the C code for
6531 unbound keys.
6532
6533 * rect.el: Use lexical-binding. Add new rectangular region support.
6534 (rectangle-mark): New command.
6535 (rectangle--region): New var.
6536 (deactivate-mark-hook): Reset rectangle--region.
6537 (rectangle--extract-region, rectangle--insert-for-yank)
6538 (rectangle--highlight-for-redisplay)
6539 (rectangle--unhighlight-for-redisplay): New functions.
6540 (region-extract-function, redisplay-unhighlight-region-function)
6541 (redisplay-highlight-region-function): Use them to handle
6542 rectangular region.
6543 * simple.el (region-extract-function): New var.
6544 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6545 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6546 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6547 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6548 (redisplay-unhighlight-region-function)
6549 (redisplay-highlight-region-function): New vars.
6550 (redisplay--update-region-highlight): New function.
6551 (pre-redisplay-function): Use it.
6552 (exchange-point-and-mark): Don't deactivate the mark before
6553 reactivate-it anyway.
6554 * comint.el (comint-kill-region): Remove yank-handler argument.
6555 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6556 (delete-char): Remove property, since it's now part of their
6557 default behavior.
6558 (self-insert-iso): Remove property since this command doesn't exist.
6559
6560 * emacs-lisp/package.el (package--download-one-archive)
6561 (describe-package-1): Don't query the user about final newline.
6562
6563 2013-10-29 Daniel Colascione <dancol@dancol.org>
6564
6565 * net/tramp.el (tramp-methods): Document new functionality.
6566 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6567 tramp-hostname-checker if method provides one instead of scanning
6568 argument list for "%h" to decide hostname acceptability.
6569
6570 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6571
6572 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6573 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6574 Handle COPY-CONTENTS. (Bug#15737)
6575
6576 2013-10-28 Daiki Ueno <ueno@gnu.org>
6577
6578 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6579 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6580
6581 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6582
6583 * image.el (defimage, image-load-path): Doc fixes.
6584
6585 2013-10-27 Alan Mackenzie <acm@muc.de>
6586
6587 Indent statements in macros following "##" correctly.
6588 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6589 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6590
6591 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6592
6593 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6594
6595 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6596
6597 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6598 after `=' is probably a new expression.
6599
6600 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6601
6602 * man.el (man-imenu-title): New option.
6603 (Man-mode-map): Add menu. (Bug#15722)
6604 (Man-mode): Add imenu to menu.
6605
6606 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6607
6608 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6609 specific in what the first arg can be: a non-keyword word,
6610 string/regexp/percent literal opener, opening paren, or unary
6611 operator followed directly by word.
6612
6613 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6616 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6617 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6618 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6619 Remove vars, they do not apply any more.
6620 (prolog-mode-abbrev-table): Remove redundant declaration.
6621 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6622 (prolog-use-smie): Remove.
6623 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6624 supported by prolog-electric-if-then-else-flag.
6625 (prolog-mode-variables, prolog-menu): Use setq-local.
6626 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6627 Remove binding to `Backspace' since this key doesn't exist anyway.
6628 Remove bindings for electric self-inserting keys.
6629 (prog-mode): Assume it's defined.
6630 (prolog-post-self-insert): New function.
6631 (prolog-mode): Use it.
6632 (prolog-indent-line, prolog-indent-level)
6633 (prolog-find-indent-of-matching-paren)
6634 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6635 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6636 (prolog-goto-next-paren, prolog-in-string-or-comment)
6637 (prolog-tokenize, prolog-inside-mline-comment)
6638 (prolog-find-start-of-mline-comment): Remove functions.
6639 (prolog-find-unmatched-paren, prolog-clause-end)
6640 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6641 (prolog-electric--if-then-else): Rename from
6642 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6643 (prolog-tokenize-searchkey): Remove const.
6644 (prolog-clause-info): Use forward-sexp.
6645 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6646 (prolog-electric-if-then-else): Remove commands.
6647 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6648 for use in post-self-insert-hook.
6649 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6650 for use in post-self-insert-hook.
6651 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6652 for use in post-self-insert-hook.
6653 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6654 adapt it for use in post-self-insert-hook.
6655
6656 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6657
6658 * emacs-lisp/ert.el (ert-run-tests-interactively):
6659 Use `completing-read'. (Bug#9756)
6660
6661 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6662
6663 * simple.el (line-move): Call line-move-1 instead of
6664 line-move-visual when the current window hscroll is zero, but
6665 temporary-goal-column indicates we will need to hscroll as result
6666 of the movement. (Bug#15712)
6667
6668 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6669
6670 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6671 capitalization. Use :visible instead of :active.
6672 Fix `ruby-indent-exp' reference. Add menu items for the generic
6673 commands that are used with SMIE.
6674 (ruby-do-end-to-brace): Insert space after `{'.
6675
6676 2013-10-25 John Anthony <john@jo.hnanthony.com>
6677
6678 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6679
6680 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6681
6682 2013-10-25 Glenn Morris <rgm@gnu.org>
6683
6684 * vc/vc.el (vc-print-log): Don't use a working revision unless
6685 one was explicitly specified. (Bug#15322)
6686
6687 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * subr.el (add-to-list): Preserve return value in compiler-macro
6690 (bug#15692).
6691
6692 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6693
6694 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6695 result. Ask user to retry using '-all' flag. (Bug#15701)
6696
6697 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * emacs-lisp/smie.el: New smie-config system.
6700 (smie-config): New defcustom.
6701 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6702 (smie-config-guess, smie-config-save): New commands.
6703 (smie-config--mode-local, smie-config--buffer-local)
6704 (smie-config--trace, smie-config--modefuns): New vars.
6705 (smie-config--advice, smie-config--mode-hook)
6706 (smie-config--setter, smie-config-local, smie-config--get-trace)
6707 (smie-config--guess-value, smie-config--guess): New functions.
6708 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6709 text properties. Treat "string fence" syntax like string syntax.
6710
6711 * progmodes/sh-script.el (sh-use-smie): Change default.
6712 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6713 (sh-var-value): Simplify by CSE.
6714 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6715 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6716 is used.
6717 (sh-guess-basic-offset): Use cl-incf.
6718 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6719
6720 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6721
6722 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6723 (bug#15699).
6724
6725 2013-10-24 Glenn Morris <rgm@gnu.org>
6726
6727 * Makefile.in (abs_top_srcdir): Remove.
6728 (update-subdirs): Use relative path to update-subdirs.
6729
6730 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6731
6732 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6733 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6734 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6735 Call unmsys--file-name before expand-file-name, not after it.
6736
6737 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6738
6739 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6740 (ert-test-skipped): New error.
6741 (ert-skip, ert-stats-skipped): New defuns.
6742 (ert--skip-unless): New macro.
6743 (ert-test-skipped): New struct.
6744 (ert--run-test-debugger, ert-test-result-type-p)
6745 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6746 (ert--stats-set-test-and-result, ert-char-for-test-result)
6747 (ert-string-for-test-result, ert-run-tests-batch)
6748 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6749 Handle skipped tests. (Bug#9803)
6750
6751 2013-10-24 Glenn Morris <rgm@gnu.org>
6752
6753 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6754
6755 * Makefile.in (abs_top_srcdir): New, set by configure.
6756 (update-subdirs): Correct build-aux location.
6757
6758 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6759
6760 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6761 value, whether we could auto-deduce `backend', or not.
6762
6763 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6764 with parameters" example. Simplify the "is it block or is it
6765 hash" check, but also make it more thorough.
6766
6767 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6768
6769 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6770
6771 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6774 { if it is hanging.
6775
6776 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6777 :before ";".
6778
6779 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6780
6781 * progmodes/compile.el (compilation-directory-matcher)
6782 (compilation-page-delimiter):
6783 Support GNU Make-4.0 directory quoting. (Bug#15678)
6784
6785 2013-10-23 Leo Liu <sdl.web@gmail.com>
6786
6787 * ido.el (ido-tidy): Handle read-only text.
6788
6789 2013-10-23 Glenn Morris <rgm@gnu.org>
6790
6791 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6792 (emacs, compile, compile-always):
6793 Quote entities that might contain whitespace.
6794 (custom-deps, finder-data, autoloads): Use abs_lisp.
6795 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6796 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6797 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6798
6799 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6800
6801 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6802 Use `following-char'.
6803
6804 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6807 * progmodes/ruby-mode.el (ruby-smie-rules):
6808 Remove corresponding workaround. Fix indentation rule of ";" so it
6809 also applies when ";" is the parent.
6810
6811 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6812
6813 * frame.el (display-screens, display-pixel-height)
6814 (display-pixel-width, display-mm-width, display-backing-store)
6815 (display-save-under, display-planes, display-color-cells)
6816 (display-visual-class, display-monitor-attributes-list):
6817 Mention the optional ‘display’ argument in doc strings.
6818
6819 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6820
6821 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6822 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6823
6824 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6825
6826 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6827 TODO. Add "." after " @ ".
6828 (ruby-smie--at-dot-call): New function. Checks if point at method
6829 call with explicit target.
6830 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6831 to the method name tokens when it precedes them.
6832 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6833 (ruby-smie-rules): Add rule for indentation before and after "."
6834 token.
6835
6836 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * textmodes/remember.el (remember-diary-extract-entries):
6839 Avoid add-to-list.
6840
6841 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6842 an instruction.
6843
6844 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6845
6846 * progmodes/ruby-mode.el (ruby-smie-grammar):
6847 Add (almost) all infix operators.
6848 (ruby-smie--implicit-semi-p): Add new operator chars.
6849
6850 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6851 `smie-down-list'.
6852 (ruby-smie--args-separator-p): Check that there's no newline
6853 between method call and its arguments.
6854
6855 2013-10-20 Alan Mackenzie <acm@muc.de>
6856
6857 Allow comma separated lists after Java "implements".
6858
6859 * progmodes/cc-engine.el (c-backward-over-enum-header):
6860 Parse commas.
6861 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6862 from a "disallowed" list in enum fontification.
6863
6864 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6865
6866 * startup.el (default-frame-background-mode): Remove unused defvar.
6867
6868 * progmodes/verilog-mode.el (verilog-mode): Don't set
6869 comment-indent-function globally.
6870
6871 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6872
6873 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6874 Move Info menu item creation to ns-win.el.
6875
6876 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6877 in menu bar.
6878
6879 * menu-bar.el: Move GNUstep specific menus...
6880
6881 * term/ns-win.el (ns-initialize-window-system): ... to here.
6882
6883 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * simple.el (newline): Only run post-self-insert-hook when
6886 called interactively.
6887
6888 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6889
6890 * icomplete.el (icomplete-with-completion-tables): Add :version.
6891
6892 2013-10-19 Alan Mackenzie <acm@muc.de>
6893
6894 Fix fontification bugs with constructors and const.
6895
6896 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6897 CASE 2) Remove the check for the absence of a suffix construct
6898 after a function declaration with only types (no identifiers) in
6899 the parentheses. Also, accept a function declaration with just a
6900 type inside the parentheses, if this type can be positively
6901 recognised as such, or if a prefix keyword like "explicit" nails
6902 down the construct as a declaration.
6903
6904 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6905
6906 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6907 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6908 the problem whereby selecting a menu item that leads to a
6909 minibuffer prompt moves the cursor out of the minibuffer window,
6910 making it hard to type at the prompt. Suggested by Stefan Monnier
6911 <monnier@iro.umontreal.ca>.
6912
6913 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6914
6915 * menu-bar.el: Don't make Services menu.
6916
6917 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6918
6919 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6920 (ffap-alist): Use ffap-c++-mode for c++-mode.
6921 (ffap-c++-path): New variable.
6922 (ffap-c++-mode): New function.
6923
6924 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6925
6926 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6927
6928 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6929
6930 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6931 introduced on 2013-09-08, which results in an infinite loop
6932 requesting a password.
6933
6934 2013-10-18 Glenn Morris <rgm@gnu.org>
6935
6936 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6937
6938 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6939
6940 Sync with upstream verilog-mode revision 1a6ecec7.
6941 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6942 (verilog-mode-release-date): Remove.
6943 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6944 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6945 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6946 (verilog-auto-tieoff-ignore-regexp)
6947 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6948 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6949 (verilog-signals-with, verilog-dir-cache-preserving)
6950 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6951 Doc fixes.
6952 (verilog-case-fold): New option, to control case folding in
6953 regexp searches, bug597.
6954 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6955 (verilog-string-match-fold, verilog-in-paren-count)
6956 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6957 (verilog-at-close-struct-p): New functions.
6958 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6959 (verilog-forward-sexp, verilog-set-auto-endcomments)
6960 (verilog-leap-to-case-head): Handle "unique0" case.
6961 (verilog-in-constraint-re): New constant.
6962 (verilog-keywords, verilog-type-font-keywords):
6963 Add some SystemVerilog 1800-2012 keywords.
6964 (verilog-label-be): Remove unimplemented argument, bug669.
6965 (verilog-batch-execute-func): When batch expanding clear
6966 create-lockfiles to prevent spurious user locks when a file ends
6967 up not changing.
6968 (verilog-calculate-indent, verilog-calc-1)
6969 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6970 (verilog-do-indent): Fix indentation of nested constraints
6971 and structures.
6972 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6973 (verilog-auto-inst-param): Use verilog-string-match-fold.
6974 (verilog-read-inst-module-matcher):
6975 Fix AUTOINST on gate primitives with #1.
6976 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6977 Reads all user-defined typed variables.
6978 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6979 (verilog-signals-matching-regexp)
6980 (verilog-signals-not-matching-regexp, verilog-auto):
6981 Respect verilog-case-fold.
6982 (verilog-diff-report): Fix line count.
6983 (verilog-auto-assign-modport): Remove unused local `modi'.
6984 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6985 better handle multidimensional arrays.
6986 Fix packed array ports misadding bit index in AUTOINST, bug637.
6987 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6988 to not double-declare existing outputs and inputs, respectively.
6989 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6990 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6991 (verilog-sk-uvm-component): New skeleton.
6992 (verilog-submit-bug-report): Add verilog-case-fold,
6993 remove verilog-mode-release-date.
6994
6995 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6996
6997 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6998 as before.
6999
7000 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7001
7002 * textmodes/remember.el (remember): Set buffer-offer-save in
7003 remember buffers (bug#13566).
7004
7005 2013-10-18 Daniel Colascione <dancol@dancol.org>
7006
7007 When evaluating forms in ielm, direct standard output to ielm
7008 buffer. Add new ielm-return-for-effect command. Remove trailing
7009 whitespace throughout.
7010
7011 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7012 (ielm-return-for-effect): New command.
7013 (ielm-send-input): Accept optional `for-effect' parameter.
7014 (ielm-eval-input): Accept optional `for-effect' parameter.
7015 Bind `standard-output' to stream we create using
7016 `ielm-standard-output-impl'. Suppress printing result when
7017 `for-effect'.
7018 (ielm-standard-output-impl): New function.
7019 (inferior-emacs-lisp-mode): Explain new features in documentation.
7020
7021 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7022
7023 Code cleanup.
7024
7025 * net/tramp.el (tramp-debug-message): Do not check for connection
7026 buffer.
7027 (tramp-message): Use "vector" connection property.
7028
7029 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7030 (tramp-equal-remote, tramp-eshell-directory-change)
7031 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7032 (tramp-adb-handle-rename-file)
7033 * net/tramp-cmds.el (tramp-list-remote-buffers)
7034 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7035 * net/tramp-compat.el (tramp-compat-process-running-p)
7036 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7037 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7038 (tramp-gvfs-handle-rename-file)
7039 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7040 (tramp-set-file-uid-gid)
7041 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7042 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7043 of `file-remote-p'.
7044
7045 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7046 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7047 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7048 (tramp-gw-open-network-stream): Suppress unrelated traces.
7049
7050 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7051 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7052 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7053 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7054 connection property.
7055
7056 * net/tramp-cache.el (top): Suppress traces when reading
7057 persistency file.
7058
7059 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7060 Refactor common code. Improve debug message.
7061 (tramp-maybe-open-connection)
7062 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7063 connection buffer too early.
7064
7065 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7066 from `tramp-smb-actions-with-acl'.
7067 (tramp-smb-actions-set-acl): New defconst.
7068 (tramp-smb-handle-copy-directory)
7069 (tramp-smb-action-get-acl): New defun, renamed from
7070 `tramp-smb-action-with-acl'.
7071 (tramp-smb-action-set-acl): New defun.
7072 (tramp-smb-handle-set-file-acl): Rewrite.
7073
7074 2013-10-17 Glenn Morris <rgm@gnu.org>
7075
7076 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7077
7078 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * skeleton.el (skeleton-newline): Remove.
7081 (skeleton-internal-1): Use (insert "\n") instead.
7082
7083 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7084 let-bindings.
7085
7086 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7087 forward-sexp-function while we redo its job (bug#15613).
7088
7089 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7090
7091 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7092 represented by lists.
7093
7094 2013-10-16 Glenn Morris <rgm@gnu.org>
7095
7096 * tmm.el (tmm--history): New dynamic variable.
7097 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7098
7099 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7100
7101 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7102 (tramp-smb-errors): Add error messages.
7103 (tramp-smb-actions-with-acl): New defconst.
7104 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7105 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7106 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7107 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7108 (tramp-smb-get-stat-capability): Fix tests.
7109
7110 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7111
7112 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7113 (bug#15580).
7114
7115 2013-10-16 Glenn Morris <rgm@gnu.org>
7116
7117 * ansi-color.el (ansi-color-drop-regexp):
7118 Add 1J, 1K, 2K. (Bug#15617)
7119
7120 * files.el (hack-local-variables--warned-lexical): New.
7121 (hack-local-variables):
7122 Warn about misplaced lexical-binding. (Bug#15616)
7123
7124 * net/eww.el (eww-render): Always set eww-current-url,
7125 and update header line. (Bug#15622)
7126 (eww-display-html): ... Rather than just doing it here.
7127
7128 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7129
7130 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7131 menu navigations commands.
7132
7133 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7134
7135 * progmodes/subword.el (subword-capitalize): Be careful when
7136 the search for [[:alpha:]] fails (bug#15580).
7137
7138 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7139
7140 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7141 to commands that scroll the menu.
7142
7143 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7144
7145 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7146 Handle methods ending with `?' and `!'.
7147
7148 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7149
7150 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7151 `japanese-cp932' to `cp932' to fix the problem where saving a
7152 source file written in Shift_JIS twice would end up having
7153 `coding: japanese-cp932' which Ruby could not recognize.
7154 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7155 in `ruby-encoding-map'.
7156 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7157 doesn't need to be explicitly declared in magic comment.
7158 (ruby-encoding-map): Add type declaration for better customize UI.
7159
7160 2013-10-13 Glenn Morris <rgm@gnu.org>
7161
7162 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7163 Occur buffers are read-only. http://bugs.debian.org/720775
7164
7165 * emacs-lisp/authors.el (authors-fixed-entries):
7166 Comment out old alpha stuff.
7167
7168 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7169
7170 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7171 to `after-save-hook' instead of `before-save-hook'.
7172 (ruby-mode-set-encoding): Use the value of coding system used to
7173 write the file. Call `basic-save-buffer-1' after modifying the
7174 buffer.
7175
7176 2013-10-13 Alan Mackenzie <acm@muc.de>
7177
7178 Fix indentation/fontification of Java enum with
7179 "implements"/generic.
7180
7181 * progmodes/cc-engine.el (c-backward-over-enum-header):
7182 Extracted from the three other places and enhanced to handle generics.
7183 (c-inside-bracelist-p): Uses new function above.
7184 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7185 function above.
7186 (c-font-lock-enum-tail): Uses new function above.
7187
7188 2013-10-13 Kenichi Handa <handa@gnu.org>
7189
7190 * international/mule-cmds.el (select-safe-coding-system): Remove a
7191 superfluous condition in chekcing whether a coding system is safe
7192 or not.
7193
7194 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7195
7196 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7197
7198 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7199
7200 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7201
7202 2013-10-13 Glenn Morris <rgm@gnu.org>
7203
7204 * menu-bar.el (menu-bar-update-buffers):
7205 Unify Buffers menu prompt string. (Bug#15576)
7206
7207 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7208
7209 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7210 Add some entries.
7211 (authors-fixed-entries): Use accented form of name.
7212
7213 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7216 method calls (bug#15594).
7217 (ruby-smie--args-separator-p): New function.
7218 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7219 recognize paren-free method calls.
7220
7221 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7222 internals of universal-argument.
7223
7224 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7225
7226 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7227 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7228 dropped menu on second mouse click on the menu bar.
7229
7230 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7233 (explicit-shell-file-name): Declare.
7234 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7235 (sh-completion-at-point-function): New function.
7236 (sh-mode): Use it.
7237 (sh-smie--keyword-p): Remove unused argument.
7238 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7239 vars.
7240 (sh-set-shell): Always setup SMIE, even if we use the
7241 old indentation code.
7242
7243 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7244
7245 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7246 cases of ? and =.
7247 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7248 predicate would return nil are almost non-existent.
7249 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7250
7251 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7252 cache also after commands that modify the buffer but don't move
7253 point.
7254
7255 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * env.el (substitute-env-in-file-name): New function.
7258 (substitute-env-vars): Extend the meaning of the optional arg.
7259
7260 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7261
7262 * term/w32-win.el (dynamic-library-alist): Define separate lists
7263 of GIF DLLs for versions before and after 5.0.0 of giflib.
7264 (Bug#15531)
7265
7266 2013-10-10 João Távora <joaotavora@gmail.com>
7267
7268 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7269 not locked, use last revision and current source as
7270 defaults. (Bug#15569)
7271
7272 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7273
7274 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7275 menu-bar is hidden.
7276
7277 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7278
7279 * window.el (pop-to-buffer-same-window): Fix doc-string.
7280 (Bug#15492)
7281
7282 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7285
7286 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7287
7288 * calendar/icalendar.el (icalendar-import-file):
7289 Fix interactive spec. (Bug#15482)
7290
7291 2013-10-10 Glenn Morris <rgm@gnu.org>
7292
7293 * desktop.el (desktop-save): Default to saving in .emacs.d,
7294 since PWD is no longer in desktop-path by default. (Bug#15319)
7295
7296 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7297 now that text mode has a menu with the same entry.
7298 (menu-bar-text-mode-auto-fill): Remove now unused func.
7299 * textmodes/text-mode.el (text-mode-map):
7300 Use auto-fill help text from menu-bar.el.
7301
7302 2013-10-10 John Anthony <john@jo.hnanthony.com>
7303
7304 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
7305
7306 2013-10-09 Juri Linkov <juri@jurta.org>
7307
7308 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7309 instead of this-command-keys. Add universal-argument-more and
7310 universal-argument-minus to the list of prefix commands. (Bug#15568)
7311
7312 2013-10-09 Glenn Morris <rgm@gnu.org>
7313
7314 * vc/vc-svn.el (vc-svn-create-repo):
7315 Expand paths in file://... url. (Bug#15446)
7316
7317 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7318 Add some entries.
7319 (authors): Remove unused local variables.
7320
7321 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * profiler.el: Create a more coherent calltree from partial backtraces.
7324 (profiler-format): Hide the tail with `invisible' so that C-s can still
7325 find the hidden elements.
7326 (profiler-calltree-depth): Don't recurse so enthusiastically.
7327 (profiler-function-equal): New hash-table-test.
7328 (profiler-calltree-build-unified): New function.
7329 (profiler-calltree-build): Use it.
7330 (profiler-report-make-name-part): Indent the calltree less.
7331 (profiler-report-mode): Add visibility specs for profiler-format.
7332 (profiler-report-expand-entry, profiler-report-toggle-entry):
7333 Expand the whole subtree when provided with a prefix arg.
7334
7335 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7336
7337 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7338 iuwu-mod token.
7339 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7340 hanging iuwu-mod token.
7341 (ruby-smie--forward-token): Do not include a dot after a token in
7342 that token.
7343 (ruby-smie--backward-token): Likewise.
7344
7345 2013-10-08 Juri Linkov <juri@jurta.org>
7346
7347 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7348 to isearch-other-control-char.
7349 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7350 and isearch-post-command-hook to post-command-hook.
7351 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7352 and isearch-post-command-hook from post-command-hook.
7353 (isearch-unread-key-sequence)
7354 (isearch-reread-key-sequence-naturally)
7355 (isearch-lookup-scroll-key, isearch-other-control-char)
7356 (isearch-other-meta-char): Remove functions.
7357 (isearch-pre-command-hook, isearch-post-command-hook):
7358 New functions based on isearch-other-meta-char rewritten
7359 relying on the new behavior of overriding-terminal-local-map
7360 that does not replace the local keymaps any more. (Bug#15200)
7361
7362 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7363
7364 Support menus on text-mode terminals.
7365 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7366 functionality.
7367
7368 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7369
7370 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7371 Move here from mouse.el.
7372 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7373 and arrow keys.
7374 (tty-menu-navigation-map): New map for TTY menu navigation.
7375
7376 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7377
7378 * frame.el (display-mouse-p): Report text-mode mouse as available
7379 on w32.
7380 (display-popup-menus-p): Report availability if mouse is
7381 available; don't condition on window-system.
7382
7383 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7384 (tty-menu-selected-face): New faces.
7385
7386 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7389 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7390 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7391 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7392 New constants.
7393 (lisp-mode-variables): New `elisp' argument.
7394 (emacs-lisp-mode): Use it.
7395 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7396 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7397
7398 * indent.el: Use lexical-binding.
7399 (indent-region): Add progress reporter.
7400 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7401 last step.
7402 (indent--next-tab-stop): New function to implement this behavior.
7403 (tab-to-tab-stop, move-to-tab-stop): Use it.
7404
7405 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7406
7407 * indent.el (indent-rigidly--current-indentation): New function.
7408 (indent-rigidly-map): New var.
7409 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7410
7411 2013-10-08 Bastien Guerry <bzg@gnu.org>
7412
7413 * register.el (insert-register): Fix 2013-10-07 change.
7414
7415 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * progmodes/perl-mode.el: Use lexical-binding.
7418 Remove redundant :group args.
7419 (perl-nochange): Change default to be closer to other major modes's
7420 standard behavior.
7421 (perl-indent-line): Don't consider text on current line as a
7422 valid beginning of function from which to indent.
7423
7424 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7425 with more than one argument (bug#15538).
7426
7427 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7428
7429 * vc/pcvs.el: Use lexical-binding.
7430 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7431 environment of `eval'.
7432 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7433 than a list of expressions. Adjust callers.
7434 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7435
7436 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7437
7438 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7439 case of the dot in a chained method call being on the following line.
7440
7441 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * electric.el (electric-indent-inhibit): New var.
7444 (electric-indent-post-self-insert-function): Use it.
7445 * progmodes/python.el (python-mode): Set it.
7446
7447 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7448 open braces.
7449
7450 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7451
7452 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7453 (css-mode): Use electric-indent-chars.
7454
7455 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7456 (font-lock-beg, font-lock-end): Move before first use.
7457 (nxml-mode): Use syntax-propertize-function.
7458 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7459 (nxml-extend-after-change-region): Remove.
7460 * nxml/xmltok.el: Use lexical-binding.
7461 (xmltok-save): Use `declare'.
7462 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7463 * nxml/nxml-util.el: Use lexical-binding.
7464 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7465 Use `declare'.
7466 * nxml/nxml-ns.el: Use lexical-binding.
7467 (nxml-ns-save): Use `declare'.
7468 (nxml-ns-prefixes-for): Avoid add-to-list.
7469 * nxml/rng-match.el: Use lexical-binding.
7470 (rng--ipattern): Use cl-defstruct.
7471 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7472 (rng-cons-group-after, rng-subst-group-after)
7473 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7474 Use closures instead of `(lambda...).
7475
7476 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7477
7478 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7479 of BEG and END.
7480
7481 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7482 Use `tramp-handle-insert-file-contents'.
7483 (tramp-gvfs-handle-insert-file-contents): Remove function.
7484
7485 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7486 Use `save-restriction' in order to keep markers.
7487
7488 * net/trampver.el: Update release number.
7489
7490 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * progmodes/compile.el (compilation-parse-errors):
7493 Use compilation--put-prop.
7494 (compilation--ensure-parse): Check compilation-multiline.
7495
7496 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7497
7498 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7499 lexical-binding.
7500
7501 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7502
7503 * progmodes/ruby-mode.el: Fix recently added tests.
7504 (ruby-smie-grammar): Add - and +.
7505 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7506 (ruby-smie--backward-id): New functions.
7507 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7508 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7509 any more.
7510
7511 2013-10-07 Leo Liu <sdl.web@gmail.com>
7512
7513 * register.el (register-preview-delay)
7514 (register-preview-functions): New variables.
7515 (register-read-with-preview, register-preview)
7516 (register-describe-oneline): New functions.
7517 (point-to-register, window-configuration-to-register)
7518 (frame-configuration-to-register, jump-to-register)
7519 (number-to-register, view-register, insert-register)
7520 (copy-to-register, append-to-register, prepend-to-register)
7521 (copy-rectangle-to-register): Use register-read-with-preview to
7522 read register. (Bug#15525)
7523
7524 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7525
7526 * net/network-stream.el (network-stream-open-starttls): Don't add
7527 --insecure if it's already present, because that gnutls-cli
7528 rejects getting that parameter twice.
7529
7530 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7531
7532 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7533 keyword, too.
7534
7535 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7536
7537 * newcomment.el (comment-use-global-state): Change default value
7538 to t, mark obsolete (Bug#15251).
7539 (comment-beginning): In addition to `comment-to-syntax', check the
7540 value of `comment-use-global-state'.
7541
7542 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7545 (ruby-comment-column): Follow the global default, by default.
7546 (ruby-smie-grammar): Add assignment syntax.
7547 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7548 open-paren, a comma, or a \.
7549 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7550 and line continuations.
7551 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7552 followed by implicit semi-colons. Add rule for string concatenation
7553 and for indentation at BOB.
7554 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7555
7556 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7557 calling next-sexp, since next-token may have skipped chars which
7558 next-sexp doesn't know should be skipped!
7559
7560 2013-10-05 Leo Liu <sdl.web@gmail.com>
7561
7562 * progmodes/octave.el (octave-send-region):
7563 Call compilation-forget-errors.
7564
7565 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7566
7567 * vc/vc-svn.el (vc-svn-find-admin-dir):
7568 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7569 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7570 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7571 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7572
7573 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7576
7577 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * subr.el (read-passwd): Hide chars even when called within a context
7580 where after-change-functions is disabled (bug#15501).
7581 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7582 until we removed ourself from overriding-terminal-local-map.
7583
7584 2013-10-04 Leo Liu <sdl.web@gmail.com>
7585
7586 * progmodes/octave.el (inferior-octave-mode):
7587 Call compilation-forget-errors.
7588
7589 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7590
7591 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7592
7593 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7594
7595 * net/secrets.el (secrets-create-collection): Add optional
7596 argument ALIAS. Use proper Label keyword. Append ALIAS as
7597 dbus-call-method argument. (Bug#15516)
7598
7599 2013-10-04 Leo Liu <sdl.web@gmail.com>
7600
7601 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7602 (inferior-octave-compilation-font-lock-keywords): New variables.
7603 (compilation-error-regexp-alist)
7604 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7605 (inferior-octave-mode): Use compilation-shell-minor-mode.
7606
7607 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7608
7609 * minibuffer.el (completion--replace): Be careful that `end' might be
7610 a marker.
7611
7612 2013-10-03 Daiki Ueno <ueno@gnu.org>
7613
7614 Add support for package signature checking.
7615 * emacs-lisp/package.el (url-http-file-exists-p)
7616 (epg-make-context, epg-context-set-home-directory)
7617 (epg-verify-string, epg-context-result-for)
7618 (epg-signature-status, epg-signature-to-string)
7619 (epg-check-configuration, epg-configuration)
7620 (epg-import-keys-from-file): Declare.
7621 (package-check-signature): New user option.
7622 (package-unsigned-archives): New user option.
7623 (package-desc): Add `signed' field.
7624 (package-load-descriptor): Set `signed' field if .signed file exists.
7625 (package--archive-file-exists-p): New function.
7626 (package--check-signature): New function.
7627 (package-install-from-archive): Check package signature.
7628 (package--download-one-archive): Check archive signature.
7629 (package-delete): Remove .signed file.
7630 (package-import-keyring): New command.
7631 (package-refresh-contents): Import default keyring.
7632 (package-desc-status): Add "unsigned" status.
7633 (describe-package-1, package-menu--print-info)
7634 (package-menu-mark-delete, package-menu--find-upgrades)
7635 (package-menu--status-predicate): Support "unsigned" status.
7636
7637 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7640 the new compilation scheme using the new byte-codes.
7641
7642 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7643 (byte-pophandler): New byte codes.
7644 (byte-goto-ops): Adjust accordingly.
7645 (byte-compile--use-old-handlers): New var.
7646 (byte-compile-catch): Use new byte codes depending on
7647 byte-compile--use-old-handlers.
7648 (byte-compile-condition-case--old): Rename from
7649 byte-compile-condition-case.
7650 (byte-compile-condition-case--new): New function.
7651 (byte-compile-condition-case): New function that dispatches depending
7652 on byte-compile--use-old-handlers.
7653 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7654 when we can.
7655
7656 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7657 Optimize under `condition-case' and `catch' if
7658 byte-compile--use-old-handlers is nil.
7659 (disassemble-offset): Handle new bytecodes.
7660
7661 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7662
7663 * subr.el (error): Use `declare'.
7664 (decode-char, encode-char): Use advertised-calling-convention instead
7665 of the docstring to discourage use of the `restriction' arg.
7666
7667 2013-10-03 Daiki Ueno <ueno@gnu.org>
7668
7669 * epg.el (epg-verify-file): Add a comment saying that it does not
7670 notify verification error as a return value nor a signal.
7671 (epg-verify-string): Ditto.
7672
7673 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7674
7675 * progmodes/compile.el (compilation-start): Try globbing the arg to
7676 `cd' (bug#15417).
7677
7678 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7679
7680 Sync with Tramp 2.2.8.
7681
7682 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7683 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7684 * net/trampver.el: Update release number.
7685
7686 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7687
7688 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7689 and default-process-coding-system for darwin only.
7690
7691 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7694
7695 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7696
7697 * vc/vc-git.el (vc-git-grep): Disable pager.
7698
7699 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7700
7701 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7702 Use :url instead of :homepage, as per
7703 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7704
7705 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7706 non-nil, use `syntax-ppss' (Bug#15251).
7707
7708 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7709
7710 * progmodes/octave.el (inferior-octave-startup-file):
7711 Prefer ~/.emacs.d/init_octave.m.
7712
7713 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7714
7715 * emacs-lisp/package.el (package-desc-from-define):
7716 Accept additional arguments as plist, convert them to an alist and store
7717 them in the `extras' slot.
7718 (package-generate-description-file): Convert extras alist back to
7719 plist and append to the `define-package' form arguments.
7720 (package--alist-to-plist): New function.
7721 (package--ac-desc): Add `extras' slot.
7722 (package--add-to-archive-contents): Check if the archive-contents
7723 vector is long enough, and if it is, pass its `extras' slot value
7724 to `package-desc-create'.
7725 (package-buffer-info): Call `lm-homepage', pass the returned value
7726 to `package-desc-from-define'.
7727 (describe-package-1): Render the homepage button (Bug#13291).
7728
7729 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7730 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7731
7732 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7733
7734 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7735 and default-process-coding-system to utf-8-unix (Bug#15402).
7736
7737 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7738
7739 * subr.el (looking-back): Do not recommend using looking-back.
7740
7741 2013-09-28 Alan Mackenzie <acm@muc.de>
7742
7743 Fix indentation/fontification of Java enum with "implements".
7744
7745 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7746 regexp which matches "implements", etc., in Java.
7747 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7748 specifier clauses coming after "enum".
7749 * progmodes/cc-fonts.el (c-font-lock-declarations)
7750 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7751 after "enum".
7752
7753 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7754
7755 * faces.el (region): Change ns_selection_color to
7756 ns_selection_fg_color, add ns_selection_bg_color.
7757
7758 2013-09-28 Leo Liu <sdl.web@gmail.com>
7759
7760 * progmodes/octave.el (inferior-octave-completion-table)
7761 (inferior-octave-completion-at-point): Minor tweaks.
7762
7763 * textmodes/ispell.el (ispell-lookup-words): Rename from
7764 lookup-words. (Bug#15460)
7765 (lookup-words): Obsolete.
7766 (ispell-complete-word, ispell-command-loop): All uses changed.
7767
7768 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7769
7770 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7771 (octave-mode-menu): Add octave-send-buffer.
7772 (octave-send-buffer): New function.
7773
7774 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7775
7776 * progmodes/octave.el (octave-mode-map): Add key binding for
7777 octave-lookfor.
7778 (octave-mode-menu): Add octave-lookfor.
7779 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7780 octave-lookfor.
7781 (octave-lookfor): New function.
7782
7783 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7786 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7787 its convention.
7788 (cl--loop-set-iterator-function): New function.
7789 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7790 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7791 Bind `it' with `let' instead of substituting it with `cl-subst'.
7792 (cl--unused-var-p): New function.
7793 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7794 Eliminate some unused variable warnings (bug#15326).
7795
7796 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7797
7798 * doc-view.el (doc-view-scale-reset): Rename from
7799 `doc-view-reset-zoom-level'.
7800 (doc-view-scale-adjust): New command.
7801 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7802 `doc-view-scale-adjust'.
7803
7804 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7805
7806 * doc-view.el (doc-view-reset-zoom-level): New command.
7807 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7808 zoom commands (bug#15466).
7809
7810 2013-09-26 Kenichi Handa <handa@gnu.org>
7811
7812 * international/quail.el (quail-help): Make it not a command.
7813
7814 2013-09-26 Leo Liu <sdl.web@gmail.com>
7815
7816 * minibuffer.el (completion-all-sorted-completions): Make args
7817 optional as they are.
7818
7819 2013-09-25 Daniel Colascione <dancol@dancol.org>
7820
7821 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7822 specs are and that they're not evaluated.
7823
7824 2013-09-24 Sam Steingold <sds@gnu.org>
7825
7826 * midnight.el (clean-buffer-list-kill-regexps)
7827 (clean-buffer-list-kill-buffer-names): Update for the new Man
7828 buffer naming which includes the object name.
7829
7830 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7833 (eshell-parse-command, eshell-parse-pipeline): Use it since
7834 eshell-separate-commands requires a dynamic scoped var.
7835 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7836
7837 2013-09-23 Leo Liu <sdl.web@gmail.com>
7838
7839 * autoinsert.el (auto-insert-alist): Make the value of
7840 lexical-binding match its file setting.
7841
7842 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7843
7844 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7845
7846 * autoarg.el (autoarg-kp-digit-argument):
7847 * electric.el (Electric-command-loop):
7848 * kmacro.el (kmacro-step-edit-insert):
7849 Do not set universal-argument-num-events.
7850
7851 2013-09-22 Leo Liu <sdl.web@gmail.com>
7852
7853 * files.el (interpreter-mode-alist): Add octave.
7854
7855 2013-09-21 Alan Mackenzie <acm@muc.de>
7856
7857 C++: fontify identifier in declaration following "public:" correctly.
7858 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7859 to match "public", etc.
7860 (c-decl-prefix-re): Add ":" into the C++ value.
7861 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7862 bit. Add a check for a ":" preceded by "public", etc.
7863
7864 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7865
7866 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7867 recognized by GDB 7.5 and later.
7868
7869 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7870
7871 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7872
7873 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * subr.el (internal--call-interactively): New const.
7876 (called-interactively-p): Use it (bug#3984).
7877
7878 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7879
7880 * vc/pcvs.el (cvs-mode-ignore):
7881 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7882 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7883
7884 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7885
7886 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7887 (eshell-ls-orig-insert-directory): Remove.
7888 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7889 (eshell-ls-use-in-dired): Use advice-add/remove.
7890 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7891 Add `orig-fun' arg for use in :around advice.
7892 Make it check (redundantly) eshell-ls-use-in-dired.
7893
7894 2013-09-19 Glenn Morris <rgm@gnu.org>
7895
7896 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7897
7898 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7899
7900 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7901
7902 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7903
7904 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7905 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7906 (tramp-get-remote-python): New defuns.
7907 (tramp-get-remote-uid-with-perl)
7908 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7909 contributed by yary <not.com@gmail.com> (tiny change).
7910 (tramp-get-remote-uid-with-python)
7911 (tramp-get-remote-gid-with-python): New defuns. Python code
7912 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7913 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7914
7915 2013-09-19 Glenn Morris <rgm@gnu.org>
7916
7917 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7918
7919 * eshell/em-unix.el (eshell-remove-entries):
7920 Rename argument to avoid name-clash with global `top-level'.
7921
7922 * eshell/esh-proc.el (eshell-kill-process-function):
7923 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7924 (eshell-reset-after-proc): Remove unused arg `proc'.
7925
7926 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7927 (directory-files-and-attributes): Mark unused arg.
7928
7929 * eshell/em-unix.el (eshell-remove-entries):
7930 Remove unused arg `path'. Update callers.
7931
7932 * eshell/em-hist.el (eshell-hist-parse-arguments):
7933 Remove unused arg `silent'. Update callers.
7934
7935 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7936 Fix (f)boundp mix-up.
7937
7938 * eshell/em-smart.el (eshell-smart-scroll-window)
7939 (eshell-disable-after-change):
7940 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7941
7942 2013-09-18 Alan Mackenzie <acm@muc.de>
7943
7944 Fix fontification of type when followed by "const".
7945 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7946 "known" types from fontification.
7947
7948 2013-09-18 Glenn Morris <rgm@gnu.org>
7949
7950 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7951 (chart-face-list): Drop Emacsen without display-color-p.
7952
7953 * net/eww.el (libxml-parse-html-region): Declare.
7954 (eww-display-html): Explicit error if no libxml2 support.
7955
7956 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7957
7958 * image.el (image-type-from-buffer, image-multi-frame-p):
7959 Remove --without-x warning/error.
7960
7961 * mouse.el (mouse-yank-primary):
7962 * term.el (term-mouse-paste):
7963 Reorder to silence --without-x compilation.
7964
7965 * mpc.el (doc-view-mode): Silence --without-x compilation.
7966
7967 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7968 Silence --without-x compilation.
7969
7970 * progmodes/gud.el (gud-find-file, gud-mode):
7971 Silence --without-x compilation.
7972 (tooltip-mode): Declare.
7973
7974 * wdired.el (dired-backup-overwrite): Remove declaration.
7975 (wdired-mode-map): Add doc string.
7976
7977 * custom.el (x-get-resource): Declare.
7978
7979 * eshell/em-glob.el (ange-cache):
7980 * eshell/em-unix.el (ange-cache): Declare.
7981
7982 * faces.el (x-display-list, x-open-connection, x-get-resource):
7983 Declare.
7984
7985 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7986 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7987 Declare.
7988
7989 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7990
7991 * net/gnutls.el (gnutls-log-level): Declare.
7992
7993 * net/shr.el (image-size, image-animate): Declare.
7994
7995 * simple.el (font-info): Declare.
7996
7997 * subr.el (x-popup-dialog): Declare.
7998
7999 * term/common-win.el (x-select-enable-primary)
8000 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8001 Declare.
8002
8003 * term/ns-win.el (x-handle-args): Declare.
8004
8005 * term/x-win.el (x-select-enable-clipboard): Declare.
8006
8007 * term/w32-win.el (create-default-fontset): Declare.
8008
8009 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8010 Declare.
8011
8012 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8013 (fit-frame-to-buffer): Explicit error if --without-x.
8014 (mouse-autoselect-window-select): Silence compiler.
8015
8016 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8017
8018 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8019 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8020 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8021 * eshell/esh-util.el (eshell-sublist):
8022 Remove unused local variables.
8023
8024 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8025
8026 * textmodes/two-column.el: Make 2C-split work for --without-x.
8027 (scroll-bar-columns): Autoload.
8028 (top-level): Require fringe when compiling.
8029
8030 2013-09-18 Leo Liu <sdl.web@gmail.com>
8031
8032 * subr.el (add-hook): Robustify to handle closure as well.
8033
8034 2013-09-17 Glenn Morris <rgm@gnu.org>
8035
8036 * simple.el (messages-buffer-mode-map): Unbind "g".
8037
8038 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * help-mode.el (help-mode-finish): Use derived-mode-p.
8041 Remove obsolete highlighting.
8042
8043 * play/life.el (life-mode): Use define-derived-mode. Derive from
8044 special-mode.
8045 (life): Let-bind inhibit-read-only.
8046 (life-setup): Avoid `setq'. Use `life-mode'.
8047
8048 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8049 which should not be needed any more.
8050 (package-menu-refresh, package-menu-describe-package): Use user-error.
8051
8052 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8053 (eshell-post-rewrite-command-hook): Make obsolete.
8054 (eshell-parse-command): Simplify.
8055 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8056 (eshell--cmd): Declare.
8057 (eshell-parse-pipeline): Remove unused var `final-p'.
8058 Pass a dynvar to eshell-post-rewrite-command-hook.
8059 Implement the new eshell-post-rewrite-command-function.
8060 (eshell-invoke-directly): Remove unused arg `input'.
8061 * eshell/esh-io.el (eshell-io-initialize):
8062 Use eshell-post-rewrite-command-function (bug#15399).
8063 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8064 adjust to new calling convention.
8065 (eshell-create-handles): Rename args to avoid clashing with dynvar
8066 `standard-output'.
8067
8068 2013-09-17 Glenn Morris <rgm@gnu.org>
8069
8070 * simple.el (messages-buffer-mode): New major mode.
8071 (messages-buffer): New function.
8072 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8073 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8074 (ert-run-test): Use `messages-buffer' function.
8075 (ert--force-message-log-buffer-truncation): Ignore read-only.
8076 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8077 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8078
8079 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8082
8083 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8084
8085 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * icomplete.el (icomplete-in-buffer): New var.
8088 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8089 vars and replace them with functions.
8090 (icomplete-minibuffer-setup): Adjust accordingly.
8091 (icomplete--completion-table, icomplete--completion-predicate)
8092 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8093 New functions.
8094 (icomplete-forward-completions, icomplete-backward-completions)
8095 (icomplete-simple-completing-p, icomplete-exhibit)
8096 (icomplete-completions): Use them.
8097 (icomplete--in-region-buffer): New var.
8098 (icomplete--in-region-setup): New function.
8099 (icomplete-mode): Use it.
8100
8101 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8102 (bug#15379).
8103 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8104 return args and options.
8105 (eshell-eval-using-options): Use the new return value of
8106 eshell--do-opts to set the options's vars in their scope.
8107 (eshell--set-option): Rename from eshell-set-option.
8108 Add arg `opt-vals'.
8109 (eshell--process-option): Rename from eshell-process-option.
8110 Add arg `opt-vals'.
8111 (eshell--process-args): Use an `opt-vals' alist to store the options's
8112 values during their processing and return them additionally to the
8113 remaining args.
8114
8115 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8116
8117 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8118 continuation character an operator, as far as indentation is
8119 concerned (Bug#15369).
8120
8121 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8122
8123 * window.el (window--state-put-2): Don't process buffer state
8124 when buffer doesn't exist any more (Bug#15382).
8125
8126 2013-09-15 Glenn Morris <rgm@gnu.org>
8127
8128 * eshell/em-unix.el (eshell/rm):
8129 Make -f ignore missing files. (Bug#15373)
8130
8131 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8132 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8133 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8134
8135 2013-09-14 Glenn Morris <rgm@gnu.org>
8136
8137 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8138
8139 2013-09-13 Glenn Morris <rgm@gnu.org>
8140
8141 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8142 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8143
8144 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8145
8146 * frame.el (x-focus-frame): Mark as declared in frame.c.
8147
8148 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * ls-lisp.el: Use advice-add.
8151 (original-insert-directory): Remove.
8152 (ls-lisp--insert-directory): Rename from insert-directory; add
8153 `orig-fun' argument.
8154 (insert-directory): Advise.
8155
8156 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8157
8158 * term.el (term-emulate-terminal): Decode the command string
8159 before passing it to term-command-hook. (Bug#15337)
8160
8161 2013-09-13 Glenn Morris <rgm@gnu.org>
8162
8163 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8164
8165 * eshell/esh-ext.el (eshell-search-path): Declare.
8166
8167 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8168 Otherwise an error occurs if eshell-dirs module not loaded.
8169
8170 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8171
8172 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8173
8174 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8175 `tramp-check-proper-host'. Check for a valid method name.
8176
8177 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8178 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8179 * net/tramp-sh.el (tramp-maybe-open-connection):
8180 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8181
8182 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8183 also for hash values.
8184
8185 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8186
8187 * term/ns-win.el (parameters): Don't declare as dynamic.
8188 (before-make-frame-hook): Don't add ineffective function.
8189
8190 * eshell/*.el: Use lexical-binding (bug#15231).
8191
8192 2013-09-12 Kenichi Handa <handa@gnu.org>
8193
8194 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8195
8196 2013-09-12 Glenn Morris <rgm@gnu.org>
8197
8198 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8199 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8200
8201 * subr.el (do-after-load-evaluation): Also give compiler warnings
8202 when obsolete files are used (except by obsolete files).
8203
8204 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8205 in the status output, assume `filename' is the first. (Bug#15322)
8206
8207 * vc/vc.el (vc-deduce-fileset): Doc fix.
8208
8209 * calc/calc-help.el (Info-goto-node):
8210 * progmodes/cperl-mode.el (Info-find-node):
8211 * vc/ediff.el (Info-goto-node): Update declarations.
8212
8213 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8214
8215 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8216 (vc-bzr-pull): Require vc-dispatcher.
8217 * vc/vc-git.el (vc-compilation-mode): Declare.
8218 (vc-git-pull): Require vc-dispatcher.
8219
8220 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8221
8222 * progmodes/octave.el (help-button-action): Declare.
8223
8224 * shell.el (shell-directory-tracker): Output error as a message
8225 rather than just returning it as a string.
8226 (shell-process-pushd): Remove useless use of message.
8227
8228 * dframe.el (dframe-timer-fn):
8229 * files.el (dir-locals-read-from-file):
8230 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8231 (mpc-format):
8232 * reveal.el (reveal-post-command):
8233 * saveplace.el (load-save-place-alist-from-file):
8234 * shell.el (shell-resync-dirs):
8235 * w32-common-fns.el (x-get-selection-value):
8236 * emacs-lisp/copyright.el (copyright-find-copyright):
8237 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8238 * emulation/tpu-edt.el (tpu-copy-keyfile):
8239 * play/bubbles.el (bubbles--mark-neighbourhood):
8240 * progmodes/executable.el
8241 (executable-make-buffer-file-executable-if-script-p):
8242 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8243
8244 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 Cleanup Eshell to rely less on dynamic scoping.
8247 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8248 last-value, and ext-command here. Bind `args' closer to `body'.
8249 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8250 (eshell--args): Declare new dynamic var.
8251 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8252 last-value, and ext-command. Pass `args' to `body'.
8253 (eshell-process-args): Bind eshell--args.
8254 (eshell-set-option): Use eshell--args.
8255 * eshell/eshell.el (eshell): Use derived-mode-p.
8256 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8257 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8258 (eshell-glob-function): Declare.
8259 * eshell/esh-util.el: Require cl-lib.
8260 (eshell-read-hosts-file): Avoid add-to-list.
8261 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8262 `err'.
8263 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8264 Declare.
8265 (eshell/diff): Remove unused var `err'.
8266 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8267 `killflag'.
8268 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8269 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8270 first use.
8271 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8272 Move declaration before first use.
8273 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8274 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8275 rely on cl-return.
8276
8277 2013-09-12 Glenn Morris <rgm@gnu.org>
8278
8279 * term/ns-win.el (global-map): Remove binding for ispell-next,
8280 deleted 1999-05-29. (Bug#15357)
8281
8282 2013-09-11 Glenn Morris <rgm@gnu.org>
8283
8284 * echistory.el (electric-command-history): Remove call to deleted func.
8285
8286 * play/landmark.el (landmark-mode): Fix typos.
8287
8288 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8289 Check cvs-sort-ignore-file is bound.
8290
8291 * savehist.el: No need for cl when compiling on Emacs.
8292
8293 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8296 (bug#15338).
8297 (eshell-self-insert-command, eshell-send-invisible):
8298 Remove unused argument.
8299 (eshell-handle-control-codes): Remove unused var `orig'.
8300 Avoid delete-backward-char.
8301
8302 * files.el (set-auto-mode): Simplify a bit further.
8303
8304 2013-09-11 Glenn Morris <rgm@gnu.org>
8305
8306 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8307 (set-auto-mode): Don't regexp-quote elements.
8308 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8309 * progmodes/cc-mode.el (interpreter-mode-alist):
8310 * progmodes/ruby-mode.el (interpreter-mode-alist):
8311 Revert previous change.
8312
8313 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * play/snake.el (snake-mode):
8316 * play/mpuz.el (mpuz-mode):
8317 * play/landmark.el (lm-mode):
8318 * play/blackbox.el (blackbox-mode):
8319 * play/5x5.el (5x5-mode):
8320 * obsolete/options.el (Edit-options-mode):
8321 * net/quickurl.el (quickurl-list-mode):
8322 * net/newst-treeview.el (newsticker-treeview-mode):
8323 * mail/rmailsum.el (rmail-summary-mode):
8324 * mail/mspools.el (mspools-mode):
8325 * locate.el (locate-mode):
8326 * ibuffer.el (ibuffer-mode):
8327 * emulation/ws-mode.el (wordstar-mode):
8328 * emacs-lisp/debug.el (debugger-mode):
8329 * array.el (array-mode):
8330 * net/eudc.el (eudc-mode): Use define-derived-mode.
8331 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8332 Move initialization into declaration.
8333 (mairix-searches-mode): Use define-derived-mode.
8334 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8335 (eudc-edit-hotlist): Use dolist.
8336 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8337 (Man-mode): Use define-derived-mode.
8338 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8339 (Info-edit-mode): Use define-derived-mode.
8340 (Info-cease-edit): Use Info-mode.
8341 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8342 into declaration.
8343 (eshell-mode): Use define-derived-mode.
8344 * chistory.el (command-history-mode-map): Rename from
8345 command-history-map.
8346 (command-history-mode): Use define-derived-mode.
8347 (Command-history-setup): Remove function.
8348 * calc/calc.el (calc-trail-mode-map): New var.
8349 (calc-trail-mode): Use define-derived-mode.
8350 (calc-trail-buffer): Set calc-main-buffer manually.
8351 * bookmark.el (bookmark-insert-annotation): New function.
8352 (bookmark-edit-annotation): Use it.
8353 (bookmark-edit-annotation-mode): Make it a proper major mode.
8354 (bookmark-send-edited-annotation): Use derived-mode-p.
8355 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8356 closer to its ideal place. Use \' to match EOS.
8357
8358 * profiler.el (profiler-calltree-find): Use function-equal.
8359
8360 2013-09-10 Glenn Morris <rgm@gnu.org>
8361
8362 * files.el (interpreter-mode-alist): Convert to regexps.
8363 (set-auto-mode): Adapt for this. (Bug#15306)
8364 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8365 Comment out unused variable.
8366 * progmodes/cc-mode.el (interpreter-mode-alist):
8367 * progmodes/python.el (interpreter-mode-alist):
8368 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8369 * progmodes/sh-script.el (sh-set-shell):
8370 No longer use interpreter-mode-alist to get list of shells.
8371
8372 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8373
8374 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * simple.el: Use set-temporary-overlay-map for universal-argument.
8377 (universal-argument-map): Don't use default-bindings (bug#15317).
8378 Bind switch-frame explicitly. Replace universal-argument-minus with
8379 a conditional binding.
8380 (universal-argument-num-events, saved-overriding-map): Remove.
8381 (restore-overriding-map): Remove.
8382 (universal-argument--mode): Rename from save&set-overriding-map,
8383 and rewrite.
8384 (universal-argument, universal-argument-more, negative-argument)
8385 (digit-argument): Adjust accordingly.
8386 (universal-argument-minus): Remove.
8387 (universal-argument-other-key): Remove.
8388
8389 * subr.el (with-demoted-errors): Add `format' argument.
8390
8391 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8392
8393 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8394 `tramp-cleanup-connection'.
8395
8396 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8397 parameters KEEP-DEBUG and KEEP-PASSWORD.
8398
8399 * net/tramp.el (tramp-file-name-handler):
8400 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8401 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8402 (tramp-maybe-open-connection):
8403 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8404 Use `tramp-cleanup-connection'.
8405
8406 * net/tramp-sh.el (tramp-maybe-open-connection):
8407 Catch 'uname-changed inside the progress reporter.
8408
8409 2013-09-10 Glenn Morris <rgm@gnu.org>
8410
8411 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8412
8413 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8414 returns "alternate access method" in mode (eg "-rw-r--r--.").
8415
8416 2013-09-08 Glenn Morris <rgm@gnu.org>
8417
8418 * saveplace.el (load-save-place-alist-from-file):
8419 Demote errors. (Bug#15305)
8420
8421 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8422
8423 Improve compatibility with older Emacsen, and XEmacs.
8424
8425 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8426 only if it is bound. It isn't for XEmacs.
8427 (with-tramp-progress-reporter): Do not let-bind `result'.
8428 This yields to scoping errors in XEmacs.
8429 (tramp-handle-make-auto-save-file-name): New function, moved from
8430 tramp-sh.el.
8431
8432 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8433 for `make-auto-save-file-name'.
8434 (tramp-adb--gnu-switches-to-ash):
8435 Use `tramp-compat-replace-regexp-in-string'.
8436
8437 * net/tramp-cache.el (tramp-cache-print): Call
8438 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8439
8440 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8441 bound. It isn't for XEmacs.
8442
8443 * net/tramp-compat.el (tramp-compat-copy-file):
8444 Catch `wrong-number-of-arguments' error.
8445 (tramp-compat-replace-regexp-in-string): New defun.
8446
8447 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8448 for `make-auto-save-file-name'.
8449 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8450 `copy-file'.
8451 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8452 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8453 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8454
8455 * net/tramp-gw.el (tramp-gw-open-network-stream):
8456 Use `tramp-compat-replace-regexp-in-string'.
8457
8458 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8459 Call `tramp-handle-make-auto-save-file-name'.
8460 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8461 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8462 (tramp-sh-file-inotifywait-process-filter):
8463 Use `tramp-compat-replace-regexp-in-string'.
8464 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8465
8466 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8467 for `make-auto-save-file-name'.
8468 (tramp-smb-handle-copy-directory):
8469 Call `tramp-compat-replace-regexp-in-string'.
8470 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8471 (tramp-smb-handle-copy-file): Improve error message.
8472 (tramp-smb-handle-rename-file): Rename directly only in case
8473 `newname' does not exist yet. This is a restriction of smbclient.
8474 (tramp-smb-maybe-open-connection): Rerun the function only when
8475 `auth-sources' is non-nil.
8476
8477 2013-09-08 Kenichi Handa <handa@gnu.org>
8478
8479 * international/characters.el: Set category "^" (Combining) for
8480 more characters.
8481
8482 2013-09-07 Alan Mackenzie <acm@muc.de>
8483
8484 Correctly fontify Java class constructors.
8485 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8486 in Java Mode.
8487 (c-recognize-typeless-decls): Set the Java value to t.
8488 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8489 While handling a "(", add a check for, effectively, Java, and handle a
8490 "typeless" declaration there.
8491
8492 2013-09-07 Roland Winkler <winkler@gnu.org>
8493
8494 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8495 field subtitle for entry type book.
8496
8497 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * minibuffer.el: Make minibuffer-complete call completion-in-region
8500 rather than other way around.
8501 (completion--some, completion-pcm--find-all-completions):
8502 Don't delay signals when debugging.
8503 (minibuffer-completion-contents): Beware fields within the
8504 minibuffer contents.
8505 (completion-all-sorted-completions): Use defvar-local.
8506 (completion--do-completion, completion--cache-all-sorted-completions)
8507 (completion-all-sorted-completions, minibuffer-force-complete):
8508 Add args `beg' and `end'.
8509 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8510 (minibuffer-complete): Use completion-in-region.
8511 (completion-complete-and-exit): New fun, extracted from
8512 minibuffer-complete-and-exit.
8513 (minibuffer-complete-and-exit): Use it.
8514 (completion--complete-and-exit): Rename from
8515 minibuffer--complete-and-exit.
8516 (completion-in-region--single-word): New function, extracted from
8517 minibuffer-complete-word.
8518 (minibuffer-complete-word): Use it.
8519 (display-completion-list): Make `common-substring' argument obsolete.
8520 (completion--in-region): Call completion--in-region-1 instead of
8521 minibuffer-complete.
8522 (completion-help-at-point): Pass boundaries to
8523 minibuffer-completion-help as args rather than via an overlay.
8524 (completion-pcm--string->pattern): Use `any-delim'.
8525 (completion-pcm--optimize-pattern): New function.
8526 (completion-pcm--pattern->regex): Handle `any-delim'.
8527 * icomplete.el (icomplete-forward-completions)
8528 (icomplete-backward-completions, icomplete-completions):
8529 Adjust calls to completion-all-sorted-completions and
8530 completion--cache-all-sorted-completions.
8531 (icomplete-with-completion-tables): Default to t.
8532 * emacs-lisp/crm.el (crm--current-element): Rename from
8533 crm--select-current-element. Don't put an overlay but return the
8534 boundaries instead.
8535 (crm--completion-command): Take two new args to bind to the boundaries.
8536 (crm-completion-help): Adjust accordingly.
8537 (crm-complete): Use completion-in-region.
8538 (crm-complete-word): Use completion-in-region--single-word.
8539 (crm-complete-and-exit): Use completion-complete-and-exit.
8540
8541 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8544 than dynamically.
8545
8546 2013-09-06 Juri Linkov <juri@jurta.org>
8547
8548 * info.el (Info-display-images-node): When image file doesn't exist
8549 display text version of the image if it's provided in the Info file.
8550 Otherwise, display the location of missing image from SRC attribute.
8551 Add help-echo text property from ALT attribute. (Bug#15279)
8552
8553 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8556 (edit-abbrevs-mode): Use define-derived-mode.
8557
8558 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8559 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8560 that it's defined.
8561 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8562 Use define-derived-mode.
8563
8564 * epg.el (epg-start-encrypt): Minor CSE simplification.
8565
8566 2013-09-06 William Xu <william.xwl@gmail.com>
8567
8568 * arc-mode.el: Add support for 7za (bug#15264).
8569 (archive-7z-program): New var.
8570 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8571 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8572 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8573
8574 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8575
8576 Remove URL syntax.
8577
8578 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8579 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8580 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8581 (tramp-postfix-host-format, tramp-file-name-regexp)
8582 (tramp-completion-file-name-regexp)
8583 (tramp-completion-dissect-file-name)
8584 (tramp-handle-substitute-in-file-name): Remove 'url case.
8585 (tramp-file-name-regexp-url)
8586 (tramp-completion-file-name-regexp-url): Remove constants.
8587
8588 2013-09-06 Glenn Morris <rgm@gnu.org>
8589
8590 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8591
8592 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8593
8594 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8595 keywords" below "here-doc beginnings" (Bug#15270).
8596
8597 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * subr.el (pop): Use `car-safe'.
8600 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8601 to detect unused `pop' return value.
8602
8603 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8604 var `block-regexp'.
8605 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8606 (python-fill-string): Remove unused var `marker'.
8607 (python-skeleton-add-menu-items): Remove unused var `items'.
8608
8609 * international/mule-cmds.el: Require CL.
8610 (find-coding-systems-for-charsets): Avoid add-to-list.
8611 (sanitize-coding-system-list): New function, extracted from
8612 select-safe-coding-system-interactively.
8613 (select-safe-coding-system-interactively): Use it.
8614 (read-input-method-name): Accept symbols for `default'.
8615
8616 * emacs-lisp/advice.el (defadvice): Add indent rule.
8617
8618 2013-09-05 Daniel Hackney <dan@haxney.org>
8619
8620 * dired-x.el:
8621 * net/ange-ftp.el:
8622 * net/browse-url.el:
8623 * net/dbus.el:
8624 * net/eudc.el:
8625 * net/eudcb-ldap.el:
8626 * net/eww.el:
8627 * net/imap.el:
8628 * printing.el:
8629 * vc/ediff-diff.el:
8630 * vc/ediff-init.el:
8631 * vc/ediff-merg.el:
8632 * vc/ediff-mult.el:
8633 * vc/ediff-util.el:
8634 * vc/ediff-wind.el:
8635 * vc/ediff.el:
8636 * vc/emerge.el:
8637 * vc/pcvs.el:
8638 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8639 byte compiler. Remove some unused let-bound variables.
8640
8641 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8642
8643 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8644 a "ref-cell", since it gets better optimized (bug#14883).
8645
8646 2013-09-05 Glenn Morris <rgm@gnu.org>
8647
8648 * progmodes/cc-awk.el (c-forward-sws): Declare.
8649
8650 2013-09-04 Glenn Morris <rgm@gnu.org>
8651
8652 * generic-x.el [rul-generic-mode]: Require cc-mode.
8653 (c++-mode-syntax-table): Declare.
8654 (rul-generic-mode-syntax-table): Init in the defvar.
8655
8656 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8659 (vc-do-command, vc-set-async-update):
8660 * vc/vc-mtn.el (vc-mtn-dir-status):
8661 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8662 (vc-hg-pull, vc-hg-merge-branch):
8663 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8664 (vc-git-merge-branch):
8665 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8666 (vc-cvs-dir-status-files):
8667 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8668 (vc-bzr-dir-status-files):
8669 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8670 * vc/vc-annotate.el: Use lexical-binding.
8671 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8672 (vc-sentinel-movepoint): Declare.
8673 (vc-annotate): Don't use `goto-line'.
8674 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8675 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8676 (vc-sentinel-movepoint): Declare.
8677 * vc/vc-svn.el: Use lexical-binding.
8678 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8679 * vc/vc-sccs.el:
8680 * vc/vc-rcs.el: Use lexical-binding.
8681
8682 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8683 `deleted'. Don't drop errors silently.
8684
8685 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8686
8687 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8688
8689 * vc/vc.el (vc-ignore): Rewrite.
8690 (vc-default-ignore): New function.
8691 (vc-default-ignore-completion-table): Use find-ignore-file.
8692
8693 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8694 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8695 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8696 Remove. Most code moved to vc.el.
8697
8698 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8701 * net/tramp-smb.el (tramp-smb-get-file-entries):
8702 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8703 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8704
8705 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8706 Update call to it.
8707 (eww-change-select): Remove unused var `properties'.
8708 (eww-make-unique-file-name): Remove unused var `base'.
8709
8710 * finder.el (finder-compile-keywords): Don't mess with windows.
8711
8712 * calculator.el (calculator-funcall): Fix typo in last change.
8713
8714 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8715
8716 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8717 <pkg>-autoloads.el file stop us.
8718
8719 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8720 warnings, and factor out common code.
8721
8722 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8723
8724 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8725 two-character operators and whether the character preceding them
8726 changes their meaning (Bug#15208).
8727
8728 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8729
8730 Format code sent to Python shell for robustness.
8731 * progmodes/python.el (python-shell-buffer-substring):
8732 New function.
8733 (python-shell-send-region, python-shell-send-buffer): Use it.
8734
8735 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8736
8737 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8738 * net/tramp.el (tramp-user-error): ... here.
8739 (tramp-find-method, tramp-check-proper-host)
8740 (tramp-dissect-file-name, tramp-debug-message)
8741 (tramp-handle-shell-command):
8742 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8743 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8744
8745 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8746
8747 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8748
8749 * avoid.el (mouse-avoidance-point-position)
8750 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8751 returns nil.
8752
8753 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8754
8755 * progmodes/python.el (python-shell-completion-get-completions):
8756 Drop use of deleted `comint-last-prompt-overlay'.
8757 (python-nav-if-name-main): New command.
8758
8759 2013-09-01 Glenn Morris <rgm@gnu.org>
8760
8761 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8762 Avoid leading space in $wins. Otherwise the sed command used by
8763 eg compile-main ends up containing "/*.el". (Bug#15170)
8764
8765 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8766
8767 2013-08-30 Glenn Morris <rgm@gnu.org>
8768
8769 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8770 Fix is-this-a-directory logic. (Bug#15220)
8771
8772 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8773
8774 * textmodes/css-mode.el: Use SMIE.
8775 (css-smie-grammar): New var.
8776 (css-smie--forward-token, css-smie--backward-token)
8777 (css-smie-rules): New functions.
8778 (css-mode): Use them.
8779 (css-navigation-syntax-table): Remove var.
8780 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8781 (css-indent-calculate, css-indent-line): Remove functions.
8782
8783 Misc changes to reduce use of `(lambda...); and other cleanups.
8784 * cus-edit.el: Use lexical-binding.
8785 (customize-push-and-save, customize-apropos)
8786 (custom-buffer-create-internal): Use closures.
8787 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8788 * progmodes/ada-xref.el: Use setq.
8789 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8790 * dframe.el: Use lexical-binding.
8791 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8792 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8793 * descr-text.el: Use lexical-binding.
8794 (describe-text-widget, describe-text-sexp, describe-property-list):
8795 Use closures.
8796 * comint.el (comint-history-isearch-push-state): Use a closure.
8797 * calculator.el: Use lexical-binding.
8798 (calculator-number-to-string): Make it work with lexical-binding.
8799 (calculator-funcall): Same and use cl-letf.
8800
8801 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8802 (lisp--company-doc-string, lisp--company-location): New functions.
8803 (lisp-completion-at-point): Use them to improve Company support.
8804
8805 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8806 params of lambda expressions.
8807 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8808 (ruby-smie--opening-pipe-p): New function.
8809 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8810 symbols and matched |...| for formal params.
8811 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8812 from being treated as hanging. Handle "rescue".
8813
8814 2013-08-29 Glenn Morris <rgm@gnu.org>
8815
8816 * progmodes/cc-engine.el (c-pull-open-brace):
8817 Move definition before use.
8818
8819 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8822 are immutable. Don't use `unsafe' any more.
8823 (cl--defsubst-expand): Don't substitute at the same time as keeping
8824 a residual unused let-binding. Don't use `unsafe' any more.
8825
8826 2013-08-29 Glenn Morris <rgm@gnu.org>
8827
8828 * calendar/cal-china.el (calendar-chinese-year-cache):
8829 Recenter on 2015.
8830
8831 * nxml/nxml-util.el (nxml-debug-clear-inside):
8832 Use cl-loop rather than loop.
8833
8834 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8835
8836 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8837
8838 2013-08-28 Glenn Morris <rgm@gnu.org>
8839
8840 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8841
8842 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8843
8844 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8845
8846 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * simple.el (repeat-complex-command--called-interactively-skip):
8849 New function.
8850 (repeat-complex-command): Use it (bug#14136).
8851
8852 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8853 (c-define-abbrev-table): Add `doc' argument.
8854 (c-mode-abbrev-table, c++-mode-abbrev-table)
8855 (objc-mode-abbrev-table, java-mode-abbrev-table)
8856 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8857 (awk-mode-abbrev-table): Use it.
8858 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8859 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8860 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8861 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8862 Move initialization into the declaration; and remove any
8863 autoload cookie.
8864
8865 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8866 and dynamic let binding.
8867
8868 * vc/smerge-mode.el: Remove redundant :group args.
8869
8870 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8871 to load-path.
8872
8873 2013-08-28 Juri Linkov <juri@jurta.org>
8874
8875 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8876 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8877 (isearch-other-meta-char): Handle an undefined shifted printing
8878 character by downshifting it. (Bug#15200)
8879
8880 2013-08-28 Juri Linkov <juri@jurta.org>
8881
8882 * isearch.el (isearch-search): Change regexp error message for
8883 non-regexp searches. (Bug#15166)
8884
8885 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8886
8887 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8888 for portability to hosts where /bin/sh has problems.
8889
8890 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8893
8894 2013-08-27 Juri Linkov <juri@jurta.org>
8895
8896 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8897 in the keyboard macro. (Bug#15126)
8898
8899 2013-08-27 Juri Linkov <juri@jurta.org>
8900
8901 * isearch.el (isearch-quote-char): Comment out converting unibyte
8902 to multibyte, thus syncing with its `quoted-insert' counterpart.
8903 (Bug#15166)
8904
8905 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8906
8907 * window.el (display-buffer-use-some-window): Add missing
8908 argument in call of get-largest-window (Bug#15185).
8909 Reported by Stephen Leake.
8910
8911 2013-08-27 Glenn Morris <rgm@gnu.org>
8912
8913 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8914
8915 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8918 from a matcher-function unless there's no more matches (bug#15161).
8919
8920 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8921
8922 * minibuffer.el: Revert change from 2013-08-20.
8923
8924 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8925 with text property `tramp-default', if appropriate.
8926 (tramp-check-proper-host): New defun.
8927 (tramp-dissect-file-name): Do not check hostname. Revert change
8928 of 2013-03-18.
8929 (tramp-backtrace): Make VEC-OR-PROC optional.
8930
8931 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8932 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8933 * net/tramp-sh.el (tramp-maybe-open-connection):
8934 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8935 Apply `tramp-check-proper-host'.
8936
8937 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8938
8939 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8940 lambda expression in order to have `describe-variable' display it.
8941
8942 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8943
8944 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8945 BUF can be optional. (Bug#15186)
8946
8947 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8948
8949 * progmodes/flymake.el (flymake-get-real-file-name-function):
8950 Fix broken customization. (Bug#15184)
8951
8952 2013-08-25 Alan Mackenzie <acm@muc.de>
8953
8954 Improve indentation of bracelists defined by macros (without "=").
8955
8956 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8957 expansion begins with "{", regard it as bracelist when it doesn't
8958 contain a ";".
8959
8960 Parse C++ inher-intro when there's a template split over 2 lines.
8961
8962 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8963 rigorously the search for "class" etc. followed by ":".
8964
8965 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8966 random languages a regexp which never matches rather than nil.
8967
8968 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8969
8970 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8971 (c-awk-regexp-one-line-possibly-open-char-list-re)
8972 (c-awk-one-line-possibly-open-regexp-re)
8973 (c-awk-one-line-non-syn-ws*-re): Remove.
8974 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8975 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8976 (c-awk-space*-unclosed-regexp-/-re): New constants.
8977 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8978 aren't regexp delimiters.
8979
8980 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8981 handling for a rare situation in AWK Mode involving unterminated
8982 strings/regexps.
8983
8984 2013-08-23 Glenn Morris <rgm@gnu.org>
8985
8986 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8987
8988 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8989
8990 * files.el (create-file-buffer): If the result would begin with
8991 spaces, prepend a "|" instead of removing them. (Bug#15162)
8992
8993 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8996 text-properties (bug#15155).
8997
8998 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8999 exist any more.
9000 (calc-keypad-redraw): Remove unused var `pad'.
9001 (calc-keypad-press): Remove unused var `menu'.
9002
9003 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9004
9005 * window.el (display-buffer-pop-up-frame):
9006 Call pop-up-frame-function with BUFFER current so `make-frame' will
9007 use it as the new frame's buffer (Bug#15133).
9008
9009 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9010
9011 * calendar/timeclock.el: Minor cleanups.
9012 (timeclock-ask-before-exiting, timeclock-use-display-time):
9013 Use `symbol'.
9014 (timeclock-modeline-display): Define as alias before the
9015 actual definition.
9016 (timeclock-mode-line-display): Use define-minor-mode.
9017 (timeclock-day-list-template): Make it a function, add an argument.
9018 (timeclock-day-list-required, timeclock-day-list-length)
9019 (timeclock-day-list-debt, timeclock-day-list-span)
9020 (timeclock-day-list-break): Adjust calls accordingly.
9021
9022 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9025 Use read--expression so that completion works again.
9026
9027 2013-08-21 Sam Steingold <sds@gnu.org>
9028
9029 Add rudimentary inferior shell interaction
9030 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9031 (sh-set-shell): Reset it.
9032 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9033 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9034
9035 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * align.el: Use lexical-binding.
9038 (align-region): Simplify accordingly.
9039
9040 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9041
9042 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9043
9044 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9045 `non-essential' up.
9046
9047 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9048
9049 * net/tramp.el:
9050 * net/tramp-adb.el:
9051 * net/tramp-cmds.el:
9052 * net/tramp-ftp.el:
9053 * net/tramp-gvfs.el:
9054 * net/tramp-gw.el:
9055 * net/tramp-sh.el: Don't wrap external variable declarations by
9056 `eval-when-compile'.
9057
9058 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9059
9060 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9061 now that Emacs supports ImageMagick animations.
9062
9063 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9064
9065 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9066 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9067
9068 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9069
9070 * window.el (mouse-autoselect-window-select): Do autoselect when
9071 mouse pointer is on margin.
9072
9073 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9074
9075 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9076
9077 2013-08-16 Glenn Morris <rgm@gnu.org>
9078
9079 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9080 Handle "Remote Directory" response of some clients. (Bug#15058)
9081
9082 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9083 Tweak warning. (Bug#14926)
9084
9085 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9086 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9087
9088 * image-mode.el (image-mode-map): Add menu items to reverse,
9089 increase, decrease, reset animation speed.
9090 (image--set-speed, image-increase-speed, image-decrease-speed)
9091 (image-reverse-speed, image-reset-speed): New functions.
9092 (image-mode-map): Add bindings for speed commands.
9093
9094 * image.el (image-animate-get-speed, image-animate-set-speed):
9095 New functions.
9096 (image-animate-timeout): Respect image :speed property.
9097
9098 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9101 previous line (bug#15101).
9102 (debugger-eval-expression, debugger-record-expression):
9103 Use read--expression (bug#15102).
9104
9105 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9106
9107 Remove byte compiler warnings, visible when compiling with
9108 `byte-compile-force-lexical-warnings' set to t.
9109
9110 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9111 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9112 (tramp-handle-unhandled-file-name-directory)
9113 (tramp-handle-file-notify-add-watch, tramp-action-login)
9114 (tramp-action-succeed, tramp-action-permission-denied)
9115 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9116 arguments with "_".
9117
9118 * net/tramp-adb.el (tramp-adb-parse-device-names)
9119 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9120 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9121 (tramp-adb-handle-file-truename): Remove unused arguments.
9122
9123 * net/tramp-cache.el (tramp-flush-directory-property)
9124 (tramp-flush-connection-property, tramp-list-connections)
9125 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9126
9127 * net/tramp-compat.el (tramp-compat-make-temp-file):
9128 Rename FILENAME to F.
9129
9130 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9131 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9132 (tramp-zeroconf-parse-workstation-device-names)
9133 (tramp-zeroconf-parse-webdav-device-names)
9134 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9135
9136 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9137 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9138
9139 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9140 arguments.
9141 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9142 (tramp-sh-handle-insert-file-contents-literally)
9143 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9144 with "_".
9145 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9146 Remove unused variables.
9147
9148 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9149 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9150 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9151
9152 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9153 Make them a defconst.
9154 (tramp-uuencode-region): Remove unused variable.
9155
9156 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9157
9158 * frameset.el (frameset--prop-setter): New function.
9159 (frameset-prop): Add gv-setter declaration.
9160 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9161 parameter was already set in FILTERED. Doc fix.
9162 (frameset--record-minibuffer-relationships): Allow saving a
9163 minibufferless frame without its corresponding minibuffer frame.
9164 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9165 frame, if the frame id matches.
9166 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9167 frames before orphaned ones.
9168 (frameset-restore): Warn about orphaned windows, instead of error out.
9169
9170 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9171
9172 * window.el (window-make-atom): Don't overwrite parameter
9173 already present.
9174 (display-buffer-in-atom-window): Handle special case where we
9175 split an already atomic window.
9176 (window--major-non-side-window, display-buffer-in-side-window)
9177 (window--side-check): Ignore minibuffer window when walking
9178 window tree.
9179 (window-deletable-p): Return 'frame only if no other frame uses
9180 our minibuffer window.
9181 (record-window-buffer): Run buffer-list-update-hook.
9182 (split-window): Make sure window--check-frame won't destroy an
9183 existing atomic window in case the new window gets nested
9184 inside.
9185 (display-buffer-at-bottom): Ignore minibuffer window when
9186 walking window tree. Don't split a side window.
9187 (pop-to-buffer): Don't set-buffer here, the select-window call
9188 should do that.
9189 (mouse-autoselect-window-select): Autoselect only if we are in the
9190 text portion of the window.
9191
9192 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9193
9194 * net/shr.el (shr-parse-image-data): New function to grab both the
9195 data itself and the Content-Type.
9196 (shr-put-image): Use it.
9197
9198 * net/eww.el (eww-display-image): Ditto.
9199
9200 * image.el (image-content-type-suffixes): New variable.
9201
9202 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9203
9204 * progmodes/python.el (python-imenu--build-tree)
9205 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9206
9207 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9208
9209 * simple.el (backward-word): Mention the optional argument.
9210
9211 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9212
9213 * frameset.el (frameset--make): Rename constructor from make-frameset.
9214 (frameset-p, frameset-valid-p): Don't autoload.
9215 (frameset-valid-p): Use normal accessors.
9216
9217 2013-08-13 Glenn Morris <rgm@gnu.org>
9218
9219 * progmodes/compile.el (compile-command): Tweak example in doc.
9220 * obsolete/scribe.el (scribe-mode):
9221 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9222
9223 * mail/feedmail.el (feedmail-confirm-outgoing)
9224 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9225
9226 * cus-start.el (truncate-partial-width-windows): Fix type.
9227
9228 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9229
9230 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9231
9232 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * emacs-lisp/timer.el (timer--time-setter): New function.
9235 (timer--time): Use it as gv-setter.
9236
9237 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9238 setter is not a symbol.
9239
9240 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9241
9242 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9243 if sending fails. This makes debugging easier.
9244
9245 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9246
9247 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9248 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9249 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9250
9251 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9252
9253 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9254
9255 2013-08-12 Glenn Morris <rgm@gnu.org>
9256
9257 * format.el (format-annotate-function):
9258 Handle read-only text properties in the source. (Bug#14887)
9259
9260 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9261
9262 * net/eww.el (eww-display-html): Ignore coding system errors.
9263 One web site uses "utf-8lias" as the coding system.
9264
9265 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9266
9267 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9268
9269 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9270
9271 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9272 (tutorial--detailed-help): Remove unused local variables.
9273 (tutorial--save-tutorial-to): Use ignore-errors.
9274 (help-with-tutorial): Use looking-at-p.
9275
9276 * view.el (view-buffer-other-window, view-buffer-other-frame):
9277 Mark unused arguments.
9278
9279 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9280 (woman-select-symbol-fonts, woman, woman-find-file)
9281 (woman-insert-file-contents, woman-non-underline-faces):
9282 Use string-match-p.
9283 (woman1-unquote): Move declaration.
9284
9285 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9286 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9287 argument. Remove unused local variable.
9288 (xml-parse-elem-type): Use string-match-p.
9289 (xml-substitute-numeric-entities): Use ignore-errors.
9290
9291 * calculator.el (calculator): Mark unused argument.
9292 (calculator-paste, calculator-quit, calculator-integer-p):
9293 Use ignore-errors.
9294 (calculator-string-to-number, calculator-decimal, calculator-exp)
9295 (calculator-op-or-exp): Use string-match-p.
9296
9297 * dired.el (dired-buffer-more-recently-used-p): Declare.
9298 (dired-insert-set-properties, dired-insert-old-subdirs):
9299 Use ignore-errors.
9300
9301 * dired-aux.el (dired-compress): Use ignore-errors.
9302 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9303 (dired-do-async-shell-command, dired-do-shell-command)
9304 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9305 (dired-insert-subdir-validate): Use string-match-p.
9306 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9307 (dired-add-entry): Use string-match-p, looking-at-p.
9308 (dired-insert-subdir-newpos): Remove unused local variable.
9309
9310 * filenotify.el (file-notify-callback): Remove unused local variable.
9311
9312 * filesets.el (filesets-error): Mark unused argument.
9313 (filesets-which-command-p, filesets-filter-dir-names)
9314 (filesets-directory-files, filesets-get-external-viewer)
9315 (filesets-ingroup-get-data): Use string-match-p.
9316
9317 * find-file.el (ff-other-file-name, ff-other-file-name)
9318 (ff-find-the-other-file, ff-cc-hh-converter):
9319 Remove unused local variables.
9320 (ff-get-file-name): Use string-match-p.
9321 (ff-all-dirs-under): Use ignore-errors.
9322
9323 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9324 (follow-select-if-visible): Remove unused local variable.
9325
9326 * forms.el (read-file-filter): Move declaration.
9327 (forms--make-format, forms--make-parser, forms-insert-record):
9328 Quote function with #'.
9329 (forms--update): Use string-match-p. Quote function with #'.
9330
9331 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9332 (help-make-xrefs): Use looking-at-p.
9333 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9334
9335 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9336 (ibuffer-confirm-operation-on): Use string-match-p.
9337
9338 * msb.el (msb-item-handler, msb-dired-item-handler):
9339 Mark unused arguments.
9340
9341 * ses.el (ses-decode-cell-symbol)
9342 (ses-kill-override): Remove unused local variable.
9343 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9344 (ses-load): Use ignore-errors, looking-at-p.
9345 (ses-jump-safe): Use ignore-errors.
9346 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9347
9348 * tabify.el (untabify, tabify): Mark unused arguments.
9349
9350 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9351 Mark unused argument.
9352 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9353 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9354
9355 * emacs-lisp/timer.el (timer--time): Define setter with
9356 gv-define-setter to avoid deprecation warning.
9357
9358 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9359 (*record-cmpl-statistics-p*): Remove (was commented out).
9360 (cmpl-statistics-block): Remove (body was commented out).
9361 All callers changed.
9362 (add-completions-from-buffer, load-completions-from-file):
9363 Remove unused variables.
9364
9365 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9366
9367 * filecache.el (file-cache-delete-file-list):
9368 Print message only when told so.
9369 (file-cache-files-matching): Use #' in mapconcat argument.
9370
9371 * ffap.el (ffap-url-at-point): Fix reference to variable
9372 thing-at-point-default-mail-uri-scheme.
9373
9374 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * subr.el (define-error): New function.
9377 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9378 error-file-not-found and define with define-error.
9379 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9380 and define with define-error.
9381 * userlock.el (file-locked, file-supersession):
9382 * simple.el (mark-inactive):
9383 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9384 * progmodes/ada-mode.el (ada-mode-errors):
9385 * play/life.el (life-extinct):
9386 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9387 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9388 * nxml/rng-util.el (rng-error):
9389 * nxml/rng-uri.el (rng-uri-error):
9390 * nxml/rng-match.el (rng-compile-error):
9391 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9392 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9393 * nxml/nxml-rap.el (nxml-scan-error):
9394 * nxml/nxml-outln.el (nxml-outline-error):
9395 * net/soap-client.el (soap-error):
9396 * net/gnutls.el (gnutls-error):
9397 * net/ange-ftp.el (ftp-error):
9398 * mpc.el (mpc-proc-error):
9399 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9400 (json-number-format, json-string-escape, json-string-format)
9401 (json-key-format, json-object-format):
9402 * jka-compr.el (compression-error):
9403 * international/quail.el (quail-error):
9404 * international/kkc.el (kkc-error):
9405 * emacs-lisp/ert.el (ert-test-failed):
9406 * calc/calc.el (calc-error, inexact-result, math-overflow)
9407 (math-underflow):
9408 * bookmark.el (bookmark-error-no-filename):
9409 * epg.el (epg-error): Define with define-error.
9410
9411 * time.el (display-time-event-handler)
9412 (display-time-next-load-average): Don't call sit-for since it seems
9413 unnecessary (bug#15045).
9414
9415 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9416 Use #' instead of ' to quote functions.
9417 (checkdoc-output-mode): Use setq-local.
9418 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9419 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9420 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9421 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9422 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9423 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9424 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9425 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9426
9427 * ido.el (ido-completion-help): Fix up compiler warning.
9428
9429 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9430
9431 * frameset.el (frameset-p): Add autoload cookie.
9432 (frameset--jump-to-register): New function, based on code moved from
9433 register.el.
9434 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9435
9436 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9437 (frameset-restore, frameset-save, frameset-session-filter-alist):
9438 Remove declarations.
9439 (register-alist): Doc fix.
9440 (frameset-to-register): Move to frameset.el.
9441 (jump-to-register, describe-register-1): Remove frameset-specific code.
9442
9443 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9444
9445 * allout-widgets.el (allout-widgets-pre-command-business)
9446 (allout-widgets-post-command-business)
9447 (allout-widgets-after-change-handler)
9448 (allout-decorate-item-and-context, allout-set-boundary-marker)
9449 (allout-body-modification-handler)
9450 (allout-graphics-modification-handler): Mark ignored arguments.
9451 (allout-widgets-post-command-business)
9452 (allout-widgets-exposure-change-processor)
9453 (allout-widgets-exposure-undo-processor)
9454 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9455 (allout-parse-item-at-point, allout-decorate-item-guides)
9456 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9457 * allout.el (epa-passphrase-callback-function): Declare.
9458 (allout-overlay-insert-in-front-handler)
9459 (allout-overlay-interior-modification-handler)
9460 (allout-isearch-end-handler, allout-chart-siblings)
9461 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9462 (allout-yank-processing, allout-process-exposed)
9463 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9464 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9465 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9466 (lisp-indent-defform): Mark ignored arguments.
9467 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9468 (calculate-lisp-indent): Remove unused variables.
9469 * international/characters.el (indian-2-column, arabic-2-column)
9470 (tibetan): Mark ignored arguments.
9471 (use-cjk-char-width-table): Mark ignored arguments.
9472 Remove unused variables.
9473 * international/fontset.el (build-default-fontset-data)
9474 (x-compose-font-name, create-fontset-from-fontset-spec):
9475 Mark ignored arguments.
9476 (fontset-plain-name): Remove unused variables.
9477 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9478 (keyboard-coding-system): Mark ignored arguments.
9479 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9480 * help.el (resize-temp-buffer-window):
9481 * window.el (display-buffer-in-major-side-window)
9482 (display-buffer-in-side-window, display-buffer-in-previous-window):
9483 Remove unused variables.
9484 * isearch.el (isearch-forward-symbol):
9485 * version.el (emacs-bzr-version-bzr):
9486 * international/mule-cmds.el (current-language-environment):
9487 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9488 (x-handle-display):
9489 * term/pc-win.el (x-list-fonts, x-display-planes)
9490 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9491 (x-server-version, x-display-screens, x-display-mm-height)
9492 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9493 (x-selection-owner-p, x-own-selection-internal)
9494 (x-disown-selection-internal, x-get-selection-internal)
9495 (msdos-initialize-window-system):
9496 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9497 * term/x-win.el (x-handle-no-bitmap-icon):
9498 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9499 (vc-default-find-file-hook, vc-default-extra-menu):
9500 Mark ignored arguments.
9501
9502 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9505 break-condition in the context of the debugged code (bug#12685).
9506
9507 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9508
9509 * comint.el:
9510 Do not use an overlay to highlight the last prompt. (Bug#14744)
9511 (comint-mode): Make comint-last-prompt buffer local.
9512 (comint-last-prompt): New variable.
9513 (comint-last-prompt-overlay): Remove. Superseded by
9514 comint-last-prompt.
9515 (comint-snapshot-last-prompt, comint-output-filter):
9516 Use comint-last-prompt.
9517
9518 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9519
9520 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9521 (frameset-save): Check validity of the resulting frameset.
9522
9523 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9524
9525 * ido.el (ido-record-command): Add doc string.
9526
9527 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9528
9529 * frameset.el (frameset): Do not disable creation of the default
9530 frameset-p predicate. Doc fix.
9531 (frameset-valid-p): New function, copied from the old predicate-p.
9532 Add additional checks.
9533 (frameset-restore): Check with frameset-valid-p.
9534 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9535 (frameset-name, frameset-description, frameset-properties)
9536 (frameset-states): Add docstring.
9537 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9538 (frameset-filter-alist): Doc fixes.
9539
9540 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9541
9542 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9543
9544 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9547 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9548 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9549 (byte-compile-normal-call): Remove obsolescence check.
9550
9551 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9552
9553 * frameset.el (frameset-restore): Doc fix.
9554
9555 * register.el (frameset-frame-id, frameset-frame-with-id)
9556 (frameset-p, frameset-restore, frameset-save): Declare.
9557 (register-alist): Document framesets.
9558 (frameset-session-filter-alist): Declare.
9559 (frameset-to-register): New function.
9560 (jump-to-register): Implement jumping to framesets. Doc fix.
9561 (describe-register-1): Describe framesets.
9562
9563 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9564
9565 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9566
9567 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9568 Use lexical-binding.
9569
9570 * frameset.el (frameset): Use type vector, not list (incompatible
9571 change). Do not declare a new constructor, use the default one.
9572 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9573 `name' and `description', respectively, and add read-only slot
9574 `timestamp'. Doc fixes.
9575 (frameset-copy, frameset-persistent-filter-alist)
9576 (frameset-filter-alist, frameset-switch-to-gui-p)
9577 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9578 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9579 (frameset-filter-iconified, frameset-keep-original-display-p):
9580 Doc fixes.
9581 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9582 Rename from frameset-filter-(save|restore)-param. All callers changed.
9583 Doc fix.
9584 (frameset-p): Adapt to change to vector and be more thorough.
9585 Change arg name to OBJECT. Doc fix.
9586 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9587 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9588 All callers changed.
9589 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9590 All callers changed.
9591 (frameset--record-minibuffer-relationships): Rename from
9592 frameset--process-minibuffer-frames. All callers changed.
9593 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9594 Use new default constructor (again). Doc fix.
9595 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9596 All callers changed.
9597 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9598 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9599 Doc fix.
9600 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9601 PARAMETERS and WINDOW-STATE, respectively.
9602 (frameset-restore): Add new keyword argument PREDICATE.
9603 Reset frameset--target-display to nil. Doc fix.
9604
9605 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9608 (bat-mode): Use it.
9609 (bat-mode-syntax-table): Mark \n as end-of-comment.
9610 (bat-font-lock-keywords): Remove comment rule.
9611
9612 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9613 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9614
9615 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9616 (byte-compile-callargs-warn): Use `push'.
9617 (byte-compile-arglist-warn): Ignore higher-order "calls".
9618 (byte-compile-file-form-autoload): Use `pcase'.
9619 (byte-compile-function-form): If quoting a symbol, check that it exists.
9620
9621 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9622
9623 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9624 and add a few popular commands found in batch files.
9625 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9626 (dos-mode): Doc fixes.
9627
9628 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9629
9630 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9631 (dos-mode): Use setq-local. Add space after "rem".
9632 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9633 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9634
9635 2013-08-07 Arni Magnusson <arnima@hafro.is>
9636
9637 * progmodes/dos.el: New file.
9638 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9639 dos-mode.
9640
9641 2013-08-06 Glenn Morris <rgm@gnu.org>
9642
9643 * calendar/calendar.el: Add new faces, and day-header-array.
9644 (calendar-weekday-header, calendar-weekend-header)
9645 (calendar-month-header): New faces.
9646 (calendar-day-header-construct): New function.
9647 (calendar-day-header-width): Also :set calendar-day-header-array.
9648 (calendar-american-month-header, calendar-european-month-header)
9649 (calendar-iso-month-header): Use calendar- faces.
9650 (calendar-generate-month):
9651 Use calendar-day-header-array for day headers; apply faces to them.
9652 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9653 (calendar-abbrev-construct): Add optional maxlen argument.
9654 (calendar-day-name-array): Doc fix.
9655 (calendar-day-name-array, calendar-abbrev-length)
9656 (calendar-day-abbrev-array):
9657 Also :set calendar-day-header-array, and maybe redraw.
9658 (calendar-day-header-array): New option. (Bug#15007)
9659 (calendar-font-lock-keywords): Set to nil and make obsolete.
9660 (calendar-day-name): Add option to use header array.
9661
9662 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9663
9664 * net/shr.el (shr-render-td): Remove debugging.
9665 (shr-render-td): Make width computation consistent by defaulting
9666 all zero-width columns to 10 characters. This may not be optimal,
9667 but it's at least consistent.
9668 (shr-make-table-1): Redo last change to fix the real problem in
9669 colspan handling.
9670
9671 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9672
9673 * files.el (cache-long-line-scans):
9674 Make obsolete alias to `cache-long-scans'.
9675
9676 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9677
9678 * frameset.el (frameset, frameset-filter-alist)
9679 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9680 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9681 (frameset-compute-pos): Rename from frameset--compute-pos,
9682 and add docstring.
9683 (frameset-move-onscreen): Use frameset-compute-pos.
9684 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9685
9686 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9687 Fix typos in docstrings.
9688
9689 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9690
9691 * frame.el (get-other-frame): Tiny cleanup.
9692
9693 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9694
9695 * vc/vc.el (vc-default-ignore-completion-table):
9696 Silence byte-compiler warning.
9697
9698 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9699 slot, which can indeed be nil.
9700 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9701 Move entry for `left' from persistent to live filter alist.
9702 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9703 Doc fixes.
9704 (frameset-filter-params): When restoring a frame, copy items added to
9705 `filtered', to avoid unwittingly modifying the original parameters.
9706 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9707 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9708
9709 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9710 to use looking-at-p instead of looking-at. (Bug#15028)
9711
9712 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 Revert introduction of isearch-filter-predicates (bug#14714).
9715 Rely on add-function instead.
9716 * isearch.el (isearch-filter-predicates): Rename it back to
9717 isearch-filter-predicate.
9718 (isearch-message-prefix): Use advice-function-mapc and advice
9719 properties to get the isearch-message-prefix.
9720 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9721 instead of run-hook-with-args-until-failure.
9722 (isearch-filter-visible): Not obsolete any more.
9723 * loadup.el: Preload nadvice.
9724 * replace.el (perform-replace): Revert to funcall
9725 instead of run-hook-with-args-until-failure.
9726 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9727 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9728 dired-isearch-filenames-toggle; make it into a proper minor mode.
9729 Use add/remove-function.
9730 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9731 Call the minor-mode rather than add/remove-hook.
9732 (dired-isearch-filter-filenames):
9733 Remove isearch-message-prefix property.
9734 * info.el (Info--search-loop): New function, extracted from Info-search.
9735 Funcall isearch-filter-predicate instead of
9736 run-hook-with-args-until-failure isearch-filter-predicates.
9737 (Info-search): Use it.
9738 (Info-mode): Use isearch-filter-predicate instead of
9739 isearch-filter-predicates.
9740
9741 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9742
9743 Do not call to `selected-window' where it is assumed by default.
9744 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9745 `window-hscroll', `window-width', `window-height', `window-buffer',
9746 `window-frame', `window-start', `window-point', `next-window'
9747 and `window-display-table'.
9748 * abbrev.el (abbrev--default-expand):
9749 * bs.el (bs--show-with-configuration):
9750 * buff-menu.el (Buffer-menu-mouse-select):
9751 * calc/calc.el (calc):
9752 * calendar/calendar.el (calendar-generate-window):
9753 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9754 (diary-make-entry):
9755 * comint.el (send-invisible, comint-dynamic-complete-filename)
9756 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9757 * completion.el (complete):
9758 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9759 * disp-table.el (describe-current-display-table):
9760 * doc-view.el (doc-view-insert-image):
9761 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9762 * ehelp.el (with-electric-help):
9763 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9764 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9765 * emacs-lisp/helper.el (Helper-help-scroller):
9766 * emulation/cua-base.el (cua--post-command-handler-1):
9767 * eshell/esh-mode.el (eshell-output-filter):
9768 * ffap.el (ffap-gnus-wrapper):
9769 * help-macro.el (make-help-screen):
9770 * hilit-chg.el (highlight-compare-buffers):
9771 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9772 * hl-line.el (global-hl-line-highlight):
9773 * icomplete.el (icomplete-simple-completing-p):
9774 * isearch.el (isearch-done):
9775 * jit-lock.el (jit-lock-stealth-fontify):
9776 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9777 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9778 * mpc.el (mpc-tagbrowser, mpc):
9779 * net/rcirc.el (rcirc-any-buffer):
9780 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9781 * play/landmark.el (landmark-max-width, landmark-max-height):
9782 * play/zone.el (zone):
9783 * progmodes/compile.el (compilation-goto-locus):
9784 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9785 * progmodes/etags.el (find-tag-other-window):
9786 * progmodes/fortran.el (fortran-column-ruler):
9787 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9788 * progmodes/verilog-mode.el (verilog-point-text):
9789 * reposition.el (reposition-window):
9790 * rot13.el (toggle-rot13-mode):
9791 * server.el (server-switch-buffer):
9792 * shell.el (shell-dynamic-complete-command)
9793 (shell-dynamic-complete-environment-variable):
9794 * simple.el (insert-buffer, set-selective-display)
9795 (delete-completion-window):
9796 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9797 (speedbar-recenter):
9798 * startup.el (fancy-splash-head):
9799 * textmodes/ispell.el (ispell-command-loop):
9800 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9801 * tutorial.el (help-with-tutorial):
9802 * vc/add-log.el (add-change-log-entry):
9803 * vc/compare-w.el (compare-windows):
9804 * vc/ediff-help.el (ediff-indent-help-message):
9805 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9806 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9807 (ediff-setup-control-frame):
9808 * vc/emerge.el (emerge-position-region):
9809 * vc/pcvs-util.el (cvs-bury-buffer):
9810 * window.el (walk-windows, mouse-autoselect-window-select):
9811 * winner.el (winner-set-conf, winner-undo): Related users changed.
9812
9813 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9814
9815 * frameset.el (frameset--set-id): Doc fix.
9816 (frameset-frame-id, frameset-frame-id-equal-p)
9817 (frameset-locate-frame-id): New functions.
9818 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9819 (frameset-restore): Use them.
9820
9821 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9822
9823 Do not call to `selected-frame' where it is assumed by default.
9824 Affected functions are `raise-frame', `redraw-frame',
9825 `frame-first-window', `frame-terminal' and `delete-frame'.
9826 * calendar/appt.el (appt-disp-window):
9827 * epg.el (epg-wait-for-completion):
9828 * follow.el (follow-delete-other-windows-and-split)
9829 (follow-avoid-tail-recenter):
9830 * international/mule.el (set-terminal-coding-system):
9831 * mail/rmail.el (rmail-mail-return):
9832 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9833 * progmodes/f90.el (f90-add-imenu-menu):
9834 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9835 * server.el (server-switch-buffer):
9836 * simple.el (delete-completion-window):
9837 * talk.el (talk):
9838 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9839 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9840 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9841 * vc/ediff.el (ediff-documentation): Related users changed.
9842 * frame.el (selected-terminal): Remove the leftover.
9843
9844 2013-08-05 Glenn Morris <rgm@gnu.org>
9845
9846 * calendar/calendar.el (calendar-generate-month):
9847 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9848 (calendar-generate-month, calendar-font-lock-keywords):
9849 Fix for calendar-day-header-width > length of any day name.
9850
9851 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9852
9853 * desktop.el (desktop-clear): Use new name of sort predicate.
9854
9855 * frameset.el (frameset): Add docstring. Move :version property to its
9856 own `version' slot.
9857 (frameset-copy): Rename from copy-frameset.
9858 (frameset-p): Check more thoroughly.
9859 (frameset-prop): Do not check for :version, which is no longer a prop.
9860 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9861 Use new :never value instead of t.
9862 (frameset-filter-alist): Expand and clarify docstring.
9863 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9864 (frameset-filter-minibuffer, frameset-filter-save-param)
9865 (frameset-filter-restore-param, frameset-filter-iconified):
9866 Add pointer to docstring of frameset-filter-alist.
9867 (frameset-filter-params): Rename filter values to be more meaningful:
9868 :never instead of t, and reverse the meanings of :save and :restore.
9869 (frameset--process-minibuffer-frames): Clarify error message.
9870 (frameset-save): Avoid unnecessary and confusing call to framep.
9871 Use new BOA constructor for framesets.
9872 (frameset--reuse-list): Doc fix.
9873 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9874 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9875 (frameset-minibufferless-first-p): Doc fix.
9876 Rename from frameset-sort-frames-for-deletion.
9877 (frameset-restore): Doc fixes. Use new function names.
9878 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9879
9880 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9881
9882 * desktop.el (desktop-restore-forces-onscreen)
9883 (desktop-restore-reuses-frames): Document :keyword constant values.
9884 (desktop-filter-parameters-alist): Remove, now identical to
9885 frameset-filter-alist.
9886 (desktop--filter-tty*): Remove, moved to frameset.el.
9887 (desktop-save-frameset, desktop-restore-frameset):
9888 Do not pass :filters argument.
9889
9890 * frameset.el (frameset-live-filter-alist)
9891 (frameset-persistent-filter-alist): New variables.
9892 (frameset-filter-alist): Use them. Add autoload cookie.
9893 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9894 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9895 `frameset--id' (it's supposed to be internal to frameset.el).
9896 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9897 (frameset--initial-params): New function.
9898 (frameset--get-frame): Use it. Doc fix.
9899 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9900 Accept :all, not 'all.
9901 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9902 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9903 with fbound symbols. Fix frame id matching, and remove matching ids if
9904 the frame being restored is deleted. Obey :delete.
9905
9906 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * subr.el (macrop): New function.
9909 (text-clone--maintaining): New var.
9910 (text-clone--maintain): Rename from text-clone-maintain. Use it
9911 instead of inhibit-modification-hooks.
9912
9913 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9914 a proxy, so as handle autoloads and redefinitions of the target.
9915 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9916
9917 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9918 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9919 (pcase--mutually-exclusive-p): New function.
9920 (pcase--split-consp): Use it.
9921 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9922 mutually exclusive with the current predicate.
9923
9924 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9925 (edebug-macrop): Remove. Use `macrop' instead.
9926 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9927 (ad-macro-p):
9928 * eshell/esh-cmd.el (eshell-macrop):
9929 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9930
9931 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9934 (advice-mapc): New function, using it.
9935 (advice-function-member-p): New function.
9936 (advice--normalize): Store the cdr in advice--saved-rewrite since
9937 that's the part that will be changed.
9938 (advice--symbol-function): New function.
9939 (advice-remove): Handle removal before the function is defined.
9940 Adjust to new advice--saved-rewrite.
9941 (advice-member-p): Use advice-function-member-p and
9942 advice--symbol-function.
9943
9944 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9945
9946 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9947 (frameset-filter-minibuffer): Doc fix.
9948 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9949 (frameset--set-id, frameset--process-minibuffer-frames)
9950 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9951 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9952
9953 * desktop.el (desktop-clear): Only delete frames when called
9954 interactively and desktop-restore-frames is non-nil. Doc fix.
9955 (desktop-read): Set desktop-saved-frameset to nil.
9956
9957 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9958
9959 * vc/vc.el (vc-ignore): Rewrite.
9960 (vc-default-ignore-completion-table, vc--read-lines)
9961 (vc--add-line, vc--remove-regexp): New functions.
9962
9963 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9964 (vc-svn-ignore-completion-table): New function.
9965
9966 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9967 (vc-hg-ignore-completion-table)
9968 (vc-hg-find-ignore-file): New functions.
9969
9970 * vc/vc-git.el (vc-git-ignore): Rewrite.
9971 (vc-git-ignore-completion-table)
9972 (vc-git-find-ignore-file): New functions.
9973
9974 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9975
9976 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9977 (vc-bzr-ignore-completion-table)
9978 (vc-bzr-find-ignore-file): New functions.
9979
9980 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9981
9982 * frameset.el (frameset-prop): New function and setter.
9983 (frameset-save): Do not modify frame list passed by the caller.
9984
9985 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9988
9989 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9992 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9993
9994 * custom.el (custom-initialize-default, custom-initialize-set)
9995 (custom-initialize-reset, custom-initialize-changed): Affect the
9996 toplevel-default-value (bug#6275, bug#14586).
9997 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9998 for bug#6275.
9999
10000 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10001
10002 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10003 Add cl-def* expressions.
10004
10005 * frameset.el (frameset-filter-params): Fix order of arguments.
10006
10007 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10008
10009 Move code related to saving frames to frameset.el.
10010 * desktop.el: Require frameset.
10011 (desktop-restore-frames): Doc fix.
10012 (desktop-restore-reuses-frames): Rename from
10013 desktop-restoring-reuses-frames.
10014 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10015 (desktop-clear): Clear frames too.
10016 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10017 (desktop--filter-tty*, desktop-save, desktop-read):
10018 Use frameset functions.
10019 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10020 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10021 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10022 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10023 (desktop--process-minibuffer-frames, desktop-save-frames)
10024 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10025 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10026 (desktop--sort-states, desktop-restoring-frames-p)
10027 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10028 (desktop-restoring-frameset-p, desktop-restore-frameset)
10029 (desktop--check-dont-save, desktop-save-frameset): New functions.
10030 (desktop--app-id): New constant.
10031 (desktop-first-buffer, desktop-buffer-ok-count)
10032 (desktop-buffer-fail-count): Move before first use.
10033 * frameset.el: New file.
10034
10035 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * files.el: Use lexical-binding.
10038 (dir-locals-read-from-file): Remove unused `err' variable.
10039 (hack-dir-local-variables--warned-coding): New var.
10040 (hack-dir-local-variables): Use it to avoid repeated warnings.
10041 (make-backup-file-name--default-function): New function.
10042 (make-backup-file-name-function): Use it as default.
10043 (buffer-stale--default-function): New function.
10044 (buffer-stale-function): Use it as default.
10045 (revert-buffer-insert-file-contents--default-function): New function.
10046 (revert-buffer-insert-file-contents-function): Use it as default.
10047 (insert-directory): Avoid add-to-list.
10048
10049 * autorevert.el (auto-revert-handler): Simplify.
10050 Use buffer-stale--default-function.
10051
10052 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10053
10054 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10055
10056 * whitespace.el (whitespace-ensure-local-variables): New function.
10057 (whitespace-cleanup-region): Call it.
10058 (whitespace-turn-on): Call it.
10059
10060 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10061
10062 Complete file name handlers.
10063
10064 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10065 (tramp-handle-verify-visited-file-modtime)
10066 (tramp-handle-file-notify-rm-watch): New functions.
10067 (tramp-call-process): Do not bind `default-directory'.
10068
10069 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10070 Order alphabetically.
10071 <access-file, add-name-to-file, dired-call-process>:
10072 <dired-compress-file, file-acl, file-notify-rm-watch>:
10073 <file-ownership-preserved-p, file-selinux-context>:
10074 <make-directory-internal, make-symbolic-link, set-file-acl>:
10075 <set-file-selinux-context, set-visited-file-modtime>:
10076 <verify-visited-file-modtime>: Add handler.
10077 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10078
10079 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10080 <file-notify-add-watch, file-notify-rm-watch>:
10081 <set-file-times, set-visited-file-modtime>:
10082 <verify-visited-file-modtime>: Add handler.
10083 (with-tramp-gvfs-error-message)
10084 (tramp-gvfs-handle-set-visited-file-modtime)
10085 (tramp-gvfs-fuse-file-name): Remove.
10086 (tramp-gvfs-handle-file-notify-add-watch)
10087 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10088 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10089
10090 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10091 Order alphabetically.
10092 <file-notify-rm-watch>: Use default Tramp handler.
10093 <executable-find>: Remove private handler.
10094 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10095 `default-directory'.
10096 (tramp-sh-handle-executable-find)
10097 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10098 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10099 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10100 Do not use `format' in `tramp-message'.
10101
10102 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10103 <file-notify-rm-watch, set-visited-file-modtime>:
10104 <verify-visited-file-modtime>: Add handler.
10105 (tramp-smb-call-winexe): Do not bind `default-directory'.
10106
10107 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10108
10109 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10110
10111 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10112
10113 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10114 use it.
10115 (log-view-diff-changeset): Same.
10116 (log-view-diff-common): Call backend command `previous-revision'
10117 to find out the previous revision, in both cases. Swap the
10118 variables `to' and `fr', so that `fr' usually refers to the
10119 earlier revision (Bug#14989).
10120
10121 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10122
10123 * ibuf-ext.el (ibuffer-filter-by-filename):
10124 Make it work with dired buffers too.
10125
10126 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10127
10128 * emacs-lisp/re-builder.el (reb-color-display-p):
10129 * files.el (save-buffers-kill-terminal):
10130 * net/browse-url.el (browse-url):
10131 * server.el (server-save-buffers-kill-terminal):
10132 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10133 Prefer nil to selected-frame for the first arg of frame-parameter.
10134
10135 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10136
10137 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10138
10139 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10140
10141 * minibuffer.el (completion--twq-all): Try and preserve each
10142 completion's case choice (bug#14907).
10143
10144 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10145
10146 * net/network-stream.el (open-network-stream): Mention the new
10147 :nogreeting parameter.
10148 (network-stream-open-starttls): Use the :nogreeting parameter
10149 (bug#14938).
10150
10151 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10152
10153 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10154 more natural than popping.
10155
10156 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10157 (shr-urlify): Highlight under mouse.
10158
10159 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10160
10161 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10162
10163 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10164
10165 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10166 buffer for output.
10167
10168 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10169 point-min==1. Fix search string. Fix parentheses missing.
10170
10171 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10172 assume point-min==1. Fix search string. Fix parentheses missing.
10173
10174 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10175
10176 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10177 buffer for output.
10178
10179 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10180
10181 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10182 initial frame is minibuffer-less. (Bug#14841)
10183
10184 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10185
10186 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10187 option.
10188
10189 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10190 (tramp-maybe-open-connection): Use it.
10191
10192 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10193
10194 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10195 minimal set of parameters passed when creating a frame, because
10196 the minibuffer status of a frame cannot be changed later.
10197
10198 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10199
10200 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10201 replace-regexp-in-string and inadvertent omissions in previous change.
10202 (todo-filter-items): Ensure only file names are comma-separated in
10203 name of filtered items buffer.
10204
10205 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * desktop.el: Optionally force offscreen frames back onscreen.
10208 (desktop-restoring-reuses-frames): New option.
10209 (desktop--compute-pos, desktop--move-onscreen): New functions.
10210 (desktop--make-frame): Use desktop--move-onscreen.
10211
10212 2013-07-27 Alan Mackenzie <acm@muc.de>
10213
10214 Fontify a Java generic method as a function.
10215 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10216 value to t.
10217
10218 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10219
10220 * calendar/todo-mode.el: Add command to rename todo files.
10221 (todo-rename-file): New command.
10222 (todo-key-bindings-t): Add key binding for it. Change the
10223 bindings of todo-filter-regexp-items(-multifile) to use `x'
10224 instead of `r', since the latter is better suited to the new
10225 renaming command.
10226
10227 2013-07-27 Alan Mackenzie <acm@muc.de>
10228
10229 Make Java try-with-resources statement parse properly.
10230 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10231 (c-block-stmt-1-2-key): New language constants/variables.
10232 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10233 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10234 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10235 with c-block-stmt-1-2-key.
10236
10237 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10238
10239 * desktop.el (desktop--make-frame): Apply most frame parameters after
10240 creating the frame to force (partially or totally) offscreen frames to
10241 be restored as such.
10242
10243 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10244
10245 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10246 (Bug#14948)
10247
10248 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10251 `base' arg of backtrace-frame.
10252
10253 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10254
10255 * simple.el (list-processes): Doc fix.
10256
10257 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10258
10259 * desktop.el (desktop--select-frame):
10260 Try harder to reuse existing frames.
10261
10262 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10263
10264 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10265 (edebug-eval): Use backtrace-eval.
10266 (edebug--display, edebug--recursive-edit): Don't let-bind the
10267 edebug-outer-* vars that keep track of variables we locally let-bind.
10268 (edebug-outside-excursion): Don't restore outside values of locally
10269 let-bound vars.
10270 (edebug--display): Use user-error.
10271 (cl-lexical-debug, cl-debug-env): Remove.
10272
10273 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10274
10275 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10276 are restored to be sure that they are visible before deleting any
10277 remaining ones.
10278
10279 2013-07-26 Matthias Meulien <orontee@gmail.com>
10280
10281 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10282 vc-print-root-log. (Bug#14948)
10283
10284 2013-07-26 Richard Stallman <rms@gnu.org>
10285
10286 Add aliases for encrypting mail.
10287 * epa.el (epa-mail-aliases): New option.
10288 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10289 Bind inhibit-read-only so read-only text doesn't ruin everything.
10290 (epa-mail-default-recipients): New subroutine broken out.
10291 Handle epa-mail-aliases.
10292
10293 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 Add support for lexical variables to the debugger's `e' command.
10296 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10297 vars, except for debugger-outer-match-data.
10298 (debugger-frame-number): Move check for "on a function call" from
10299 callers into it. Add `skip-base' argument.
10300 (debugger-frame, debugger-frame-clear): Simplify accordingly.
10301 (debugger-env-macro): Only reset the state stored in non-variables,
10302 i.e. current-buffer and match-data.
10303 (debugger-eval-expression): Rewrite using backtrace-eval.
10304 * subr.el (internal--called-interactively-p--get-frame): Remove.
10305 (called-interactively-p):
10306 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10307 `base' arg of backtrace-frame instead.
10308
10309 2013-07-26 Glenn Morris <rgm@gnu.org>
10310
10311 * align.el (align-regexp): Doc fix. (Bug#14857)
10312 (align-region): Explicit error if subexpression missing/does not match.
10313
10314 * simple.el (global-visual-line-mode):
10315 Do not duplicate the mode lighter. (Bug#14858)
10316
10317 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10318
10319 * window.el (display-buffer): In display-buffer bind
10320 split-window-keep-point to t, bug#14829.
10321
10322 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10323
10324 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10325 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10326 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10327 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10328 Change accordingly.
10329 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10330 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10331
10332 2013-07-25 Glenn Morris <rgm@gnu.org>
10333
10334 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10335
10336 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10337
10338 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10339 parameter to modify-frame-parameters if the value has not changed;
10340 this is a workaround for bug#14949.
10341 (desktop--make-frame): On cl-delete-if call, check parameter name,
10342 not full parameter.
10343
10344 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10345
10346 * vc/vc.el (vc-ignore): New function.
10347
10348 * vc/vc-svn.el (vc-svn-ignore): New function.
10349
10350 * vc/vc-hg.el (vc-hg-ignore): New function.
10351
10352 * vc/vc-git.el (vc-git-ignore): New function.
10353
10354 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10355 (vc-dir-ignore): New function.
10356
10357 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10358 (cvs-append-to-ignore): Move here from pcvs.el.
10359
10360 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10361
10362 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10363
10364 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10365
10366 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10367 (desktop-restore-frames): Warn when deleting an existing frame failed.
10368
10369 2013-07-24 Glenn Morris <rgm@gnu.org>
10370
10371 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10372
10373 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10374
10375 * filenotify.el (file-notify-supported-p):
10376 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10377 Remove functions.
10378
10379 * autorevert.el (auto-revert-use-notify)
10380 (auto-revert-notify-add-watch):
10381 * net/tramp.el (tramp-file-name-for-operation):
10382 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10383 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10384 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10385 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10386 Remove `file-notify-supported-p' entry.
10387
10388 2013-07-24 Glenn Morris <rgm@gnu.org>
10389
10390 * printing.el: Replace all uses of deleted ps-windows-system,
10391 ps-lp-system, ps-flatten-list with lpr- versions.
10392
10393 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10396 checked with memq (bug#14935).
10397
10398 * files.el (revert-buffer-function): Use a non-nil default.
10399 (revert-buffer-preserve-modes): Declare var to
10400 provide access to the `preserve-modes' argument.
10401 (revert-buffer): Let-bind it.
10402 (revert-buffer--default): New function, extracted from revert-buffer.
10403
10404 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10405
10406 * lpr.el: Signal print errors more prominently.
10407 (print-region-function): Don't default to nil.
10408 (lpr-print-region): New function, extracted from print-region-1.
10409 Check lpr's return value and signal an error in case of problem.
10410 (print-region-1): Use it.
10411 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10412 versions instead.
10413 (ps-printer-name): Default to nil.
10414 (ps-printer-name-option): Default to lpr-printer-switch.
10415 (ps-print-region-function): Don't default to nil.
10416 (ps-postscript-code-directory): Simplify default.
10417 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10418 (ps-string-list, ps-eval-switch, ps-flatten-list)
10419 (ps-flatten-list-1): Remove.
10420 (ps-multibyte-buffer): Avoid setq.
10421 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10422 (print-region-function, ps-print-region-function): Don't set them here.
10423
10424 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10425
10426 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10427 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10428 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10429 (ido-decorations): Doc fix.
10430
10431 * ansi-color.el: Fix old URL.
10432
10433 2013-07-23 Michael R. Mauger <michael@mauger.com>
10434
10435 * progmodes/sql.el: Version 3.3
10436 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10437 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10438 (sql-interactive-remove-continuation-prompt): Rewrite, use
10439 functions above. Fix continuation prompt and complete output line
10440 handling.
10441 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10442 redirected output buffer.
10443 (sql-mode): Restore deleted code (Bug#13591).
10444
10445 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10446
10447 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10448
10449 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10450
10451 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10452
10453 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10454 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10455 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10456
10457 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10458
10459 * desktop.el (desktop-clear): Simplify; remove useless checks
10460 against invalid buffer names.
10461 (desktop-list*): Use cl-list*.
10462 (desktop-buffer-info, desktop-create-buffer): Simplify.
10463
10464 2013-07-23 Leo Liu <sdl.web@gmail.com>
10465
10466 * bookmark.el (bookmark-make-record): Restore NAME as a default
10467 value. (Bug#14933)
10468
10469 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10472 extracted from autoload--insert-text.
10473 (autoload--insert-text): Remove.
10474 (autoload--print-cookie-text): New function, extracted from
10475 autoload--insert-cookie-text.
10476 (autoload--insert-cookie-text): Remove.
10477 (autoload-generate-file-autoloads): Adjust calls accordingly.
10478
10479 * winner.el (winner-hook-installed-p): Remove.
10480 (winner-mode): Simplify accordingly.
10481
10482 * subr.el (add-to-list): Fix compiler-macro when `append' is
10483 not constant. Don't use `cl-member' for the base case.
10484
10485 * progmodes/subword.el: Fix boundary case (bug#13758).
10486 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10487 own group.
10488 (subword-backward-regexp): Make it a constant.
10489 (subword-forward-internal): Don't treat a trailing capital as the
10490 beginning of a word.
10491
10492 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10493
10494 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10495 global value of tabulated-list-revert-hook (bug#14930).
10496
10497 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10498
10499 * desktop.el: Require 'cl-lib.
10500 (desktop-before-saving-frames-functions): New hook.
10501 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10502 for frames being saved. Rename from desktop--save-minibuffer-frames.
10503 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10504 Do not save frames with non-nil `desktop-dont-save' parameter.
10505 Filter out deleted frames.
10506 (desktop--find-frame): Use cl-find-if.
10507 (desktop--select-frame): Use cl-(first|second|third) to access values
10508 of desktop-mini.
10509 (desktop--make-frame): Use cl-delete-if.
10510 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10511 (desktop-restore-frames): Use cl-(first|second|third) to access values
10512 of desktop-mini. Look for visible frame at the end, not while
10513 restoring frames.
10514
10515 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10516 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10517 Use string-match-p, looking-at-p (bug#14927).
10518
10519 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10520
10521 * desktop.el (desktop-saved-frame-states):
10522 Rename from desktop--saved-states; all users changed.
10523 (desktop-save-frames): Rename from desktop--save-frames.
10524 Do not save state to desktop file.
10525 (desktop-save): Save desktop-saved-frame-states to desktop file
10526 and reset to nil.
10527 (desktop-restoring-frames-p): New function.
10528 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10529 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10530 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10531
10532 * desktop.el: Correctly restore iconified frames.
10533 (desktop--filter-iconified-position): New function.
10534 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10535
10536 2013-07-20 Glenn Morris <rgm@gnu.org>
10537
10538 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10539 Let `message' do the formatting.
10540 (def-gdb-preempt-display-buffer): Add explicit format.
10541
10542 * image-dired.el (image-dired-track-original-file):
10543 Use with-current-buffer.
10544 (image-dired-track-thumbnail): Use with-current-buffer.
10545 Avoid changing point of wrong window.
10546
10547 * image-dired.el (image-dired-track-original-file):
10548 Avoid changing point of wrong window. (Bug#14909)
10549
10550 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10551
10552 * progmodes/gdb-mi.el (gdb-done-or-error):
10553 Guard against "%" in gdb output. (Bug#14127)
10554
10555 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10556
10557 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10558 (Bug#14826)
10559
10560 * international/mule.el (coding-system-iso-2022-flags): Fix last
10561 change.
10562
10563 2013-07-20 Kenichi Handa <handa@gnu.org>
10564
10565 * international/mule.el (coding-system-iso-2022-flags):
10566 Add `8-bit-level-4'. (Bug#8522)
10567
10568 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10569
10570 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10571 (bug#14815).
10572
10573 * net/eww.el (eww-process-text-input): Allow inputting when the
10574 point is at the start of the line, as the properties aren't
10575 front-sticky.
10576
10577 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10578 degenerate widths.
10579
10580 2013-07-19 Richard Stallman <rms@gnu.org>
10581
10582 * epa.el (epa-popup-info-window): Doc fix.
10583
10584 * subr.el (split-string): New arg TRIM.
10585
10586 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10587
10588 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10589 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10590
10591 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10592
10593 * filenotify.el (file-notify--library): Rename from
10594 `file-notify-support'. Do not autoload. Adapt all uses.
10595 (file-notify-supported-p): New defun.
10596
10597 * autorevert.el (auto-revert-use-notify):
10598 Use `file-notify-supported-p' instead of `file-notify-support'.
10599 Adapt docstring.
10600 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10601
10602 * net/tramp.el (tramp-file-name-for-operation):
10603 Add `file-notify-supported-p'.
10604
10605 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10606 New defun.
10607 (tramp-sh-file-name-handler-alist): Add it as handler for
10608 `file-notify-supported-p '.
10609
10610 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10611 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10612 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10613 Add `ignore' as handler for `file-notify-*' functions.
10614
10615 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10616
10617 * simple.el (line-move-partial, line-move): Don't start vscroll or
10618 scroll-up if the current line is not taller than the window.
10619 (Bug#14881)
10620
10621 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10622
10623 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10624 highlight question marks in the method names as strings.
10625 (ruby-block-beg-keywords): Inline.
10626 (ruby-font-lock-keyword-beg-re): Extract from
10627 `ruby-font-lock-keywords'.
10628
10629 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10630
10631 * frame.el (blink-cursor-blinks): New defcustom.
10632 (blink-cursor-blinks-done): New defvar.
10633 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10634 (blink-cursor-timer-function): Check if number of blinks has been
10635 done on X and NS.
10636 (blink-cursor-suspend, blink-cursor-check): New defuns.
10637
10638 2013-07-15 Glenn Morris <rgm@gnu.org>
10639
10640 * edmacro.el (edmacro-format-keys): Fix previous change.
10641
10642 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10643
10644 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10645 The hack didn't work outside English locales anyway.
10646
10647 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10648
10649 * simple.el (define-alternatives): Rename from alternatives-define,
10650 per RMS' suggestion.
10651
10652 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10653
10654 * desktop.el (desktop-restore-frames): Change default to t.
10655 (desktop-restore-in-current-display): Now offer more options.
10656 (desktop-restoring-reuses-frames): New customization option.
10657 (desktop--saved-states): Doc fix.
10658 (desktop-filter-parameters-alist): New variable, renamed and expanded
10659 from desktop--excluded-frame-parameters.
10660 (desktop--target-display): New variable.
10661 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10662 (desktop--filter-tty*, desktop--filter-*-color)
10663 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10664 (desktop--filter-save-desktop-parm)
10665 (desktop-restore-in-original-display-p): New functions.
10666 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10667 (desktop--save-minibuffer-frames): New function, inspired by a similar
10668 function from Martin Rudalics.
10669 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10670 (desktop--restore-in-this-display-p): Remove.
10671 (desktop--find-frame): Rename from desktop--find-frame-in-display
10672 and add predicate argument.
10673 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10674 (desktop--reuse-list): New variable.
10675 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10676 New functions.
10677 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10678
10679 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10680
10681 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10682
10683 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10684
10685 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10686 Highlight conversion methods on Kernel.
10687
10688 2013-07-13 Alan Mackenzie <acm@muc.de>
10689
10690 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10691 and comment it out. This out-commenting enables certain C++
10692 declarations to be parsed correctly.
10693
10694 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10695
10696 * international/mule.el (define-coding-system): Doc fix.
10697
10698 * simple.el (default-font-height): Don't call font-info if the
10699 frame's default font didn't change since the frame was created.
10700 (Bug#14838)
10701
10702 2013-07-13 Leo Liu <sdl.web@gmail.com>
10703
10704 * ido.el (ido-read-file-name): Guard against non-symbol value.
10705
10706 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10707
10708 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10709 in nested defuns.
10710
10711 2013-07-13 Leo Liu <sdl.web@gmail.com>
10712
10713 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10714 ido-set-matches call. (Bug#6852)
10715
10716 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10717
10718 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10719 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10720 Ruby 2.0.
10721 (ruby-font-lock-keywords): Distinguish calls to functions with
10722 module-like names from module references. Highlight character
10723 literals.
10724
10725 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10726
10727 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10728 (gdb-send): Handle continued commands. (Bug#14847)
10729
10730 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10731
10732 * desktop.el (desktop--v2s): Remove unused local variable.
10733 (desktop-save-buffer): Make defvar-local; adjust docstring.
10734 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10735 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10736
10737 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10738
10739 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10740
10741 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10742
10743 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10744 (Bug#14842)
10745
10746 2013-07-12 Glenn Morris <rgm@gnu.org>
10747
10748 * doc-view.el: Require cl-lib at runtime too.
10749 (doc-view-remove-if): Remove.
10750 (doc-view-search-next-match, doc-view-search-previous-match):
10751 Use cl-remove-if.
10752
10753 * edmacro.el: Require cl-lib at runtime too.
10754 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10755 (edmacro-mismatch, edmacro-subseq): Remove.
10756
10757 * shadowfile.el: Require cl-lib.
10758 (shadow-remove-if): Remove.
10759 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10760 Use cl-remove-if.
10761
10762 * wid-edit.el: Require cl-lib.
10763 (widget-choose): Use cl-remove-if.
10764 (widget-remove-if): Remove.
10765
10766 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10767 (ebrowse-delete-if-not): Remove.
10768 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10769 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10770 Use cl-delete-if-not.
10771
10772 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10773
10774 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10775 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10776
10777 2013-07-12 Leo Liu <sdl.web@gmail.com>
10778
10779 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10780
10781 2013-07-11 Glenn Morris <rgm@gnu.org>
10782
10783 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10784 (edebug-gensym-index, edebug-gensym):
10785 Remove reimplementation of cl-gensym.
10786 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10787
10788 * thumbs.el: Require cl-lib at run-time too.
10789 (thumbs-gensym-counter, thumbs-gensym):
10790 Remove reimplementation of cl-gensym.
10791 (thumbs-temp-file): Use cl-gensym.
10792
10793 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10794 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10795 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10796 (ert--union, ert--gensym-counter, ert--gensym-counter)
10797 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10798 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10799 (ert-make-test-unbound, ert--expand-should-1)
10800 (ert--expand-should, ert--should-error-handle-error)
10801 (should-error, ert--explain-equal-rec)
10802 (ert--plist-difference-explanation, ert-select-tests)
10803 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10804 Use cl-lib functions rather than reimplementations.
10805
10806 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10807
10808 * net/tramp.el (tramp-methods): Extend docstring.
10809 (tramp-connection-timeout): New defcustom.
10810 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10811 (with-tramp-progress-reporter): Simplify.
10812 (tramp-process-actions): Improve messages.
10813
10814 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10815 * net/tramp-sh.el (tramp-maybe-open-connection):
10816 Use `tramp-connection-timeout'.
10817 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10818 (Bug#14808)
10819
10820 2013-07-11 Leo Liu <sdl.web@gmail.com>
10821
10822 * ido.el (ido-read-file-name): Conform to the requirements of
10823 read-file-name. (Bug#11861)
10824 (ido-read-directory-name): Conform to the requirements of
10825 read-directory-name.
10826
10827 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10828
10829 * subr.el (delay-warning): New function.
10830
10831 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10832
10833 * simple.el (default-line-height): New function.
10834 (line-move-partial, line-move): Use it instead of computing the
10835 line height inline.
10836 (line-move-partial): Always compute ROWH. If the last line is
10837 partially-visible, but its text is completely visible, allow
10838 cursor to enter such a partially-visible line.
10839
10840 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10841
10842 Improve error messages. (Bug#14808)
10843
10844 * net/tramp.el (tramp-current-connection): New defvar, moved from
10845 tramp-sh.el.
10846 (tramp-message-show-progress-reporter-message): Remove, not
10847 needed anymore.
10848 (tramp-error-with-buffer): Show message in minibuffer.
10849 Discard input before waiting. Reset connection timestamp.
10850 (with-tramp-progress-reporter): Improve messages.
10851 (tramp-process-actions): Use progress reporter. Delete process in
10852 case of error. Improve messages.
10853
10854 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10855 Call `tramp-error-with-buffer' with vector and buffer.
10856 (tramp-current-connection): Remove.
10857 (tramp-maybe-open-connection): The car of
10858 `tramp-current-connection' are the first 3 slots of the vector.
10859
10860 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10861
10862 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10863 inside continued strings.
10864
10865 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10866
10867 Timestamp fixes for undo (Bug#14824).
10868 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10869
10870 2013-07-10 Leo Liu <sdl.web@gmail.com>
10871
10872 * files.el (require-final-newline): Allow safe local value.
10873 (Bug#14834)
10874
10875 2013-07-09 Leo Liu <sdl.web@gmail.com>
10876
10877 * ido.el (ido-read-directory-name): Handle fallback.
10878 (ido-read-file-name): Update DIR to ido-current-directory.
10879 (Bug#1516)
10880 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10881
10882 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10883
10884 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10885 "autoload". Remove "warn lower camel case" section, previously
10886 commented out. Highlight negation char. Do not highlight the
10887 target in singleton method definitions.
10888
10889 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10890
10891 * faces.el (tty-setup-hook): Declare the hook.
10892
10893 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10894 and detect when a guard/pred depends on local vars (bug#14773).
10895 (pcase--u1): Adjust caller.
10896
10897 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10898
10899 * simple.el (line-move-partial, line-move): Account for
10900 line-spacing.
10901 (line-move-partial): Avoid setting vscroll when the last
10902 partially-visible line in window is of default height.
10903
10904 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10905
10906 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10907 been used a while.
10908
10909 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10910
10911 * subr.el (read-quoted-char): Remove unused local variable `char'.
10912
10913 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10914
10915 * ediff.el (ediff-version): Version update.
10916 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10917 (ediff-merge-with-ancestor-command, ediff-directories-command)
10918 (ediff-directories3-command, ediff-merge-directories-command)
10919 (ediff-merge-directories-with-ancestor-command): New functions.
10920 All are command-line interfaces to ediff: to facilitate calling
10921 Emacs with the appropriate ediff functions invoked.
10922
10923 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10924 (viper-save-kill-buffer): Check if buffer is modified.
10925
10926 * viper.el (viper-version): Version update.
10927 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10928
10929 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10930
10931 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10932 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10933 (viper-intercept-ESC-key): Simplify.
10934 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10935 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10936 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10937 (viper-setup-ESC-to-escape): New functions.
10938 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10939 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10940
10941 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10942
10943 * simple.el (default-font-height, window-screen-lines):
10944 New functions.
10945 (line-move, line-move-partial): Use them instead of
10946 frame-char-height and window-text-height. This makes scrolling
10947 text smoother when the buffer's default face uses a font that is
10948 different from the frame's default font.
10949
10950 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10951
10952 * files.el (write-file): Do not display confirm dialog for NS,
10953 it does its own dialog, which can't be canceled (Bug#14578).
10954
10955 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10956
10957 * simple.el (line-move-partial): Adjust the row returned by
10958 posn-at-point for the current window-vscroll. (Bug#14567)
10959
10960 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10961
10962 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10963 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10964 spaces.
10965
10966 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10967
10968 * window.el (window-state-put-stale-windows): New variable.
10969 (window--state-put-2): Save list of windows without matching buffer.
10970 (window-state-put): Remove "bufferless" windows if possible.
10971
10972 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10973
10974 * simple.el (alternatives-define): Remove leftover :group keyword.
10975 Tweak docstring.
10976
10977 2013-07-06 Leo Liu <sdl.web@gmail.com>
10978
10979 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10980 (ido-enable-virtual-buffers): New variable.
10981 (ido-buffer-internal, ido-toggle-virtual-buffers)
10982 (ido-make-buffer-list): Use it.
10983 (ido-exhibit): Support turning on and off virtual buffers
10984 automatically.
10985
10986 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10987
10988 * simple.el (alternatives-define): New macro.
10989
10990 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * subr.el (read-quoted-char): Use read-key.
10993 (sit-for): Let read-event decode tty input (bug#14782).
10994
10995 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10996
10997 * calendar/todo-mode.el: Add handling of file deletion, both by
10998 mode command and externally. Fix various related bugs.
10999 Clarify Commentary and improve some documentation strings and code.
11000 (todo-delete-file): New command.
11001 (todo-check-file): New function.
11002 (todo-show): Handle external deletion of the file we're trying to
11003 show (bug#14688). Replace called-interactively-p by an optional
11004 prefix argument to avoid problematic interaction with catch form
11005 when byte compiled (bug#14702).
11006 (todo-quit): Handle external deletion of the archive's todo file.
11007 Make sure the buffer that was visiting the archive file is still
11008 live before trying to bury it.
11009 (todo-category-completions): Handle external deletion of any
11010 category completion files.
11011 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11012 of todo files, in case of external deletion.
11013 (todo-add-file): Replace unnecessary setq by let-binding.
11014 (todo-find-archive): Check whether there are any archives.
11015 Replace unnecessary setq by let-binding.
11016 (todo-archive-done-item): Use find-file-noselect to get the
11017 archive buffer whether or not the archive already exists.
11018 Remove superfluous code. Use file size instead of buffer-file-name to
11019 check if the archive is new; if it is, update list of archives.
11020 (todo-default-todo-file): Allow nil to be a valid value for when
11021 there are no todo files.
11022 (todo-reevaluate-default-file-defcustom): Use corrected definition
11023 of todo-default-todo-file.
11024 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11025 (todo-delete-category, todo-show-categories-table)
11026 (todo-category-number): Clarify comment.
11027 (todo-filter-items): Clarify documentation string.
11028 (todo-show-current-file, todo-display-as-todo-file)
11029 (todo-reset-and-enable-done-separator): Tweak documentation string.
11030 (todo-done-separator): Make separator length window-width, since
11031 bug#2749 is now fixed.
11032
11033 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11036 Support both "gvfs-monitor-dir" and "inotifywait".
11037 (tramp-sh-file-inotifywait-process-filter): Rename from
11038 `tramp-sh-file-notify-process-filter'.
11039 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11040 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11041
11042 2013-07-05 Leo Liu <sdl.web@gmail.com>
11043
11044 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11045
11046 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11047
11048 * frame.el (display-pixel-height, display-pixel-width)
11049 (display-mm-height, display-mm-width): Mention behavior on
11050 multi-monitor setups in docstrings.
11051 (w32-display-monitor-attributes-list): Declare function.
11052 (display-monitor-attributes-list): Use it.
11053
11054 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11055
11056 * filenotify.el: New package.
11057
11058 * autorevert.el (top): Require filenotify.el.
11059 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11060 instead.
11061 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11062 (auto-revert-notify-handler): Use `file-notify-*' functions.
11063
11064 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11065
11066 * net/tramp.el (tramp-file-name-for-operation):
11067 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11068
11069 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11070 for `file-notify-add-watch' and `file-notify-rm-watch'.
11071 (tramp-process-sentinel): Improve trace.
11072 (tramp-sh-handle-file-notify-add-watch)
11073 (tramp-sh-file-notify-process-filter)
11074 (tramp-sh-handle-file-notify-rm-watch)
11075 (tramp-get-remote-inotifywait): New defuns.
11076
11077 2013-07-03 Juri Linkov <juri@jurta.org>
11078
11079 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11080 call of `occur-read-primary-args' to interactive spec.
11081
11082 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11083 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11084
11085 2013-07-03 Matthias Meulien <orontee@gmail.com>
11086
11087 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11088 `Buffer-menu-multi-occur'. Add it to the menu.
11089 (Buffer-menu-mode): Document it in docstring.
11090 (Buffer-menu-multi-occur): New command. (Bug#14673)
11091
11092 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11093
11094 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11095 keywords and built-ins.
11096
11097 2013-07-03 Glenn Morris <rgm@gnu.org>
11098
11099 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11100
11101 Make info-xref checks case-sensitive by default
11102 * info.el (Info-find-node, Info-find-in-tag-table)
11103 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11104 Add option for exact case matching of nodes.
11105 * info-xref.el (info-xref): New custom group.
11106 (info-xref-case-fold): New option.
11107 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11108
11109 2013-07-03 Leo Liu <sdl.web@gmail.com>
11110
11111 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11112
11113 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11114
11115 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11116 middle of block statement initially, lower the depth. Remove
11117 FIXME comment, not longer valid. Remove middle of block statement
11118 detection, no need to do that anymore since we've been using
11119 `ruby-parse-region' here.
11120
11121 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11122
11123 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11124
11125 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11126
11127 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11128
11129 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11130
11131 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11132 (desktop-restore-in-current-display): New customization option.
11133 (desktop--excluded-frame-parameters): Add `font'.
11134 (desktop--save-frames): Rename from desktop--save-windows.
11135 (desktop--restore-in-this-display-p): New function.
11136 (desktop--make-full-frame): Remove unwanted width/height from
11137 full(width|height) frames.
11138 (desktop--restore-frames): Rename from desktop--restore-windows.
11139 Obey desktop-restore-current-display. Do not delete old frames or
11140 select a new frame unless we were able to restore at least one frame.
11141
11142 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11143
11144 * files.el (find-file-noselect): Simplify conditional expression.
11145
11146 * textmodes/remember.el (remember-append-to-file):
11147 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11148
11149 Add `remember-notes' function to store random notes across Emacs
11150 restarts.
11151 * textmodes/remember.el (remember-data-file): Add :set callback to
11152 affect notes buffer (if any).
11153 (remember-notes): New command.
11154 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11155 New defcustoms for the `remember-notes' function.
11156 (remember-notes-save-and-bury-buffer): New command.
11157 (remember-notes-mode-map): New variable.
11158 (remember-mode): New minor mode.
11159 (remember-notes--kill-buffer-query): New function.
11160 * startup.el (initial-buffer-choice): Add notes to custom type.
11161
11162 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11163
11164 * bindings.el (right-char, left-char): Don't call sit-for, this is
11165 no longer needed. Use arithmetic comparison only for numerical
11166 arguments.
11167
11168 * international/mule-cmds.el (select-safe-coding-system):
11169 Handle the case of FROM being a string correctly. (Bug#14755)
11170
11171 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11172
11173 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11174 progression on degenerate tables.
11175 (shr-rescale-image): ImageMagick animated images currently don't work.
11176
11177 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11178
11179 Some fixes and improvements for desktop frame restoration.
11180 It is still experimental and disabled by default.
11181 * desktop.el (desktop--save-windows): Put the selected frame at
11182 the head of the list.
11183 (desktop--make-full-frame): New function.
11184 (desktop--restore-windows): Try to re-select the frame that was
11185 selected upon saving. Do not abort if some frames fail to restore,
11186 just show an error message and continue. Set up maximized frames
11187 so they have default non-maximized dimensions.
11188
11189 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11190
11191 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11192 Don't start heredoc inside a string or comment.
11193
11194 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11195
11196 * bindings.el (visual-order-cursor-movement): New defcustom.
11197 (right-char, left-char): Provide visual-order cursor motion by
11198 calling move-point-visually. Update the doc strings.
11199
11200 2013-06-28 Kenichi Handa <handa@gnu.org>
11201
11202 * international/mule.el (define-coding-system): New coding system
11203 properties :inhibit-null-byte-detection,
11204 :inhibit-iso-escape-detection, and :prefer-utf-8.
11205 (set-buffer-file-coding-system): If :charset-list property of
11206 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11207 appropriate for setting.
11208
11209 * international/mule-cmds.el (select-safe-coding-system):
11210 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11211 multibyte characters, return utf-8 (or one of its siblings).
11212
11213 * international/mule-conf.el (prefer-utf-8): New coding system.
11214 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11215 files.
11216
11217 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11218
11219 * net/shr.el (shr-render-region): New function.
11220
11221 * net/eww.el: Autoload `eww-browse-url'.
11222
11223 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11224
11225 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11226 Adapt to `package-desc-version' being a list.
11227 Use `package--ac-desc-version' to retrieve version from a package
11228 archive element.
11229
11230 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11231
11232 New experimental feature to save&restore window and frame setup.
11233 * desktop.el (desktop-save-windows): New defcustom.
11234 (desktop--saved-states): New var.
11235 (desktop--excluded-frame-parameters): New defconst.
11236 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11237 (desktop--restore-windows, desktop--save-windows): New functions.
11238 (desktop-save): Call `desktop--save-windows'.
11239 (desktop-read): Call `desktop--restore-windows'.
11240
11241 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11242
11243 * net/shr.el (add-face-text-property): Remove compat definition.
11244
11245 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11246
11247 * info.el (Info-try-follow-nearest-node): Move search for footnote
11248 above search for node name to prevent missing a footnote (bug#14717).
11249
11250 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11251
11252 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11253
11254 2013-06-27 Leo Liu <sdl.web@gmail.com>
11255
11256 * net/eww.el (eww-read-bookmarks): Check file size.
11257
11258 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11261 advice--pending if newdef is nil or an autoload (bug#13820).
11262 (advice-mapc): New function.
11263
11264 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11265
11266 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11267 probably.
11268 (eww-mode-map): Add a menu bar.
11269 (eww-add-bookmark): New command.
11270 (eww-bookmark-mode): New mode and commands.
11271 (eww-add-bookmark): Remove newlines from the title.
11272 (eww-bookmark-browse): Don't bug out if it's the only window.
11273
11274 2013-06-26 Glenn Morris <rgm@gnu.org>
11275
11276 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11277 (hfy-size): Handle ttys. (Bug#14668)
11278
11279 * info-xref.el: Update for Texinfo 5 change in *note format.
11280 (info-xref-node-re, info-xref-note-re): New constants.
11281 (info-xref-check-buffer): Use info-xref-note-re.
11282
11283 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11286
11287 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11288 nil terminate the loop (bug#14718).
11289
11290 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11291
11292 * net/eww.el: Rework history traversal. When going forward/back,
11293 put these actions into the history, too, so that they can be
11294 replayed.
11295 (eww-render): Move the history reset to the correct buffer.
11296
11297 2013-06-25 Juri Linkov <juri@jurta.org>
11298
11299 * files-x.el (modify-dir-local-variable): Change the header comment
11300 in the file with directory local variables. (Bug#14692)
11301
11302 * files-x.el (read-file-local-variable-value): Add `default'.
11303 (Bug#14710)
11304
11305 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11306
11307 * net/eww.el (eww-make-unique-file-name): Create a unique file
11308 name before saving to entering `y' accidentally asynchronously.
11309
11310 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11311
11312 * net/eww.el (eww-download): New command and keystroke.
11313
11314 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11315
11316 * net/eww.el (eww-copy-page-url): Change name of command.
11317
11318 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11319 be more consistent with Info and dired.
11320
11321 * net/eww.el (eww-mode-map): Ditto.
11322
11323 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11326 packages from archives.
11327 (package-archive-contents): Change format; include obsolete packages.
11328 (package-desc): Use `dir' to mark builtin packages.
11329 (package--from-builtin): Set the `dir' field to `builtin'.
11330 (generated-autoload-file, version-control): Declare.
11331 (package-compute-transaction): Change first arg and return value to be
11332 lists of package-descs. Adjust to new package-archive-contents format.
11333 (package--add-to-archive-contents): Adjust to new
11334 package-archive-contents format.
11335 (package-download-transaction): Arg is now a list of package-descs.
11336 (package-install): If `pkg' is a package name, pass it as
11337 a requirement, so it is subject to the usual (e.g. disabled) checks.
11338 (describe-package): Accept package-desc as well.
11339 (describe-package-1): Describe a specific package-desc. Add links to
11340 other package-descs for the same package name.
11341 (package-menu-describe-package): Pass the actual package-desc.
11342 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11343 works correctly.
11344 (package-desc-status): New function.
11345 (package-menu--refresh): New function, extracted
11346 from package-menu--generate.
11347 (package-menu--generate): Use it.
11348 (package-delete): Update package-alist.
11349 (package-menu-execute): Don't call package-initialize.
11350
11351 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11352 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11353 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11354 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11355 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11356 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11357
11358 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11359
11360 * window.el (window--state-get-1): Workaround for bug#14527.
11361 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11362
11363 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11364
11365 * net/eww.el (eww-back-url): Implement the history by stashing all
11366 the data into a list.
11367 (eww-forward-url): Allow going forward in the history, too.
11368
11369 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11372 for values and use read--expression for expressions (bug#14710).
11373 (read-file-local-variable): Avoid setq.
11374 (read-file-local-variable-mode): Use minor-mode-list.
11375
11376 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11377
11378 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11379 for DOI URLs.
11380
11381 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11382
11383 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11384 Update imenu-support when dialect changes.
11385
11386 2013-06-25 Leo Liu <sdl.web@gmail.com>
11387
11388 * ido.el (ido-read-internal): Allow forward slash on windows.
11389
11390 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11391
11392 * net/eww.el (eww): Start of strings is \\`, not ^.
11393
11394 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11395
11396 * net/shr.el (shr-browse-url): Fix interactive spec.
11397
11398 * net/eww.el (eww): Add a trailing slash to domain names.
11399
11400 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11401
11402 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11403
11404 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11405
11406 * net/shr.el (shr-browse-url): Use an external browser if given a
11407 prefix.
11408
11409 * net/eww.el (eww-external-browser): Move to shr.
11410
11411 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11412
11413 * net/eww.el (eww): Work more correctly for file: URLs.
11414 (eww-detect-charset): Allow quoted charsets.
11415 (eww-yank-page-url): New command and keystroke.
11416
11417 2013-06-24 Daiki Ueno <ueno@gnu.org>
11418
11419 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11420 file name of gpg executable.
11421 (epg-context-program): New function.
11422 (epg-context-home-directory): New function.
11423 (epg-context-set-program): New function.
11424 (epg-context-set-home-directory): New function.
11425 (epg--start): Use `epg-context-program' instead of
11426 'epg-gpg-program'.
11427 (epg--list-keys-1): Likewise.
11428
11429 2013-06-24 Leo Liu <sdl.web@gmail.com>
11430
11431 * ido.el (ido-read-internal): Fix bug#14620.
11432
11433 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11434
11435 * faces.el (face-documentation): Simplify.
11436 (read-face-attribute, tty-find-type, x-resolve-font-name):
11437 Use `string-match-p'.
11438 (list-faces-display): Use `string-match-p'. Simplify.
11439 (face-spec-recalc): Check face to avoid face alias loops.
11440 (read-color): Use `string-match-p' and non-capturing parenthesis.
11441
11442 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11443
11444 * net/shr.el (shr-rescale-image): Use the new
11445 :max-width/:max-height functionality.
11446
11447 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11448
11449 * net/eww.el (eww-search-prefix): New variable.
11450 (eww): Use it.
11451 (eww-external-browser): New variable.
11452 (eww-mode-map): New keystroke.
11453 (eww-browse-with-external-browser): New command.
11454
11455 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11456
11457 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11458
11459 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11460 Don't skip aligning the next header field when padding is 0;
11461 otherwise, field width is not respected unless the title is as
11462 wide as the field.
11463
11464 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11465
11466 * emacs-lisp/package.el (package-el-version): Remove.
11467 (package-process-define-package): Fix inf-loop.
11468 (package-install): Allow symbols as arguments again.
11469
11470 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11471
11472 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11473 add some more keyword-like methods.
11474 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11475
11476 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11477
11478 * bs.el (bs-buffer-show-mark): Make defvar-local.
11479 (bs-mode): Use setq-local.
11480
11481 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11482 (emacs-lock--try-unlocking): Make defvar-local.
11483
11484 2013-06-22 Glenn Morris <rgm@gnu.org>
11485
11486 * play/cookie1.el (cookie-apropos): Minor simplification.
11487
11488 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11489
11490 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11491
11492 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11493 `regexp-opt', it breaks the build during dumping.
11494
11495 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11496
11497 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11498 Highlight keyword-like methods on Kernel and Module with
11499 font-lock-builtin-face.
11500 (auto-mode-alist): Consolidate different entries into one regexp
11501 and add more *file-s.
11502
11503 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11504
11505 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11506
11507 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11508 (diary-entry): Use it in the action of this button type instead of
11509 diary-goto-entry.
11510
11511 * calendar/todo-mode.el: New version.
11512 (todo-add-category): Append new category to end of file and give
11513 it the highest number, instead of putting it at the beginning and
11514 giving it 0. Incorporate noninteractive functionality.
11515 (todo-forward-category): Adapt to 1-based category numbering.
11516 Allow skipping over archived categories.
11517 (todo-backward-category): Derive from todo-forward-category.
11518 (todo-backward-item, todo-forward-item): Make noninteractive and
11519 delegate interactive part to new commands. Make sensitive to done items.
11520 (todo-categories): Make value an alist of category names and
11521 vectors of item counts.
11522 (todo-category-beg): Make a defconst.
11523 (todo-category-number): Use 1 instead of 0 as initial value.
11524 (todo-category-select): Make sensitive to overlays, optional item
11525 highlighting and done items.
11526 (todo-delete-item): Make sensitive to overlays and marked and done items.
11527 (todo-edit-item): Make sensitive to overlays and editing of
11528 date/time header optional. Add format checks.
11529 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11530 no-op if point is not on an item. Advertise using todo-edit-quit.
11531 (todo-edit-mode): Make sensitive to new format, font-locking, and
11532 multiple todo files.
11533 (todo-insert-item, todo-insert-item-here): Derive from
11534 todo-basic-insert-item and extend functionality.
11535 (todo-item-end, todo-item-start): Make sensitive to done items.
11536 (todo-item-string): Don't return text properties. Restore point.
11537 (todo-jump-to-category): Make sensitive to multiple todo files and
11538 todo archives. Use extended category completion.
11539 (todo-lower-item, todo-raise-item): Rename to *-priority and
11540 derive from todo-set-item-priority.
11541 (todo-mode): Derive from special-mode. Make sensitive to new
11542 format, font-locking and multiple todo files. Make read-only.
11543 (todo-mode-map): Don't suppress digit keys, so they can supply
11544 prefix arguments. Add many new key bindings.
11545 (todo-prefix): Insert as an overlay instead of file text.
11546 Change semantics from diary date expression to purely visual mark.
11547 (todo-print): Rename to todo-print-buffer. Make buffer display
11548 features printable. Remove option to restrict number of items
11549 printed. Add option to print to file.
11550 (todo-print-function): Rename to todo-print-buffer-function.
11551 (todo-quit): Extend to handle exiting new todo modes.
11552 (todo-remove-item): Make sensitive to overlays.
11553 (todo-save): Extend to buffers of filtered items.
11554 (todo-show): Make sensitive to done items, multiple todo files and
11555 new todo modes. Offer to convert legacy todo file before creating
11556 first new todo file.
11557 (todo-show-priorities): Rename to todo-top-priorities.
11558 Change semantics of value 0.
11559 (todo-top-priorities): Rename to todo-filter-top-priorities,
11560 derive from todo-filter-items and extend functionality.
11561 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11562 and extend functionality to other types of filtered items.
11563 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11564 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11565 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11566 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11567 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11568 (todo-edit-mode-hook, todo-entry-prefix-function)
11569 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11570 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11571 (todo-initials, todo-insert-threshold, todo-item-string-start)
11572 (todo-line-string, todo-menu, todo-mode-hook)
11573 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11574 (todo-print-priorities, todo-remove-separator)
11575 (todo-save-top-priorities-too, todo-string-count-lines)
11576 (todo-string-multiline-p, todo-time-string-format)
11577 (todo-tmp-buffer-name): Remove.
11578 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11579 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11580 (todo-edit-category-diary-inclusion)
11581 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11582 (todo-edit-file, todo-edit-item-date-day)
11583 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11584 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11585 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11586 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11587 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11588 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11589 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11590 (todo-filter-top-priorities-multifile, todo-find-archive)
11591 (todo-find-filtered-items-file, todo-go-to-source-item)
11592 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11593 (todo-jump-to-archive-category, todo-lower-category)
11594 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11595 (todo-move-category, todo-move-item, todo-next-button)
11596 (todo-next-item, todo-padded-string, todo-powerset)
11597 (todo-previous-button, todo-previous-item)
11598 (todo-print-buffer-to-file, todo-raise-category)
11599 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11600 (todo-set-category-number, todo-set-item-priority)
11601 (todo-set-top-priorities-in-category)
11602 (todo-set-top-priorities-in-file, todo-show-categories-table)
11603 (todo-sort-categories-alphabetically-or-numerically)
11604 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11605 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11606 (todo-toggle-item-header, todo-toggle-item-highlighting)
11607 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11608 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11609 (todo-unarchive-items, todo-unmark-category): New commands.
11610 (todo-absolute-file-name, todo-add-to-buffer-list)
11611 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11612 (todo-basic-insert-item, todo-category-completions)
11613 (todo-category-number, todo-category-string-matcher-1)
11614 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11615 (todo-check-format, todo-clear-matches)
11616 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11617 (todo-current-category, todo-date-string-matcher)
11618 (todo-define-insertion-command, todo-diary-expired-matcher)
11619 (todo-diary-goto-entry, todo-diary-item-p)
11620 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11621 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11622 (todo-done-item-section-p, todo-done-separator)
11623 (todo-done-string-matcher, todo-files, todo-filter-items)
11624 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11625 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11626 (todo-insert-category-line, todo-insert-item-from-calendar)
11627 (todo-insert-sort-button, todo-insert-with-overlays)
11628 (todo-insertion-command-name, todo-insertion-key-bindings)
11629 (todo-label-to-key, todo-longest-category-name-length)
11630 (todo-make-categories-list, todo-mode-external-set)
11631 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11632 (todo-modes-set-3, todo-multiple-filter-files)
11633 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11634 (todo-read-category, todo-read-date, todo-read-dayname)
11635 (todo-read-file-name, todo-read-time)
11636 (todo-reevaluate-category-completions-files-defcustom)
11637 (todo-reevaluate-default-file-defcustom)
11638 (todo-reevaluate-filelist-defcustoms)
11639 (todo-reevaluate-filter-files-defcustom)
11640 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11641 (todo-reset-done-separator, todo-reset-done-separator-string)
11642 (todo-reset-done-string, todo-reset-global-current-todo-file)
11643 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11644 (todo-reset-prefix, todo-set-categories)
11645 (todo-set-date-from-calendar, todo-set-show-current-file)
11646 (todo-set-top-priorities, todo-short-file-name)
11647 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11648 (todo-total-item-counts, todo-update-buffer-list)
11649 (todo-update-categories-display, todo-update-categories-sexp)
11650 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11651 New functions.
11652 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11653 New major modes.
11654 (todo-categories, todo-display, todo-edit, todo-faces)
11655 (todo-filtered): New defgroups.
11656 (todo-archived-only, todo-button, todo-category-string, todo-date)
11657 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11658 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11659 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11660 (todo-add-item-if-new-category, todo-always-add-time-string)
11661 (todo-categories-align, todo-categories-archived-label)
11662 (todo-categories-category-label, todo-categories-diary-label)
11663 (todo-categories-done-label, todo-categories-number-separator)
11664 (todo-categories-todo-label, todo-categories-totals-label)
11665 (todo-category-completions-files, todo-completion-ignore-case)
11666 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11667 (todo-done-separator-string, todo-done-string)
11668 (todo-files-function, todo-filter-done-items, todo-filter-files)
11669 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11670 (todo-initial-category, todo-initial-file, todo-item-mark)
11671 (todo-legacy-date-time-regexp, todo-mode-line-function)
11672 (todo-nondiary-marker, todo-number-prefix)
11673 (todo-print-buffer-function, todo-show-current-file)
11674 (todo-show-done-only, todo-show-first, todo-show-with-done)
11675 (todo-skip-archived-categories, todo-top-priorities-overrides)
11676 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11677 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11678 New defcustoms.
11679 (todo-category-done, todo-date-pattern, todo-date-string-start)
11680 (todo-diary-items-buffer, todo-done-string-start)
11681 (todo-filtered-items-buffer, todo-item-start)
11682 (todo-month-abbrev-array, todo-month-name-array)
11683 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11684 (todo-top-priorities-buffer): New defconsts.
11685 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11686 (todo-categories-with-marks, todo-category-string-face)
11687 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11688 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11689 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11690 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11691 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11692 (todo-font-lock-keywords, todo-global-current-todo-file)
11693 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11694 (todo-insertion-commands-args)
11695 (todo-insertion-commands-args-genlist)
11696 (todo-insertion-commands-names, todo-insertion-map)
11697 (todo-key-bindings-t, todo-key-bindings-t+a)
11698 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11699 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11700 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11701 (todo-visited): New variables.
11702
11703 2013-06-21 Glenn Morris <rgm@gnu.org>
11704
11705 * play/cookie1.el (cookie-apropos): Add optional display argument.
11706 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11707 (psychoanalyze-pinhead): Use cookie-doctor.
11708
11709 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11710
11711 * emacs-lisp/package.el (tar-get-file-descriptor)
11712 (tar--extract): Declare.
11713
11714 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11715
11716 Extend flymake's warning predicate to be a function (bug#14217).
11717 * progmodes/flymake.el (flymake-warning-predicate): New.
11718 (flymake-parse-line): Use it.
11719 (flymake-warning-re): Make obsolete alias to
11720 `flymake-warning-predicate'.
11721
11722 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11723
11724 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11725 (package-obsolete-list): Remove.
11726 (package-activate): Remove min-version argument. Add `force' argument.
11727 Adjust to new package-alist format.
11728 (package-mark-obsolete): Remove.
11729 (package-unpack): Force reload of the package's autoloads.
11730 (package-installed-p): Check builtins if the installed package is not
11731 recent enough.
11732 (package-initialize): Don't reset package-obsolete-list.
11733 Don't specify which package version to activate.
11734 (package-process-define-package, describe-package-1)
11735 (package-menu--generate): Adjust to new package-alist format.
11736
11737 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11738
11739 * allout-widgets.el (allout-widgets-mode-off)
11740 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11741 (allout-widgets-post-command-business)
11742 (allout-widgets-after-copy-or-kill-function)
11743 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11744 (allout-decorate-item-and-context)
11745 (allout-graphics-modification-handler): Fix typos in docstrings.
11746 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11747
11748 * cmuscheme.el (scheme-start-file): Doc fix.
11749 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11750 (scheme-input-filter): Use `string-match-p'.
11751
11752 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11753
11754 * dired-x.el: Use Dired consistently in docstrings.
11755
11756 * dired.el: Use Dired consistently in docstrings.
11757 (dired-readin, dired-mode): Use `setq-local'.
11758 (dired-switches-alist): Make defvar-local.
11759 (dired-buffers-for-dir): Use `zerop'.
11760 (dired-safe-switches-p, dired-switches-escape-p)
11761 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11762 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11763 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11764 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11765 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11766 (dired-toggle-marks, dired-mark-files-containing-regexp)
11767 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11768 (dired-flag-auto-save-files, dired-flag-backup-files):
11769 Use `looking-at-p'.
11770 (dired-mark-files-regexp, dired-build-subdir-alist):
11771 Use `string-match-p', `looking-at-p'.
11772
11773 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11774 (direct-print-region-helper): Use `string-match-p'.
11775
11776 2013-06-21 Leo Liu <sdl.web@gmail.com>
11777
11778 * comint.el (comint-redirect-results-list-from-process):
11779 Fix infinite loop.
11780
11781 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11782
11783 * net/eww.el (eww-update-header-line-format): Quote % characters.
11784
11785 2013-06-21 Glenn Morris <rgm@gnu.org>
11786
11787 * play/cookie1.el (cookie): New custom group.
11788 (cookie-file): New option.
11789 (cookie-check-file): New function.
11790 (cookie): Make it interactive. Make start and end messages optional.
11791 Interactively, display the result. Default to cookie-file.
11792 (cookie-insert): Default to cookie-file.
11793 (cookie-snarf): Make start and end messages optional.
11794 Default to cookie-file. Use with-temp-buffer.
11795 (cookie-read): Rename from read-cookie.
11796 Make start and end messages optional. Default to cookie-file.
11797 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11798 Do not autoload it.
11799 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11800 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11801
11802 2013-06-21 Leo Liu <sdl.web@gmail.com>
11803
11804 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11805
11806 2013-06-21 Glenn Morris <rgm@gnu.org>
11807
11808 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11809
11810 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11811 Daniel Hackney <dan@haxney.org>
11812
11813 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11814 Consolidate the single-file vs tarball code.
11815 (package-desc-suffix): New function.
11816 (package-desc-full-name): Don't bother inlining it.
11817 (package-load-descriptor): Return the new package-desc.
11818 (package-mark-obsolete): Remove unused arg `package'.
11819 (package-unpack): Make it work for single files as well.
11820 Make it update package-alist.
11821 (package--make-autoloads-and-stuff): Rename from
11822 package--make-autoloads-and-compile. Don't compile any more.
11823 (package--compile): New function.
11824 (package-generate-description-file): New function, extracted from
11825 package-unpack-single.
11826 (package-unpack-single): Remove.
11827 (package--with-work-buffer): Add indentation and debugging info.
11828 (package-download-single): Remove.
11829 (package-install-from-archive): Rename from package-download-tar, make
11830 it take a pkg-desc, and make it work for single files as well.
11831 (package-download-transaction): Simplify.
11832 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11833 external tar program.
11834 (package-install-from-buffer): Remove `pkg-desc' argument.
11835 Use package-tar-file-info for tar-mode buffers.
11836 (package-install-file): Simplify accordingly.
11837 (package-archive-base): Change to take a pkg-desc.
11838 * tar-mode.el (tar--check-descriptor): New function, extracted from
11839 tar-get-descriptor.
11840 (tar-get-descriptor): Use it.
11841 (tar-get-file-descriptor): New function.
11842 (tar--extract): New function, extracted from tar-extract.
11843 (tar--extract): Use it.
11844 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11845 case the summary uses non-ascii. Adjust to new calling convention of
11846 package-tar-file-info.
11847
11848 2013-06-21 Leo Liu <sdl.web@gmail.com>
11849
11850 * comint.el (comint-redirect-results-list-from-process):
11851 Fix random delay. (Bug#14681)
11852
11853 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11854
11855 * profiler.el (profiler-format-number): Use log, not log10.
11856
11857 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11858
11859 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11860
11861 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11864 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11865 yet available.
11866 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11867 (AUTOGENEL): ... here.
11868 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11869 (cl--defsubst-expand): Use it.
11870
11871 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11872
11873 * subr.el (log10): Move here from C code, and declare as obsolete.
11874 All uses of (log10 X) replaced with (log X 10).
11875
11876 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11877
11878 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11879 Declare with `defvar-local'.
11880 (tabulated-list-use-header-line, tabulated-list-entries)
11881 (tabulated-list-padding, tabulated-list-printer)
11882 (tabulated-list-sort-key): Declare with `defvar-local'.
11883 (tabulated-list-init-header, tabulated-list-print-fake-header):
11884 Use `setq-local'.
11885
11886 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11887
11888 * arc-mode.el (archive-mode): Add `archive-write-file' to
11889 `write-contents-functions' also for remote files. (Bug#14652)
11890
11891 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11892
11893 * cus-edit.el (custom-commands): Fix typos.
11894 (custom-display): Fix tooltip text.
11895 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11896 Fix typos in docstrings.
11897 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11898 (custom-unlispify-menu-entry, custom-magic-value-create)
11899 (custom-add-see-also, custom-group-value-create): Use ?\s.
11900 (custom-guess-type, customize-apropos, editable-field)
11901 (custom-face-value-create): Use `string-match-p'.
11902 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11903
11904 * custom.el (custom-load-symbol): Use `string-match-p'.
11905
11906 * ansi-color.el: Convert to lexical binding.
11907 (ansi-colors): Fix URL.
11908 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11909 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11910 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11911
11912 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11913
11914 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11915
11916 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11917
11918 2013-06-19 Tom Tromey <tromey@redhat.com>
11919
11920 * net/eww.el (eww-top-url): Remove.
11921 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11922 (eww-render): Set new variables. Don't set eww-top-url.
11923 (eww-handle-link): Handle "prev", "home", and "contents".
11924 Downcase the rel text.
11925 (eww-top-url): Choose best top URL.
11926
11927 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11928
11929 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11930 relying in widget.el. Using widget.el leads to too many
11931 user interface inconsistencies.
11932 (eww-self-insert): Implement entering commands in text fields.
11933 (eww-process-text-input): New function to make text input field editing
11934 work.
11935 (eww-submit): Rewrite to use the new-style form methods.
11936 (eww-select-display): Display the correct selected item.
11937 (eww-change-select): Implement changing the select value.
11938 (eww-toggle-checkbox): Implement radio/checkboxes.
11939 (eww-update-field): Fix compilation error.
11940 (eww-tag-textarea): Implement <textarea>.
11941
11942 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11943 we don't shadow mode-specific bindings.
11944
11945 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11946 nothing to push.
11947
11948 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11949
11950 2013-06-19 Glenn Morris <rgm@gnu.org>
11951
11952 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11953
11954 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11955
11956 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11957 not needed.
11958
11959 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11960
11961 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11962
11963 * net/browse-url.el (browse-url-browser-function):
11964 `eww-browse-url' has the right calling signature, `eww' does not.
11965
11966 2013-06-19 Glenn Morris <rgm@gnu.org>
11967
11968 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11969 Only eval autoloaded macros.
11970 (byte-compile-autoload): Only give the macro warning for macros.
11971
11972 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11973 (ps-underlined-faces): Declare.
11974
11975 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11976 (speedbar-add-supported-extension): Declare.
11977
11978 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11979 Don't include a date stamp in the header of the generated file;
11980 it leads to needless differences between output files.
11981
11982 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11983
11984 * net/secrets.el (secrets-struct-secret-content-type):
11985 Replace check of introspection data by a test call of "CreateItem".
11986 Some servers do not offer introspection.
11987
11988 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11989
11990 * electric.el (electric-pair-mode): Improve interaction with
11991 electric-layout-mode.
11992 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11993 (electric-pair-syntax): Use text-mode-syntax-table in comments
11994 and strings.
11995 (electric-pair--insert): New function.
11996 (electric-pair-post-self-insert-function): Use it and
11997 electric--after-char-pos.
11998
11999 2013-06-19 Leo Liu <sdl.web@gmail.com>
12000
12001 * progmodes/octave.el (octave-help): Fix regexp.
12002
12003 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12004
12005 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12006 (shr-table-horizontal-line): Allow nil as a value, and change the
12007 default.
12008 (shr-insert-table-ruler): Respect the nil value.
12009
12010 2013-06-18 Tom Tromey <tromey@barimba>
12011
12012 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12013 New defvars.
12014 (eww-open-file): New defun.
12015 (eww-render): Initialize new variables.
12016 (eww-display-html): Handle "link" and "a".
12017 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12018 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12019 (eww-back-url): Rename from eww-previous-url.
12020 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12021 New defuns.
12022
12023 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12024
12025 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12026 Distinguish ternary operator tokens from slash symbol and slash
12027 char literal.
12028
12029 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12030
12031 Convert symbol prettification into minor mode and global minor mode.
12032
12033 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12034 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12035 (prettify-symbols--keywords): Rename from
12036 `prog-prettify-symbols-alist' and make a local defvar.
12037 (prettify-symbols--compose-symbol): Rename from
12038 `prog--prettify-font-lock-compose-symbol'.
12039 (prettify-symbols--make-keywords): Rename from
12040 `prog-prettify-font-lock-symbols-keywords' and simplify.
12041 (prog-prettify-install): Remove.
12042 (prettify-symbols-mode): New minor mode, based on
12043 `prog-prettify-install'.
12044 (turn-on-prettify-symbols-mode): New function.
12045 (global-prettify-symbols-mode): New globalized minor mode.
12046
12047 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12048 * progmodes/cfengine.el (cfengine3-mode):
12049 * progmodes/perl-mode.el (perl-mode): Don't call
12050 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12051
12052 2013-06-18 Juri Linkov <juri@jurta.org>
12053
12054 * files-x.el (modify-file-local-variable-message): New function.
12055 (modify-file-local-variable)
12056 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12057 and call `modify-file-local-variable-message' when it's non-nil.
12058 (add-file-local-variable, delete-file-local-variable)
12059 (add-file-local-variable-prop-line)
12060 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12061 and use it. (Bug#9820)
12062
12063 2013-06-18 Juri Linkov <juri@jurta.org>
12064
12065 * emulation/vi.el (vi-shell-op):
12066 * emulation/vip.el (vip-execute-com, ex-command):
12067 * emulation/viper-cmd.el (viper-exec-bang):
12068 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12069 the call of `shell-command-on-region'. (Bug#14637)
12070
12071 * simple.el (shell-command-on-region): Doc fix.
12072
12073 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12074
12075 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12076 (bug#14633).
12077
12078 2013-06-18 Glenn Morris <rgm@gnu.org>
12079
12080 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12081
12082 * newcomment.el (comment-search-forward, comment-search-backward):
12083 Doc fix. (Bug#14376)
12084
12085 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12086
12087 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12088 (buffer-face-mode-invoke): Doc fix.
12089
12090 2013-06-18 Matthias Meulien <orontee@gmail.com>
12091
12092 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12093 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12094
12095 2013-06-18 Glenn Morris <rgm@gnu.org>
12096
12097 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12098 Replace obsolete function generic-make-keywords with its expansion.
12099
12100 * progmodes/python.el (ffap-alist): Declare.
12101
12102 * textmodes/reftex.el (bibtex-mode-map): Declare.
12103
12104 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12105
12106 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12107 (package-unpack, package-unpack-single): Return the pkg-dir.
12108 (package-download-transaction): Use it to update package-alist.
12109
12110 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12111
12112 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12113 possible choice.
12114
12115 2013-06-17 Juri Linkov <juri@jurta.org>
12116
12117 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12118
12119 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12120
12121 * emacs-lisp/package.el (package-load-descriptor):
12122 Remove `with-syntax-table' call, `read' doesn't need it.
12123 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12124
12125 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12126
12127 * startup.el (command-line): Expand package name returned by
12128 `package--description-file' (bug#14639).
12129
12130 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12131
12132 * emacs-lisp/package.el (package-load-descriptor): Do not call
12133 `emacs-lisp-mode', just use its syntax table.
12134
12135 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12136
12137 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12138 `font-lock-extra-managed-props' if any prettifying keyword is added.
12139 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12140 (prog-mode): Use `setq-local'.
12141
12142 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * international/characters.el (standard-case-table): Set syntax of ?»
12145 and ?« to punctuation.
12146
12147 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12148
12149 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12150 Save relevant match data before calling `syntax-ppss' (bug#14595).
12151
12152 2013-06-15 Juri Linkov <juri@jurta.org>
12153
12154 * files-x.el (modify-file-local-variable-prop-line): Add local
12155 variables to the end of the existing comment on the first line.
12156 Use `file-auto-mode-skip' to skip interpreter magic line,
12157 and also skip XML declaration.
12158
12159 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12160
12161 * startup.el (package--builtin-versions): New var.
12162 (package-subdirectory-regexp): Remove.
12163 (package--description-file): Hard code its value instead.
12164
12165 * emacs-lisp/package.el: Don't activate packages older than builtin.
12166 (package-obsolete-list): Rename from package-obsolete-alist, and make
12167 it into a simple list of package-desc.
12168 (package-strip-version): Remove.
12169 (package-built-in-p): Use package--builtin-versions.
12170 (package-mark-obsolete): Simplify.
12171 (package-process-define-package): Mark it obsolete if older than the
12172 builtin version.
12173 (package-handle-response): Use line-end-position.
12174 (package-read-archive-contents, package--download-one-archive):
12175 Simplify.
12176 (package--add-to-archive-contents): Skip if older than the builtin or
12177 installed version.
12178 (package-menu-describe-package): Fix last change.
12179 (package-list-unversioned): New var.
12180 (package-menu--generate): Use it.
12181
12182 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12183 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12184 (autoload-builtin-package-versions): New variable.
12185 (autoload-generate-file-autoloads): Use them.
12186 Remove the list of autoloaded functions/macros from the
12187 (autoload...) comments.
12188
12189 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12190
12191 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12192
12193 * simple.el (line-move-partial): Don't jump to the next screen
12194 line as soon as it becomes visible. Instead, continue enlarging
12195 the vscroll until the portion of a tall screen line that's left on
12196 display is about the height of the frame's default font.
12197 (Bug#14567)
12198
12199 2013-06-15 Glenn Morris <rgm@gnu.org>
12200
12201 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12202 compilation-error-regexp-alist void, or local while let-bound.
12203
12204 * progmodes/make-mode.el (makefile-mode-syntax-table):
12205 Treat "=" as punctuation. (Bug#14614)
12206
12207 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12208
12209 * help-fns.el (describe-variable):
12210 Add extra line for permanent-local variables.
12211
12212 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12213
12214 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12215 Add export, import, library. (Bug#9164)
12216 (library): Set indent function.
12217
12218 2013-06-14 Glenn Morris <rgm@gnu.org>
12219
12220 * term/xterm.el (xterm--query):
12221 Stop after first matching handler. (Bug#14615)
12222
12223 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12224
12225 Add support for dired in saveplace.
12226 * dired.el (dired-initial-position-hook): New variable.
12227 (dired-initial-position): Call hook to place cursor position.
12228 * saveplace.el (save-place-to-alist): Add dired position.
12229 (save-place-dired-hook): New function.
12230
12231 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12234 through a symbol rather than letrec.
12235
12236 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12237 (package-desc): Add `dir' field.
12238 (package-desc-full-name): New function.
12239 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12240 (package-maybe-load-descriptor): Remove.
12241 (package-load-all-descriptors): Just call package-load-descriptor.
12242 (package--disabled-p): New function.
12243 (package-desc-vers, package-desc-doc): Remove aliases.
12244 (package--dir): Remove function.
12245 (package-activate): Check if a package is disabled.
12246 (package-process-define-package): New function, extracted from
12247 define-package.
12248 (define-package): Turn into a place holder.
12249 (package-unpack-single, package-tar-file-info):
12250 Use package--description-file.
12251 (package-compute-transaction): Use package--disabled-p.
12252 (package-download-transaction): Don't call
12253 package-maybe-load-descriptor since they're all loaded anyway.
12254 (package-install): Change argument to be a pkg-desc.
12255 (package-delete): Use a single pkg-desc argument.
12256 (describe-package-1): Use package-desc-dir instead of package--dir.
12257 Use package-desc property instead of package-symbol.
12258 (package-install-button-action): Adjust accordingly.
12259 (package--push): Rewrite.
12260 (package-menu--print-info): Adjust accordingly. Change the ID format
12261 to be a pkg-desc.
12262 (package-menu-describe-package, package-menu-get-status)
12263 (package-menu--find-upgrades, package-menu-mark-upgrades)
12264 (package-menu-execute, package-menu--name-predicate):
12265 Adjust accordingly.
12266 * startup.el (package--description-file): New function.
12267 (command-line): Use it.
12268 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12269 Use package-desc-version.
12270
12271 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12272 (byte-compile-preprocess): Use it.
12273 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12274 can't quite recognize.
12275 (byte-compile-add-to-list): Remove.
12276 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12277 (cconv-closure-convert): Add assertion.
12278
12279 * emacs-lisp/map-ynp.el: Use lexical-binding.
12280 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12281 Factor out some repeated code.
12282
12283 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * subr.el (with-eval-after-load): New macro.
12286 (eval-after-load): Allow form to be a function.
12287 take advantage of lexical-binding.
12288 (do-after-load-evaluation): Use dolist and adjust to new format.
12289 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12290
12291 2013-06-13 Juri Linkov <juri@jurta.org>
12292
12293 * replace.el (perform-replace): Display "symbol " and other search
12294 modes from `isearch-message-prefix' in the *Help* buffer.
12295
12296 * isearch.el (isearch-query-replace): Add " symbol" and other
12297 possible search modes from `isearch-message-prefix' to the prompt.
12298 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12299 when reading a regexp to collect.
12300
12301 2013-06-13 Juri Linkov <juri@jurta.org>
12302
12303 * isearch.el (word-search-regexp): Match whitespace if the search
12304 string begins or ends in whitespace. The LAX arg is applied to
12305 both ends of the search string. Use `regexp-quote' and explicit
12306 \< and \> instead of \b. Use \` and \' instead of ^ and $.
12307 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12308 boundaries are replaced with symbol boundaries, and characters
12309 between symbols match non-word non-symbol syntax. (Bug#14602)
12310
12311 2013-06-13 Juri Linkov <juri@jurta.org>
12312
12313 * isearch.el (isearch-del-char): Don't exceed the length of
12314 `isearch-string' by the prefix arg. (Bug#14563)
12315
12316 2013-06-13 Juri Linkov <juri@jurta.org>
12317
12318 * isearch.el (isearch-yank-word, isearch-yank-line)
12319 (isearch-char-by-name, isearch-quote-char)
12320 (isearch-printing-char, isearch-process-search-char):
12321 Add optional count prefix arg. (Bug#14563)
12322
12323 * international/isearch-x.el
12324 (isearch-process-search-multibyte-characters):
12325 Add optional count prefix arg.
12326
12327 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12330 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12331 lexical-binding.
12332
12333 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12334
12335 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12336
12337 2013-06-13 Glenn Morris <rgm@gnu.org>
12338
12339 * startup.el (tty-handle-args):
12340 Don't just discard "--" and anything after. (Bug#14608)
12341
12342 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12343
12344 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12345
12346 Implement changes in Secret Service API. Make it backward compatible.
12347 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12348 (secrets-create-item): Use it. Prefix properties with interface.
12349
12350 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12351
12352 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12353 (term-emulate-terminal): Respect term-suppress-hard-newline.
12354
12355 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12356
12357 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12358 Only remove a `thumb-file' overlay. (Bug#14548)
12359
12360 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12361
12362 * mail/reporter.el (reporter-submit-bug-report):
12363 Handle missing package-name. (Bug#14600)
12364
12365 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12366
12367 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12368 (reftex-citation-prompt, reftex-default-bibliography)
12369 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12370 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12371 (reftex-bib-sort-author, reftex-bib-sort-year)
12372 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12373 (reftex-extract-bib-entries-from-thebibliography)
12374 (reftex-get-bibkey-default, reftex-get-bib-names)
12375 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12376 (reftex-format-bib-entry, reftex-parse-bibitem)
12377 (reftex-format-bibitem, reftex-do-citation)
12378 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12379 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12380 (reftex-insert-bib-matches, reftex-format-citation)
12381 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12382 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12383 existing comments into docstrings.
12384
12385 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12386
12387 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12388
12389 2013-06-12 Andreas Schwab <schwab@suse.de>
12390
12391 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12392 for auto-save files.
12393
12394 2013-06-12 Glenn Morris <rgm@gnu.org>
12395
12396 * ido.el (ido-delete-ignored-files): Remove.
12397 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12398 Go back to calling ido-ignore-item-p directly.
12399
12400 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12401
12402 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12403
12404 * ido.el (ido-delete-ignored-files): New function,
12405 split from ido-make-file-list-1.
12406 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12407 (ido-make-file-list-1): Use ido-delete-ignored-files.
12408
12409 2013-06-12 Leo Liu <sdl.web@gmail.com>
12410
12411 * progmodes/octave.el (inferior-octave-startup)
12412 (inferior-octave-completion-table)
12413 (inferior-octave-track-window-width-change)
12414 (octave-eldoc-function-signatures, octave-help)
12415 (octave-find-definition): Use single quoted strings.
12416 (inferior-octave-startup-args): Change default value.
12417 (inferior-octave-startup): Do not hard code "-i" and
12418 "--no-line-editing".
12419 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12420 (inferior-octave-directory-tracker): Use it.
12421 (octave-goto-function-definition): Robustify.
12422 (octave-help): Support highlighting operators in 'See also'.
12423 (octave-find-definition): Find subfunctions only in Octave mode.
12424
12425 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * help-fns.el (help-fns--compiler-macro): If the handler function is
12428 named, then put a link to it.
12429 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12430 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12431 (cl-typep): Use it.
12432 (cl-eval-when): Simplify debug spec.
12433 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12434 compiler-macro function instead of setting `compiler-macro-file'.
12435
12436 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12437
12438 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12439 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12440
12441 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12442 Daniel Hackney <dan@haxney.org>
12443
12444 First part of Daniel Hackney's patch to package.el.
12445 * emacs-lisp/package.el: Use defstruct.
12446 (package-desc): New, main struct.
12447 (package--bi-desc, package--ac-desc): New structs, used to describe the
12448 format in external files.
12449 (package-desc-vers): Replace with package-desc-version accessor.
12450 (package-desc-doc): Replace with package-desc-summary accessor.
12451 (package-activate-1): Remove `package' arg since the pkg-vec now
12452 includes the name.
12453 (define-package): Use package-desc-from-define.
12454 (package-unpack-single): Change file-name arg to be a symbol.
12455 (package--add-to-archive-contents): Use package-desc-create and new
12456 accessor functions to package--ac-desc.
12457 (package-buffer-info, package-tar-file-info): Return a package-desc.
12458 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12459 arg to be a package-desc.
12460 (package-install-file): Adjust accordingly. Use \' to match EOS.
12461 (package--from-builtin): New function.
12462 (describe-package-1, package-menu--generate): Use it.
12463 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12464 (package-generate-autoloads): Idem and return the name of the file.
12465 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12466 Change pkg-info arg to be a package-desc.
12467 Use package-make-ac-desc.
12468 (package-upload-file): Use \' to match EOS.
12469 * finder.el (finder-compile-keywords): Use package-make-builtin.
12470
12471 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * vc/vc.el (vc-deduce-fileset): Change error message.
12474 (vc-read-backend): New function.
12475 (vc-next-action): Use it.
12476
12477 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12478
12479 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12480 (prolog-font-lock-keywords): Use regexp-opt instead.
12481 Don't manually highlight strings.
12482 (prolog-mode-variables): Simplify comment-start-skip.
12483 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12484
12485 * emacs-lisp/generic.el (generic--normalise-comments)
12486 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12487 (generic-mode-set-comments): Use them.
12488 (generic-bracket-support): Use setq-local.
12489 (generic-make-keywords-list): Declare obsolete.
12490
12491 2013-06-11 Glenn Morris <rgm@gnu.org>
12492
12493 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12494 Prettify after setting font-lock-defaults. (Bug#14574)
12495
12496 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12497
12498 * replace.el (query-replace, occur-read-regexp-defaults-function)
12499 (replace-search):
12500 * subr.el (declare-function, number-sequence, local-set-key)
12501 (substitute-key-definition, locate-user-emacs-file)
12502 (with-silent-modifications, split-string, eval-after-load):
12503 Fix typos, remove unneeded backslashes and reflow some docstrings.
12504
12505 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12508 default for Elisp files.
12509
12510 2013-06-11 Glenn Morris <rgm@gnu.org>
12511
12512 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12513 although define-derived-mode was doing this anyway. (Bug#14583)
12514
12515 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12516
12517 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12518 Fix make-variable-buffer-local call to refer to the correct variable.
12519
12520 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12521
12522 * eshell/em-term.el (eshell-visual-commands)
12523 (eshell-visual-subcommands, eshell-visual-options):
12524 Add summary line to docstrings. Add cross-references.
12525
12526 2013-06-10 Glenn Morris <rgm@gnu.org>
12527
12528 * epa.el (epa-read-file-name): New function. (Bug#14510)
12529 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12530
12531 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12532
12533 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12534 output redirection to be ignored with visual commands.
12535
12536 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12537
12538 * eshell/em-term.el (eshell-visual-command-p): New function.
12539 (eshell-term-initialize): Move long lambda to separate function
12540 eshell-visual-command-p.
12541 * eshell/em-dirs.el (eshell-dirs-initialize):
12542 * eshell/em-script.el (eshell-script-initialize):
12543 Add missing #' to lambda.
12544
12545 2013-06-08 Leo Liu <sdl.web@gmail.com>
12546
12547 * progmodes/octave.el (octave-add-log-current-defun): New function.
12548 (octave-mode): Set add-log-current-defun-function.
12549 (octave-goto-function-definition): Do not move point if not found.
12550 (octave-find-definition): Enhance to try subfunctions first.
12551
12552 2013-06-08 Glenn Morris <rgm@gnu.org>
12553
12554 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12555 (byte-compile-backward-char, byte-compile-backward-word):
12556 Improve previous change, to handle non-explicit nil.
12557
12558 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12559
12560 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12561 (smie--opener/closer-at-point): New function.
12562 (smie--matching-block-data): Use it. Don't match from right after an
12563 opener or right before a closer. Obey smie-blink-matching-inners.
12564 Don't signal a mismatch for repeated inners like "switch..case..case".
12565
12566 2013-06-07 Leo Liu <sdl.web@gmail.com>
12567
12568 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12569 to t. (Bug#14303)
12570 (octave-function-header-regexp): Fix. (Bug#14570)
12571 (octave-help-mode-finish-hook, octave-help-mode-finish):
12572 Remove. Just use temp-buffer-show-hook.
12573
12574 * newcomment.el (comment-search-backward): Revert last change.
12575 (Bug#14434)
12576
12577 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12578
12579 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12580
12581 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12582 through xargs, to avoid failure due to MS-Windows limitations on
12583 command-line length.
12584
12585 2013-06-06 Glenn Morris <rgm@gnu.org>
12586
12587 * font-lock.el (lisp-font-lock-keywords-2):
12588 Treat user-error like error.
12589
12590 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12591 (byte-compile-backward-char, byte-compile-backward-word):
12592 Handle explicit nil arguments. (Bug#14565)
12593
12594 2013-06-05 Alan Mackenzie <acm@muc.de>
12595
12596 * isearch.el (isearch-allow-prefix): New user option.
12597 (isearch-other-meta-char): Don't exit isearch when a prefix
12598 argument is typed whilst `isearch-allow-prefix' is non-nil.
12599 (Bug#9706)
12600
12601 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12602
12603 * autorevert.el (auto-revert-notify-handler): Use memq.
12604 Hide assertion failure.
12605
12606 * skeleton.el: Use cl-lib.
12607 (skeleton-further-elements): Use defvar-local.
12608 (skeleton-insert): Use cl-progv.
12609
12610 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12611
12612 * progmodes/prog-mode.el (prog-prettify-symbols)
12613 (prog-prettify-install): Update docstrings.
12614
12615 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * simple.el: Move all the prog-mode code to prog-mode.el.
12618 * progmodes/prog-mode.el: New file.
12619 * loadup.el: Add prog-mode.el.
12620
12621 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12622
12623 * simple.el (prog-prettify-symbols): Add version.
12624 (prog-prettify-install): Add convenience function to prettify symbols.
12625
12626 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12627 (perl--augmented-font-lock-keywords-1)
12628 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12629 variables and use it.
12630
12631 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12632 (cfengine3-mode): Remove unneeded variable and use it.
12633
12634 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12635 (lisp--augmented-font-lock-keywords-1)
12636 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12637 Remove unneeded variables and use it.
12638
12639 2013-06-05 João Távora <joaotavora@gmail.com>
12640
12641 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12642 to point when opening the connection. (Bug#14380)
12643
12644 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 * subr.el (load-history-regexp, load-history-filename-element)
12647 (eval-after-load, after-load-functions, do-after-load-evaluation)
12648 (eval-next-after-load, display-delayed-warnings)
12649 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12650 definition of save-match-data.
12651 (overriding-local-map): Remove accidental obsolescence declaration.
12652
12653 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12654
12655 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12656
12657 Generalize symbol prettify support to prog-mode and implement it
12658 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12659 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12660 (prog--prettify-font-lock-compose-symbol)
12661 (prog-prettify-font-lock-symbols-keywords): New variables and
12662 functions to support symbol prettification.
12663 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12664 (lisp--augmented-font-lock-keywords-1)
12665 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12666 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12667 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12668 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12669 Implement prettify of -> => :: strings.
12670 * progmodes/perl-mode.el (perl-prettify-symbols)
12671 (perl--font-lock-compose-symbol)
12672 (perl--font-lock-symbols-keywords): Move to prog-mode.
12673 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12674 (perl-font-lock-keywords-1)
12675 (perl-font-lock-keywords-2): Remove explicit prettify support.
12676 (perl--augmented-font-lock-keywords)
12677 (perl--augmented-font-lock-keywords-1)
12678 (perl--augmented-font-lock-keywords-2, perl-mode):
12679 Implement prettify support.
12680
12681 2013-06-05 Leo Liu <sdl.web@gmail.com>
12682
12683 Re-implement SMIE matching block highlight using
12684 show-paren-data-function. (Bug#14395)
12685 * emacs-lisp/smie.el (smie-matching-block-highlight)
12686 (smie--highlight-matching-block-overlay)
12687 (smie--highlight-matching-block-lastpos)
12688 (smie-highlight-matching-block)
12689 (smie-highlight-matching-block-mode): Remove.
12690 (smie--matching-block-data-cache): New variable.
12691 (smie--matching-block-data): New function.
12692 (smie-setup): Use smie--matching-block-data for
12693 show-paren-data-function.
12694
12695 * progmodes/octave.el (octave-mode-menu): Fix.
12696 (octave-find-definition): Skip garbage lines.
12697
12698 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12699
12700 Fix compilation error with simultaneous dynamic+lexical scoping.
12701 Add warning when a defvar appears after the first let-binding.
12702 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12703 (byte-compile-close-variables): Initialize it.
12704 (byte-compile--declare-var): New function.
12705 (byte-compile-file-form-defvar)
12706 (byte-compile-file-form-define-abbrev-table)
12707 (byte-compile-file-form-custom-declare-variable): Use it.
12708 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12709 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12710 (byte-compile-bind): Handle dynamic bindings that shadow
12711 lexical bindings.
12712 (byte-compile-unbind): Make arg non-optional.
12713 (byte-compile-let): Simplify.
12714 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12715 (cconv--analyse-function, cconv-analyse-form): Populate it.
12716 Protect byte-compile-bound-variables to limit the scope of defvars.
12717 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12718 Remove unneeded rule for `declare'.
12719
12720 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12721 so as to avoid depending on cl-adjoin at run-time.
12722 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12723
12724 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12725 (macroexp--warn-and-return): Use it.
12726
12727 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12728
12729 * subr.el: Convert to lexical binding.
12730 (overriding-local-map): Make obsolete.
12731 (add-to-list): Doc fix. Add compiler macro.
12732 (read-key): Swap values of local maps.
12733
12734 2013-06-05 Leo Liu <sdl.web@gmail.com>
12735
12736 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12737
12738 2013-06-04 Leo Liu <sdl.web@gmail.com>
12739
12740 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12741 (compilation-auto-jump): Suppress the "Mark set" message to give
12742 way to exit message.
12743
12744 2013-06-04 Alan Mackenzie <acm@muc.de>
12745
12746 Remove faulty optimisation from indentation calculation.
12747 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12748 search limit based on 2000 characters back from indent-point.
12749
12750 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12751
12752 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12753
12754 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * emacs-lisp/lisp.el: Use lexical-binding.
12757 (lisp--local-variables-1, lisp--local-variables): New functions.
12758 (lisp--local-variables-completion-table): New var.
12759 (lisp-completion-at-point): Use it complete let-bound vars.
12760
12761 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12762 eagerly (bug#14422).
12763
12764 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12765
12766 * autorevert.el (auto-revert-notify-enabled)
12767 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12768 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12769 (auto-revert-notify-handler): Handle also gfilenotify.
12770
12771 * subr.el (file-notify-handle-event): New defun. Replacing ...
12772 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12773 Remove.
12774
12775 2013-06-03 Juri Linkov <juri@jurta.org>
12776
12777 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12778 `M-s h .'. (Bug#14427)
12779
12780 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12781 command `hi-lock-face-symbol-at-point'.
12782 (hi-lock-face-symbol-at-point): New command.
12783 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12784 (hi-lock-menu): Add `highlight-symbol-at-point'.
12785 (hi-lock-mode): Doc fix.
12786
12787 * isearch.el (isearch-forward-symbol-at-point): New command.
12788 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12789 (isearch-highlight-regexp): Add a regexp which matches
12790 words/symbols for word/symbol mode.
12791
12792 * subr.el (find-tag-default-bounds): New function with the body
12793 mostly moved from `find-tag-default'.
12794 (find-tag-default): Move most code to `find-tag-default-bounds',
12795 call it and apply `buffer-substring-no-properties' afterwards.
12796
12797 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12798
12799 * eshell/em-term.el (eshell-term-initialize):
12800 Use `cl-intersection' rather than `intersection'.
12801
12802 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12803
12804 * vc/log-view.el: Doc fix.
12805 (log-view-mode-map): Copy keymap from `special-mode-map'.
12806
12807 2013-06-02 Eric Ludlam <zappo@gnu.org>
12808
12809 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12810 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12811 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12812 (eieio-unbound, eieio-default-superclass)
12813 (eieio--define-field-accessors, method-static, method-before)
12814 (method-primary, method-after, method-num-lists)
12815 (method-generic-before, method-generic-primary)
12816 (method-generic-after, method-num-slots)
12817 (eieio-specialized-key-to-generic-key)
12818 (eieio--check-type, class-v, class-p)
12819 (eieio-class-name, define-obsolete-function-alias)
12820 (eieio-class-parents-fast, eieio-class-children-fast)
12821 (same-class-fast-p, class-constructor, generic-p)
12822 (generic-primary-only-p, generic-primary-only-one-p)
12823 (class-option-assoc, class-option, eieio-object-p)
12824 (class-abstract-p, class-method-invocation-order)
12825 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12826 (eieio-class-un-autoload, eieio-defclass)
12827 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12828 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12829 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12830 (eieio-defgeneric-reset-generic-form)
12831 (eieio-defgeneric-form-primary-only)
12832 (eieio-defgeneric-reset-generic-form-primary-only)
12833 (eieio-defgeneric-form-primary-only-one)
12834 (eieio-defgeneric-reset-generic-form-primary-only-one)
12835 (eieio-unbind-method-implementations)
12836 (eieio--defmethod, eieio--typep)
12837 (eieio-perform-slot-validation, eieio-validate-slot-value)
12838 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12839 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12840 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12841 (eieio-slot-name-index, eieio-class-slot-name-index)
12842 (eieio-set-defaults, eieio-initarg-to-attribute)
12843 (eieio-attribute-to-initarg, eieio-c3-candidate)
12844 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12845 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12846 (eieio-class-precedence-list, eieio-generic-call-methodname)
12847 (eieio-generic-call-arglst, eieio-generic-call-key)
12848 (eieio-generic-call-next-method-list)
12849 (eieio-pre-method-execution-functions, eieio-generic-call)
12850 (eieio-generic-call-primary-only, eieiomt-method-list)
12851 (eieiomt-optimizing-obarray, eieiomt-install)
12852 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12853 (eieio-generic-form, eieio-defmethod, make-obsolete)
12854 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12855 (defclass): Remove `eval-and-compile' from macro.
12856 (call-next-method, shared-initialize): Instead of using
12857 `scoped-class' variable, use new eieio--scoped-class, and
12858 eieio--with-scoped-class.
12859 (initialize-instance): Rename local variable 'scoped-class' to
12860 'this-class' to remove ambiguitity from old global.
12861
12862 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12863 eieio.el.
12864 (eieio--scoped-class-stack): New variable.
12865 (eieio--scoped-class): New fcn.
12866 (eieio--with-scoped-class): New scoping macro.
12867 (eieio-defclass): Use pushnew instead of add-to-list.
12868 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12869 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12870 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12871 `scoped-class' variable, use new eieio--scoped-class, and
12872 eieio--with-scoped-class.
12873
12874 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12875
12876 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12877
12878 * eshell/esh-ext.el (eshell-external-command): Pass args to
12879 `eshell-find-interpreter'.
12880 (eshell-find-interpreter): Add new second parameter ARGS.
12881
12882 * eshell/em-script.el (eshell-script-initialize): Add second arg
12883 to the function added as MATCH to `eshell-interpreter-alist'.
12884
12885 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12886 the function added as MATCH to `eshell-interpreter-alist'.
12887
12888 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12889 (eshell-visual-options): New defcustom.
12890 (eshell-escape-control-x): Adapt docstring.
12891 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12892 `eshell-visual-options' in addition to `eshell-visual-commands'.
12893 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12894
12895 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12896
12897 * progmodes/python.el (python-indent-block-enders): Add break,
12898 continue and raise keywords.
12899
12900 2013-06-01 Glenn Morris <rgm@gnu.org>
12901
12902 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12903
12904 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12905 * progmodes/cc-cmds.el (delete-forward-p):
12906 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12907 * progmodes/cc-engine.el (buffer-syntactic-context):
12908 * progmodes/cc-fonts.el (face-property-instance):
12909 * progmodes/cc-mode.el (set-keymap-parents):
12910 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12911 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12912 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12913 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12914 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12915
12916 * progmodes/cc-vars.el (other): Emacs has this widget since
12917 at least 21.1, so don't (re)define it.
12918
12919 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12920 Replace the obsolete alias pcomplete-arg-quote-list.
12921
12922 2013-06-01 Leo Liu <sdl.web@gmail.com>
12923
12924 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12925 punctuation syntax.
12926 (inferior-octave-minimal-columns)
12927 (inferior-octave-last-column-width): New variables.
12928 (inferior-octave-track-window-width-change): New function.
12929 (inferior-octave-mode): Adjust column width so that Octave output,
12930 for example from 'ls', can fit into the window nicely.
12931
12932 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12933
12934 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12935 Highlight expansions inside regexp literals.
12936
12937 2013-05-31 Glenn Morris <rgm@gnu.org>
12938
12939 * obsolete/sym-comp.el (symbol-complete):
12940 Replace obsolete completion-annotate-function.
12941
12942 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12943
12944 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12945
12946 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12947 New function, checks if point is inside a literal that allows
12948 expression expansion.
12949 (ruby-syntax-propertize-expansion): Use it.
12950 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12951 around the body.
12952
12953 2013-05-30 Juri Linkov <juri@jurta.org>
12954
12955 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12956 to "\M-si".
12957 (isearch-invisible): New variable.
12958 (isearch-forward): Doc fix.
12959 (isearch-mode): Set `isearch-invisible'
12960 to the value of `search-invisible'.
12961 (isearch-toggle-case-fold): Doc fix.
12962 (isearch-toggle-invisible): New command.
12963 (isearch-query-replace): Let-bind `search-invisible'
12964 to the value of `isearch-invisible'.
12965 (isearch-search): Use `isearch-invisible' instead of
12966 `search-invisible'. Let-bind `search-invisible'
12967 to the value of `isearch-invisible'. (Bug#11378)
12968
12969 2013-05-30 Juri Linkov <juri@jurta.org>
12970
12971 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12972 call when `query-flag' is nil and `search-invisible' is non-nil.
12973 (Bug#11746)
12974
12975 2013-05-30 Glenn Morris <rgm@gnu.org>
12976
12977 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12978
12979 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12980 (cc-require): Suppress spurious "noruntime" warnings.
12981 (cc-require-when-compile): Use fboundp, for sake of compiler.
12982
12983 * progmodes/cc-mode.el: Move load of cc-vars before that of
12984 cc-langs (which in turn loads cc-vars), to quieten compiler.
12985
12986 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * paren.el: Simplify the code.
12989 (show-paren-mode): Always start the timer.
12990 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12991 (show-paren--overlay, show-paren--overlay-1): Rename from
12992 show-paren-overlay and show-paren-overlay-1, and initialize to an
12993 overlay rather than to nil.
12994 (show-paren-function): Misc cleanup and simplifications.
12995
12996 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12997
12998 * paren.el (show-paren-data-function): New hook.
12999 (show-paren--default): New function, extracted from show-paren-function.
13000 (show-paren-function): Use show-paren-data-function.
13001
13002 2013-05-30 Glenn Morris <rgm@gnu.org>
13003
13004 * ielm.el (ielm-map, ielm-complete-symbol):
13005 Use completion-at-point rather than obsolete functions.
13006 (inferior-emacs-lisp-mode): Doc fix.
13007 Set completion-at-point-functions, rather than
13008 comint-dynamic-complete-functions.
13009
13010 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13011 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13012 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13013
13014 * image.el (image-animated-p): Tweak definition.
13015
13016 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13017 (rlogin-process-connection-type): Tweak default. Add set-after.
13018 (rlogin-host): Doc fix.
13019 (rlogin): Tweak prompt.
13020 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13021
13022 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13023 * progmodes/tcl.el (inferior-tcl-mode-map):
13024 Use completion-at-point rather than obsolete alias.
13025
13026 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13027
13028 * minibuffer.el (read-file-name-completion-ignore-case):
13029 Move before completion--in-region, for eager macro expansion.
13030
13031 2013-05-29 Juri Linkov <juri@jurta.org>
13032
13033 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13034 for total count of matching lines. Add `global-matches' for total
13035 count of matches. Rename `matches' to `lines' for count of
13036 matching lines. Add `matches' for count of matches.
13037 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13038 to `prev-line' for line number of prev match endpt.
13039 Increment `matches' for every match. Print the number of
13040 matching lines in the header.
13041 (occur-context-lines): Rename `lines' to `curr-line'.
13042 Rename `prev-lines' to `prev-line'. (Bug#14017)
13043
13044 2013-05-29 Juri Linkov <juri@jurta.org>
13045
13046 * replace.el (perform-replace): Add `skip-read-only-count',
13047 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13048 Increment them for corresponding conditions and report the number
13049 of skipped occurrences in the final message. (Bug#11746)
13050 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13051 (replace-string, replace-regexp): Doc fix.
13052
13053 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13054
13055 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13056
13057 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13058 prog-mode-map (bug#14504).
13059
13060 2013-05-29 Leo Liu <sdl.web@gmail.com>
13061
13062 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13063 (octave-help): Small simplification.
13064
13065 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13066 off the highlight first.
13067
13068 2013-05-29 Glenn Morris <rgm@gnu.org>
13069
13070 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13071 Handle idlwave-last-system-routine-info-cons-cell being nil.
13072
13073 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13074 (idlwave-write-paths): Simplify via with-temp-buffer.
13075
13076 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13077 * emulation/cua-rect.el: Also load cua-base at run time.
13078
13079 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13080 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13081 (cperl-imenu-on-info): Require imenu.
13082
13083 2013-05-28 Alan Mackenzie <acm@muc.de>
13084
13085 Handle "capitalised keywords" correctly.
13086 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13087
13088 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13089
13090 * eshell/em-unix.el: Add -r option to cp.
13091
13092 2013-05-28 Glenn Morris <rgm@gnu.org>
13093
13094 * vc/vc-arch.el (vc-exec-after): Declare.
13095 (vc-switches): Autoload.
13096 * vc/vc-bzr.el: No need to require vc when compiling.
13097 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13098 (vc-resynch-buffer, vc-dir-refresh): Declare.
13099 (vc-setup-buffer, vc-switches): Autoload.
13100 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13101 (vc-resynch-buffer): Declare.
13102 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13103 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13104 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13105 (grep-read-regexp, grep-read-files, grep-expand-template)
13106 (vc-dir-refresh): Declare.
13107 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13108 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13109 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13110 * vc/vc-mtn.el (vc-exec-after): Declare.
13111 (vc-switches): Autoload.
13112 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13113 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13114 (vc-file-tree-walk): Declare.
13115 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13116 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13117 (vc-tag-precondition, vc-rename-master): Autoload.
13118 * vc/vc-svn.el (vc-exec-after): Declare.
13119 (vc-switches, vc-setup-buffer): Autoload.
13120 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13121 Autoload.
13122 (vc-resynch-buffer): Declare.
13123
13124 * obsolete/fast-lock.el (byte-compile-warnings):
13125 Don't warn about obsolete features in this obsolete file.
13126
13127 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13128 Move definition before use.
13129
13130 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13131 (dun-unix-verbs): Remove dun-zippy.
13132 (dun-zippy): Remove function.
13133
13134 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13135
13136 2013-05-27 Juri Linkov <juri@jurta.org>
13137
13138 * replace.el (replace-search): New function with code moved out
13139 from `perform-replace'.
13140 (replace-highlight, replace-dehighlight): Move function definitions
13141 up closer to `replace-search'. (Bug#11746)
13142
13143 2013-05-27 Juri Linkov <juri@jurta.org>
13144
13145 * replace.el (perform-replace): Ignore invisible matches.
13146 In addition to checking `query-replace-skip-read-only', also
13147 filter out matches by calling `run-hook-with-args-until-failure'
13148 on `isearch-filter-predicates', and also check `search-invisible'
13149 for t or call `isearch-range-invisible'.
13150 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13151
13152 2013-05-27 Juri Linkov <juri@jurta.org>
13153
13154 * isearch.el (isearch-filter-predicates): Rename from
13155 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13156 (isearch-message-prefix): Display text from the property
13157 `isearch-message-prefix' of the currently active filters.
13158 (isearch-search): Don't compare `isearch-filter-predicate' with
13159 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13160 on `isearch-filter-predicates'. Also check `search-invisible' for t
13161 or call `isearch-range-invisible'.
13162 (isearch-filter-visible): Make obsolete.
13163 (isearch-lazy-highlight-search):
13164 Call `run-hook-with-args-until-failure' on
13165 `isearch-filter-predicates' and use `isearch-range-invisible'.
13166
13167 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13168 `isearch-filter-predicates' instead of `funcall'ing
13169 `isearch-filter-predicate'.
13170 (Info-mode): Set `Info-isearch-filter' to
13171 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13172
13173 * dired-aux.el (dired-isearch-filter-predicate-orig):
13174 Remove variable.
13175 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13176 (dired-isearch-filenames-end): Add and remove
13177 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13178 instead of changing the value of `isearch-filter-predicate'.
13179 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13180 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13181 Put property `isearch-message-prefix' to "filename " on
13182 `dired-isearch-filter-filenames'.
13183
13184 * wdired.el (wdired-change-to-wdired-mode):
13185 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13186 locally instead of changing `isearch-filter-predicate'.
13187 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13188
13189 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13190
13191 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13192 return the commit hash (Bug#14459). Also set the
13193 `vc-git-detached' property.
13194 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13195 (vc-git-mode-line-string): Use the same help-echo format whether
13196 in detached mode or not, because we know the actual revision now.
13197 When in detached mode, shorten the revision to 7 chars.
13198
13199 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * emacs-lisp/easy-mmode.el (define-minor-mode):
13202 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13203 mode hook and provide a docstring.
13204
13205 2013-05-27 Alan Mackenzie <acm@muc.de>
13206
13207 Remove spurious syntax-table text properties inserted by C-y.
13208 * progmodes/cc-mode.el (c-after-change): Also clear hard
13209 syntax-table property with value nil.
13210
13211 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13212
13213 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13214 when reading the events; the buffer layout shall not be changed.
13215
13216 2013-05-27 Leo Liu <sdl.web@gmail.com>
13217
13218 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13219 New variable.
13220 (inferior-octave-directory-tracker): Automatically re-sync
13221 default-directory.
13222 (octave-help): Improve handling of 'See also'.
13223
13224 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * doc-view.el: Minor naming convention tweaks.
13227 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13228
13229 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13230 even if there's no `display' property yet (bug#14435).
13231
13232 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13233
13234 * subr.el (unmsys--file-name): Rename from reveal-filename.
13235
13236 * Makefile.in (custom-deps, finder-data, autoloads)
13237 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13238 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13239 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13240
13241 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13242
13243 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13244 error-completion on the first 2 args of condition-case (bug#14446).
13245 Don't burp at EOB.
13246
13247 2013-05-25 Leo Liu <sdl.web@gmail.com>
13248
13249 * comint.el (comint-previous-matching-input): Do not flood the
13250 *Messages* buffer with trivial messages.
13251
13252 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * progmodes/flymake.el (flymake-nop): Don't return a string.
13255 (flymake-set-at): Fix typo.
13256
13257 * simple.el (read--expression): New function, extracted from
13258 eval-expression. Set completion-at-point-functions (bug#14465).
13259 (eval-expression, eval-minibuffer): Use it.
13260
13261 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13262
13263 * progmodes/flymake.el (flymake-save-buffer-in-file)
13264 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13265 (flymake-selected-frame, flymake-log, flymake-ins-after)
13266 (flymake-set-at, flymake-get-buildfile-from-cache)
13267 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13268 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13269 Refine the doc string.
13270 (flymake-get-file-name-mode-and-masks): Reformat.
13271 (flymake-get-real-file-name-function): Fix a minor bug.
13272
13273 2013-05-24 Juri Linkov <juri@jurta.org>
13274
13275 * progmodes/grep.el (grep-mode-font-lock-keywords):
13276 Support =linenumber= format used by git-grep for lines with
13277 function names. (Bug#13549)
13278
13279 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13282 0 after a semi-colon; it works better for smie-auto-fill.
13283 (octave--indent-new-comment-line): New function.
13284 (octave-indent-new-comment-line): Use it (indirectly).
13285 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13286 modify comment-line-break-function.
13287
13288 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13289 (smie-setup): Use add-function to set it.
13290
13291 2013-05-24 Sam Steingold <sds@gnu.org>
13292
13293 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13294 argument (before the `interactive' argument).
13295
13296 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13297
13298 * image-mode.el (image-mode-winprops): Add winprops to
13299 image-mode-winprops-alist before running
13300 image-mode-new-window-functions.
13301 * doc-view.el (doc-view-new-window-function): Don't delay
13302 doc-view-goto-page via timers (bug#14435).
13303
13304 2013-05-24 Tassilo Horn <tsdh@gnu.org>
13305
13306 * doc-view.el: Integrate with desktop.el. (Bug#14435)
13307 (doc-view-desktop-save-buffer): New function.
13308 (doc-view-restore-desktop-buffer): New function.
13309 (desktop-buffer-mode-handlers):
13310 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13311 handler.
13312 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13313 `desktop-save-buffer' function.
13314
13315 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13316
13317 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13318 (tramp-gvfs-file-name-handler): Raise a user error when
13319 `tramp-gvfs-enabled' is nil.
13320 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13321 Do not raise a user error when loading package. (Bug#14447)
13322
13323 * net/xesam.el: Move to obsolete/.
13324
13325 2013-05-24 Glenn Morris <rgm@gnu.org>
13326
13327 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13328
13329 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13330
13331 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13332 (Info-find-node, Man-getpage-in-background): Declare.
13333
13334 * mail/unrmail.el (unrmail):
13335 Replace obsolete detect-coding-with-priority.
13336
13337 * net/socks.el (socks-split-string): Use this rather than split-string.
13338 (socks-nslookup-host): Update for above change.
13339 (dynamic-choice, s5-dynamic-choice-match)
13340 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13341 Comment out unused code.
13342
13343 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13344 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13345 (gud-tooltip-echo-area): Make obsolete.
13346 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13347
13348 * progmodes/js.el (js--optimize-arglist): Declare.
13349
13350 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13351
13352 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13353 (ediff-window-C): Declare.
13354
13355 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13356 Tweak requires to silence compiler.
13357
13358 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13359 (he-search-string, he-tried-table, he-expand-list)
13360 (he-init-string, he-string-member, he-substitute-string)
13361 (he-reset-string): Declare.
13362
13363 * obsolete/options.el (list-options): Use custom-variable-p,
13364 rather than obsolete alias.
13365
13366 2013-05-23 Sam Steingold <sds@gnu.org>
13367
13368 * simple.el (shell-command-on-region): Pass the `replace' argument
13369 down to `call-process-region' to comply with the doc as reported on
13370 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13371
13372 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * emacs-lisp/smie.el (smie-indent-forward-token)
13375 (smie-indent-backward-token): Handle string tokens (bug#14381).
13376
13377 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13378
13379 * ielm.el (ielm-menu): New menu.
13380 (inferior-emacs-lisp-mode): Set comment-start.
13381
13382 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13383
13384 * textmodes/reftex.el (reftex-ref-style-toggle):
13385 Fix deactivate action.
13386
13387 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13388 Add cleveref macros.
13389
13390 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13391 Accept options for bibliography commands.
13392 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13393 Add addbibresource. Basic Biblatex support.
13394
13395 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13396
13397 * net/tramp-gvfs.el (top):
13398 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13399 when loading package. (Bug#14447)
13400
13401 2013-05-23 Glenn Morris <rgm@gnu.org>
13402
13403 * progmodes/js.el: No need to load comint when compiling.
13404 (ring-insert, comint-send-string, comint-send-input)
13405 (comint-last-input-end, ido-chop): Declare.
13406
13407 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13408 * vc/ediff-mult.el: Adjust requires.
13409 (ediff-directories-internal, ediff-directory-revisions-internal)
13410 (ediff-patch-file-internal): Declare.
13411 * vc/ediff-ptch.el: Adjust requires.
13412 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13413 (ediff-find-file): Autoload.
13414 * vc/ediff-util.el: No need to load ediff when compiling.
13415 (ediff-regions-internal): Declare.
13416 * vc/ediff-wind.el: Adjust requires.
13417 (ediff-compute-toolbar-width): Define when compiling.
13418 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13419 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13420 (dired-get-filename, dired-get-marked-files)
13421 (ediff-last-dir-patch, ediff-patch-default-directory)
13422 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13423 (ediff-patch-buffer-internal): Declare.
13424
13425 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13426 (ispell-process, ispell-buffer-local-words, lm-summary)
13427 (lm-section-start, lm-section-end): Declare.
13428 (checkdoc-ispell-init): Simplify.
13429
13430 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13431 (he-string-member, he-reset-string, he-substitute-string): Declare.
13432
13433 * eshell/em-ls.el: Adjust requires.
13434 (eshell-glob-regexp): Declare.
13435 * eshell/em-tramp.el: Adjust requires.
13436 (eshell-parse-command): Autoload.
13437 * eshell/em-xtra.el: Adjust requires.
13438 (eshell-parse-command): Autoload.
13439 * eshell/esh-ext.el: Adjust requires.
13440 (eshell-parse-command, eshell-close-handles): Autoload.
13441 * eshell/esh-io.el: Adjust requires.
13442 (eshell-output-filter): Autoload.
13443 * eshell/esh-util.el: No need to load tramp when compiling.
13444 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13445 Declare.
13446 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13447 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13448 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13449 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13450 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13451 * eshell/esh-opt.el, eshell/esh-proc.el:
13452 * eshell/esh-var.el: Adjust requires.
13453 * eshell/eshell.el: Do not require esh-util twice.
13454 (eshell-add-input-to-history): Declare.
13455 (eshell-command): Check history module is active before using it.
13456
13457 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13458
13459 2013-05-22 Leo Liu <sdl.web@gmail.com>
13460
13461 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13462
13463 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13464
13465 * autorevert.el (auto-revert-notify-add-watch)
13466 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13467 it indicates changes in file modification time.
13468
13469 2013-05-22 Glenn Morris <rgm@gnu.org>
13470
13471 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13472 Always delete the autoloaded function from the noruntime and
13473 unresolved functions lists.
13474
13475 * allout.el: No need to load epa, epg, overlay when compiling.
13476 (epg-context-set-passphrase-callback, epg-list-keys)
13477 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13478 (epg-key-user-id-list): Declare.
13479
13480 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13481 (viper-set-parsing-style-toggling-macro)
13482 (viper-set-emacs-state-searchstyle-macros):
13483 Use called-interactively-p on Emacs.
13484 (viper-looking-back): Make it an obsolete alias. Update callers.
13485 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13486 Use looking-back rather than viper-looking-back.
13487 (viper-tmp-insert-at-eob, viper-enlarge-region)
13488 (viper-read-string-with-history, viper-register-to-point)
13489 (viper-append-to-register, viper-change-state-to-vi)
13490 (viper-backward-char-carefully, viper-forward-char-carefully)
13491 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13492 (viper-change-state-to-emacs): Declare.
13493 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13494 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13495 * emulation/viper-mous.el: Do not load viper-cmd.
13496 (viper-backward-char-carefully, viper-forward-char-carefully)
13497 (viper-forward-word, viper-adjust-window): Declare.
13498
13499 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13500
13501 * progmodes/idlw-help.el (idlwave-help-fontify):
13502 Use called-interactively-p.
13503
13504 * term/w32console.el (w32-get-console-codepage)
13505 (w32-get-console-output-codepage): Declare.
13506
13507 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13508 Remove unnecessary declarations.
13509 (dframe-message): Doc fix.
13510
13511 * info.el (dframe-select-attached-frame, dframe-current-frame):
13512 Declare.
13513
13514 * speedbar.el (speedbar-message): Make it an obsolete alias.
13515 Update all callers.
13516 (speedbar-with-attached-buffer)
13517 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13518 (speedbar-with-writable): Use backquote.
13519 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13520 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13521 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13522 rather than speedbar- aliases.
13523 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13524 (speedbar-make-specialized-keymap, speedbar-insert-button)
13525 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13526 (speedbar-do-function-pointer): Declare.
13527 (rmail-speedbar-button, rmail-speedbar-find-file)
13528 (rmail-speedbar-move-message):
13529 Use dframe-with-attached-buffer rather than speedbar- alias.
13530 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13531 (dframe-message, speedbar-make-specialized-keymap)
13532 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13533 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13534 (speedbar-insert-button, dframe-select-attached-frame)
13535 (dframe-maybee-jump-to-attached-frame)
13536 (speedbar-change-initial-expansion-list)
13537 (speedbar-previously-used-expansion-list-name): Declare.
13538 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13539 Use dframe-message, dframe-with-attached-buffer rather than
13540 speedbar- aliases.
13541 (gud-sentinel): Silence compiler.
13542 * progmodes/vhdl-mode.el (speedbar-refresh)
13543 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13544 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13545 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13546 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13547 (speedbar-file-lists, speedbar-make-tag-line)
13548 (speedbar-line-directory, speedbar-goto-this-file)
13549 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13550 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13551 (speedbar-make-button, speedbar-reset-scanners)
13552 (speedbar-files-item-info, speedbar-line-text)
13553 (speedbar-find-file-in-frame, speedbar-set-timer)
13554 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13555 (speedbar-with-writable): Do not (re)define it.
13556 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13557 rather than speedbar- alias.
13558
13559 2013-05-21 Leo Liu <sdl.web@gmail.com>
13560
13561 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13562 menu items.
13563 (octave-mode): Tweak fill-nobreak-predicate.
13564 (inferior-octave-startup): Check process to avoid infinite loop.
13565 (inferior-octave): Pop to buffer first to show abornmal process
13566 exit information.
13567
13568 2013-05-21 Glenn Morris <rgm@gnu.org>
13569
13570 * printing.el (pr-menu-bar): Define when compiling.
13571
13572 2013-05-21 Leo Liu <sdl.web@gmail.com>
13573
13574 * progmodes/octave.el (octave-auto-fill): Remove.
13575 (octave-indent-new-comment-line): Improve.
13576 (octave-mode): Use auto fill mode through
13577 comment-line-break-function and fill-nobreak-predicate.
13578 (octave-goto-function-definition): Support DEFUN_DLD.
13579 (octave-beginning-of-defun): Small tweak.
13580 (octave-help): Show parent directory.
13581
13582 2013-05-21 Glenn Morris <rgm@gnu.org>
13583
13584 * files.el (dired-unmark):
13585 * progmodes/gud.el (gdb-input): Update declarations.
13586
13587 * calculator.el (electric, ehelp): No need to load when compiling.
13588 (Electric-command-loop, electric-describe-mode): Declare.
13589
13590 * doc-view.el (doc-view-current-converter-processes): Move before use.
13591
13592 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13593 Move MODE-set-explicitly definition before use.
13594
13595 * international/mule-diag.el (mule-diag):
13596 Don't use obsolete window-system-version.
13597
13598 * mail/feedmail.el (smtpmail): No need to load when compiling.
13599 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13600
13601 * mail/mail-utils.el (rfc822): No need to load when compiling.
13602 (rfc822-addresses): Autoload it.
13603 (mail-strip-quoted-names): Trivial simplification.
13604
13605 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13606 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13607
13608 * net/snmp-mode.el (tempo): Don't duplicate requires.
13609
13610 * progmodes/prolog.el (info): No need to load when compiling.
13611 (comint): Require before shell requires it.
13612 (Info-goto-node): Autoload it.
13613 (Info-follow-nearest-node): Declare.
13614 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13615
13616 * textmodes/artist.el (picture-mode-exit): Declare.
13617
13618 * textmodes/reftex-parse.el (reftex-parse-from-file):
13619 Trivial rewrite so the compiler can parse it better.
13620
13621 2013-05-20 Leo Liu <sdl.web@gmail.com>
13622
13623 * progmodes/octave.el (octave-help-mode-map)
13624 (octave-help-mode-finish-hook): New variables.
13625 (octave-help-mode, octave-help-mode-finish): New functions.
13626 (octave-help): Use octave-help-mode.
13627
13628 2013-05-20 Glenn Morris <rgm@gnu.org>
13629
13630 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13631
13632 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13633
13634 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13635 start at point, so that expansion starting right after opening
13636 slash in a regexp is recognized.
13637 (ruby-syntax-before-regexp-re): New defvar, extracted from
13638 ruby-syntax-propertize-function. Since the value of this regexp
13639 is looked up at runtime now, we should be able to turn
13640 `ruby-syntax-methods-before-regexp' into a defcustom later.
13641 (ruby-syntax-propertize-function): Split regexp matching into two
13642 parts, for opening and closing slashes. That allows us to skip
13643 over string interpolations and support multiline regexps.
13644 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13645 for them, which calls `ruby-syntax-propertize-expansion'.
13646 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13647 call to `ruby-syntax-propertize-function'.
13648 (ruby-syntax-propertize-expansion): Extracted from
13649 `ruby-syntax-propertize-expansions'. Handles one expansion.
13650 (ruby-syntax-propertize-percent-literal): Leave point right after
13651 the percent symbol, so that the expression expansion rule can
13652 propertize the contents.
13653 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13654 heredoc openers.
13655 (ruby-syntax-propertize-expansions): Remove.
13656
13657 2013-05-18 Juri Linkov <juri@jurta.org>
13658
13659 * man.el (Man-default-man-entry): Remove `-' from the end
13660 of the default value. (Bug#14400)
13661
13662 2013-05-18 Glenn Morris <rgm@gnu.org>
13663
13664 * comint.el (comint-password-prompt-regexp):
13665 Allow "password for XXX" where XXX contains colons (eg https://...).
13666
13667 2013-05-18 Leo Liu <sdl.web@gmail.com>
13668
13669 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13670 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13671 (octave-source-directories): Don't check process.
13672 (octave-source-directories, octave-find-definition): Doc fix.
13673
13674 2013-05-18 Glenn Morris <rgm@gnu.org>
13675
13676 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13677 Remove backspace/delete bindings. (Bug#14392)
13678
13679 * cus-dep.el (custom-make-dependencies): Sort the output.
13680 (custom-versions-load-alist): Convert comment to doc.
13681
13682 2013-05-17 Leo Liu <sdl.web@gmail.com>
13683
13684 * newcomment.el (comment-search-backward): Stricter in finding
13685 comment start. (Bug#14303)
13686
13687 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13688 (octave-comment-start-skip): Properly anchored.
13689
13690 2013-05-17 Leo Liu <sdl.web@gmail.com>
13691
13692 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13693 Clean up when turned off. (Bug#14395)
13694 (smie--highlight-matching-block-overlay): No longer buffer-local.
13695 (smie-highlight-matching-block): Adjust.
13696
13697 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13698
13699 Doc string fix for "nanoseconds" (Bug#14406).
13700 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13701 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13702
13703 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13704
13705 * calc/calc-units.el (math-extract-units): Preserve powers
13706 of units.
13707
13708 2013-05-17 Leo Liu <sdl.web@gmail.com>
13709
13710 * subr.el (delete-consecutive-dups): New function.
13711 * ido.el (ido-set-matches-1): Use it.
13712 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13713 * ido.el (ido-remove-consecutive-dups): Remove.
13714
13715 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13716
13717 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13718 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13719 regexp-opt's `words'.
13720
13721 2013-05-16 Leo Liu <sdl.web@gmail.com>
13722
13723 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13724 (smie--highlight-matching-block-overlay)
13725 (smie--highlight-matching-block-lastpos)
13726 (smie--highlight-matching-block-timer): New variables.
13727 (smie-highlight-matching-block): New function.
13728 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13729 (smie-setup): Conditionally enable smie-blink-matching-open.
13730
13731 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13732
13733 Sync with upstream verilog-mode r840.
13734 * progmodes/verilog-mode.el (verilog-mode-version)
13735 (verilog-mode-release-date): Update.
13736 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13737 (verilog-sig-tieoff): Fix string error on
13738 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13739 (verilog-read-decls): Fix parameters confusing
13740 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13741
13742 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13743
13744 * subr.el (reveal-filename): New function.
13745
13746 * loadup.el: Compute Emacs executable versions on MS-Windows,
13747 where executables have the .exe extension. Add a hard link
13748 emacs-XX.YY.ZZ.exe on MS-Windows.
13749
13750 * Makefile.in (XARGS_LIMIT): New variable.
13751 (custom-deps, finder-data, autoloads)
13752 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13753 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13754 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13755 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13756
13757 2013-05-16 Leo Liu <sdl.web@gmail.com>
13758
13759 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13760 (octave-mode-menu, octave-mode-map): Remove its uses.
13761
13762 2013-05-16 Reto Zimmermann <reto@gnu.org>
13763
13764 Sync with upstream vhdl mode v3.34.2.
13765 * progmodes/vhdl-mode.el: Use `push' throughout.
13766 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13767 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13768 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13769 (vhdl-actual-generic-name): New option to derive actual generic name.
13770 (vhdl-port-paste-signals): Replace formal by actual generics.
13771 (vhdl-beautify): New name for old group vhdl-align. Update users.
13772 (vhdl-beautify-options): New option.
13773 (vhdl-last-input-event): New compat alias. Use throughout.
13774 (vhdl-goto-line): Replace user level function `goto-line'.
13775 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13776 vhdl-fix-statement-buffer.
13777 (vhdl-create-mode-menu): Add some entries.
13778 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13779 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13780 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13781 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13782 to force statements on one line.
13783 (vhdl-remove-trailing-spaces-region):
13784 New, split from vhdl-remove-trailing-spaces.
13785 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13786 Respect vhdl-beautify-options.
13787 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13788 (vhdl-update-sensitivity-list): Not add with index if exists without.
13789 Not include array index with signal. Ignore keywords in comments.
13790 (vhdl-get-visible-signals): Regexp tweaks.
13791 (vhdl-template-component-inst): Handle empty library.
13792 (vhdl-template-type): Add template for 'enum' type.
13793 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13794 Use vhdl-replace-string.
13795 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13796 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13797 (vhdl-speedbar-initialize): Update for above name change.
13798 (vhdl-compose-wire-components): Fix in handling of constants.
13799 (vhdl-error-regexp-emacs-alist): New variable.
13800 (vhdl-error-regexp-add-emacs): New function;
13801 adds support for new compile.el (Emacs 22+)
13802 (vhdl-generate-makefile-1): Change target order for single lib. units.
13803 Allow use of absolute file names.
13804
13805 2013-05-16 Leo Liu <sdl.web@gmail.com>
13806
13807 * simple.el (prog-indent-sexp): Indent enclosing defun.
13808
13809 2013-05-15 Glenn Morris <rgm@gnu.org>
13810
13811 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13812 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13813 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13814 (whitespace-highlight): Move to whitespace group.
13815
13816 * comint.el (comint-source):
13817 * pcmpl-linux.el (pcmpl-linux):
13818 * shell.el (shell-faces):
13819 * eshell/esh-opt.el (eshell-opt):
13820 * international/ccl.el (ccl): Remove empty custom groups.
13821
13822 * completion.el (dynamic-completion-mode):
13823 * jit-lock.el (jit-lock-debug-mode):
13824 * minibuffer.el (completion-in-region-mode):
13825 * type-break.el (type-break-mode-line-message-mode)
13826 (type-break-query-mode):
13827 * emulation/tpu-edt.el (tpu-edt-mode):
13828 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13829 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13830 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13831
13832 * term/xterm.el (xterm): Change parent group to terminals.
13833
13834 * master.el (master): Remove empty custom group.
13835 (master-mode): Remove unused :group argument.
13836 * textmodes/refill.el (refill): Remove empty custom group.
13837 (refill-mode): Remove unused :group argument.
13838
13839 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13840
13841 * cus-dep.el: Provide a feature.
13842 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13843 Don't mistakenly ignore files whose basenames match a basename
13844 from preloaded-file-list (eg cedet/ede/simple.el).
13845 Add a fallback method for getting :group.
13846
13847 2013-05-15 Juri Linkov <juri@jurta.org>
13848
13849 * isearch.el (isearch-char-by-name): Rename from
13850 `isearch-insert-char-by-name'. Doc fix.
13851 (isearch-forward): Mention `isearch-char-by-name' in
13852 the docstring. (Bug#13348)
13853
13854 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13855 `exit-minibuffer' instead of
13856 `isearch-nonincremental-exit-minibuffer'.
13857 (isearch-edit-string): Remove mention of
13858 `isearch-nonincremental-exit-minibuffer' from docstring.
13859 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13860 (isearch-forward-exit-minibuffer)
13861 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13862
13863 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13864
13865 * loadup.el: Just use unversioned DOC.
13866
13867 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13868 literals as extending to EOB.
13869 (nxml-last-fontify-end): Remove unused variable.
13870 (nxml-after-change1): Use with-silent-modifications.
13871 (nxml-extend-after-change-region): Simplify.
13872 (nxml-extend-after-change-region1): Remove function.
13873 (nxml-after-change1): Don't adjust for dependent regions.
13874 (nxml-fontify-matcher): Simplify.
13875 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13876 (xmltok-add-dependent): Remove function.
13877 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13878 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13879 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13880 unclosed <[[, <?, comment, and other literals as extending to EOB.
13881 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13882 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13883 Remove functions.
13884 (rng-do-some-validation-1): Don't mark dependent regions.
13885 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13886 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13887 (nxml-clear-dependent-regions): Remove functions.
13888 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13889 (nxml-ensure-scan-up-to-date):
13890 Don't clear&mark dependent regions.
13891
13892 2013-05-15 Leo Liu <sdl.web@gmail.com>
13893
13894 * progmodes/octave.el (octave-goto-function-definition):
13895 Improve and fix callers.
13896
13897 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13900 the setter (bug#14387).
13901
13902 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13903 surrounding group (bug#14402).
13904
13905 2013-05-14 Juri Linkov <juri@jurta.org>
13906
13907 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13908 (Bug#14390)
13909
13910 2013-05-14 Glenn Morris <rgm@gnu.org>
13911
13912 * progmodes/f90.el (f90-imenu-generic-expression):
13913 Fix typo in 2013-05-08 change. (Bug#14402)
13914
13915 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13916
13917 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13918 Remove signals for which replies are never received.
13919
13920 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13921
13922 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13923 (gdb-handler-alist, gdb-handler-number): Remove variables.
13924 (gdb-handler-list): New variable.
13925 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13926 (gdb-pending-handler-p, gdb-handle-reply)
13927 (gdb-remove-all-pending-triggers): New functions.
13928 (gdb-discard-unordered-replies): New defcustom.
13929 (gdb-handler): New defstruct.
13930 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13931 instead of gdb-pending-triggers. Update docstring.
13932 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13933 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13934 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13935 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13936 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13937 (gdb-frame-handler): Pending triggers are now automatically managed.
13938 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13939 Remove argument.
13940 (gdb-input): Automatically handles pending triggers. Update docstring.
13941 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13942 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13943 Update comments.
13944 (gdb-done-or-error): Now use gdb-handle-reply.
13945
13946 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13947
13948 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13949 gdb-debug-log.
13950
13951 2013-05-14 Glenn Morris <rgm@gnu.org>
13952
13953 * subr.el (user-emacs-directory-warning): New option.
13954 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13955
13956 2013-05-14 Leo Liu <sdl.web@gmail.com>
13957
13958 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13959 during redisplay.
13960 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13961 (octave-font-lock-texinfo-comment): Fix invalid search bound
13962 error: wrong side of point.
13963
13964 2013-05-14 Glenn Morris <rgm@gnu.org>
13965
13966 * progmodes/flymake.el (flymake-xml-program): New option.
13967 (flymake-xml-init): Use it.
13968
13969 * term/xterm.el: Provide a feature.
13970
13971 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13972
13973 2013-05-13 Glenn Morris <rgm@gnu.org>
13974
13975 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13976 Add compat aliases as a hack workaround. (Bug#14384)
13977
13978 2013-05-13 Leo Liu <sdl.web@gmail.com>
13979
13980 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13981 ###, and %!.
13982 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13983 C-M-q.
13984 (octave-comment-start-skip): Include %!.
13985 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13986
13987 2013-05-12 Leo Liu <sdl.web@gmail.com>
13988
13989 * progmodes/octave.el (inferior-octave-startup): Store the value
13990 of __octave_srcdir__ for octave-source-directories.
13991 (inferior-octave-check-process): New function refactored out of
13992 inferior-octave-send-list-and-digest.
13993 (octave-source-directories)
13994 (octave-find-definition-filename-function): New variables.
13995 (octave-source-directories)
13996 (octave-find-definition-default-filename): New functions.
13997 (octave-find-definition): Improve to find functions implemented in C++.
13998
13999 2013-05-12 Glenn Morris <rgm@gnu.org>
14000
14001 * calendar/diary-lib.el (diary-outlook-format-1):
14002 Don't include dayname in the output. (Bug#14349)
14003
14004 2013-05-11 Glenn Morris <rgm@gnu.org>
14005
14006 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14007
14008 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14009 Treat cc-provide like provide.
14010
14011 2013-05-11 Kevin Ryde <user42@zip.com.au>
14012
14013 * cus-dep.el (custom-make-dependencies):
14014 Use generated-autoload-load-name for the sake of files such
14015 such cedet/semantic/bovine/c.el, where the base file name
14016 is not in load-path. (Bug#5277)
14017
14018 2013-05-11 Glenn Morris <rgm@gnu.org>
14019
14020 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14021 Provide features.
14022
14023 2013-05-11 Leo Liu <sdl.web@gmail.com>
14024
14025 * progmodes/octave.el (octave-indent-comment): Improve.
14026 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14027 (octave-eldoc-function-signatures, octave-eldoc-function):
14028 New functions.
14029 (octave-mode, inferior-octave-mode): Add eldoc support.
14030
14031 2013-05-11 Richard Stallman <rms@gnu.org>
14032
14033 * epa.el (epa-decrypt-file): Take output file name as argument
14034 and read it using `interactive'.
14035
14036 2013-05-11 Leo Liu <sdl.web@gmail.com>
14037
14038 * progmodes/octave.el (octave-beginning-of-line)
14039 (octave-end-of-line): Check before using up-list because it jumps
14040 out of more syntactic contructs since moving to smie.
14041 (octave-indent-comment): New function.
14042 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14043 (octave-begin-keywords, octave-end-keywords)
14044 (octave-reserved-words, octave-smie-bnf-table)
14045 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14046
14047 2013-05-11 Glenn Morris <rgm@gnu.org>
14048
14049 * faces.el (internal-face-x-get-resource):
14050 * frame.el (ns-display-monitor-attributes-list):
14051 * calc/calc-aent.el (math-to-radians-2):
14052 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14053 Fix declarations.
14054
14055 * calc/calc-menu.el: Make it loadable in isolation.
14056
14057 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14058 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14059 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14060 (eudc-bbdb-query-internal): Require 'bbdb.
14061
14062 * lpr.el (lpr-headers-switches):
14063 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14064
14065 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14066
14067 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14068
14069 * term.el (term-set-escape-char): Make it idempotent.
14070
14071 2013-05-10 Leo Liu <sdl.web@gmail.com>
14072
14073 * progmodes/octave.el (inferior-octave-completion-table):
14074 No longer a function and all uses changed. Use cache to speed up
14075 completion due to bug#11906.
14076 (octave-beginning-of-defun): Re-write to be more general.
14077
14078 2013-05-10 Glenn Morris <rgm@gnu.org>
14079
14080 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14081
14082 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14083
14084 * comint.el (comint-redirect-send-command-to-process): Use :around
14085 rather than :override for comint-redirect-filter.
14086 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14087 Call it instead of comint-redirect-original-filter-function (which
14088 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14089
14090 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14091
14092 * frame.el (display-monitor-attributes-list): Add NS case.
14093 (ns-display-monitor-attributes-list): Declare.
14094
14095 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14096
14097 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14098
14099 2013-05-09 Glenn Morris <rgm@gnu.org>
14100
14101 * international/fontset.el (vertical-centering-font-regexp):
14102 Set standard-value.
14103
14104 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14105
14106 * bookmark.el (bookmark-search-delay):
14107 * cus-start.el (vertical-centering-font-regexp):
14108 * ps-mule.el (ps-mule-font-info-database-default):
14109 * ps-print.el (ps-default-fg, ps-default-bg):
14110 * type-break.el (type-break-good-break-interval):
14111 * whitespace.el (whitespace-indentation-regexp)
14112 (whitespace-space-after-tab-regexp):
14113 * emacs-lisp/testcover.el (testcover-1value-functions)
14114 (testcover-noreturn-functions, testcover-progn-functions)
14115 (testcover-prog1-functions):
14116 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14117 * eshell/em-glob.el (eshell-glob-translate-alist):
14118 * play/tetris.el (tetris-tty-colors):
14119 * progmodes/cpp.el (cpp-face-default-list):
14120 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14121 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14122 (idlwave-help-browser-generic-args):
14123 * progmodes/make-mode.el (makefile-special-targets-list):
14124 * progmodes/python.el (python-shell-virtualenv-path):
14125 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14126 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14127 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14128 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14129 * textmodes/reftex-vars.el (reftex-format-label-function):
14130 * textmodes/remember.el (remember-diary-file): Fix custom types.
14131
14132 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14133 Add :version.
14134
14135 2013-05-09 Leo Liu <sdl.web@gmail.com>
14136
14137 * progmodes/octave.el (inferior-octave-completion-at-point):
14138 Restore file completion. (Bug#14300)
14139 (inferior-octave-startup): Fix incorrect highlighting for the
14140 first prompt.
14141
14142 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * progmodes/ruby-mode.el: First cut at SMIE support.
14145 (ruby-use-smie): New var.
14146 (ruby-smie-grammar): New constant.
14147 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14148 (ruby-smie--forward-token, ruby-smie--backward-token)
14149 (ruby-smie-rules): New functions.
14150 (ruby-mode-variables): Setup SMIE if applicable.
14151
14152 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14153
14154 * simple.el (line-move-visual): Signal beginning/end of buffer
14155 only if vertical-motion moved less than it was requested. Avoids
14156 silly incorrect error messages when there are display strings with
14157 multiple newlines at EOL.
14158
14159 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14160
14161 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14162 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14163 (prolog-char-quote-workaround):
14164 * progmodes/cperl-mode.el (cperl-under-as-char):
14165 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14166 Mark as obsolete.
14167 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14168 their declaration.
14169 (vhdl-mode-syntax-table-init): Remove.
14170
14171 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14172 last change.
14173
14174 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14175 syntax for "_".
14176 (ld-script-font-lock-keywords):
14177 Change regexps to use things like \_< and \_>.
14178
14179 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14180 Change all regexps to use things like \_< and \_>.
14181
14182 * progmodes/autoconf.el (autoconf-definition-regexp)
14183 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14184 Handle a _ with symbol syntax.
14185 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14186
14187 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14188 Consolidate declaration.
14189 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14190 the declaration.
14191 (ada-create-syntax-table): Remove.
14192 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14193 already has the right syntax nowadays.
14194 (ada-goto-next-word): Don't change the syntax of "_".
14195
14196 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14197 with-wrapper-hook.
14198
14199 2013-05-08 Sam Steingold <sds@gnu.org>
14200
14201 * thingatpt.el (thing-at-point): Accept optional second argument
14202 NO-PROPERTIES to strip the text properties from the return value.
14203 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14204 to `thing-at-point' instead of stripping the properties ourselves.
14205 Also, when `thing-at-point' fails to find a url, prepend "http://"
14206 to the filename at point on the assumption that the user is
14207 pointing at something like gnu.org/gnu.
14208
14209 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14210
14211 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14212 * faces.el (crm-separator):
14213 Silence byte-compiler.
14214
14215 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14216 (tool-bar-map): Remove unneeded defvars.
14217
14218 2013-05-08 Leo Liu <sdl.web@gmail.com>
14219
14220 Re-work a fix for bug#10994 based on Le Wang's patch.
14221 * ido.el (ido-remove-consecutive-dups): New helper.
14222 (ido-completing-read): Use it.
14223 (ido-chop): Revert fix for bug#10994.
14224
14225 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14226
14227 * cus-edit.el (custom-save-variables):
14228 Pretty-print long values. (Bug#14187)
14229
14230 2013-05-08 Glenn Morris <rgm@gnu.org>
14231
14232 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14233 (m4-mode-syntax-table): Init in the defvar.
14234 (m4-mode-abbrev-table): Let define-derived-mode define it.
14235
14236 2013-05-08 Tom Tromey <tromey@redhat.com>
14237
14238 * progmodes/m4-mode.el (m4-mode-syntax-table):
14239 Do not treat "_" as word constituent. (Bug#14167)
14240
14241 2013-05-07 Glenn Morris <rgm@gnu.org>
14242
14243 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14244 Remove explicit eshell-isearch-cancel-map.
14245
14246 * progmodes/f90.el (f90-smart-end-names): New option.
14247 (f90-smart-end): Doc fix.
14248 (f90-end-block-optional-name): New constant.
14249 (f90-block-match): Respect f90-smart-end-names.
14250
14251 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14252
14253 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14254 about implicit semi-colons (bug#14218).
14255
14256 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14257
14258 * frame.el (display-monitor-attributes-list)
14259 (frame-monitor-attributes): New functions.
14260
14261 2013-05-06 Leo Liu <sdl.web@gmail.com>
14262
14263 * progmodes/octave.el (octave-syntax-propertize-function): Change
14264 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14265 (octave-font-lock-keywords): Use octave-operator-regexp.
14266 (octave-completion-at-point): Rename from
14267 octave-completion-at-point-function.
14268 (inferior-octave-directory-tracker): Robustify.
14269 (octave-text-functions): Remove and fix its uses. No such things
14270 any more.
14271
14272 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * emacs-lisp/trace.el (trace--display-buffer): New function.
14275 (trace-make-advice): Use it.
14276
14277 2013-05-06 Juri Linkov <juri@jurta.org>
14278
14279 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14280 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14281 Doc fix.
14282 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14283 in the help string. (Bug#12985)
14284
14285 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14286
14287 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14288
14289 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * progmodes/perl-mode.el: Add support for here documents.
14292 (perl-syntax-propertize-function): Match here-doc markers.
14293 (perl-syntax-propertize-special-constructs): Find their end.
14294 (perl-imenu-generic-expression): Use [:alnum:].
14295
14296 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14297 (advice--add-function): Refresh the advice if already present
14298 (bug#14317).
14299
14300 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
14301
14302 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
14303
14304 2013-05-06 Glenn Morris <rgm@gnu.org>
14305
14306 * w32-fns.el (w32-charset-info-alist): Declare.
14307
14308 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14309 of its defcustom properties.
14310 (eshell-cmpl-initialize): No need to load pcomplete.
14311
14312 * generic-x.el: No need to require comint when compiling.
14313
14314 * net/eudc-export.el: Make it loadable without bbdb.
14315 (top-level): Use require rather than load-library.
14316 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14317 (eudc-batch-export-records-to-bbdb)
14318 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14319 Require bbdb.
14320
14321 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14322
14323 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14324 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14325 some tweaks, instead.
14326
14327 2013-05-05 Leo Liu <sdl.web@gmail.com>
14328
14329 * progmodes/octave.el (octave-font-lock-keywords)
14330 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14331 (inferior-octave-send-list-and-digest): Improve error message.
14332 (octave-mode, inferior-octave-mode): Use setq-local.
14333 (octave-help): Set info-lookup-mode.
14334
14335 2013-05-05 Richard Stallman <rms@gnu.org>
14336
14337 * vc/compare-w.el (compare-windows-whitespace):
14338 Treat no-break space as whitespace.
14339
14340 * mail/rmailsum.el (rmail-summary-rmail-update):
14341 Detect empty summary and don't change selected message.
14342 (rmail-summary-goto-msg): Likewise.
14343
14344 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14345 Doc fixes, rename args.
14346
14347 2013-05-05 Alan Mackenzie <acm@muc.de>
14348
14349 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14350
14351 2013-05-05 Juri Linkov <juri@jurta.org>
14352
14353 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14354 to not add the length of the summary segment to the return value.
14355 (Bug#14125)
14356
14357 2013-05-05 Leo Liu <sdl.web@gmail.com>
14358
14359 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14360 (inferior-octave-output-filter): Remove.
14361 (octave-send-region, inferior-octave-startup): Fix callers.
14362 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14363 (octave-binary-file-extensions): New user variable.
14364 (octave-find-definition): Confirm if opening binary files.
14365 (octave-help-file): Use octave-find-definition to get the binary
14366 confirmation.
14367 (octave-help): Adjust for octave-help-file change.
14368
14369 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14370
14371 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14372 Merge the two entries that handle function definitions.
14373 (pascal--syntax-propertize): New const.
14374 (pascal-mode): Use it. Use setq-local.
14375
14376 2013-05-04 Glenn Morris <rgm@gnu.org>
14377
14378 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14379 (diary-from-outlook): Respect diary-from-outlook-function.
14380
14381 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14382
14383 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14384 Move the declaration from C.
14385 (read-minibuffer, eval-minibuffer): Move from C.
14386 (completion-setup-function): Avoid minibuffer-completion-contents.
14387
14388 2013-05-03 Leo Liu <sdl.web@gmail.com>
14389
14390 * progmodes/octave.el (octave-font-lock-keywords): Do not
14391 dehighlight 'end' in comments or strings.
14392 (octave-completing-read, octave-goto-function-definition):
14393 New helpers.
14394 (octave-help-buffer): New user variable.
14395 (octave-help-file, octave-help-function): New button types.
14396 (octave-help): New command and bind it to C-h ;.
14397 (octave-find-definition): New command and bind it to M-.
14398 (user-error): Alias to error if not defined.
14399
14400 2013-05-02 Leo Liu <sdl.web@gmail.com>
14401
14402 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14403 for \. (bug#14332)
14404 (octave-font-lock-keywords): Include [ and {.
14405
14406 2013-05-02 Leo Liu <sdl.web@gmail.com>
14407
14408 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14409 (inferior-octave): Remove calling comint-mode and return the buffer.
14410 (inferior-octave-startup): Cosmetic changes.
14411
14412 2013-05-02 Leo Liu <sdl.web@gmail.com>
14413
14414 * progmodes/octave.el (octave-syntax-propertize-function):
14415 Include the case when ' is at line beginning. (Bug#14336)
14416
14417 2013-05-02 Glenn Morris <rgm@gnu.org>
14418
14419 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14420 * desktop.el (vc-dir-mode): Just autoload it here.
14421
14422 2013-05-02 Alan Mackenzie <acm@muc.de>
14423
14424 Eliminate variable c-standard-font-lock-fontify-region-function.
14425 * progmodes/cc-mode.el
14426 (c-standard-font-lock-fontify-region-function): Remove.
14427 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14428
14429 2013-05-01 Leo Liu <sdl.web@gmail.com>
14430
14431 * progmodes/octave.el: Compatible with older emacs-24 releases.
14432 (inferior-octave-has-built-in-variables): Remove. Built-in
14433 variables were removed from Octave in 2007.
14434 (inferior-octave-startup): Fix uses.
14435 (comint-line-beginning-position): Remove compatibility code for
14436 emacs 21.
14437
14438 2013-05-01 Juri Linkov <juri@jurta.org>
14439
14440 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14441
14442 2013-05-01 Juri Linkov <juri@jurta.org>
14443
14444 * comint.el (comint-previous-matching-input): Don't print message
14445 "History item: %d" when `isearch-mode' is active.
14446 (comint-history-isearch-message): Print message "History item: %d"
14447 when `comint-input-ring-index' is not empty and this function is
14448 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14449
14450 2013-05-01 Leo Liu <sdl.web@gmail.com>
14451
14452 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14453 definitions. Use completion-at-point to insert keywords.
14454 (octave-abbrev-start): Remove.
14455 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14456
14457 2013-04-30 Leo Liu <sdl.web@gmail.com>
14458
14459 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14460 change.
14461
14462 2013-04-30 Alan Mackenzie <acm@muc.de>
14463
14464 Handle arbitrarily long C++ member initialisation lists.
14465 * progmodes/cc-engine.el (c-back-over-member-initializers):
14466 new function.
14467 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14468 (most) member init lists.
14469
14470 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14471
14472 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14473 variable.
14474
14475 2013-04-30 Leo Liu <sdl.web@gmail.com>
14476
14477 * progmodes/octave.el (octave-variables): Remove. No builtin
14478 variables any more. All converted to functions.
14479 (octave-font-lock-keywords, octave-completion-at-point-function):
14480 Fix uses.
14481 (octave-font-lock-texinfo-comment): New user variable.
14482 (octave-texinfo-font-lock-keywords): New variable for texinfo
14483 comment block.
14484 (octave-function-comment-block): New face.
14485 (octave-font-lock-texinfo-comment): New function.
14486 (octave-mode): Font lock texinfo comment block.
14487
14488 2013-04-29 Leo Liu <sdl.web@gmail.com>
14489
14490 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14491 indexing expression.
14492 (octave-continuation-string): Do not use \.
14493 (inferior-octave-complete-impossible): Remove.
14494 (inferior-octave-completion-table)
14495 (inferior-octave-completion-at-point): Remove its uses.
14496 (inferior-octave-startup): completion_matches was introduced to
14497 Octave in 1996 so safe to assume it.
14498 (octave-function-file-comment): Improve to follow how Octave does it.
14499 (octave-update-function-file-comment): Tweak.
14500
14501 2013-04-29 Leo Liu <sdl.web@gmail.com>
14502
14503 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14504 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14505 (octave-function-file-comment): Fix typo.
14506 (octave-sync-function-file-names): Use read-char-choice.
14507
14508 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14509
14510 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14511 to t for the less important warnings.
14512
14513 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14514
14515 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14516
14517 2013-04-27 Glenn Morris <rgm@gnu.org>
14518
14519 * vc/log-view.el (log-view-current-entry):
14520 Treat "---" separator lines as part of the following rev. (Bug#14169)
14521
14522 2013-04-27 Juri Linkov <juri@jurta.org>
14523
14524 * subr.el (read-number): Doc fix about using it by interactive
14525 code letter `n'. (Bug#14254)
14526
14527 2013-04-27 Juri Linkov <juri@jurta.org>
14528
14529 * desktop.el (desktop-auto-save-timeout): New option.
14530 (desktop-file-checksum): New variable.
14531 (desktop-save): Add optional arg `auto-save' and don't auto-save
14532 if nothing changed.
14533 (desktop-auto-save-timer): New variable.
14534 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14535 (after-init-hook): Call `desktop-auto-save-set-timer'.
14536 Suggested by Reuben Thomas <rrt@sc3d.org> in
14537 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14538
14539 2013-04-27 Leo Liu <sdl.web@gmail.com>
14540
14541 * progmodes/octave.el (octave-function-file-p)
14542 (octave-skip-comment-forward, octave-function-file-comment)
14543 (octave-update-function-file-comment): New functions.
14544 (octave-mode-map): Bind C-c ; to
14545 octave-update-function-file-comment.
14546 (octave-mode-menu): Add octave-update-function-file-comment.
14547 (octave-mode, inferior-octave-mode): Fix doc-string.
14548 (octave-insert-defun): Conform to Octave's coding convention.
14549 (Bug#14285)
14550
14551 * files.el (basic-save-buffer): Don't let errors in
14552 before-save-hook prevent saving buffer.
14553
14554 2013-04-20 Roland Winkler <winkler@gnu.org>
14555
14556 * faces.el (read-face-name): Use completing-read if arg multiple
14557 is nil.
14558
14559 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14560
14561 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14562 displayed, move point to after the totals line.
14563 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14564 for the details.
14565
14566 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14567
14568 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14569 Add current dir to the load-path.
14570 (package-generate-autoloads): Don't rely on
14571 autoload-ensure-default-file.
14572
14573 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14574
14575 * textmodes/remember.el (remember-store-in-files): Document that
14576 the file name format is passed to `format-time-string'.
14577
14578 2013-04-26 Leo Liu <sdl.web@gmail.com>
14579
14580 * progmodes/octave.el (octave-sync-function-file-names): New function.
14581 (octave-mode): Use it in before-save-hook.
14582
14583 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14586 (bug#14274).
14587
14588 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14589 \n and comment, even if it's not an implicit ; (bug#14218).
14590
14591 2013-04-26 Glenn Morris <rgm@gnu.org>
14592
14593 * subr.el (read-number): Once more use `read' rather than
14594 `string-to-number', to trap non-numeric input. (Bug#14254)
14595
14596 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14597
14598 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14599 Use `syntax-multiline' text property consistently instead of
14600 `font-lock-multiline'. (Bug#14237)
14601
14602 2013-04-26 Glenn Morris <rgm@gnu.org>
14603
14604 * emacs-lisp/shadow.el (list-load-path-shadows):
14605 No longer necessary to check for duplicate simple.el, since
14606 2012-07-07 change to init_lread to not include installation lisp
14607 directories in load-path when running uninstalled. (Bug#14270)
14608
14609 2013-04-26 Leo Liu <sdl.web@gmail.com>
14610
14611 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14612 (octave-mode, inferior-octave-mode): Use setq-local.
14613 (octave-not-in-string-or-comment-p): Rename to
14614 octave-in-string-or-comment-p.
14615 (octave-in-comment-p, octave-in-string-p)
14616 (octave-in-string-or-comment-p): Replace defsubst with defun.
14617
14618 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14619
14620 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14621
14622 2013-04-25 Bastien Guerry <bzg@gnu.org>
14623
14624 * textmodes/remember.el (remember-data-directory)
14625 (remember-directory-file-name-format): Fix custom types.
14626
14627 2013-04-25 Leo Liu <sdl.web@gmail.com>
14628
14629 * progmodes/octave.el (octave-completion-at-point-function):
14630 Make use of inferior octave process.
14631 (octave-initialize-completions): Remove.
14632 (inferior-octave-completion-table): New function.
14633 (inferior-octave-completion-at-point): Use it.
14634 (octave-completion-alist): Remove.
14635
14636 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14639 (opascal-mode-syntax-table): New var.
14640 (opascal-literal-kind, opascal-is-literal-end)
14641 (opascal-literal-token-at): Rewrite.
14642 (opascal--literal-start-re, opascal-font-lock-keywords)
14643 (opascal--syntax-propertize): New constants.
14644 (opascal-font-lock-defaults): Adjust.
14645 (opascal-mode): Use them. Set comment-<foo> variables as well.
14646 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14647 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14648 (delphi-other-face, opascal-other-face): Remove face variables.
14649 (opascal-save-state): Remove macro.
14650 (opascal-fontifying-progress-step): Remove constant.
14651 (opascal--ignore-changes): Remove var.
14652 (opascal-set-token-property, opascal-parse-next-literal)
14653 (opascal-is-stable-literal, opascal-complete-literal)
14654 (opascal-is-literal-start, opascal-face-of)
14655 (opascal-parse-region, opascal-parse-region-until-stable)
14656 (opascal-fontify-region, opascal-after-change)
14657 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14658 (opascal-debug-parse-region, opascal-debug-parse-window)
14659 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14660 (opascal-debug-fontify-buffer): Remove.
14661 (opascal-debug-mode-map): Adjust accordingly.
14662
14663 2013-04-25 Leo Liu <sdl.web@gmail.com>
14664
14665 Merge octave-mod.el and octave-inf.el into octave.el with some
14666 cleanups.
14667 * progmodes/octave.el: New file renamed from octave-mod.el.
14668 * progmodes/octave-inf.el: Merged into octave.el.
14669 * progmodes/octave-mod.el: Renamed to octave.el.
14670
14671 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14672
14673 * textmodes/reftex-vars.el
14674 (reftex-label-ignored-macros-and-environments): New defcustom.
14675
14676 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14677
14678 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14681 (smie-indent-keyword): Improve the check to ensure that the next
14682 comment is really on the same line.
14683 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14684
14685 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14686 semi-colons if the line is not otherwise empty (bug#14218).
14687
14688 2013-04-25 Glenn Morris <rgm@gnu.org>
14689
14690 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14691
14692 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14693
14694 * progmodes/opascal.el (opascal-set-token-property): Rename from
14695 opascal-set-text-properties and only set `token' (bug#14134).
14696 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14697 (opascal-literal-text-properties): Remove.
14698 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14699 Adjust callers.
14700
14701 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14702
14703 * textmodes/remember.el (remember-handler-functions): Add an
14704 option for a new handler `remember-store-in-files'.
14705 (remember-data-directory, remember-directory-file-name-format):
14706 New options.
14707 (remember-store-in-files): New function to store remember notes
14708 as separate files within a directory.
14709
14710 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14711
14712 * progmodes/compile.el (compilation-next-error-function):
14713 Pass "formats" to compilation-find-file (bug#11777).
14714
14715 2013-04-24 Glenn Morris <rgm@gnu.org>
14716
14717 * vc/vc-bzr.el (vc-bzr-print-log):
14718 * vc/vc-hg.el (vc-hg-print-log):
14719 * vc/vc-svn.el (vc-svn-print-log):
14720 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14721
14722 * vc/vc-bzr.el (vc-bzr-print-log):
14723 * vc/vc-cvs.el (vc-cvs-print-log):
14724 * vc/vc-git.el (vc-git-print-log):
14725 * vc/vc-hg.el (vc-hg-print-log):
14726 * vc/vc-mtn.el (vc-mtn-print-log):
14727 * vc/vc-rcs.el (vc-rcs-print-log):
14728 * vc/vc-sccs.el (vc-sccs-print-log):
14729 * vc/vc-svn.el (vc-svn-print-log):
14730 * vc/vc.el (vc-print-log-internal): Doc fixes.
14731
14732 2013-04-23 Glenn Morris <rgm@gnu.org>
14733
14734 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14735 Remove venerable code attempting to avoid substitute-command-keys.
14736
14737 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14738
14739 * textmodes/reftex-vars.el (reftex-label-regexps):
14740 Call `reftex-compile-variables' after changes to this variable.
14741
14742 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14743
14744 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14745 Use lexical-binding.
14746 (jit-lock-force-redisplay): Use markers, check buffer's continued
14747 existence and beware narrowed buffers.
14748 (jit-lock-fontify-now): Adjust call accordingly.
14749
14750 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14751
14752 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14753 to avoid misleading the user.
14754
14755 2013-04-22 Leo Liu <sdl.web@gmail.com>
14756
14757 * info-look.el: Prefer latex2e.info. (Bug#14240)
14758
14759 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14760
14761 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14762
14763 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14764 * net/tramp.el (tramp-call-process): ... here.
14765 (tramp-set-completion-function, tramp-parse-putty):
14766 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14767 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14768 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14769 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14770 (tramp-call-local-coding-command): Use `tramp-call-process'
14771 instead of `tramp-compat-call-process'.
14772
14773 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14774 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14775 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14776 (tramp-find-inline-compress): Improve traces.
14777 (tramp-maybe-send-script): Check for Perl binary.
14778 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14779
14780 2013-04-22 Daiki Ueno <ueno@gnu.org>
14781
14782 * epg.el (epg-context-pinentry-mode): New function.
14783 (epg-context-set-pinentry-mode): New function.
14784 (epg--start): Pass --pinentry-mode option to gpg command.
14785
14786 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14787
14788 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14789 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14790 `completion-at-point'. (Bug#13774)
14791
14792 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14793 default key binding for `describe-distribution' has been moved to
14794 `C-h C-o'. (Bug#13970)
14795
14796 2013-04-21 Glenn Morris <rgm@gnu.org>
14797
14798 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14799 Add doc strings.
14800 (vc-print-log): Clarify interactive prompt.
14801
14802 2013-04-20 Glenn Morris <rgm@gnu.org>
14803
14804 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14805 No longer include timestamp etc information.
14806
14807 2013-04-20 Roland Winkler <winkler@gnu.org>
14808
14809 * faces.el (read-face-name): Bug fix, return just one face if arg
14810 multiple is nil. (Bug#14209)
14811
14812 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14813
14814 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14815 (remove-function): Autoload.
14816
14817 * comint.el (comint-redirect-original-filter-function): Remove.
14818 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14819 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14820 (vc-cvs-annotate-command):
14821 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14822 * progmodes/prolog.el (prolog-consult-compile):
14823 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14824 Use add/remove-function instead.
14825 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14826 (gud-tooltip-process-output, gud-tooltip-tips):
14827 Use add/remove-function instead.
14828 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14829 (scheme-interaction-mode, exit-scheme-interaction-mode):
14830 Use add/remove-function instead.
14831
14832 * vc/vc-dispatcher.el: Use lexical-binding.
14833 (vc--process-sentinel): Rename from vc-process-sentinel.
14834 Change last arg to be the code to run. Don't use vc-previous-sentinel
14835 and vc-sentinel-commands any more.
14836 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14837 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14838
14839 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14840
14841 * progmodes/sh-script.el (sh-imenu-generic-expression):
14842 Handle function names with a single character. (Bug#14111)
14843
14844 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14845
14846 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14847 for subroutines defined in an eval (bug#14182).
14848
14849 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14850
14851 * bookmark.el (bookmark-completing-read): Improve handling of empty
14852 string (bug#14176).
14853
14854 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14857
14858 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14859
14860 New faster Imenu implementation (bug#14058).
14861 * progmodes/python.el (python-imenu-prev-index-position)
14862 (python-imenu-format-item-label-function)
14863 (python-imenu-format-parent-item-label-function)
14864 (python-imenu-format-parent-item-jump-label-function):
14865 New vars.
14866 (python-imenu-format-item-label)
14867 (python-imenu-format-parent-item-label)
14868 (python-imenu-format-parent-item-jump-label)
14869 (python-imenu--put-parent, python-imenu--build-tree)
14870 (python-imenu-create-index, python-imenu-create-flat-index)
14871 (python-util-popn): New functions.
14872 (python-mode): Set imenu-create-index-function to
14873 python-imenu-create-index.
14874
14875 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14876
14877 * winner.el (winner-active-region): Use region-active-p, activate-mark
14878 and deactivate-mark (bug#14225).
14879
14880 * simple.el (deactivate-mark): Don't inline it.
14881
14882 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14883
14884 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14885
14886 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14887
14888 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14889 file extensions from the archive-mode entry in order to prefer
14890 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14891
14892 2013-04-18 Leo Liu <sdl.web@gmail.com>
14893
14894 * bindings.el (help-event-list): Add ?\?.
14895
14896 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14897
14898 * subr.el (with-wrapper-hook): Declare obsolete.
14899 * simple.el (filter-buffer-substring-function): New hook.
14900 (filter-buffer-substring): Use it.
14901 (filter-buffer-substring-functions): Mark obsolete.
14902 * minibuffer.el (completion-in-region-function): New hook.
14903 (completion-in-region): Use it.
14904 (completion-in-region-functions): Mark obsolete.
14905 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14906 * abbrev.el (abbrev-expand-function): New hook.
14907 (expand-abbrev): Use it.
14908 (abbrev-expand-functions): Mark obsolete.
14909 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14910 and :filter-return.
14911
14912 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14913
14914 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14915 and do not care about match data.
14916
14917 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14918
14919 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14920 completion tables when completing error conditions and
14921 `declare' arguments.
14922 (lisp-complete-symbol, field-complete): Mark as obsolete.
14923 (check-parens): Unmatched parens are user errors.
14924 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14925
14926 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14927
14928 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14929 command changed buffer (ie. `flyspell-pre-buffer' is not current
14930 buffer), which prevents making decisions based on invalid value of
14931 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14932 cause an error when `flyspell-pre-point' was nil after switching
14933 buffers.
14934 (flyspell-post-command-hook): No longer needs to change buffers when
14935 checking pre-word. While at it remove unnecessary progn.
14936
14937 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14938
14939 * textmodes/ispell.el (ispell-add-per-file-word-list):
14940 Fix `flyspell-correct-word-before-point' error when accepting
14941 words and `coment-padding' is an integer by using
14942 `comment-normalize-vars' (Bug #14214).
14943
14944 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14945
14946 New defun movement commands.
14947 * progmodes/python.el (python-nav--syntactically)
14948 (python-nav--forward-defun, python-nav-backward-defun)
14949 (python-nav-forward-defun): New functions.
14950
14951 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14952
14953 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14954 (python-syntax-context): Use named compiler-macro for backwards
14955 compatibility with Emacs 24.x.
14956
14957 2013-04-17 Leo Liu <sdl.web@gmail.com>
14958
14959 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14960 octave-hide-process-buffer.
14961
14962 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14963
14964 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14965 (bug#14216).
14966
14967 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14968
14969 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14970 Fix adjustment of offset when receiving incomplete responses from GDB
14971 (bug#14129).
14972
14973 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14974
14975 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14976 python-mode-abbrev-table.
14977 (python-skeleton-define): Adjust accordingly.
14978 (python-mode-abbrev-table): New table that inherits from it so that
14979 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14980
14981 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14982 (abbrev-symbol): Use it.
14983 (abbrev--before-point): Use it since we already handle inheritance.
14984
14985 2013-04-16 Leo Liu <sdl.web@gmail.com>
14986
14987 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14988 binding to info-lookup-symbol.
14989
14990 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14991
14992 * minibuffer.el (completion--twq-all):
14993 * term/ns-win.el (ns-initialize-window-system):
14994 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14995
14996 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14999 global bindings.
15000
15001 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15002
15003 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15004
15005 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15006 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15007 to nil.
15008 (ruby-end-of-defun): Remove the unused arg, change the docstring
15009 to reflect that this function is only used as the value of
15010 `end-of-defun-function'.
15011 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15012 to reflect an earlier change that beginning/end-of-defun functions
15013 jump between methods in a class definition, as well as top-level
15014 functions.
15015
15016 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15017
15018 * minibuffer.el (minibuffer-complete): Don't just scroll
15019 a *Completions* that's been iconified.
15020 (minibuffer-force-complete): Make sure repetitions do cycle when going
15021 through completion-in-region -> minibuffer-complete.
15022
15023 2013-04-15 Alan Mackenzie <acm@muc.de>
15024
15025 Correct the placement of c-cpp-delimiters when there're #s not at
15026 col 0.
15027
15028 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15029 place a submatch around the #.
15030 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15031 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15032 on the #, not BOL.
15033
15034 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15037 (advice--member-p): New arg `name'.
15038 (advice--add-function, advice-member-p): Use it (bug#14202).
15039
15040 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15041
15042 Reformulate java imenu-generic-expression.
15043 The old expression contained ill formed regexps.
15044
15045 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15046 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15047 (cc-imenu-java-method-arg-regexp): New defconsts.
15048 (cc-imenu-java-build-type-args-regex): New defun.
15049 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15050 handling of spaces in the regexp.
15051
15052 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15053
15054 * textmodes/ispell.el (ispell-command-loop): Remove
15055 flyspell highlight of a word when ispell accepts it (bug #14178).
15056
15057 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15058
15059 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15060 uses code from the previous `ange-ftp-run-real-handler'.
15061 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15062 only in case that function exist. This is needed for proper
15063 unloading of Tramp.
15064
15065 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15066
15067 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15068
15069 * textmodes/reftex.el (reftex-compile-variables): Use it.
15070
15071 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15072
15073 * files.el (normal-mode): Only use default major-mode if no other mode
15074 was specified.
15075
15076 * emacs-lisp/trace.el (trace-values): New function.
15077
15078 * files.el: Allow : in local variables (bug#14089).
15079 (hack-local-variable-regexp): New var.
15080 (hack-local-variables-prop-line, hack-local-variables): Use it.
15081
15082 2013-04-13 Roland Winkler <winkler@gnu.org>
15083
15084 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15085 data before it gets modified by bibtex-beginning-of-entry.
15086
15087 2013-04-13 Roland Winkler <winkler@gnu.org>
15088
15089 * textmodes/bibtex.el (bibtex-url): Doc fix.
15090
15091 2013-04-13 Roland Winkler <winkler@gnu.org>
15092
15093 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15094 does not visit a BibTeX file, exclude it from the list of buffers
15095 returned by bibtex-initialize.
15096
15097 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15098
15099 * window.el (split-window): Remove interactive form, since as a
15100 command this function is a special case of split-window-below.
15101 Correct doc string.
15102
15103 2013-04-12 Roland Winkler <winkler@gnu.org>
15104
15105 * faces.el (read-face-name): Do not override value of arg default.
15106 Allow single faces and strings as default values. Remove those
15107 elements from return value that are not faces.
15108 (describe-face): Simplify.
15109 (face-at-point): New optional args thing and multiple so that this
15110 function can provide the same functionality previously provided by
15111 read-face-name.
15112 (make-face-bold, make-face-unbold, make-face-italic)
15113 (make-face-unitalic, make-face-bold-italic, invert-face)
15114 (modify-face, read-face-and-attribute): Use face-at-point.
15115
15116 * cus-edit.el (customize-face, customize-face-other-window)
15117 * cus-theme.el (custom-theme-add-face)
15118 * face-remap.el (buffer-face-set)
15119 * facemenu.el (facemenu-set-face): Use face-at-point.
15120
15121 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15122
15123 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15124
15125 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15126
15127 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15128 off leading { and trailing } from field values.
15129
15130 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15131
15132 * emacs-lisp/timer.el (timer--check): New function.
15133 (timer--time, timer-set-function, timer-event-handler): Use it.
15134 (timer-set-idle-time): Simplify.
15135 (timer--activate): CSE.
15136 (timer-event-handler): Give more info in error message.
15137 (internal-timer-start-idle): New function, moved from C.
15138
15139 * mpc.el (mpc-proc): Add `restart' argument.
15140 (mpc-proc-cmd): Use it.
15141 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15142 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15143 less often.
15144
15145 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15146
15147 * progmodes/sh-script.el: Implement `sh-mode' own
15148 `add-log-current-defun-function' (bug#14112).
15149 (sh-current-defun-name): New function.
15150 (sh-mode): Use the function.
15151
15152 2013-04-09 Bastien Guerry <bzg@gnu.org>
15153
15154 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15155
15156 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15159
15160 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15161 timer (bug#14156).
15162
15163 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15164
15165 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15166 declaration.
15167
15168 2013-04-07 Leo Liu <sdl.web@gmail.com>
15169
15170 * pcmpl-x.el: New file.
15171
15172 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15173
15174 Do not set x-display-name until X connection is established.
15175 This is needed to prevent from weird situation described at
15176 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15177 * frame.el (make-frame): Set x-display-name after call to
15178 window system initialization function, not before.
15179 * term/x-win.el (x-initialize-window-system): Add optional
15180 display argument and use it.
15181 * term/w32-win.el (w32-initialize-window-system):
15182 * term/ns-win.el (ns-initialize-window-system):
15183 * term/pc-win.el (msdos-initialize-window-system):
15184 Add compatible optional display argument.
15185
15186 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15187
15188 * files.el (normal-backup-enable-predicate): On MS-Windows and
15189 MS-DOS compare truenames of temporary-file-directory and of the
15190 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15191 don't fail comparison by compare-strings. Also, compare file
15192 names case-insensitively on MS-Windows and MS-DOS.
15193
15194 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15197 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15198
15199 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15200
15201 * whitespace.el (whitespace-color-on, whitespace-color-off):
15202 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15203
15204 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15205
15206 * ispell.el (ispell-set-spellchecker-params):
15207 Really set `ispell-args' for all equivs.
15208
15209 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15210
15211 * ido.el (ido-completions): Use extra elements of ido-decorations
15212 (bug#14143).
15213 (ido-decorations): Update docstring.
15214
15215 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15216
15217 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15218 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15219 nil during initialization, in order not to miss changes since the
15220 file was opened. (Bug#14140)
15221
15222 2013-04-05 Leo Liu <sdl.web@gmail.com>
15223
15224 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15225
15226 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15227
15228 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15229
15230 2013-04-04 Glenn Morris <rgm@gnu.org>
15231
15232 * electric.el (electric-pair-inhibit-predicate): Add :version.
15233
15234 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15237 when a package is required several times (bug#14082).
15238
15239 2013-04-04 Roland Winkler <winkler@gnu.org>
15240
15241 * faces.el (read-face-name): Behave as promised by the docstring.
15242 Assume that arg default is a list of faces.
15243 (describe-face): Call read-face-name with list of default faces.
15244
15245 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15246
15247 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15248 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15249 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15250 the header.
15251 (bookmark-exit-hook-internal): Save even if list is empty.
15252
15253 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15254
15255 * emacs-lisp/package.el (package-pinned-packages): New var.
15256 (package--add-to-archive-contents): Obey it (bug#14118).
15257
15258 2013-04-03 Alan Mackenzie <acm@muc.de>
15259
15260 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15261 Also adapt to the new values of element 7 of a parse state.
15262
15263 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15264 parameter `not-in-delimiter'. Handle being inside comment opener.
15265 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15266 character in case we're typing a '*' after a '/'.
15267 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15268 instead by passing the parameter to c-state-pp-to-literal.
15269
15270 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15271 for elt. 7 of a parse state.
15272
15273 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15274
15275 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15276 * international/latin1-disp.el, international/mule-util.el:
15277 * language/cyril-util.el, language/european.el, language/ind-util.el:
15278 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15279 * language/tibetan.el, language/viet-util.el:
15280 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15281
15282 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15285 (electric-pair-post-self-insert-function): Use it.
15286 (electric-pair-default-inhibit): New function, extracted from
15287 electric-pair-post-self-insert-function.
15288
15289 2013-03-31 Roland Winkler <winkler@gnu.org>
15290
15291 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15292
15293 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15296
15297 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
15298
15299 Un-indent after "pass" and "return" statements (Bug#13888)
15300 * progmodes/python.el (python-indent-block-enders): New var.
15301 (python-indent-calculate-indentation): Use it.
15302
15303 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
15304
15305 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15306 defun. Defining it as defalias could introduce too eager
15307 byte-compiler optimization. (Bug#14030)
15308
15309 2013-03-30 Chong Yidong <cyd@gnu.org>
15310
15311 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15312
15313 2013-03-30 Leo Liu <sdl.web@gmail.com>
15314
15315 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15316 (kmacro-execute-from-register): Pass the keyboard macro to
15317 kmacro-call-macro or repeating won't work correctly.
15318
15319 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15320
15321 * progmodes/subword.el: Back to using `forward-symbol'.
15322
15323 * subr.el (forward-whitespace, forward-symbol)
15324 (forward-same-syntax): Move from thingatpt.el.
15325
15326 2013-03-29 Leo Liu <sdl.web@gmail.com>
15327
15328 * kmacro.el (kmacro-to-register): New command.
15329 (kmacro-execute-from-register): New function.
15330 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15331
15332 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15333
15334 * mpc.el: Use defvar-local and setq-local.
15335 (mpc--proc-connect): Connection failures are not bugs.
15336 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15337 (mpc-volume-map): Bind to the up-events.
15338
15339 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15340
15341 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15342 instead of `forward-symbol'.
15343
15344 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15345
15346 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15347 (edebug--recursive-edit): Use it.
15348 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15349 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15350
15351 2013-03-28 Leo Liu <sdl.web@gmail.com>
15352
15353 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15354
15355 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15356
15357 * facemenu.el (list-colors-callback): New defvar.
15358 (list-colors-redisplay): New function.
15359 (list-colors-display): Install list-colors-redisplay as the
15360 revert-buffer-function. (Bug#14063)
15361
15362 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15363
15364 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15365 and suffixes don't overlap (bug#14061).
15366
15367 * case-table.el: Use lexical-binding.
15368 (case-table-get-table): New function.
15369 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15370
15371 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15372
15373 * progmodes/subword.el: Add `superword-mode' to do word motion
15374 over symbol_words (parallels and leverages `subword-mode' which
15375 does word motion inside MixedCaseWords).
15376
15377 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15378
15379 * eshell/em-unix.el: Move su and sudo to...
15380 * eshell/em-tramp.el: ...Eshell tramp module.
15381
15382 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15385 Change return value to be a sexp. Delay `get-buffer' to after
15386 restoring the desktop (bug#13951).
15387
15388 2013-03-26 Leo Liu <sdl.web@gmail.com>
15389
15390 * register.el: Move semantic tag handling back to
15391 cedet/semantic/senator.el. (Bug#14052)
15392
15393 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15396 into the prompt either (bug#13963).
15397
15398 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15399
15400 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15401 part of "(error-foo)".
15402
15403 2013-03-24 Juri Linkov <juri@jurta.org>
15404
15405 * replace.el (list-matching-lines-prefix-face): New defcustom.
15406 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15407 `occur-engine' if `face-differs-from-default-p' returns t.
15408 (occur-engine): Add `,' inside backquote construct to evaluate
15409 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15410 Pass `prefix-face' to the functions `occur-context-lines' and
15411 `occur-engine-add-prefix'.
15412 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15413 `prefix-face' and propertize the prefix with `prefix-face'.
15414 (Bug#14017)
15415
15416 2013-03-24 Leo Liu <sdl.web@gmail.com>
15417
15418 * nxml/rng-valid.el (rng-validate-while-idle)
15419 (rng-validate-quick-while-idle): Guard against deleted buffer.
15420 (Bug#13999)
15421
15422 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15423 is the last entry in kill-buffer-hook.
15424
15425 * files.el (kill-buffer-hook): Doc fix.
15426
15427 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15428
15429 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15430 Make it safe-local.
15431
15432 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15433
15434 2013-03-23 Leo Liu <sdl.web@gmail.com>
15435
15436 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15437 Remove.
15438
15439 * nxml/rng-valid.el (rng-validate-mode)
15440 (rng-after-change-function, rng-do-some-validation):
15441 * nxml/rng-maint.el (rng-validate-buffer):
15442 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15443 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15444 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15445 (nxml-extend-after-change-region): Use with-silent-modifications.
15446
15447 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15448 timer-idle-list.
15449
15450 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15451 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15452 timer-idle-list. (Bug#13999)
15453
15454 2013-03-23 Juri Linkov <juri@jurta.org>
15455
15456 * info.el (info-index-match): New face.
15457 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15458 main pattern and add text properties with the new face to matches
15459 in index entries relative to the beginning of the index entry.
15460 (Bug#14015)
15461
15462 2013-03-21 Eric Ludlam <zappo@gnu.org>
15463
15464 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15465 Inhibit read only while inserting objects.
15466
15467 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15468
15469 * progmodes/cfengine.el: Update docs to mention
15470 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15471 symbol motion. Remove "_" from the word syntax.
15472
15473 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15474
15475 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15476 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15477
15478 2013-03-20 Juri Linkov <juri@jurta.org>
15479
15480 * info.el (Info-next-reference-or-link)
15481 (Info-prev-reference-or-link): New functions.
15482 (Info-next-reference, Info-prev-reference): Use them.
15483 (Info-try-follow-nearest-node): Handle footnote navigation.
15484 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15485
15486 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15487
15488 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15489 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15490
15491 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15492
15493 Suppress unnecessary non-ASCII chatter during build process.
15494 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15495 (batch-skkdic-convert): Suppress most of the chatter.
15496 It's not needed so much now that machines are faster,
15497 and its non-ASCII component was confusing; see Dmitry Gutov in
15498 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15499
15500 2013-03-20 Leo Liu <sdl.web@gmail.com>
15501
15502 * ido.el (ido-chop): Fix bug#10994.
15503
15504 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15505
15506 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15507 Remove vars.
15508 (whitespace-color-on, whitespace-color-off):
15509 Use `font-lock-fontify-buffer' (Bug#13817).
15510
15511 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15514 remapping in mode-line.
15515 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15516
15517 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15518
15519 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15520 value for `whitespace-line' face (Bug#13875).
15521 (whitespace-font-lock-keywords): Change description.
15522 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15523 the constructed keywords instead.
15524 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15525
15526 2013-03-19 Leo Liu <sdl.web@gmail.com>
15527
15528 * progmodes/compile.el (compilation-display-error): New command.
15529 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15530 C-o. (Bug#13992)
15531
15532 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15533
15534 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15535
15536 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15537
15538 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15539
15540 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15541
15542 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15543
15544 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15545 * net/tramp-gvfs.el (top):
15546 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15547 (tramp-handle-shell-command): Use it.
15548 (tramp-dissect-file-name): Raise an error when hostname is a
15549 method name, and neither method nor user is specified.
15550
15551 * net/trampver.el: Update release number.
15552
15553 2013-03-18 Leo Liu <sdl.web@gmail.com>
15554
15555 Make sure eldoc can be turned off properly.
15556 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15557 eldoc-mode.
15558 (eldoc-display-message-p): Revert last change.
15559 (eldoc-display-message-no-interference-p)
15560 (eldoc-print-current-symbol-info): Tweak.
15561
15562 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15563
15564 * doc-view.el (doc-view-new-window-function): Check the new window
15565 overlay's display property instead the char property of the
15566 buffer's first char. Use `with-selected-window' instead of
15567 `save-window-excursion' with `select-window'.
15568 (doc-view-document->bitmap): Check the current doc-view overlay's
15569 display property instead the char property of the buffer's first char.
15570
15571 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15572
15573 Automate the build of ja-dic.el (Bug#13984).
15574 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15575 from the input, rather than assume that it's been done for us by the
15576 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15577 the current date into a ja-dic.el comment, as that complicates
15578 regression testing.
15579
15580 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15581
15582 * whitespace.el: Fix double evaluation.
15583 (whitespace-space, whitespace-hspace, whitespace-tab)
15584 (whitespace-newline, whitespace-trailing, whitespace-line)
15585 (whitespace-space-before-tab, whitespace-indentation)
15586 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15587 obsolete defvars.
15588 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15589 (whitespace-color-on): Use a single font-lock-add-keywords call.
15590 Fix double-evaluation of face variables.
15591
15592 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15593
15594 * net/tramp-adb.el (tramp-adb-parse-device-names):
15595 Use `start-process' instead of `call-process'. Otherwise, the
15596 function might be blocked under MS Windows. (Bug#13299)
15597
15598 2013-03-17 Leo Liu <sdl.web@gmail.com>
15599
15600 Extend eldoc to display info in the mode-line. (Bug#13978)
15601 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15602 (eldoc-mode-line-string): New variable.
15603 (eldoc-minibuffer-message): New function.
15604 (eldoc-message-function): New variable.
15605 (eldoc-message): Use it.
15606 (eldoc-display-message-p)
15607 (eldoc-display-message-no-interference-p):
15608 Support eldoc-post-insert-mode.
15609
15610 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15611 (eval-expression): Run it.
15612
15613 2013-03-17 Roland Winkler <winkler@gnu.org>
15614
15615 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15616 strings in the list of return values.
15617
15618 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15619
15620 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15621 radix before checking for HMS forms.
15622
15623 2013-03-16 Leo Liu <sdl.web@gmail.com>
15624
15625 * progmodes/scheme.el: Add indentation and font-locking for λ.
15626 (Bug#13975)
15627
15628 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15629
15630 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15631 token before point (bug#13942).
15632
15633 2013-03-16 Leo Liu <sdl.web@gmail.com>
15634
15635 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15636
15637 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15638
15639 * startup.el (command-line-normalize-file-name): Fix handling of
15640 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15641 <xfq.free@gmail.com> in
15642 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15643
15644 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15645
15646 Sync with Tramp 2.2.7.
15647
15648 * net/trampver.el: Update release number.
15649
15650 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15651
15652 * doc-view.el: Fix bug#13887.
15653 (doc-view-insert-image): Don't modify overlay associated to
15654 non-live windows, and implement horizontal centering of image in
15655 case it's smaller than the window.
15656 (doc-view-new-window-function): Force redisplay of new windows on
15657 doc-view buffers.
15658
15659 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15660
15661 * saveplace.el (save-place-alist-to-file): Don't sort
15662 `save-place-alist', just pretty-print it (bug#13882).
15663
15664 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15665
15666 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15667 Check whether `default-file-name-coding-system' is bound.
15668 It isn't in XEmacs.
15669
15670 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15673 backquotes for `obsolete' (bug#13929).
15674
15675 * international/mule.el (find-auto-coding): Include file name in
15676 obsolescence warning (bug#13922).
15677
15678 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15679
15680 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15681 for CFEngine 3-specific indentation.
15682 (cfengine3-indent-line): Use it. Fix up category regex.
15683 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15684
15685 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15686
15687 * type-break.el (type-break-file-name):
15688 * textmodes/remember.el (remember-data-file):
15689 * strokes.el (strokes-file):
15690 * shadowfile.el (shadow-initialize):
15691 * saveplace.el (save-place-file):
15692 * ps-bdf.el (bdf-cache-file):
15693 * progmodes/idlwave.el (idlwave-config-directory):
15694 * net/quickurl.el (quickurl-url-file):
15695 * international/kkc.el (kkc-init-file-name):
15696 * ido.el (ido-save-directory-list-file):
15697 * emulation/viper.el (viper-custom-file-name):
15698 * emulation/vip.el (vip-startup-file):
15699 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15700 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15701
15702 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15703
15704 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15705 * language/thai-word.el: Switch to UTF-8.
15706
15707 See ChangeLog.16 for earlier changes.
15708
15709 ;; Local Variables:
15710 ;; coding: utf-8
15711 ;; End:
15712
15713 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15714
15715 This file is part of GNU Emacs.
15716
15717 GNU Emacs is free software: you can redistribute it and/or modify
15718 it under the terms of the GNU General Public License as published by
15719 the Free Software Foundation, either version 3 of the License, or
15720 (at your option) any later version.
15721
15722 GNU Emacs is distributed in the hope that it will be useful,
15723 but WITHOUT ANY WARRANTY; without even the implied warranty of
15724 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15725 GNU General Public License for more details.
15726
15727 You should have received a copy of the GNU General Public License
15728 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.