* src/sysdep.c (sys_siglist): Fix typo in previous commit.
[bpt/emacs.git] / lisp / ChangeLog
... / ...
CommitLineData
12013-07-02 Jan Djärv <jan.h.d@swipnet.se>
2
3 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4
52013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6
7 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8
92013-07-01 Juanma Barranquero <lekktu@gmail.com>
10
11 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
12 (desktop-restore-in-current-display): New customization option.
13 (desktop--excluded-frame-parameters): Add `font'.
14 (desktop--save-frames): Rename from desktop--save-windows.
15 (desktop--restore-in-this-display-p): New function.
16 (desktop--make-full-frame): Remove unwanted width/height from
17 full(width|height) frames.
18 (desktop--restore-frames): Rename from desktop--restore-windows.
19 Obey desktop-restore-current-display. Do not delete old frames or
20 select a new frame unless we were able to restore at least one frame.
21
222013-06-30 Michal Nazarewicz <mina86@mina86.com>
23
24 * files.el (find-file-noselect): Simplify conditional expression.
25
26 * remember.el (remember-append-to-file):
27 Don't mix `find-buffer-visiting' and `get-file-buffer'.
28
29 Add `remember-notes' function to store random notes across Emacs
30 restarts.
31 * remember.el (remember-data-file): Add :set callback to affect
32 notes buffer (if any).
33 (remember-notes): New command.
34 (remember-notes-buffer-name, bury-remember-notes-on-kill):
35 New defcustoms for the `remember-notes' function.
36 (remember-notes-save-and-bury-buffer): New command.
37 (remember-notes-mode-map): New variable.
38 (remember-mode): New minor mode.
39 (remember-notes--kill-buffer-query): New function.
40 * startup.el (initial-buffer-choice): Add notes to custom type.
41
422013-06-30 Eli Zaretskii <eliz@gnu.org>
43
44 * bindings.el (right-char, left-char): Don't call sit-for, this is
45 no longer needed. Use arithmetic comparison only for numerical
46 arguments.
47
48 * international/mule-cmds.el (select-safe-coding-system):
49 Handle the case of FROM being a string correctly. (Bug#14755)
50
512013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
52
53 * net/shr.el (shr-make-table-1): Add a sanity check that allows
54 progression on degenerate tables.
55 (shr-rescale-image): ImageMagick animated images currently don't work.
56
572013-06-30 Juanma Barranquero <lekktu@gmail.com>
58
59 Some fixes and improvements for desktop frame restoration.
60 It is still experimental and disabled by default.
61 * desktop.el (desktop--save-windows): Put the selected frame at
62 the head of the list.
63 (desktop--make-full-frame): New function.
64 (desktop--restore-windows): Try to re-select the frame that was
65 selected upon saving. Do not abort if some frames fail to restore,
66 just show an error message and continue. Set up maximized frames
67 so they have default non-maximized dimensions.
68
692013-06-30 Dmitry Gutov <dgutov@yandex.ru>
70
71 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
72 Don't start heredoc inside a string or comment.
73
742013-06-29 Eli Zaretskii <eliz@gnu.org>
75
76 * bindings.el (visual-order-cursor-movement): New defcustom.
77 (right-char, left-char): Provide visual-order cursor motion by
78 calling move-point-visually. Update the doc strings.
79
802013-06-28 Kenichi Handa <handa@gnu.org>
81
82 * international/mule.el (define-coding-system): New coding system
83 properties :inhibit-null-byte-detection,
84 :inhibit-iso-escape-detection, and :prefer-utf-8.
85 (set-buffer-file-coding-system): If :charset-list property of
86 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
87 appropriate for setting.
88
89 * international/mule-cmds.el (select-safe-coding-system):
90 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
91 multibyte characters, return utf-8 (or one of its siblings).
92
93 * international/mule-conf.el (prefer-utf-8): New coding system.
94 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
95 files.
96
972013-06-28 Ivan Kanis <ivan@kanis.fr>
98
99 * net/shr.el (shr-render-region): New function.
100
101 * net/eww.el: Autoload `eww-browse-url'.
102
1032013-06-27 Dmitry Gutov <dgutov@yandex.ru>
104
105 * emacs-lisp/package-x.el (package-upload-buffer-internal):
106 Adapt to `package-desc-version' being a list.
107 Use `package--ac-desc-version' to retrieve version from a package
108 archive element.
109
1102013-06-27 Juanma Barranquero <lekktu@gmail.com>
111
112 New experimental feature to save&restore window and frame setup.
113 * desktop.el (desktop-save-windows): New defcustom.
114 (desktop--saved-states): New var.
115 (desktop--excluded-frame-parameters): New defconst.
116 (desktop--filter-frame-parms, desktop--find-frame-in-display)
117 (desktop--restore-windows, desktop--save-windows): New functions.
118 (desktop-save): Call `desktop--save-windows'.
119 (desktop-read): Call `desktop--restore-windows'.
120
1212013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
122
123 * net/shr.el (add-face-text-property): Remove compat definition.
124
1252013-06-27 Stephen Berman <stephen.berman@gmx.net>
126
127 * info.el (Info-try-follow-nearest-node): Move search for footnote
128 above search for node name to prevent missing a footnote (bug#14717).
129
1302013-06-27 Stephen Berman <stephen.berman@gmx.net>
131
132 * obsolete/otodo-mode.el: Add obsolescence info to file header.
133
1342013-06-27 Leo Liu <sdl.web@gmail.com>
135
136 * net/eww.el (eww-read-bookmarks): Check file size.
137
1382013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
141 advice--pending if newdef is nil or an autoload (bug#13820).
142 (advice-mapc): New function.
143
1442013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
145
146 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
147 probably.
148 (eww-mode-map): Add a menu bar.
149 (eww-add-bookmark): New command.
150 (eww-bookmark-mode): New mode and commands.
151 (eww-add-bookmark): Remove newlines from the title.
152 (eww-bookmark-browse): Don't bug out if it's the only window.
153
1542013-06-26 Glenn Morris <rgm@gnu.org>
155
156 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
157 (hfy-size): Handle ttys. (Bug#14668)
158
159 * info-xref.el: Update for Texinfo 5 change in *note format.
160 (info-xref-node-re, info-xref-note-re): New constants.
161 (info-xref-check-buffer): Use info-xref-note-re.
162
1632013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
166
167 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
168 nil terminate the loop (bug#14718).
169
1702013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
171
172 * net/eww.el: Rework history traversal. When going forward/back,
173 put these actions into the history, too, so that they can be
174 replayed.
175 (eww-render): Move the history reset to the correct buffer.
176
1772013-06-25 Juri Linkov <juri@jurta.org>
178
179 * files-x.el (modify-dir-local-variable): Change the header comment
180 in the file with directory local variables. (Bug#14692)
181
182 * files-x.el (read-file-local-variable-value): Add `default'.
183 (Bug#14710)
184
1852013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
186
187 * net/eww.el (eww-make-unique-file-name): Create a unique file
188 name before saving to entering `y' accidentally asynchronously.
189
1902013-06-25 Ivan Kanis <ivan@kanis.fr>
191
192 * net/eww.el (eww-download): New command and keystroke.
193
1942013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
195
196 * net/eww.el (eww-copy-page-url): Change name of command.
197
198 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
199 be more consistent with Info and dired.
200
201 * net/eww.el (eww-mode-map): Ditto.
202
2032013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
206 packages from archives.
207 (package-archive-contents): Change format; include obsolete packages.
208 (package-desc): Use `dir' to mark builtin packages.
209 (package--from-builtin): Set the `dir' field to `builtin'.
210 (generated-autoload-file, version-control): Declare.
211 (package-compute-transaction): Change first arg and return value to be
212 lists of package-descs. Adjust to new package-archive-contents format.
213 (package--add-to-archive-contents): Adjust to new
214 package-archive-contents format.
215 (package-download-transaction): Arg is now a list of package-descs.
216 (package-install): If `pkg' is a package name, pass it as
217 a requirement, so it is subject to the usual (e.g. disabled) checks.
218 (describe-package): Accept package-desc as well.
219 (describe-package-1): Describe a specific package-desc. Add links to
220 other package-descs for the same package name.
221 (package-menu-describe-package): Pass the actual package-desc.
222 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
223 works correctly.
224 (package-desc-status): New function.
225 (package-menu--refresh): New function, extracted
226 from package-menu--generate.
227 (package-menu--generate): Use it.
228 (package-delete): Update package-alist.
229 (package-menu-execute): Don't call package-initialize.
230
231 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
232 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
233 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
234 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
235 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
236 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
237
2382013-06-25 Martin Rudalics <rudalics@gmx.at>
239
240 * window.el (window--state-get-1): Workaround for bug#14527.
241 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
242
2432013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
244
245 * net/eww.el (eww-back-url): Implement the history by stashing all
246 the data into a list.
247 (eww-forward-url): Allow going forward in the history, too.
248
2492013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
252 for values and use read--expression for expressions (bug#14710).
253 (read-file-local-variable): Avoid setq.
254 (read-file-local-variable-mode): Use minor-mode-list.
255
2562013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
257
258 * lisp/textmodes/bibtex.el (bibtex-generate-url-list): Add support
259 for DOI URLs.
260
2612013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
262
263 * lisp/textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
264 Update imenu-support when dialect changes.
265
2662013-06-25 Leo Liu <sdl.web@gmail.com>
267
268 * ido.el (ido-read-internal): Allow forward slash on windows.
269
2702013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
271
272 * net/eww.el (eww): Start of strings is \\`, not ^.
273
2742013-06-24 Ivan Kanis <ivan@kanis.fr>
275
276 * net/shr.el (shr-browse-url): Fix interactive spec.
277
278 * net/eww.el (eww): Add a trailing slash to domain names.
279
2802013-06-24 Juanma Barranquero <lekktu@gmail.com>
281
282 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
283
2842013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
285
286 * net/shr.el (shr-browse-url): Use an external browser if given a
287 prefix.
288
289 * net/eww.el (eww-external-browser): Move to shr.
290
2912013-06-24 Ivan Kanis <ivan@kanis.fr>
292
293 * net/eww.el (eww): Work more correctly for file: URLs.
294 (eww-detect-charset): Allow quoted charsets.
295 (eww-yank-page-url): New command and keystroke.
296
2972013-06-24 Daiki Ueno <ueno@gnu.org>
298
299 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
300 file name of gpg executable.
301 (epg-context-program): New function.
302 (epg-context-home-directory): New function.
303 (epg-context-set-program): New function.
304 (epg-context-set-home-directory): New function.
305 (epg--start): Use `epg-context-program' instead of
306 'epg-gpg-program'.
307 (epg--list-keys-1): Likewise.
308
3092013-06-24 Leo Liu <sdl.web@gmail.com>
310
311 * ido.el (ido-read-internal): Fix bug#14620.
312
3132013-06-23 Juanma Barranquero <lekktu@gmail.com>
314
315 * faces.el (face-documentation): Simplify.
316 (read-face-attribute, tty-find-type, x-resolve-font-name):
317 Use `string-match-p'.
318 (list-faces-display): Use `string-match-p'. Simplify.
319 (face-spec-recalc): Check face to avoid face alias loops.
320 (read-color): Use `string-match-p' and non-capturing parenthesis.
321
3222013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
323
324 * net/shr.el (shr-rescale-image): Use the new
325 :max-width/:max-height functionality.
326
3272013-06-23 Ivan Kanis <ivan@kanis.fr>
328
329 * net/eww.el (eww-search-prefix): New variable.
330 (eww): Use it.
331 (eww-external-browser): New variable.
332 (eww-mode-map): New keystroke.
333 (eww-browse-with-external-browser): New command.
334
335 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
336
3372013-06-23 Juanma Barranquero <lekktu@gmail.com>
338
339 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
340 Don't skip aligning the next header field when padding is 0;
341 otherwise, field width is not respected unless the title is as
342 wide as the field.
343
3442013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * emacs-lisp/package.el (package-el-version): Remove.
347 (package-process-define-package): Fix inf-loop.
348 (package-install): Allow symbols as arguments again.
349
3502013-06-22 Dmitry Gutov <dgutov@yandex.ru>
351
352 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
353 add some more keyword-like methods.
354 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
355
3562013-06-22 Juanma Barranquero <lekktu@gmail.com>
357
358 * bs.el (bs-buffer-show-mark): Make defvar-local.
359 (bs-mode): Use setq-local.
360
361 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
362 (emacs-lock--try-unlocking): Make defvar-local.
363
3642013-06-22 Glenn Morris <rgm@fencepost.gnu.org>
365
366 * play/cookie1.el (cookie-apropos): Minor simplification.
367
368 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
369
3702013-06-22 Dmitry Gutov <dgutov@yandex.ru>
371
372 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
373 `regexp-opt', it breaks the build during dumping.
374
3752013-06-21 Dmitry Gutov <dgutov@yandex.ru>
376
377 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
378 Highlight keyword-like methods on Kernel and Module with
379 font-lock-builtin-face.
380 (auto-mode-alist): Consolidate different entries into one regexp
381 and add more *file-s.
382
3832013-06-21 Stephen Berman <stephen.berman@gmx.net>
384
385 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
386
387 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
388 (diary-entry): Use it in the action of this button type instead of
389 diary-goto-entry.
390
391 * calendar/todo-mode.el: New version.
392 (todo-add-category): Append new category to end of file and give
393 it the highest number, instead of putting it at the beginning and
394 giving it 0. Incorporate noninteractive functionality.
395 (todo-forward-category): Adapt to 1-based category numbering.
396 Allow skipping over archived categories.
397 (todo-backward-category): Derive from todo-forward-category.
398 (todo-backward-item, todo-forward-item): Make noninteractive and
399 delegate interactive part to new commands. Make sensitive to done items.
400 (todo-categories): Make value an alist of category names and
401 vectors of item counts.
402 (todo-category-beg): Make a defconst.
403 (todo-category-number): Use 1 instead of 0 as initial value.
404 (todo-category-select): Make sensitive to overlays, optional item
405 highlighting and done items.
406 (todo-delete-item): Make sensitive to overlays and marked and done items.
407 (todo-edit-item): Make sensitive to overlays and editing of
408 date/time header optional. Add format checks.
409 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
410 no-op if point is not on an item. Advertise using todo-edit-quit.
411 (todo-edit-mode): Make sensitive to new format, font-locking, and
412 multiple todo files.
413 (todo-insert-item, todo-insert-item-here): Derive from
414 todo-basic-insert-item and extend functionality.
415 (todo-item-end, todo-item-start): Make sensitive to done items.
416 (todo-item-string): Don't return text properties. Restore point.
417 (todo-jump-to-category): Make sensitive to multiple todo files and
418 todo archives. Use extended category completion.
419 (todo-lower-item, todo-raise-item): Rename to *-priority and
420 derive from todo-set-item-priority.
421 (todo-mode): Derive from special-mode. Make sensitive to new
422 format, font-locking and multiple todo files. Make read-only.
423 (todo-mode-map): Don't suppress digit keys, so they can supply
424 prefix arguments. Add many new key bindings.
425 (todo-prefix): Insert as an overlay instead of file text.
426 Change semantics from diary date expression to purely visual mark.
427 (todo-print): Rename to todo-print-buffer. Make buffer display
428 features printable. Remove option to restrict number of items
429 printed. Add option to print to file.
430 (todo-print-function): Rename to todo-print-buffer-function.
431 (todo-quit): Extend to handle exiting new todo modes.
432 (todo-remove-item): Make sensitive to overlays.
433 (todo-save): Extend to buffers of filtered items.
434 (todo-show): Make sensitive to done items, multiple todo files and
435 new todo modes. Offer to convert legacy todo file before creating
436 first new todo file.
437 (todo-show-priorities): Rename to todo-top-priorities.
438 Change semantics of value 0.
439 (todo-top-priorities): Rename to todo-filter-top-priorities,
440 derive from todo-filter-items and extend functionality.
441 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
442 and extend functionality to other types of filtered items.
443 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
444 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
445 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
446 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
447 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
448 (todo-edit-mode-hook, todo-entry-prefix-function)
449 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
450 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
451 (todo-initials, todo-insert-threshold, todo-item-string-start)
452 (todo-line-string, todo-menu, todo-mode-hook)
453 (todo-more-important-p, todo-previous-answer, todo-previous-line)
454 (todo-print-priorities, todo-remove-separator)
455 (todo-save-top-priorities-too, todo-string-count-lines)
456 (todo-string-multiline-p, todo-time-string-format)
457 (todo-tmp-buffer-name): Remove.
458 (todo-add-file, todo-archive-done-item, todo-choose-archive)
459 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
460 (todo-edit-category-diary-inclusion)
461 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
462 (todo-edit-file, todo-edit-item-date-day)
463 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
464 (todo-edit-item-date-month, todo-edit-item-date-to-today)
465 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
466 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
467 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
468 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
469 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
470 (todo-filter-top-priorities-multifile, todo-find-archive)
471 (todo-find-filtered-items-file, todo-go-to-source-item)
472 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
473 (todo-jump-to-archive-category, todo-lower-category)
474 (todo-mark-category, todo-marked-item-p, todo-merge-category)
475 (todo-move-category, todo-move-item, todo-next-button)
476 (todo-next-item, todo-padded-string, todo-powerset)
477 (todo-previous-button, todo-previous-item)
478 (todo-print-buffer-to-file, todo-raise-category)
479 (todo-rename-category, todo-repair-categories-sexp, todo-search)
480 (todo-set-category-number, todo-set-item-priority)
481 (todo-set-top-priorities-in-category)
482 (todo-set-top-priorities-in-file, todo-show-categories-table)
483 (todo-sort-categories-alphabetically-or-numerically)
484 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
485 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
486 (todo-toggle-item-header, todo-toggle-item-highlighting)
487 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
488 (todo-toggle-view-done-items, todo-toggle-view-done-only)
489 (todo-unarchive-items, todo-unmark-category): New commands.
490 (todo-absolute-file-name, todo-add-to-buffer-list)
491 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
492 (todo-basic-insert-item, todo-category-completions)
493 (todo-category-number, todo-category-string-matcher-1)
494 (todo-category-string-matcher-2, todo-check-filtered-items-file)
495 (todo-check-format, todo-clear-matches)
496 (todo-comment-string-matcher, todo-convert-legacy-date-time)
497 (todo-current-category, todo-date-string-matcher)
498 (todo-define-insertion-command, todo-diary-expired-matcher)
499 (todo-diary-goto-entry, todo-diary-item-p)
500 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
501 (todo-display-categories, todo-display-sorted, todo-done-item-p)
502 (todo-done-item-section-p, todo-done-separator)
503 (todo-done-string-matcher, todo-files, todo-filter-items)
504 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
505 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
506 (todo-insert-category-line, todo-insert-item-from-calendar)
507 (todo-insert-sort-button, todo-insert-with-overlays)
508 (todo-insertion-command-name, todo-insertion-key-bindings)
509 (todo-label-to-key, todo-longest-category-name-length)
510 (todo-make-categories-list, todo-mode-external-set)
511 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
512 (todo-modes-set-3, todo-multiple-filter-files)
513 (todo-nondiary-marker-matcher, todo-prefix-overlays)
514 (todo-read-category, todo-read-date, todo-read-dayname)
515 (todo-read-file-name, todo-read-time)
516 (todo-reevaluate-category-completions-files-defcustom)
517 (todo-reevaluate-default-file-defcustom)
518 (todo-reevaluate-filelist-defcustoms)
519 (todo-reevaluate-filter-files-defcustom)
520 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
521 (todo-reset-done-separator, todo-reset-done-separator-string)
522 (todo-reset-done-string, todo-reset-global-current-todo-file)
523 (todo-reset-highlight-item, todo-reset-nondiary-marker)
524 (todo-reset-prefix, todo-set-categories)
525 (todo-set-date-from-calendar, todo-set-show-current-file)
526 (todo-set-top-priorities, todo-short-file-name)
527 (todo-show-current-file, todo-sort, todo-time-string-matcher)
528 (todo-total-item-counts, todo-update-buffer-list)
529 (todo-update-categories-display, todo-update-categories-sexp)
530 (todo-update-count, todo-validate-name, todo-y-or-n-p):
531 New functions.
532 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
533 New major modes.
534 (todo-categories, todo-display, todo-edit, todo-faces)
535 (todo-filtered): New defgroups.
536 (todo-archived-only, todo-button, todo-category-string, todo-date)
537 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
538 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
539 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
540 (todo-add-item-if-new-category, todo-always-add-time-string)
541 (todo-categories-align, todo-categories-archived-label)
542 (todo-categories-category-label, todo-categories-diary-label)
543 (todo-categories-done-label, todo-categories-number-separator)
544 (todo-categories-todo-label, todo-categories-totals-label)
545 (todo-category-completions-files, todo-completion-ignore-case)
546 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
547 (todo-done-separator-string, todo-done-string)
548 (todo-files-function, todo-filter-done-items, todo-filter-files)
549 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
550 (todo-initial-category, todo-initial-file, todo-item-mark)
551 (todo-legacy-date-time-regexp, todo-mode-line-function)
552 (todo-nondiary-marker, todo-number-prefix)
553 (todo-print-buffer-function, todo-show-current-file)
554 (todo-show-done-only, todo-show-first, todo-show-with-done)
555 (todo-skip-archived-categories, todo-top-priorities-overrides)
556 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
557 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
558 New defcustoms.
559 (todo-category-done, todo-date-pattern, todo-date-string-start)
560 (todo-diary-items-buffer, todo-done-string-start)
561 (todo-filtered-items-buffer, todo-item-start)
562 (todo-month-abbrev-array, todo-month-name-array)
563 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
564 (todo-top-priorities-buffer): New defconsts.
565 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
566 (todo-categories-with-marks, todo-category-string-face)
567 (todo-comment-face, todo-comment-string, todo-current-todo-file)
568 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
569 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
570 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
571 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
572 (todo-font-lock-keywords, todo-global-current-todo-file)
573 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
574 (todo-insertion-commands-args)
575 (todo-insertion-commands-args-genlist)
576 (todo-insertion-commands-names, todo-insertion-map)
577 (todo-key-bindings-t, todo-key-bindings-t+a)
578 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
579 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
580 (todo-nondiary-face, todo-print-buffer, todo-time-face)
581 (todo-visited): New variables.
582
5832013-06-21 Glenn Morris <rgm@gnu.org>
584
585 * play/cookie1.el (cookie-apropos): Add optional display argument.
586 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
587 (psychoanalyze-pinhead): Use cookie-doctor.
588
5892013-06-21 Juanma Barranquero <lekktu@gmail.com>
590
591 * emacs-lisp/package.el (tar-get-file-descriptor)
592 (tar--extract): Declare.
593
5942013-06-21 Eduard Wiebe <usenet@pusto.de>
595
596 Extend flymake's warning predicate to be a function (bug#14217).
597 * progmodes/flymake.el (flymake-warning-predicate): New.
598 (flymake-parse-line): Use it.
599 (flymake-warning-re): Make obsolete alias to
600 `flymake-warning-predicate'.
601
6022013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * emacs-lisp/package.el (package-alist): Include obsolete packages.
605 (package-obsolete-list): Remove.
606 (package-activate): Remove min-version argument. Add `force' argument.
607 Adjust to new package-alist format.
608 (package-mark-obsolete): Remove.
609 (package-unpack): Force reload of the package's autoloads.
610 (package-installed-p): Check builtins if the installed package is not
611 recent enough.
612 (package-initialize): Don't reset package-obsolete-list.
613 Don't specify which package version to activate.
614 (package-process-define-package, describe-package-1)
615 (package-menu--generate): Adjust to new package-alist format.
616
6172013-06-21 Juanma Barranquero <lekktu@gmail.com>
618
619 * allout-widgets.el (allout-widgets-mode-off)
620 (allout-widgets-mode-on, allout-widgets-pre-command-business)
621 (allout-widgets-post-command-business)
622 (allout-widgets-after-copy-or-kill-function)
623 (allout-widgets-after-undo-function, allout-test-range-overlaps)
624 (allout-decorate-item-and-context)
625 (allout-graphics-modification-handler): Fix typos in docstrings.
626 (allout-get-or-create-parent-widget): Use `looking-at-p'.
627
628 * cmuscheme.el (scheme-start-file): Doc fix.
629 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
630 (scheme-input-filter): Use `string-match-p'.
631
632 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
633
634 * dired-x.el: Use Dired consistently in docstrings.
635
636 * dired.el: Use Dired consistently in docstrings.
637 (dired-readin, dired-mode): Use `setq-local'.
638 (dired-switches-alist): Make defvar-local.
639 (dired-buffers-for-dir): Use `zerop'.
640 (dired-safe-switches-p, dired-switches-escape-p)
641 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
642 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
643 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
644 (dired-goto-next-nontrivial-file): Use `string-match-p'.
645 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
646 (dired-toggle-marks, dired-mark-files-containing-regexp)
647 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
648 (dired-flag-auto-save-files, dired-flag-backup-files):
649 Use `looking-at-p'.
650 (dired-mark-files-regexp, dired-build-subdir-alist):
651 Use `string-match-p', `looking-at-p'.
652
653 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
654 (direct-print-region-helper): Use `string-match-p'.
655
6562013-06-21 Leo Liu <sdl.web@gmail.com>
657
658 * comint.el (comint-redirect-results-list-from-process):
659 Fix infinite loop.
660
6612013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
662
663 * net/eww.el (eww-update-header-line-format): Quote % characters.
664
6652013-06-21 Glenn Morris <rgm@gnu.org>
666
667 * play/cookie1.el (cookie): New custom group.
668 (cookie-file): New option.
669 (cookie-check-file): New function.
670 (cookie): Make it interactive. Make start and end messages optional.
671 Interactively, display the result. Default to cookie-file.
672 (cookie-insert): Default to cookie-file.
673 (cookie-snarf): Make start and end messages optional.
674 Default to cookie-file. Use with-temp-buffer.
675 (cookie-read): Rename from read-cookie.
676 Make start and end messages optional. Default to cookie-file.
677 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
678 Do not autoload it.
679 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
680 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
681
6822013-06-21 Leo Liu <sdl.web@gmail.com>
683
684 * progmodes/octave.el (octave-mode): Backward compatibility fix.
685
6862013-06-21 Glenn Morris <rgm@gnu.org>
687
688 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
689
6902013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
691 Daniel Hackney <dan@haxney.org>
692
693 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
694 Consolidate the single-file vs tarball code.
695 (package-desc-suffix): New function.
696 (package-desc-full-name): Don't bother inlining it.
697 (package-load-descriptor): Return the new package-desc.
698 (package-mark-obsolete): Remove unused arg `package'.
699 (package-unpack): Make it work for single files as well.
700 Make it update package-alist.
701 (package--make-autoloads-and-stuff): Rename from
702 package--make-autoloads-and-compile. Don't compile any more.
703 (package--compile): New function.
704 (package-generate-description-file): New function, extracted from
705 package-unpack-single.
706 (package-unpack-single): Remove.
707 (package--with-work-buffer): Add indentation and debugging info.
708 (package-download-single): Remove.
709 (package-install-from-archive): Rename from package-download-tar, make
710 it take a pkg-desc, and make it work for single files as well.
711 (package-download-transaction): Simplify.
712 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
713 external tar program.
714 (package-install-from-buffer): Remove `pkg-desc' argument.
715 Use package-tar-file-info for tar-mode buffers.
716 (package-install-file): Simplify accordingly.
717 (package-archive-base): Change to take a pkg-desc.
718 * tar-mode.el (tar--check-descriptor): New function, extracted from
719 tar-get-descriptor.
720 (tar-get-descriptor): Use it.
721 (tar-get-file-descriptor): New function.
722 (tar--extract): New function, extracted from tar-extract.
723 (tar--extract): Use it.
724 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
725 case the summary uses non-ascii. Adjust to new calling convention of
726 package-tar-file-info.
727
7282013-06-21 Leo Liu <sdl.web@gmail.com>
729
730 * comint.el (comint-redirect-results-list-from-process):
731 Fix random delay. (Bug#14681)
732
7332013-06-21 Juanma Barranquero <lekktu@gmail.com>
734
735 * profiler.el (profiler-format-number): Use log, not log10.
736
7372013-06-20 Juanma Barranquero <lekktu@gmail.com>
738
739 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
740
7412013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
744 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
745 yet available.
746 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
747 (AUTOGENEL): ... here.
748 * emacs-lisp/cl-macs.el (cl--sublis): New function.
749 (cl--defsubst-expand): Use it.
750
7512013-06-20 Paul Eggert <eggert@cs.ucla.edu>
752
753 * subr.el (log10): Move here from C code, and declare as obsolete.
754 All uses of (log10 X) replaced with (log X 10).
755
7562013-06-20 Juanma Barranquero <lekktu@gmail.com>
757
758 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
759 Declare with `defvar-local'.
760 (tabulated-list-use-header-line, tabulated-list-entries)
761 (tabulated-list-padding, tabulated-list-printer)
762 (tabulated-list-sort-key): Declare with `defvar-local'.
763 (tabulated-list-init-header, tabulated-list-print-fake-header):
764 Use `setq-local'.
765
7662013-06-20 Michael Albinus <michael.albinus@gmx.de>
767
768 * arc-mode.el (archive-mode): Add `archive-write-file' to
769 `write-contents-functions' also for remote files. (Bug#14652)
770
7712013-06-20 Juanma Barranquero <lekktu@gmail.com>
772
773 * cus-edit.el (custom-commands): Fix typos.
774 (custom-display): Fix tooltip text.
775 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
776 Fix typos in docstrings.
777 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
778 (custom-unlispify-menu-entry, custom-magic-value-create)
779 (custom-add-see-also, custom-group-value-create): Use ?\s.
780 (custom-guess-type, customize-apropos, editable-field)
781 (custom-face-value-create): Use `string-match-p'.
782 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
783
784 * custom.el (custom-load-symbol): Use `string-match-p'.
785
786 * ansi-color.el: Convert to lexical binding.
787 (ansi-colors): Fix URL.
788 (ansi-color-context, ansi-color-context-region): Use defvar-local.
789 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
790 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
791
7922013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
793
794 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
795
796 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
797
7982013-06-19 Tom Tromey <tromey@redhat.com>
799
800 * net/eww.el (eww-top-url): Remove.
801 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
802 (eww-render): Set new variables. Don't set eww-top-url.
803 (eww-handle-link): Handle "prev", "home", and "contents".
804 Downcase the rel text.
805 (eww-top-url): Choose best top URL.
806
8072013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
808
809 * net/eww.el: Rewrite to implement form elements "by hand" instead of
810 relying in widget.el. Using widget.el leads to too many
811 user interface inconsistencies.
812 (eww-self-insert): Implement entering commands in text fields.
813 (eww-process-text-input): New function to make text input field editing
814 work.
815 (eww-submit): Rewrite to use the new-style form methods.
816 (eww-select-display): Display the correct selected item.
817 (eww-change-select): Implement changing the select value.
818 (eww-toggle-checkbox): Implement radio/checkboxes.
819 (eww-update-field): Fix compilation error.
820 (eww-tag-textarea): Implement <textarea>.
821
822 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
823 we don't shadow mode-specific bindings.
824
825 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
826 nothing to push.
827
828 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
829
8302013-06-19 Glenn Morris <rgm@fencepost.gnu.org>
831
832 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
833
8342013-06-19 Michael Albinus <michael.albinus@gmx.de>
835
836 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
837 not needed.
838
839 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
840
8412013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
842
843 * net/browse-url.el (browse-url-browser-function):
844 `eww-browse-url' has the right calling signature, `eww' does not.
845
8462013-06-19 Glenn Morris <rgm@gnu.org>
847
848 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
849 Only eval autoloaded macros.
850 (byte-compile-autoload): Only give the macro warning for macros.
851
852 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
853 (ps-underlined-faces): Declare.
854
855 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
856 (speedbar-add-supported-extension): Declare.
857
858 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
859 Don't include a date stamp in the header of the generated file;
860 it leads to needless differences between output files.
861
8622013-06-19 Michael Albinus <michael.albinus@gmx.de>
863
864 * net/secrets.el (secrets-struct-secret-content-type):
865 Replace check of introspection data by a test call of "CreateItem".
866 Some servers do not offer introspection.
867
8682013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * electric.el (electric-pair-mode): Improve interaction with
871 electric-layout-mode.
872 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
873 (electric-pair-syntax): Use text-mode-syntax-table in comments
874 and strings.
875 (electric-pair--insert): New function.
876 (electric-pair-post-self-insert-function): Use it and
877 electric--after-char-pos.
878
8792013-06-19 Leo Liu <sdl.web@gmail.com>
880
881 * progmodes/octave.el (octave-help): Fix regexp.
882
8832013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
884
885 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
886 (shr-table-horizontal-line): Allow nil as a value, and change the
887 default.
888 (shr-insert-table-ruler): Respect the nil value.
889
8902013-06-18 Tom Tromey <tromey@barimba>
891
892 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
893 New defvars.
894 (eww-open-file): New defun.
895 (eww-render): Initialize new variables.
896 (eww-display-html): Handle "link" and "a".
897 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
898 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
899 (eww-back-url): Rename from eww-previous-url.
900 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
901 New defuns.
902
9032013-06-18 Dmitry Gutov <dgutov@yandex.ru>
904
905 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
906 Distinguish ternary operator tokens from slash symbol and slash
907 char literal.
908
9092013-06-18 Juanma Barranquero <lekktu@gmail.com>
910
911 Convert symbol prettification into minor mode and global minor mode.
912
913 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
914 `prog-prettify-symbols', and make a local defvar instead of defcustom.
915 (prettify-symbols--keywords): Rename from
916 `prog-prettify-symbols-alist' and make a local defvar.
917 (prettify-symbols--compose-symbol): Rename from
918 `prog--prettify-font-lock-compose-symbol'.
919 (prettify-symbols--make-keywords): Rename from
920 `prog-prettify-font-lock-symbols-keywords' and simplify.
921 (prog-prettify-install): Remove.
922 (prettify-symbols-mode): New minor mode, based on
923 `prog-prettify-install'.
924 (turn-on-prettify-symbols-mode): New function.
925 (global-prettify-symbols-mode): New globalized minor mode.
926
927 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
928 * progmodes/cfengine.el (cfengine3-mode):
929 * progmodes/perl-mode.el (perl-mode): Don't call
930 `prog-prettify-install'; set `prettify-symbols-alist' instead.
931
9322013-06-18 Juri Linkov <juri@jurta.org>
933
934 * files-x.el (modify-file-local-variable-message): New function.
935 (modify-file-local-variable)
936 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
937 and call `modify-file-local-variable-message' when it's non-nil.
938 (add-file-local-variable, delete-file-local-variable)
939 (add-file-local-variable-prop-line)
940 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
941 and use it. (Bug#9820)
942
9432013-06-18 Juri Linkov <juri@jurta.org>
944
945 * emulation/vi.el (vi-shell-op):
946 * emulation/vip.el (vip-execute-com, ex-command):
947 * emulation/viper-cmd.el (viper-exec-bang):
948 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
949 the call of `shell-command-on-region'. (Bug#14637)
950
951 * simple.el (shell-command-on-region): Doc fix.
952
9532013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
956 (bug#14633).
957
9582013-06-18 Glenn Morris <rgm@gnu.org>
959
960 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
961
962 * newcomment.el (comment-search-forward, comment-search-backward):
963 Doc fix. (Bug#14376)
964
9652013-06-18 Juanma Barranquero <lekktu@gmail.com>
966
967 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
968 (buffer-face-mode-invoke): Doc fix.
969
9702013-06-18 Matthias Meulien <orontee@gmail.com>
971
972 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
973
9742013-06-18 Glenn Morris <rgm@gnu.org>
975
976 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
977 Replace obsolete function generic-make-keywords with its expansion.
978
979 * progmodes/python.el (ffap-alist): Declare.
980
981 * textmodes/reftex.el (bibtex-mode-map): Declare.
982
9832013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
986 (package-unpack, package-unpack-single): Return the pkg-dir.
987 (package-download-transaction): Use it to update package-alist.
988
9892013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
990
991 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
992 possible choice.
993
9942013-06-17 Juri Linkov <juri@jurta.org>
995
996 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
997
9982013-06-17 Dmitry Gutov <dgutov@yandex.ru>
999
1000 * emacs-lisp/package.el (package-load-descriptor):
1001 Remove `with-syntax-table' call, `read' doesn't need it.
1002 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
1003
10042013-06-17 Juanma Barranquero <lekktu@gmail.com>
1005
1006 * startup.el (command-line): Expand package name returned by
1007 `package--description-file' (bug#14639).
1008
10092013-06-17 Dmitry Gutov <dgutov@yandex.ru>
1010
1011 * emacs-lisp/package.el (package-load-descriptor): Do not call
1012 `emacs-lisp-mode', just use its syntax table.
1013
10142013-06-17 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
1017 `font-lock-extra-managed-props' if any prettifying keyword is added.
1018 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
1019 (prog-mode): Use `setq-local'.
1020
10212013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * international/characters.el (standard-case-table): Set syntax of ?»
1024 and ?« to punctuation.
1025
10262013-06-16 Juanma Barranquero <lekktu@gmail.com>
1027
1028 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
1029 Save relevant match data before calling `syntax-ppss' (bug#14595).
1030
10312013-06-15 Juri Linkov <juri@jurta.org>
1032
1033 * files-x.el (modify-file-local-variable-prop-line): Add local
1034 variables to the end of the existing comment on the first line.
1035 Use `file-auto-mode-skip' to skip interpreter magic line,
1036 and also skip XML declaration.
1037
10382013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * startup.el (package--builtin-versions): New var.
1041 (package-subdirectory-regexp): Remove.
1042 (package--description-file): Hard code its value instead.
1043
1044 * emacs-lisp/package.el: Don't activate packages older than builtin.
1045 (package-obsolete-list): Rename from package-obsolete-alist, and make
1046 it into a simple list of package-desc.
1047 (package-strip-version): Remove.
1048 (package-built-in-p): Use package--builtin-versions.
1049 (package-mark-obsolete): Simplify.
1050 (package-process-define-package): Mark it obsolete if older than the
1051 builtin version.
1052 (package-handle-response): Use line-end-position.
1053 (package-read-archive-contents, package--download-one-archive):
1054 Simplify.
1055 (package--add-to-archive-contents): Skip if older than the builtin or
1056 installed version.
1057 (package-menu-describe-package): Fix last change.
1058 (package-list-unversioned): New var.
1059 (package-menu--generate): Use it.
1060
1061 * emacs-lisp/autoload.el: Manage package--builtin-versions.
1062 (autoload--insert-text, autoload--insert-cookie-text): New functions.
1063 (autoload-builtin-package-versions): New variable.
1064 (autoload-generate-file-autoloads): Use them.
1065 Remove the list of autoloaded functions/macros from the
1066 (autoload...) comments.
1067
1068 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
1069
10702013-06-15 Eli Zaretskii <eliz@gnu.org>
1071
1072 * simple.el (line-move-partial): Don't jump to the next screen
1073 line as soon as it becomes visible. Instead, continue enlarging
1074 the vscroll until the portion of a tall screen line that's left on
1075 display is about the height of the frame's default font.
1076 (Bug#14567)
1077
10782013-06-15 Glenn Morris <rgm@gnu.org>
1079
1080 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
1081 compilation-error-regexp-alist void, or local while let-bound.
1082
1083 * progmodes/make-mode.el (makefile-mode-syntax-table):
1084 Treat "=" as punctuation. (Bug#14614)
1085
10862013-06-15 Juanma Barranquero <lekktu@gmail.com>
1087
1088 * help-fns.el (describe-variable):
1089 Add extra line for permanent-local variables.
1090
10912013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
1092
1093 * progmodes/scheme.el (scheme-font-lock-keywords-2):
1094 Add export, import, library. (Bug#9164)
1095 (library): Set indent function.
1096
10972013-06-14 Glenn Morris <rgm@gnu.org>
1098
1099 * term/xterm.el (xterm--query):
1100 Stop after first matching handler. (Bug#14615)
1101
11022013-06-14 Ivan Kanis <ivan@kanis.fr>
1103
1104 Add support for dired in saveplace.
1105 * dired.el (dired-initial-position-hook): New variable.
1106 (dired-initial-position): Call hook to place cursor position.
1107 * saveplace.el (save-place-to-alist): Add dired position.
1108 (save-place-dired-hook): New function.
1109
11102013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
1113 through a symbol rather than letrec.
1114
1115 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
1116 (package-desc): Add `dir' field.
1117 (package-desc-full-name): New function.
1118 (package-load-descriptor): Combine the two arguments. Don't use `load'.
1119 (package-maybe-load-descriptor): Remove.
1120 (package-load-all-descriptors): Just call package-load-descriptor.
1121 (package--disabled-p): New function.
1122 (package-desc-vers, package-desc-doc): Remove aliases.
1123 (package--dir): Remove function.
1124 (package-activate): Check if a package is disabled.
1125 (package-process-define-package): New function, extracted from
1126 define-package.
1127 (define-package): Turn into a place holder.
1128 (package-unpack-single, package-tar-file-info):
1129 Use package--description-file.
1130 (package-compute-transaction): Use package--disabled-p.
1131 (package-download-transaction): Don't call
1132 package-maybe-load-descriptor since they're all loaded anyway.
1133 (package-install): Change argument to be a pkg-desc.
1134 (package-delete): Use a single pkg-desc argument.
1135 (describe-package-1): Use package-desc-dir instead of package--dir.
1136 Use package-desc property instead of package-symbol.
1137 (package-install-button-action): Adjust accordingly.
1138 (package--push): Rewrite.
1139 (package-menu--print-info): Adjust accordingly. Change the ID format
1140 to be a pkg-desc.
1141 (package-menu-describe-package, package-menu-get-status)
1142 (package-menu--find-upgrades, package-menu-mark-upgrades)
1143 (package-menu-execute, package-menu--name-predicate):
1144 Adjust accordingly.
1145 * startup.el (package--description-file): New function.
1146 (command-line): Use it.
1147 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1148 Use package-desc-version.
1149
1150 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
1151 (byte-compile-preprocess): Use it.
1152 (byte-compile-file-form-defalias): Try a bit harder to use macros we
1153 can't quite recognize.
1154 (byte-compile-add-to-list): Remove.
1155 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
1156 (cconv-closure-convert): Add assertion.
1157
1158 * emacs-lisp/map-ynp.el: Use lexical-binding.
1159 (map-y-or-n-p): Remove unused vars `tail' and `object'.
1160 Factor out some repeated code.
1161
11622013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * subr.el (with-eval-after-load): New macro.
1165 (eval-after-load): Allow form to be a function.
1166 take advantage of lexical-binding.
1167 (do-after-load-evaluation): Use dolist and adjust to new format.
1168 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
1169
11702013-06-13 Juri Linkov <juri@jurta.org>
1171
1172 * replace.el (perform-replace): Display "symbol " and other search
1173 modes from `isearch-message-prefix' in the *Help* buffer.
1174
1175 * isearch.el (isearch-query-replace): Add " symbol" and other
1176 possible search modes from `isearch-message-prefix' to the prompt.
1177 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
1178 when reading a regexp to collect.
1179
11802013-06-13 Juri Linkov <juri@jurta.org>
1181
1182 * isearch.el (word-search-regexp): Match whitespace if the search
1183 string begins or ends in whitespace. The LAX arg is applied to
1184 both ends of the search string. Use `regexp-quote' and explicit
1185 \< and \> instead of \b. Use \` and \' instead of ^ and $.
1186 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
1187 boundaries are replaced with symbol boundaries, and characters
1188 between symbols match non-word non-symbol syntax. (Bug#14602)
1189
11902013-06-13 Juri Linkov <juri@jurta.org>
1191
1192 * isearch.el (isearch-del-char): Don't exceed the length of
1193 `isearch-string' by the prefix arg. (Bug#14563)
1194
11952013-06-13 Juri Linkov <juri@jurta.org>
1196
1197 * isearch.el (isearch-yank-word, isearch-yank-line)
1198 (isearch-char-by-name, isearch-quote-char)
1199 (isearch-printing-char, isearch-process-search-char):
1200 Add optional count prefix arg. (Bug#14563)
1201
1202 * international/isearch-x.el
1203 (isearch-process-search-multibyte-characters):
1204 Add optional count prefix arg.
1205
12062013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
1209 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
1210 lexical-binding.
1211
12122013-06-13 Vitalie Spinu <spinuvit@gmail.com>
1213
1214 * subr.el (set-temporary-overlay-map): Add on-exit argument.
1215
12162013-06-13 Glenn Morris <rgm@gnu.org>
1217
1218 * startup.el (tty-handle-args):
1219 Don't just discard "--" and anything after. (Bug#14608)
1220
1221 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
1222
12232013-06-13 Michael Albinus <michael.albinus@gmx.de>
1224
1225 Implement changes in Secret Service API. Make it backward compatible.
1226 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
1227 (secrets-create-item): Use it. Prefix properties with interface.
1228
12292013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
1230
1231 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
1232 (term-emulate-terminal): Respect term-suppress-hard-newline.
1233
12342013-06-13 E Sabof <esabof@gmail.com> (tiny change)
1235
1236 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1237 Only remove a `thumb-file' overlay. (Bug#14548)
1238
12392013-06-12 Grégoire Jadi <daimrod@gmail.com>
1240
1241 * mail/reporter.el (reporter-submit-bug-report):
1242 Handle missing package-name. (Bug#14600)
1243
12442013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1245
1246 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
1247 (reftex-citation-prompt, reftex-default-bibliography)
1248 (reftex-bib-or-thebib, reftex-get-bibfile-list)
1249 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1250 (reftex-bib-sort-author, reftex-bib-sort-year)
1251 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
1252 (reftex-extract-bib-entries-from-thebibliography)
1253 (reftex-get-bibkey-default, reftex-get-bib-names)
1254 (reftex-parse-bibtex-entry, reftex-get-bib-field)
1255 (reftex-format-bib-entry, reftex-parse-bibitem)
1256 (reftex-format-bibitem, reftex-do-citation)
1257 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
1258 (reftex-restrict-bib-matches, reftex-extract-bib-file)
1259 (reftex-insert-bib-matches, reftex-format-citation)
1260 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
1261 (reftex-create-bibtex-file): Add docstrings, mostly by converting
1262 existing comments into docstrings.
1263
12642013-06-12 Xue Fuqiao <xfq.free@gmail.com>
1265
1266 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
1267
12682013-06-12 Andreas Schwab <schwab@suse.de>
1269
1270 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
1271 for auto-save files.
1272
12732013-06-12 Glenn Morris <rgm@gnu.org>
1274
1275 * ido.el (ido-delete-ignored-files): Remove.
1276 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
1277 Go back to calling ido-ignore-item-p directly.
1278
12792013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
1280
1281 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
1282
1283 * ido.el (ido-delete-ignored-files): New function,
1284 split from ido-make-file-list-1.
1285 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
1286 (ido-make-file-list-1): Use ido-delete-ignored-files.
1287
12882013-06-12 Leo Liu <sdl.web@gmail.com>
1289
1290 * progmodes/octave.el (inferior-octave-startup)
1291 (inferior-octave-completion-table)
1292 (inferior-octave-track-window-width-change)
1293 (octave-eldoc-function-signatures, octave-help)
1294 (octave-find-definition): Use single quoted strings.
1295 (inferior-octave-startup-args): Change default value.
1296 (inferior-octave-startup): Do not hard code "-i" and
1297 "--no-line-editing".
1298 (inferior-octave-resync-dirs): Add optional arg NOERROR.
1299 (inferior-octave-directory-tracker): Use it.
1300 (octave-goto-function-definition): Robustify.
1301 (octave-help): Support highlighting operators in 'See also'.
1302 (octave-find-definition): Find subfunctions only in Octave mode.
1303
13042013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * help-fns.el (help-fns--compiler-macro): If the handler function is
1307 named, then put a link to it.
1308 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
1309 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
1310 (cl-typep): Use it.
1311 (cl-eval-when): Simplify debug spec.
1312 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
1313 compiler-macro function instead of setting `compiler-macro-file'.
1314
13152013-06-12 Xue Fuqiao <xfq.free@gmail.com>
1316
1317 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
1318 * vc/vc-hooks.el (vc-stay-local): Doc fix.
1319
13202013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1321 Daniel Hackney <dan@haxney.org>
1322
1323 First part of Daniel Hackney's patch to package.el.
1324 * emacs-lisp/package.el: Use defstruct.
1325 (package-desc): New, main struct.
1326 (package--bi-desc, package--ac-desc): New structs, used to describe the
1327 format in external files.
1328 (package-desc-vers): Replace with package-desc-version accessor.
1329 (package-desc-doc): Replace with package-desc-summary accessor.
1330 (package-activate-1): Remove `package' arg since the pkg-vec now
1331 includes the name.
1332 (define-package): Use package-desc-from-define.
1333 (package-unpack-single): Change file-name arg to be a symbol.
1334 (package--add-to-archive-contents): Use package-desc-create and new
1335 accessor functions to package--ac-desc.
1336 (package-buffer-info, package-tar-file-info): Return a package-desc.
1337 (package-install-from-buffer): Remove `type' argument. Change pkg-info
1338 arg to be a package-desc.
1339 (package-install-file): Adjust accordingly. Use \' to match EOS.
1340 (package--from-builtin): New function.
1341 (describe-package-1, package-menu--generate): Use it.
1342 (package--make-autoloads-and-compile): Change name arg to be a symbol.
1343 (package-generate-autoloads): Idem and return the name of the file.
1344 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1345 Change pkg-info arg to be a package-desc.
1346 Use package-make-ac-desc.
1347 (package-upload-file): Use \' to match EOS.
1348 * finder.el (finder-compile-keywords): Use package-make-builtin.
1349
13502013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * vc/vc.el (vc-deduce-fileset): Change error message.
1353 (vc-read-backend): New function.
1354 (vc-next-action): Use it.
1355
1356 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
1357
1358 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
1359 (prolog-font-lock-keywords): Use regexp-opt instead.
1360 Don't manually highlight strings.
1361 (prolog-mode-variables): Simplify comment-start-skip.
1362 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
1363
1364 * emacs-lisp/generic.el (generic--normalise-comments)
1365 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
1366 (generic-mode-set-comments): Use them.
1367 (generic-bracket-support): Use setq-local.
1368 (generic-make-keywords-list): Declare obsolete.
1369
13702013-06-11 Glenn Morris <rgm@gnu.org>
1371
1372 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1373 Prettify after setting font-lock-defaults. (Bug#14574)
1374
13752013-06-11 Juanma Barranquero <lekktu@gmail.com>
1376
1377 * replace.el (query-replace, occur-read-regexp-defaults-function)
1378 (replace-search):
1379 * subr.el (declare-function, number-sequence, local-set-key)
1380 (substitute-key-definition, locate-user-emacs-file)
1381 (with-silent-modifications, split-string, eval-after-load):
1382 Fix typos, remove unneeded backslashes and reflow some docstrings.
1383
13842013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
1387 default for Elisp files.
1388
13892013-06-11 Glenn Morris <rgm@gnu.org>
1390
1391 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
1392 although define-derived-mode was doing this anyway. (Bug#14583)
1393
13942013-06-10 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1397 Fix make-variable-buffer-local call to refer to the correct variable.
1398
13992013-06-10 Aidan Gauland <aidalgol@amuri.net>
1400
1401 * eshell/em-term.el (eshell-visual-commands)
1402 (eshell-visual-subcommands, eshell-visual-options):
1403 Add summary line to docstrings. Add cross-references.
1404
14052013-06-10 Glenn Morris <rgm@gnu.org>
1406
1407 * epa.el (epa-read-file-name): New function. (Bug#14510)
1408 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
1409
14102013-06-09 Aidan Gauland <aidalgol@amuri.net>
1411
1412 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
1413 output redirection to be ignored with visual commands.
1414
14152013-06-09 Aidan Gauland <aidalgol@amuri.net>
1416
1417 * eshell/em-term.el (eshell-visual-command-p): New function.
1418 (eshell-term-initialize): Move long lambda to separate function
1419 eshell-visual-command-p.
1420 * eshell/em-dirs.el (eshell-dirs-initialise):
1421 * eshell/em-script.el (eshell-script-initialize):
1422 Add missing #' to lambda.
1423
14242013-06-08 Leo Liu <sdl.web@gmail.com>
1425
1426 * progmodes/octave.el (octave-add-log-current-defun): New function.
1427 (octave-mode): Set add-log-current-defun-function.
1428 (octave-goto-function-definition): Do not move point if not found.
1429 (octave-find-definition): Enhance to try subfunctions first.
1430
14312013-06-08 Glenn Morris <rgm@gnu.org>
1432
1433 * emacs-lisp/bytecomp.el (byte-compile-char-before)
1434 (byte-compile-backward-char, byte-compile-backward-word):
1435 Improve previous change, to handle non-explicit nil.
1436
14372013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
1440 (smie--opener/closer-at-point): New function.
1441 (smie--matching-block-data): Use it. Don't match from right after an
1442 opener or right before a closer. Obey smie-blink-matching-inners.
1443 Don't signal a mismatch for repeated inners like "switch..case..case".
1444
14452013-06-07 Leo Liu <sdl.web@gmail.com>
1446
1447 * progmodes/octave.el (octave-mode): Set comment-use-global-state
1448 to t. (Bug#14303)
1449 (octave-function-header-regexp): Fix. (Bug#14570)
1450 (octave-help-mode-finish-hook, octave-help-mode-finish):
1451 Remove. Just use temp-buffer-show-hook.
1452
1453 * newcomment.el (comment-search-backward): Revert last change.
1454 (Bug#14434)
1455
1456 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
1457
14582013-06-07 Eli Zaretskii <eliz@gnu.org>
1459
1460 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
1461 through xargs, to avoid failure due to MS-Windows limitations on
1462 command-line length.
1463
14642013-06-06 Glenn Morris <rgm@gnu.org>
1465
1466 * font-lock.el (lisp-font-lock-keywords-2):
1467 Treat user-error like error.
1468
1469 * emacs-lisp/bytecomp.el (byte-compile-char-before)
1470 (byte-compile-backward-char, byte-compile-backward-word):
1471 Handle explicit nil arguments. (Bug#14565)
1472
14732013-06-05 Alan Mackenzie <acm@muc.de>
1474
1475 * isearch.el (isearch-allow-prefix): New user option.
1476 (isearch-other-meta-char): Don't exit isearch when a prefix
1477 argument is typed whilst `isearch-allow-prefix' is non-nil.
1478 (Bug#9706)
1479
14802013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * autorevert.el (auto-revert-notify-handler): Use memq.
1483 Hide assertion failure.
1484
1485 * skeleton.el: Use cl-lib.
1486 (skeleton-further-elements): Use defvar-local.
1487 (skeleton-insert): Use cl-progv.
1488
14892013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1490
1491 * progmodes/prog-mode.el (prog-prettify-symbols)
1492 (prog-prettify-install): Update docstrings.
1493
14942013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * simple.el: Move all the prog-mode code to prog-mode.el.
1497 * progmodes/prog-mode.el: New file.
1498 * loadup.el: Add prog-mode.el.
1499
15002013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1501
1502 * simple.el (prog-prettify-symbols): Add version.
1503 (prog-prettify-install): Add convenience function to prettify symbols.
1504
1505 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
1506 (perl--augmented-font-lock-keywords-1)
1507 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
1508 variables and use it.
1509
1510 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
1511 (cfengine3-mode): Remove unneeded variable and use it.
1512
1513 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
1514 (lisp--augmented-font-lock-keywords-1)
1515 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
1516 Remove unneeded variables and use it.
1517
15182013-06-05 João Távora <joaotavora@gmail.com>
1519
1520 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
1521 to point when opening the connection. (Bug#14380)
1522
15232013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * subr.el (load-history-regexp, load-history-filename-element)
1526 (eval-after-load, after-load-functions, do-after-load-evaluation)
1527 (eval-next-after-load, display-delayed-warnings)
1528 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
1529 definition of save-match-data.
1530 (overriding-local-map): Remove accidental obsolescence declaration.
1531
1532 * emacs-lisp/edebug.el (edebug-result): Move before first use.
1533
15342013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1535
1536 Generalize symbol prettify support to prog-mode and implement it
1537 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
1538 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
1539 (prog--prettify-font-lock-compose-symbol)
1540 (prog-prettify-font-lock-symbols-keywords): New variables and
1541 functions to support symbol prettification.
1542 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
1543 (lisp--augmented-font-lock-keywords-1)
1544 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
1545 (lisp--prettify-symbols-alist): Implement prettify of lambda.
1546 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
1547 (cfengine3--prettify-symbols-alist, cfengine3-mode):
1548 Implement prettify of -> => :: strings.
1549 * progmodes/perl-mode.el (perl-prettify-symbols)
1550 (perl--font-lock-compose-symbol)
1551 (perl--font-lock-symbols-keywords): Move to prog-mode.
1552 (perl--prettify-symbols-alist): Prettify -> => :: strings.
1553 (perl-font-lock-keywords-1)
1554 (perl-font-lock-keywords-2): Remove explicit prettify support.
1555 (perl--augmented-font-lock-keywords)
1556 (perl--augmented-font-lock-keywords-1)
1557 (perl--augmented-font-lock-keywords-2, perl-mode):
1558 Implement prettify support.
1559
15602013-06-05 Leo Liu <sdl.web@gmail.com>
1561
1562 Re-implement smie matching block highlight using
1563 show-paren-data-function. (Bug#14395)
1564 * emacs-lisp/smie.el (smie-matching-block-highlight)
1565 (smie--highlight-matching-block-overlay)
1566 (smie--highlight-matching-block-lastpos)
1567 (smie-highlight-matching-block)
1568 (smie-highlight-matching-block-mode): Remove.
1569 (smie--matching-block-data-cache): New variable.
1570 (smie--matching-block-data): New function.
1571 (smie-setup): Use smie--matching-block-data for
1572 show-paren-data-function.
1573
1574 * progmodes/octave.el (octave-mode-menu): Fix.
1575 (octave-find-definition): Skip garbage lines.
1576
15772013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 Fix compilation error with simultaneous dynamic+lexical scoping.
1580 Add warning when a defvar appears after the first let-binding.
1581 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
1582 (byte-compile-close-variables): Initialize it.
1583 (byte-compile--declare-var): New function.
1584 (byte-compile-file-form-defvar)
1585 (byte-compile-file-form-define-abbrev-table)
1586 (byte-compile-file-form-custom-declare-variable): Use it.
1587 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
1588 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
1589 (byte-compile-bind): Handle dynamic bindings that shadow
1590 lexical bindings.
1591 (byte-compile-unbind): Make arg non-optional.
1592 (byte-compile-let): Simplify.
1593 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
1594 (cconv--analyse-function, cconv-analyse-form): Populate it.
1595 Protect byte-compile-bound-variables to limit the scope of defvars.
1596 (cconv-analyse-form): Add missing rule for (defvar <foo>).
1597 Remove unneeded rule for `declare'.
1598
1599 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
1600 so as to avoid depending on cl-adjoin at run-time.
1601 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
1602
1603 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
1604 (macroexp--warn-and-return): Use it.
1605
16062013-06-05 Leo Liu <sdl.web@gmail.com>
1607
1608 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
1609
16102013-06-04 Leo Liu <sdl.web@gmail.com>
1611
1612 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
1613 (compilation-auto-jump): Suppress the "Mark set" message to give
1614 way to exit message.
1615
16162013-06-04 Alan Mackenzie <acm@muc.de>
1617
1618 Remove faulty optimisation from indentation calculation.
1619 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
1620 search limit based on 2000 characters back from indent-point.
1621
16222013-06-03 Tassilo Horn <tsdh@gnu.org>
1623
1624 * eshell/em-term.el (cl-lib): Require `cl-lib'.
1625
16262013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * emacs-lisp/lisp.el: Use lexical-binding.
1629 (lisp--local-variables-1, lisp--local-variables): New functions.
1630 (lisp--local-variables-completion-table): New var.
1631 (lisp-completion-at-point): Use it complete let-bound vars.
1632
1633 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
1634 eagerly (bug#14422).
1635
16362013-06-03 Michael Albinus <michael.albinus@gmx.de>
1637
1638 * autorevert.el (auto-revert-notify-enabled)
1639 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1640 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
1641 (auto-revert-notify-handler): Handle also gfilenotify.
1642
1643 * subr.el (file-notify-handle-event): New defun. Replacing ...
1644 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
1645 Remove.
1646
16472013-06-03 Juri Linkov <juri@jurta.org>
1648
1649 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
1650 `M-s h .'. (Bug#14427)
1651
1652 * hi-lock.el (highlight-symbol-at-point): New alias for the new
1653 command `hi-lock-face-symbol-at-point'.
1654 (hi-lock-face-symbol-at-point): New command.
1655 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
1656 (hi-lock-menu): Add `highlight-symbol-at-point'.
1657 (hi-lock-mode): Doc fix.
1658
1659 * isearch.el (isearch-forward-symbol-at-point): New command.
1660 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
1661 (isearch-highlight-regexp): Add a regexp which matches
1662 words/symbols for word/symbol mode.
1663
1664 * subr.el (find-tag-default-bounds): New function with the body
1665 mostly moved from `find-tag-default'.
1666 (find-tag-default): Move most code to `find-tag-default-bounds',
1667 call it and apply `buffer-substring-no-properties' afterwards.
1668
16692013-06-03 Tassilo Horn <tsdh@gnu.org>
1670
1671 * eshell/em-term.el (eshell-term-initialize):
1672 Use `cl-intersection' rather than `intersection'.
1673
16742013-06-02 Xue Fuqiao <xfq.free@gmail.com>
1675
1676 * vc/log-view.el: Doc fix.
1677 (log-view-mode-map): Copy keymap from `special-mode-map'.
1678
16792013-06-02 Eric Ludlam <zappo@gnu.org>
1680
1681 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
1682 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
1683 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
1684 (eieio-unbound, eieio-default-superclass)
1685 (eieio--define-field-accessors, method-static, method-before)
1686 (method-primary, method-after, method-num-lists)
1687 (method-generic-before, method-generic-primary)
1688 (method-generic-after, method-num-slots)
1689 (eieio-specialized-key-to-generic-key)
1690 (eieio--check-type, class-v, class-p)
1691 (eieio-class-name, define-obsolete-function-alias)
1692 (eieio-class-parents-fast, eieio-class-children-fast)
1693 (same-class-fast-p, class-constructor, generic-p)
1694 (generic-primary-only-p, generic-primary-only-one-p)
1695 (class-option-assoc, class-option, eieio-object-p)
1696 (class-abstract-p, class-method-invocation-order)
1697 (eieio-defclass-autoload-map, eieio-defclass-autoload)
1698 (eieio-class-un-autoload, eieio-defclass)
1699 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
1700 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
1701 (eieio--defgeneric-init-form, eieio-defgeneric-form)
1702 (eieio-defgeneric-reset-generic-form)
1703 (eieio-defgeneric-form-primary-only)
1704 (eieio-defgeneric-reset-generic-form-primary-only)
1705 (eieio-defgeneric-form-primary-only-one)
1706 (eieio-defgeneric-reset-generic-form-primary-only-one)
1707 (eieio-unbind-method-implementations)
1708 (eieio--defmethod, eieio--typep)
1709 (eieio-perform-slot-validation, eieio-validate-slot-value)
1710 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
1711 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
1712 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
1713 (eieio-slot-name-index, eieio-class-slot-name-index)
1714 (eieio-set-defaults, eieio-initarg-to-attribute)
1715 (eieio-attribute-to-initarg, eieio-c3-candidate)
1716 (eieio-c3-merge-lists, eieio-class-precedence-c3)
1717 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
1718 (eieio-class-precedence-list, eieio-generic-call-methodname)
1719 (eieio-generic-call-arglst, eieio-generic-call-key)
1720 (eieio-generic-call-next-method-list)
1721 (eieio-pre-method-execution-functions, eieio-generic-call)
1722 (eieio-generic-call-primary-only, eieiomt-method-list)
1723 (eieiomt-optimizing-obarray, eieiomt-install)
1724 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
1725 (eieio-generic-form, eieio-defmethod, make-obsolete)
1726 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
1727 (defclass): Remove `eval-and-compile' from macro.
1728 (call-next-method, shared-initialize): Instead of using
1729 `scoped-class' variable, use new eieio--scoped-class, and
1730 eieio--with-scoped-class.
1731 (initialize-instance): Rename local variable 'scoped-class' to
1732 'this-class' to remove ambiguitity from old global.
1733
1734 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
1735 eieio.el.
1736 (eieio--scoped-class-stack): New variable.
1737 (eieio--scoped-class): New fcn.
1738 (eieio--with-scoped-class): New scoping macro.
1739 (eieio-defclass): Use pushnew instead of add-to-list.
1740 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
1741 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
1742 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
1743 `scoped-class' variable, use new eieio--scoped-class, and
1744 eieio--with-scoped-class.
1745
1746 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
1747
17482013-06-02 Tassilo Horn <tsdh@gnu.org>
1749
1750 * eshell/esh-ext.el (eshell-external-command): Pass args to
1751 `eshell-find-interpreter'.
1752 (eshell-find-interpreter): Add new second parameter ARGS.
1753
1754 * eshell/em-script.el (eshell-script-initialize): Add second arg
1755 to the function added as MATCH to `eshell-interpreter-alist'.
1756
1757 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
1758 the function added as MATCH to `eshell-interpreter-alist'.
1759
1760 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
1761 (eshell-visual-options): New defcustom.
1762 (eshell-escape-control-x): Adapt docstring.
1763 (eshell-term-initialize): Test `eshell-visual-subcommands' and
1764 `eshell-visual-options' in addition to `eshell-visual-commands'.
1765 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
1766
17672013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
1768
1769 * progmodes/python.el (python-indent-block-enders): Add break,
1770 continue and raise keywords.
1771
17722013-06-01 Glenn Morris <rgm@gnu.org>
1773
1774 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
1775
1776 Plain (f)boundp silences compilation warnings since Emacs 22.1.
1777 * progmodes/cc-cmds.el (delete-forward-p):
1778 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
1779 * progmodes/cc-engine.el (buffer-syntactic-context):
1780 * progmodes/cc-fonts.el (face-property-instance):
1781 * progmodes/cc-mode.el (set-keymap-parents):
1782 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
1783 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
1784 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
1785 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
1786 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
1787
1788 * progmodes/cc-vars.el (other): Emacs has this widget since
1789 at least 21.1, so don't (re)define it.
1790
1791 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1792 Replace the obsolete alias pcomplete-arg-quote-list.
1793
17942013-06-01 Leo Liu <sdl.web@gmail.com>
1795
1796 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
1797 punctuation syntax.
1798 (inferior-octave-minimal-columns)
1799 (inferior-octave-last-column-width): New variables.
1800 (inferior-octave-track-window-width-change): New function.
1801 (inferior-octave-mode): Adjust column width so that Octave output,
1802 for example from 'ls', can fit into the window nicely.
1803
18042013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1805
1806 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1807 Highlight expansions inside regexp literals.
1808
18092013-05-31 Glenn Morris <rgm@gnu.org>
1810
1811 * obsolete/sym-comp.el (symbol-complete):
1812 Replace obsolete completion-annotate-function.
1813
1814 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
1815
18162013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1817
1818 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1819 New function, checks if point is inside a literal that allows
1820 expression expansion.
1821 (ruby-syntax-propertize-expansion): Use it.
1822 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
1823 around the body.
1824
18252013-05-30 Juri Linkov <juri@jurta.org>
1826
1827 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
1828 to "\M-si".
1829 (isearch-invisible): New variable.
1830 (isearch-forward): Doc fix.
1831 (isearch-mode): Set `isearch-invisible'
1832 to the value of `search-invisible'.
1833 (isearch-toggle-case-fold): Doc fix.
1834 (isearch-toggle-invisible): New command.
1835 (isearch-query-replace): Let-bind `search-invisible'
1836 to the value of `isearch-invisible'.
1837 (isearch-search): Use `isearch-invisible' instead of
1838 `search-invisible'. Let-bind `search-invisible'
1839 to the value of `isearch-invisible'. (Bug#11378)
1840
18412013-05-30 Juri Linkov <juri@jurta.org>
1842
1843 * replace.el (perform-replace): Avoid `isearch-range-invisible'
1844 call when `query-flag' is nil and `search-invisible' is non-nil.
1845 (Bug#11746)
1846
18472013-05-30 Glenn Morris <rgm@gnu.org>
1848
1849 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
1850
1851 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
1852 (cc-require): Suppress spurious "noruntime" warnings.
1853 (cc-require-when-compile): Use fboundp, for sake of compiler.
1854
1855 * progmodes/cc-mode.el: Move load of cc-vars before that of
1856 cc-langs (which in turn loads cc-vars), to quieten compiler.
1857
18582013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * paren.el: Simplify the code.
1861 (show-paren-mode): Always start the timer.
1862 (show-paren--idle-timer): Rename from show-paren-idle-timer.
1863 (show-paren--overlay, show-paren--overlay-1): Rename from
1864 show-paren-overlay and show-paren-overlay-1, and initialize to an
1865 overlay rather than to nil.
1866 (show-paren-function): Misc cleanup and simplifications.
1867
18682013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * paren.el (show-paren-data-function): New hook.
1871 (show-paren--default): New function, extracted from show-paren-function.
1872 (show-paren-function): Use show-paren-data-function.
1873
18742013-05-30 Glenn Morris <rgm@gnu.org>
1875
1876 * ielm.el (ielm-map, ielm-complete-symbol):
1877 Use completion-at-point rather than obsolete functions.
1878 (inferior-emacs-lisp-mode): Doc fix.
1879 Set completion-at-point-functions, rather than
1880 comint-dynamic-complete-functions.
1881
1882 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
1883 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
1884 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
1885
1886 * image.el (image-animated-p): Tweak definition.
1887
1888 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
1889 (rlogin-process-connection-type): Tweak default. Add set-after.
1890 (rlogin-host): Doc fix.
1891 (rlogin): Tweak prompt.
1892 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
1893
1894 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1895 * progmodes/tcl.el (inferior-tcl-mode-map):
1896 Use completion-at-point rather than obsolete alias.
1897
1898 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
1899
1900 * minibuffer.el (read-file-name-completion-ignore-case):
1901 Move before completion--in-region, for eager macro expansion.
1902
19032013-05-29 Juri Linkov <juri@jurta.org>
1904
1905 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
1906 for total count of matching lines. Add `global-matches' for total
1907 count of matches. Rename `matches' to `lines' for count of
1908 matching lines. Add `matches' for count of matches.
1909 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
1910 to `prev-line' for line number of prev match endpt.
1911 Increment `matches' for every match. Print the number of
1912 matching lines in the header.
1913 (occur-context-lines): Rename `lines' to `curr-line'.
1914 Rename `prev-lines' to `prev-line'. (Bug#14017)
1915
19162013-05-29 Juri Linkov <juri@jurta.org>
1917
1918 * replace.el (perform-replace): Add `skip-read-only-count',
1919 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
1920 Increment them for corresponding conditions and report the number
1921 of skipped occurrences in the final message. (Bug#11746)
1922 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1923 (replace-string, replace-regexp): Doc fix.
1924
19252013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * emacs-lisp/trace.el (trace--read-args): Provide a default.
1928
1929 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
1930 prog-mode-map (bug#14504).
1931
19322013-05-29 Leo Liu <sdl.web@gmail.com>
1933
1934 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
1935 (octave-help): Small simplification.
1936
1937 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
1938 off the highlight first.
1939
19402013-05-29 Glenn Morris <rgm@gnu.org>
1941
1942 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
1943 Handle idlwave-last-system-routine-info-cons-cell being nil.
1944
1945 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1946 (idlwave-write-paths): Simplify via with-temp-buffer.
1947
1948 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
1949 * emulation/cua-rect.el: Also load cua-base at run time.
1950
1951 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
1952 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
1953 (cperl-imenu-on-info): Require imenu.
1954
19552013-05-28 Alan Mackenzie <acm@muc.de>
1956
1957 Handle "capitalised keywords" correctly.
1958 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
1959
19602013-05-28 Aidan Gauland <aidalgol@amuri.net>
1961
1962 * eshell/em-unix.el: Add -r option to cp.
1963
19642013-05-28 Glenn Morris <rgm@gnu.org>
1965
1966 * vc/vc-arch.el (vc-exec-after): Declare.
1967 (vc-switches): Autoload.
1968 * vc/vc-bzr.el: No need to require vc when compiling.
1969 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
1970 (vc-resynch-buffer, vc-dir-refresh): Declare.
1971 (vc-setup-buffer, vc-switches): Autoload.
1972 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
1973 (vc-resynch-buffer): Declare.
1974 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
1975 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
1976 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
1977 (grep-read-regexp, grep-read-files, grep-expand-template)
1978 (vc-dir-refresh): Declare.
1979 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
1980 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
1981 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
1982 * vc/vc-mtn.el (vc-exec-after): Declare.
1983 (vc-switches): Autoload.
1984 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
1985 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
1986 (vc-file-tree-walk): Declare.
1987 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
1988 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
1989 (vc-tag-precondition, vc-rename-master): Autoload.
1990 * vc/vc-svn.el (vc-exec-after): Declare.
1991 (vc-switches, vc-setup-buffer): Autoload.
1992 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
1993 Autoload.
1994 (vc-resynch-buffer): Declare.
1995
1996 * obsolete/fast-lock.el (byte-compile-warnings):
1997 Don't warn about obsolete features in this obsolete file.
1998
1999 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
2000 Move definition before use.
2001
2002 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
2003 (dun-unix-verbs): Remove dun-zippy.
2004 (dun-zippy): Remove function.
2005
2006 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
2007
20082013-05-27 Juri Linkov <juri@jurta.org>
2009
2010 * replace.el (replace-search): New function with code moved out
2011 from `perform-replace'.
2012 (replace-highlight, replace-dehighlight): Move function definitions
2013 up closer to `replace-search'. (Bug#11746)
2014
20152013-05-27 Juri Linkov <juri@jurta.org>
2016
2017 * replace.el (perform-replace): Ignore invisible matches.
2018 In addition to checking `query-replace-skip-read-only', also
2019 filter out matches by calling `run-hook-with-args-until-failure'
2020 on `isearch-filter-predicates', and also check `search-invisible'
2021 for t or call `isearch-range-invisible'.
2022 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
2023
20242013-05-27 Juri Linkov <juri@jurta.org>
2025
2026 * isearch.el (isearch-filter-predicates): Rename from
2027 `isearch-filter-predicate'. Doc fix. (Bug#11378)
2028 (isearch-message-prefix): Display text from the property
2029 `isearch-message-prefix' of the currently active filters.
2030 (isearch-search): Don't compare `isearch-filter-predicate' with
2031 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
2032 on `isearch-filter-predicates'. Also check `search-invisible' for t
2033 or call `isearch-range-invisible'.
2034 (isearch-filter-visible): Make obsolete.
2035 (isearch-lazy-highlight-search):
2036 Call `run-hook-with-args-until-failure' on
2037 `isearch-filter-predicates' and use `isearch-range-invisible'.
2038
2039 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
2040 `isearch-filter-predicates' instead of `funcall'ing
2041 `isearch-filter-predicate'.
2042 (Info-mode): Set `Info-isearch-filter' to
2043 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
2044
2045 * dired-aux.el (dired-isearch-filter-predicate-orig):
2046 Remove variable.
2047 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
2048 (dired-isearch-filenames-end): Add and remove
2049 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
2050 instead of changing the value of `isearch-filter-predicate'.
2051 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
2052 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
2053 Put property `isearch-message-prefix' to "filename " on
2054 `dired-isearch-filter-filenames'.
2055
2056 * wdired.el (wdired-change-to-wdired-mode):
2057 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
2058 locally instead of changing `isearch-filter-predicate'.
2059 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
2060
20612013-05-27 Dmitry Gutov <dgutov@yandex.ru>
2062
2063 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
2064 return the commit hash (Bug#14459). Also set the
2065 `vc-git-detached' property.
2066 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
2067 (vc-git-mode-line-string): Use the same help-echo format whether
2068 in detached mode or not, because we know the actual revision now.
2069 When in detached mode, shorten the revision to 7 chars.
2070
20712013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * emacs-lisp/easy-mmode.el (define-minor-mode):
2074 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
2075 mode hook and provide a docstring.
2076
20772013-05-27 Alan Mackenzie <acm@muc.de>
2078
2079 Remove spurious syntax-table text properties inserted by C-y.
2080 * progmodes/cc-mode.el (c-after-change): Also clear hard
2081 syntax-table property with value nil.
2082
20832013-05-27 Michael Albinus <michael.albinus@gmx.de>
2084
2085 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
2086 when reading the events; the buffer layout shall not be changed.
2087
20882013-05-27 Leo Liu <sdl.web@gmail.com>
2089
2090 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
2091 New variable.
2092 (inferior-octave-directory-tracker): Automatically re-sync
2093 default-directory.
2094 (octave-help): Improve handling of 'See also'.
2095
20962013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * doc-view.el: Minor naming convention tweaks.
2099 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
2100
2101 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
2102 even if there's no `display' property yet (bug#14435).
2103
21042013-05-25 Eli Zaretskii <eliz@gnu.org>
2105
2106 * subr.el (unmsys--file-name): Rename from reveal-filename.
2107
2108 * Makefile.in (custom-deps, finder-data, autoloads)
2109 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2110 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2111 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
2112
21132013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
2116 error-completion on the first 2 args of condition-case (bug#14446).
2117 Don't burp at EOB.
2118
21192013-05-25 Leo Liu <sdl.web@gmail.com>
2120
2121 * comint.el (comint-previous-matching-input): Do not flood the
2122 *Messages* buffer with trivial messages.
2123
21242013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * progmodes/flymake.el (flymake-nop): Don't return a string.
2127 (flymake-set-at): Fix typo.
2128
2129 * simple.el (read--expression): New function, extracted from
2130 eval-expression. Set completion-at-point-functions (bug#14465).
2131 (eval-expression, eval-minibuffer): Use it.
2132
21332013-05-25 Xue Fuqiao <xfq.free@gmail.com>
2134
2135 * progmodes/flymake.el (flymake-save-buffer-in-file)
2136 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
2137 (flymake-selected-frame, flymake-log, flymake-ins-after)
2138 (flymake-set-at, flymake-get-buildfile-from-cache)
2139 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
2140 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
2141 Refine the doc string.
2142 (flymake-get-file-name-mode-and-masks): Reformat.
2143 (flymake-get-real-file-name-function): Fix a minor bug.
2144
21452013-05-24 Juri Linkov <juri@jurta.org>
2146
2147 * progmodes/grep.el (grep-mode-font-lock-keywords):
2148 Support =linenumber= format used by git-grep for lines with
2149 function names. (Bug#13549)
2150
21512013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * progmodes/octave.el (octave-smie-rules): Return nil rather than
2154 0 after a semi-colon; it works better for smie-auto-fill.
2155 (octave--indent-new-comment-line): New function.
2156 (octave-indent-new-comment-line): Use it (indirectly).
2157 (octave-mode): Don't disable smie-auto-fill. Use add-function to
2158 modify comment-line-break-function.
2159
2160 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
2161 (smie-setup): Use add-function to set it.
2162
21632013-05-24 Sam Steingold <sds@gnu.org>
2164
2165 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
2166 argument (before the `interactive' argument).
2167
21682013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * image-mode.el (image-mode-winprops): Add winprops to
2171 image-mode-winprops-alist before running
2172 image-mode-new-window-functions.
2173 * doc-view.el (doc-view-new-window-function): Don't delay
2174 doc-view-goto-page via timers (bug#14435).
2175
21762013-05-24 Tassilo Horn <tsdh@gnu.org>
2177
2178 * doc-view.el: Integrate with desktop.el. (Bug#14435)
2179 (doc-view-desktop-save-buffer): New function.
2180 (doc-view-restore-desktop-buffer): New function.
2181 (desktop-buffer-mode-handlers):
2182 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
2183 handler.
2184 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
2185 `desktop-save-buffer' function.
2186
21872013-05-24 Michael Albinus <michael.albinus@gmx.de>
2188
2189 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
2190 (tramp-gvfs-file-name-handler): Raise a user error when
2191 `tramp-gvfs-enabled' is nil.
2192 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
2193 Do not raise a user error when loading package. (Bug#14447)
2194
2195 * net/xesam.el: Move to obsolete/.
2196
21972013-05-24 Glenn Morris <rgm@gnu.org>
2198
2199 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
2200
2201 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
2202
2203 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
2204 (Info-find-node, Man-getpage-in-background): Declare.
2205
2206 * mail/unrmail.el (unrmail):
2207 Replace obsolete detect-coding-with-priority.
2208
2209 * net/socks.el (socks-split-string): Use this rather than split-string.
2210 (socks-nslookup-host): Update for above change.
2211 (dynamic-choice, s5-dynamic-choice-match)
2212 (s5-dynamic-choice-match-inline, s5-widget-value-create):
2213 Comment out unused code.
2214
2215 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
2216 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
2217 (gud-tooltip-echo-area): Make obsolete.
2218 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
2219
2220 * progmodes/js.el (js--optimize-arglist): Declare.
2221
2222 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
2223
2224 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
2225 (ediff-window-C): Declare.
2226
2227 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
2228 Tweak requires to silence compiler.
2229
2230 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
2231 (he-search-string, he-tried-table, he-expand-list)
2232 (he-init-string, he-string-member, he-substitute-string)
2233 (he-reset-string): Declare.
2234
2235 * obsolete/options.el (list-options): Use custom-variable-p,
2236 rather than obsolete alias.
2237
22382013-05-23 Sam Steingold <sds@gnu.org>
2239
2240 * simple.el (shell-command-on-region): Pass the `replace' argument
2241 down to `call-process-region' to comply with the doc as reported on
2242 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
2243
22442013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * emacs-lisp/smie.el (smie-indent-forward-token)
2247 (smie-indent-backward-token): Handle string tokens (bug#14381).
2248
22492013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2250
2251 * ielm.el (ielm-menu): New menu.
2252 (inferior-emacs-lisp-mode): Set comment-start.
2253
22542013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2255
2256 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
2257 Fix deactivate action.
2258
2259 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
2260 Add cleveref macros.
2261
2262 * lisp/textmodes/reftex-parse.el
2263 (reftex-locate-bibliography-files): Accept options for
2264 bibliography commands.
2265 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
2266 Add addbibresource. Basic Biblatex support.
2267
22682013-05-23 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * net/tramp-gvfs.el (top):
2271 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
2272 when loading package. (Bug#14447)
2273
22742013-05-23 Glenn Morris <rgm@gnu.org>
2275
2276 * progmodes/js.el: No need to load comint when compiling.
2277 (ring-insert, comint-send-string, comint-send-input)
2278 (comint-last-input-end, ido-chop): Declare.
2279
2280 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
2281 * vc/ediff-mult.el: Adjust requires.
2282 (ediff-directories-internal, ediff-directory-revisions-internal)
2283 (ediff-patch-file-internal): Declare.
2284 * vc/ediff-ptch.el: Adjust requires.
2285 (ediff-use-last-dir, ediff-buffers-internal): Declare.
2286 (ediff-find-file): Autoload.
2287 * vc/ediff-util.el: No need to load ediff when compiling.
2288 (ediff-regions-internal): Declare.
2289 * vc/ediff-wind.el: Adjust requires.
2290 (ediff-compute-toolbar-width): Define when compiling.
2291 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
2292 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
2293 (dired-get-filename, dired-get-marked-files)
2294 (ediff-last-dir-patch, ediff-patch-default-directory)
2295 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
2296 (ediff-patch-buffer-internal): Declare.
2297
2298 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
2299 (ispell-process, ispell-buffer-local-words, lm-summary)
2300 (lm-section-start, lm-section-end): Declare.
2301 (checkdoc-ispell-init): Simplify.
2302
2303 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
2304 (he-string-member, he-reset-string, he-substitute-string): Declare.
2305
2306 * eshell/em-ls.el: Adjust requires.
2307 (eshell-glob-regexp): Declare.
2308 * eshell/em-tramp.el: Adjust requires.
2309 (eshell-parse-command): Autoload.
2310 * eshell/em-xtra.el: Adjust requires.
2311 (eshell-parse-command): Autoload.
2312 * eshell/esh-ext.el: Adjust requires.
2313 (eshell-parse-command, eshell-close-handles): Autoload.
2314 * eshell/esh-io.el: Adjust requires.
2315 (eshell-output-filter): Autoload.
2316 * eshell/esh-util.el: No need to load tramp when compiling.
2317 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
2318 Declare.
2319 (eshell-parse-ange-ls): Require ange-ftp and tramp.
2320 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2321 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
2322 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
2323 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
2324 * eshell/esh-opt.el, eshell/esh-proc.el:
2325 * eshell/esh-var.el: Adjust requires.
2326 * eshell/eshell.el: Do not require esh-util twice.
2327 (eshell-add-input-to-history): Declare.
2328 (eshell-command): Check history module is active before using it.
2329
2330 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
2331
23322013-05-22 Leo Liu <sdl.web@gmail.com>
2333
2334 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
2335
23362013-05-22 Michael Albinus <michael.albinus@gmx.de>
2337
2338 * autorevert.el (auto-revert-notify-add-watch)
2339 (auto-revert-notify-handler): Add `attrib' for the inotify case,
2340 it indicates changes in file modification time.
2341
23422013-05-22 Glenn Morris <rgm@gnu.org>
2343
2344 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2345 Always delete the autoloaded function from the noruntime and
2346 unresolved functions lists.
2347
2348 * allout.el: No need to load epa, epg, overlay when compiling.
2349 (epg-context-set-passphrase-callback, epg-list-keys)
2350 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
2351 (epg-key-user-id-list): Declare.
2352
2353 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2354 (viper-set-parsing-style-toggling-macro)
2355 (viper-set-emacs-state-searchstyle-macros):
2356 Use called-interactively-p on Emacs.
2357 (viper-looking-back): Make it an obsolete alias. Update callers.
2358 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
2359 Use looking-back rather than viper-looking-back.
2360 (viper-tmp-insert-at-eob, viper-enlarge-region)
2361 (viper-read-string-with-history, viper-register-to-point)
2362 (viper-append-to-register, viper-change-state-to-vi)
2363 (viper-backward-char-carefully, viper-forward-char-carefully)
2364 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
2365 (viper-change-state-to-emacs): Declare.
2366 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
2367 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
2368 * emulation/viper-mous.el: Do not load viper-cmd.
2369 (viper-backward-char-carefully, viper-forward-char-carefully)
2370 (viper-forward-word, viper-adjust-window): Declare.
2371
2372 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
2373
2374 * progmodes/idlw-help.el (idlwave-help-fontify):
2375 Use called-interactively-p.
2376
2377 * term/w32console.el (w32-get-console-codepage)
2378 (w32-get-console-output-codepage): Declare.
2379
2380 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
2381 Remove unnecessary declarations.
2382 (dframe-message): Doc fix.
2383
2384 * info.el (dframe-select-attached-frame, dframe-current-frame):
2385 Declare.
2386
2387 * speedbar.el (speedbar-message): Make it an obsolete alias.
2388 Update all callers.
2389 (speedbar-with-attached-buffer)
2390 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
2391 (speedbar-with-writable): Use backquote.
2392 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
2393 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2394 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
2395 rather than speedbar- aliases.
2396 * mail/rmail.el: Load dframe rather than speedbar when compiling.
2397 (speedbar-make-specialized-keymap, speedbar-insert-button)
2398 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
2399 (speedbar-do-function-pointer): Declare.
2400 (rmail-speedbar-button, rmail-speedbar-find-file)
2401 (rmail-speedbar-move-message):
2402 Use dframe-with-attached-buffer rather than speedbar- alias.
2403 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
2404 (dframe-message, speedbar-make-specialized-keymap)
2405 (speedbar-add-expansion-list, speedbar-mode-functions-list)
2406 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
2407 (speedbar-insert-button, dframe-select-attached-frame)
2408 (dframe-maybee-jump-to-attached-frame)
2409 (speedbar-change-initial-expansion-list)
2410 (speedbar-previously-used-expansion-list-name): Declare.
2411 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
2412 Use dframe-message, dframe-with-attached-buffer rather than
2413 speedbar- aliases.
2414 (gud-sentinel): Silence compiler.
2415 * progmodes/vhdl-mode.el (speedbar-refresh)
2416 (speedbar-do-function-pointer, speedbar-add-supported-extension)
2417 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
2418 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
2419 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
2420 (speedbar-file-lists, speedbar-make-tag-line)
2421 (speedbar-line-directory, speedbar-goto-this-file)
2422 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
2423 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
2424 (speedbar-make-button, speedbar-reset-scanners)
2425 (speedbar-files-item-info, speedbar-line-text)
2426 (speedbar-find-file-in-frame, speedbar-set-timer)
2427 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
2428 (speedbar-with-writable): Do not (re)define it.
2429 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
2430 rather than speedbar- alias.
2431
24322013-05-21 Leo Liu <sdl.web@gmail.com>
2433
2434 * progmodes/octave.el (octave-mode-menu): Update and re-organize
2435 menu items.
2436 (octave-mode): Tweak fill-nobreak-predicate.
2437 (inferior-octave-startup): Check process to avoid infinite loop.
2438 (inferior-octave): Pop to buffer first to show abornmal process
2439 exit information.
2440
24412013-05-21 Glenn Morris <rgm@gnu.org>
2442
2443 * printing.el (pr-menu-bar): Define when compiling.
2444
24452013-05-21 Leo Liu <sdl.web@gmail.com>
2446
2447 * progmodes/octave.el (octave-auto-fill): Remove.
2448 (octave-indent-new-comment-line): Improve.
2449 (octave-mode): Use auto fill mode through
2450 comment-line-break-function and fill-nobreak-predicate.
2451 (octave-goto-function-definition): Support DEFUN_DLD.
2452 (octave-beginning-of-defun): Small tweak.
2453 (octave-help): Show parent directory.
2454
24552013-05-21 Glenn Morris <rgm@gnu.org>
2456
2457 * files.el (dired-unmark):
2458 * progmodes/gud.el (gdb-input): Update declarations.
2459
2460 * calculator.el (electric, ehelp): No need to load when compiling.
2461 (Electric-command-loop, electric-describe-mode): Declare.
2462
2463 * doc-view.el (doc-view-current-converter-processes): Move before use.
2464
2465 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2466 Move MODE-set-explicitly definition before use.
2467
2468 * international/mule-diag.el (mule-diag):
2469 Don't use obsolete window-system-version.
2470
2471 * mail/feedmail.el (smtpmail): No need to load when compiling.
2472 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
2473
2474 * mail/mail-utils.el (rfc822): No need to load when compiling.
2475 (rfc822-addresses): Autoload it.
2476 (mail-strip-quoted-names): Trivial simplification.
2477
2478 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
2479 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
2480
2481 * net/snmp-mode.el (tempo): Don't duplicate requires.
2482
2483 * progmodes/prolog.el (info): No need to load when compiling.
2484 (comint): Require before shell requires it.
2485 (Info-goto-node): Autoload it.
2486 (Info-follow-nearest-node): Declare.
2487 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
2488
2489 * textmodes/artist.el (picture-mode-exit): Declare.
2490
2491 * textmodes/reftex-parse.el (reftex-parse-from-file):
2492 Trivial rewrite so the compiler can parse it better.
2493
24942013-05-20 Leo Liu <sdl.web@gmail.com>
2495
2496 * progmodes/octave.el (octave-help-mode-map)
2497 (octave-help-mode-finish-hook): New variables.
2498 (octave-help-mode, octave-help-mode-finish): New functions.
2499 (octave-help): Use octave-help-mode.
2500
25012013-05-20 Glenn Morris <rgm@gnu.org>
2502
2503 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
2504
25052013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2506
2507 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
2508 start at point, so that expansion starting right after opening
2509 slash in a regexp is recognized.
2510 (ruby-syntax-before-regexp-re): New defvar, extracted from
2511 ruby-syntax-propertize-function. Since the value of this regexp
2512 is looked up at runtime now, we should be able to turn
2513 `ruby-syntax-methods-before-regexp' into a defcustom later.
2514 (ruby-syntax-propertize-function): Split regexp matching into two
2515 parts, for opening and closing slashes. That allows us to skip
2516 over string interpolations and support multiline regexps.
2517 Don't call `ruby-syntax-propertize-expansions', instead use another rule
2518 for them, which calls `ruby-syntax-propertize-expansion'.
2519 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
2520 call to `ruby-syntax-propertize-function'.
2521 (ruby-syntax-propertize-expansion): Extracted from
2522 `ruby-syntax-propertize-expansions'. Handles one expansion.
2523 (ruby-syntax-propertize-percent-literal): Leave point right after
2524 the percent symbol, so that the expression expansion rule can
2525 propertize the contents.
2526 (ruby-syntax-propertize-heredoc): Leave point at bol following the
2527 heredoc openers.
2528 (ruby-syntax-propertize-expansions): Remove.
2529
25302013-05-18 Juri Linkov <juri@jurta.org>
2531
2532 * man.el (Man-default-man-entry): Remove `-' from the end
2533 of the default value. (Bug#14400)
2534
25352013-05-18 Glenn Morris <rgm@gnu.org>
2536
2537 * comint.el (comint-password-prompt-regexp):
2538 Allow "password for XXX" where XXX contains colons (eg https://...).
2539
25402013-05-18 Leo Liu <sdl.web@gmail.com>
2541
2542 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
2543 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
2544 (octave-source-directories): Don't check process.
2545 (octave-source-directories, octave-find-definition): Doc fix.
2546
25472013-05-18 Glenn Morris <rgm@gnu.org>
2548
2549 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2550 Remove backspace/delete bindings. (Bug#14392)
2551
2552 * cus-dep.el (custom-make-dependencies): Sort the output.
2553 (custom-versions-load-alist): Convert comment to doc.
2554
25552013-05-17 Leo Liu <sdl.web@gmail.com>
2556
2557 * newcomment.el (comment-search-backward): Stricter in finding
2558 comment start. (Bug#14303)
2559
2560 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
2561 (octave-comment-start-skip): Properly anchored.
2562
25632013-05-17 Leo Liu <sdl.web@gmail.com>
2564
2565 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
2566 Clean up when turned off. (Bug#14395)
2567 (smie--highlight-matching-block-overlay): No longer buffer-local.
2568 (smie-highlight-matching-block): Adjust.
2569
25702013-05-17 Paul Eggert <eggert@cs.ucla.edu>
2571
2572 Doc string fix for "nanoseconds" (Bug#14406).
2573 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
2574 Fix doc string typo that had "nanoseconds" instead of "microseconds".
2575
25762013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2577
2578 * calc/calc-units.el (math-extract-units): Preserve powers
2579 of units.
2580
25812013-05-17 Leo Liu <sdl.web@gmail.com>
2582
2583 * subr.el (delete-consecutive-dups): New function.
2584 * ido.el (ido-set-matches-1): Use it.
2585 * progmodes/octave.el (inferior-octave-completion-table): Use it.
2586 * ido.el (ido-remove-consecutive-dups): Remove.
2587
25882013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2591 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
2592 regexp-opt's `words'.
2593
25942013-05-16 Leo Liu <sdl.web@gmail.com>
2595
2596 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
2597 (smie--highlight-matching-block-overlay)
2598 (smie--highlight-matching-block-lastpos)
2599 (smie--highlight-matching-block-timer): New variables.
2600 (smie-highlight-matching-block): New function.
2601 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
2602 (smie-setup): Conditionally enable smie-blink-matching-open.
2603
26042013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
2605
2606 Sync with upstream verilog-mode r840.
2607 * progmodes/verilog-mode.el (verilog-mode-version)
2608 (verilog-mode-release-date): Update.
2609 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
2610 (verilog-sig-tieoff): Fix string error on
2611 AUTORESET with colon define, bug594. Reported by Andrew Hou.
2612 (verilog-read-decls): Fix parameters confusing
2613 AUTOINST interfaces, bug565. Reported by Leith Johnson.
2614
26152013-05-16 Eli Zaretskii <eliz@gnu.org>
2616
2617 * subr.el (reveal-filename): New function.
2618
2619 * loadup.el: Compute Emacs executable versions on MS-Windows,
2620 where executables have the .exe extension. Add a hard link
2621 emacs-XX.YY.ZZ.exe on MS-Windows.
2622
2623 * Makefile.in (XARGS_LIMIT): New variable.
2624 (custom-deps, finder-data, autoloads)
2625 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2626 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2627 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
2628 (compile-main): Limit xargs according to $(XARGS_LIMIT).
2629
26302013-05-16 Leo Liu <sdl.web@gmail.com>
2631
2632 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
2633 (octave-mode-menu, octave-mode-map): Remove its uses.
2634
26352013-05-16 Reto Zimmermann <reto@gnu.org>
2636
2637 Sync with upstream vhdl mode v3.34.2.
2638 * progmodes/vhdl-mode.el: Use `push' throughout.
2639 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
2640 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
2641 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
2642 (vhdl-actual-generic-name): New option to derive actual generic name.
2643 (vhdl-port-paste-signals): Replace formal by actual generics.
2644 (vhdl-beautify): New name for old group vhdl-align. Update users.
2645 (vhdl-beautify-options): New option.
2646 (vhdl-last-input-event): New compat alias. Use throughout.
2647 (vhdl-goto-line): Replace user level function `goto-line'.
2648 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
2649 vhdl-fix-statement-buffer.
2650 (vhdl-create-mode-menu): Add some entries.
2651 (vhdl-align-region-groups): Respect vhdl-beautify-options.
2652 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
2653 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
2654 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
2655 to force statements on one line.
2656 (vhdl-remove-trailing-spaces-region):
2657 New, split from vhdl-remove-trailing-spaces.
2658 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
2659 Respect vhdl-beautify-options.
2660 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
2661 (vhdl-update-sensitivity-list): Not add with index if exists without.
2662 Not include array index with signal. Ignore keywords in comments.
2663 (vhdl-get-visible-signals): Regexp tweaks.
2664 (vhdl-template-component-inst): Handle empty library.
2665 (vhdl-template-type): Add template for 'enum' type.
2666 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
2667 Use vhdl-replace-string.
2668 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
2669 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
2670 (vhdl-speedbar-initialize): Update for above name change.
2671 (vhdl-compose-wire-components): Fix in handling of constants.
2672 (vhdl-error-regexp-emacs-alist): New variable.
2673 (vhdl-error-regexp-add-emacs): New function;
2674 adds support for new compile.el (Emacs 22+)
2675 (vhdl-generate-makefile-1): Change target order for single lib. units.
2676 Allow use of absolute file names.
2677
26782013-05-16 Leo Liu <sdl.web@gmail.com>
2679
2680 * simple.el (prog-indent-sexp): Indent enclosing defun.
2681
26822013-05-15 Glenn Morris <rgm@gnu.org>
2683
2684 * cus-start.el (show-trailing-whitespace): Move to editing basics.
2685 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
2686 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
2687 (whitespace-highlight): Move to whitespace group.
2688
2689 * comint.el (comint-source):
2690 * pcmpl-linux.el (pcmpl-linux):
2691 * shell.el (shell-faces):
2692 * eshell/esh-opt.el (eshell-opt):
2693 * international/ccl.el (ccl): Remove empty custom groups.
2694
2695 * completion.el (dynamic-completion-mode):
2696 * jit-lock.el (jit-lock-debug-mode):
2697 * minibuffer.el (completion-in-region-mode):
2698 * type-break.el (type-break-mode-line-message-mode)
2699 (type-break-query-mode):
2700 * emulation/tpu-edt.el (tpu-edt-mode):
2701 * progmodes/subword.el (global-subword-mode, global-superword-mode):
2702 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2703 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
2704
2705 * term/xterm.el (xterm): Change parent group to terminals.
2706
2707 * master.el (master): Remove empty custom group.
2708 (master-mode): Remove unused :group argument.
2709 * textmodes/refill.el (refill): Remove empty custom group.
2710 (refill-mode): Remove unused :group argument.
2711
2712 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
2713
2714 * cus-dep.el: Provide a feature.
2715 (custom-make-dependencies): Ignore dotfiles (dir-locals).
2716 Don't mistakenly ignore files whose basenames match a basename
2717 from preloaded-file-list (eg cedet/ede/simple.el).
2718 Add a fallback method for getting :group.
2719
27202013-05-15 Juri Linkov <juri@jurta.org>
2721
2722 * isearch.el (isearch-char-by-name): Rename from
2723 `isearch-insert-char-by-name'. Doc fix.
2724 (isearch-forward): Mention `isearch-char-by-name' in
2725 the docstring. (Bug#13348)
2726
2727 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
2728 `exit-minibuffer' instead of
2729 `isearch-nonincremental-exit-minibuffer'.
2730 (isearch-edit-string): Remove mention of
2731 `isearch-nonincremental-exit-minibuffer' from docstring.
2732 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
2733 (isearch-forward-exit-minibuffer)
2734 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
2735
27362013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * loadup.el: Just use unversioned DOC.
2739
2740 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
2741 literals as extending to EOB.
2742 (nxml-last-fontify-end): Remove unused variable.
2743 (nxml-after-change1): Use with-silent-modifications.
2744 (nxml-extend-after-change-region): Simplify.
2745 (nxml-extend-after-change-region1): Remove function.
2746 (nxml-after-change1): Don't adjust for dependent regions.
2747 (nxml-fontify-matcher): Simplify.
2748 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
2749 (xmltok-add-dependent): Remove function.
2750 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
2751 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
2752 (xmltok-scan-prolog-after-processing-instruction-open): Treat
2753 unclosed <[[, <?, comment, and other literals as extending to EOB.
2754 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
2755 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
2756 Remove functions.
2757 (rng-do-some-validation-1): Don't mark dependent regions.
2758 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
2759 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
2760 (nxml-clear-dependent-regions): Remove functions.
2761 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
2762 (nxml-ensure-scan-up-to-date):
2763 Don't clear&mark dependent regions.
2764
27652013-05-15 Leo Liu <sdl.web@gmail.com>
2766
2767 * progmodes/octave.el (octave-goto-function-definition):
2768 Improve and fix callers.
2769
27702013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
2773 the setter (bug#14387).
2774
2775 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
2776 surrounding group (bug#14402).
2777
27782013-05-14 Juri Linkov <juri@jurta.org>
2779
2780 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
2781 (Bug#14390)
2782
27832013-05-14 Glenn Morris <rgm@gnu.org>
2784
2785 * progmodes/f90.el (f90-imenu-generic-expression):
2786 Fix typo in 2013-05-08 change. (Bug#14402)
2787
27882013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2789
2790 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
2791 Remove signals for which replies are never received.
2792
27932013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2794
2795 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
2796 (gdb-handler-alist, gdb-handler-number): Remove variables.
2797 (gdb-handler-list): New variable.
2798 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
2799 (gdb-pending-handler-p, gdb-handle-reply)
2800 (gdb-remove-all-pending-triggers): New functions.
2801 (gdb-discard-unordered-replies): New defcustom.
2802 (gdb-handler): New defstruct.
2803 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
2804 instead of gdb-pending-triggers. Update docstring.
2805 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
2806 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
2807 (gdb-var-update-handler, def-gdb-auto-update-trigger)
2808 (def-gdb-auto-update-handler, gdb-get-changed-registers)
2809 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
2810 (gdb-frame-handler): Pending triggers are now automatically managed.
2811 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
2812 Remove argument.
2813 (gdb-input): Automatically handles pending triggers. Update docstring.
2814 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
2815 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
2816 Update comments.
2817 (gdb-done-or-error): Now use gdb-handle-reply.
2818
28192013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2820
2821 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
2822 gdb-debug-log.
2823
28242013-05-14 Glenn Morris <rgm@gnu.org>
2825
2826 * subr.el (user-emacs-directory-warning): New option.
2827 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
2828
28292013-05-14 Leo Liu <sdl.web@gmail.com>
2830
2831 * progmodes/octave.el (octave-font-lock-keywords): Fix error
2832 during redisplay.
2833 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
2834 (octave-font-lock-texinfo-comment): Fix invalid search bound
2835 error: wrong side of point.
2836
28372013-05-14 Glenn Morris <rgm@gnu.org>
2838
2839 * progmodes/flymake.el (flymake-xml-program): New option.
2840 (flymake-xml-init): Use it.
2841
2842 * term/xterm.el: Provide a feature.
2843
2844 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
2845
28462013-05-13 Glenn Morris <rgm@gnu.org>
2847
2848 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
2849 Add compat aliases as a hack workaround. (Bug#14384)
2850
28512013-05-13 Leo Liu <sdl.web@gmail.com>
2852
2853 * progmodes/octave.el (octave-indent-comment): Fix indentation for
2854 ###, and %!.
2855 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
2856 C-M-q.
2857 (octave-comment-start-skip): Include %!.
2858 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2859
28602013-05-12 Leo Liu <sdl.web@gmail.com>
2861
2862 * progmodes/octave.el (inferior-octave-startup): Store the value
2863 of __octave_srcdir__ for octave-source-directories.
2864 (inferior-octave-check-process): New function refactored out of
2865 inferior-octave-send-list-and-digest.
2866 (octave-source-directories)
2867 (octave-find-definition-filename-function): New variables.
2868 (octave-source-directories)
2869 (octave-find-definition-default-filename): New functions.
2870 (octave-find-definition): Improve to find functions implemented in C++.
2871
28722013-05-12 Glenn Morris <rgm@gnu.org>
2873
2874 * calendar/diary-lib.el (diary-outlook-format-1):
2875 Don't include dayname in the output. (Bug#14349)
2876
28772013-05-11 Glenn Morris <rgm@gnu.org>
2878
2879 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
2880
2881 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
2882 Treat cc-provide like provide.
2883
28842013-05-11 Kevin Ryde <user42@zip.com.au>
2885
2886 * cus-dep.el (custom-make-dependencies):
2887 Use generated-autoload-load-name for the sake of files such
2888 such cedet/semantic/bovine/c.el, where the base file name
2889 is not in load-path. (Bug#5277)
2890
28912013-05-11 Glenn Morris <rgm@gnu.org>
2892
2893 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
2894 Provide features.
2895
28962013-05-11 Leo Liu <sdl.web@gmail.com>
2897
2898 * progmodes/octave.el (octave-indent-comment): Improve.
2899 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
2900 (octave-eldoc-function-signatures, octave-eldoc-function):
2901 New functions.
2902 (octave-mode, inferior-octave-mode): Add eldoc support.
2903
29042013-05-11 Richard Stallman <rms@gnu.org>
2905
2906 * epa.el (epa-decrypt-file): Take output file name as argument
2907 and read it using `interactive'.
2908
29092013-05-11 Leo Liu <sdl.web@gmail.com>
2910
2911 * progmodes/octave.el (octave-beginning-of-line)
2912 (octave-end-of-line): Check before using up-list because it jumps
2913 out of more syntactic contructs since moving to smie.
2914 (octave-indent-comment): New function.
2915 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
2916 (octave-begin-keywords, octave-end-keywords)
2917 (octave-reserved-words, octave-smie-bnf-table)
2918 (octave-smie-rules): Add new keywords from Octave 3.6.4.
2919
29202013-05-11 Glenn Morris <rgm@gnu.org>
2921
2922 * faces.el (internal-face-x-get-resource):
2923 * frame.el (ns-display-monitor-attributes-list):
2924 * calc/calc-aent.el (math-to-radians-2):
2925 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
2926 Fix declarations.
2927
2928 * calc/calc-menu.el: Make it loadable in isolation.
2929
2930 * net/eudcb-bbdb.el: Make it loadable without bbdb.
2931 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
2932 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
2933 (eudc-bbdb-query-internal): Require 'bbdb.
2934
2935 * lpr.el (lpr-headers-switches):
2936 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
2937
2938 * progmodes/sql.el (sql-login-params): Fix and improve :type.
2939
2940 * emulation/edt-mapper.el: In batch mode, error rather than hang.
2941
2942 * term.el (term-set-escape-char): Make it idempotent.
2943
29442013-05-10 Leo Liu <sdl.web@gmail.com>
2945
2946 * progmodes/octave.el (inferior-octave-completion-table):
2947 No longer a function and all uses changed. Use cache to speed up
2948 completion due to bug#11906.
2949 (octave-beginning-of-defun): Re-write to be more general.
2950
29512013-05-10 Glenn Morris <rgm@gnu.org>
2952
2953 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
2954
29552013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * comint.el (comint-redirect-send-command-to-process): Use :around
2958 rather than :override for comint-redirect-filter.
2959 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
2960 Call it instead of comint-redirect-original-filter-function (which
2961 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
2962
29632013-05-09 Jan Djärv <jan.h.d@swipnet.se>
2964
2965 * frame.el (display-monitor-attributes-list): Add NS case.
2966 (ns-display-monitor-attributes-list): Declare.
2967
29682013-05-09 Ulrich Mueller <ulm@gentoo.org>
2969
2970 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
2971
29722013-05-09 Glenn Morris <rgm@gnu.org>
2973
2974 * international/fontset.el (vertical-centering-font-regexp):
2975 Set standard-value.
2976
2977 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
2978
2979 * bookmark.el (bookmark-search-delay):
2980 * cus-start.el (vertical-centering-font-regexp):
2981 * ps-mule.el (ps-mule-font-info-database-default):
2982 * ps-print.el (ps-default-fg, ps-default-bg):
2983 * type-break.el (type-break-good-break-interval):
2984 * whitespace.el (whitespace-indentation-regexp)
2985 (whitespace-space-after-tab-regexp):
2986 * emacs-lisp/testcover.el (testcover-1value-functions)
2987 (testcover-noreturn-functions, testcover-progn-functions)
2988 (testcover-prog1-functions):
2989 * emulation/viper-init.el (viper-emacs-state-cursor-color):
2990 * eshell/em-glob.el (eshell-glob-translate-alist):
2991 * play/tetris.el (tetris-tty-colors):
2992 * progmodes/cpp.el (cpp-face-default-list):
2993 * progmodes/flymake.el (flymake-allowed-file-name-masks):
2994 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
2995 (idlwave-help-browser-generic-args):
2996 * progmodes/make-mode.el (makefile-special-targets-list):
2997 * progmodes/python.el (python-shell-virtualenv-path):
2998 * progmodes/verilog-mode.el (verilog-active-low-regexp)
2999 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
3000 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
3001 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
3002 * textmodes/reftex-vars.el (reftex-format-label-function):
3003 * textmodes/remember.el (remember-diary-file): Fix custom types.
3004
3005 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
3006 Add :version.
3007
30082013-05-09 Leo Liu <sdl.web@gmail.com>
3009
3010 * progmodes/octave.el (inferior-octave-completion-at-point):
3011 Restore file completion. (Bug#14300)
3012 (inferior-octave-startup): Fix incorrect highlighting for the
3013 first prompt.
3014
30152013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * progmodes/ruby-mode.el: First cut at SMIE support.
3018 (ruby-use-smie): New var.
3019 (ruby-smie-grammar): New constant.
3020 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
3021 (ruby-smie--forward-token, ruby-smie--backward-token)
3022 (ruby-smie-rules): New functions.
3023 (ruby-mode-variables): Setup SMIE if applicable.
3024
30252013-05-08 Eli Zaretskii <eliz@gnu.org>
3026
3027 * simple.el (line-move-visual): Signal beginning/end of buffer
3028 only if vertical-motion moved less than it was requested. Avoids
3029 silly incorrect error messages when there are display strings with
3030 multiple newlines at EOL.
3031
30322013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
3035 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
3036 (prolog-char-quote-workaround):
3037 * progmodes/cperl-mode.el (cperl-under-as-char):
3038 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
3039 Mark as obsolete.
3040 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
3041 their declaration.
3042 (vhdl-mode-syntax-table-init): Remove.
3043
3044 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
3045 last change.
3046
3047 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
3048 syntax for "_".
3049 (ld-script-font-lock-keywords):
3050 Change regexps to use things like \_< and \_>.
3051
3052 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
3053 Change all regexps to use things like \_< and \_>.
3054
3055 * progmodes/autoconf.el (autoconf-definition-regexp)
3056 (autoconf-font-lock-keywords, autoconf-current-defun-function):
3057 Handle a _ with symbol syntax.
3058 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
3059
3060 * progmodes/ada-mode.el (ada-mode-abbrev-table):
3061 Consolidate declaration.
3062 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
3063 the declaration.
3064 (ada-create-syntax-table): Remove.
3065 (ada-capitalize-word): Don't mess with the syntax of "_" since it
3066 already has the right syntax nowadays.
3067 (ada-goto-next-word): Don't change the syntax of "_".
3068
3069 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
3070 with-wrapper-hook.
3071
30722013-05-08 Sam Steingold <sds@gnu.org>
3073
3074 * thingatpt.el (thing-at-point): Accept optional second argument
3075 NO-PROPERTIES to strip the text properties from the return value.
3076 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
3077 to `thing-at-point' instead of stripping the properties ourselves.
3078 Also, when `thing-at-point' fails to find a url, prepend "http://"
3079 to the filename at point on the assumption that the user is
3080 pointing at something like gnu.org/gnu.
3081
30822013-05-08 Juanma Barranquero <lekktu@gmail.com>
3083
3084 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3085 * faces.el (crm-separator):
3086 Silence byte-compiler.
3087
3088 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
3089 (tool-bar-map): Remove unneeded defvars.
3090
30912013-05-08 Leo Liu <sdl.web@gmail.com>
3092
3093 Re-work a fix for bug#10994 based on Le Wang's patch.
3094 * ido.el (ido-remove-consecutive-dups): New helper.
3095 (ido-completing-read): Use it.
3096 (ido-chop): Revert fix for bug#10994.
3097
30982013-05-08 Adam Spiers <emacs@adamspiers.org>
3099
3100 * cus-edit.el (custom-save-variables):
3101 Pretty-print long values. (Bug#14187)
3102
31032013-05-08 Glenn Morris <rgm@gnu.org>
3104
3105 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
3106 (m4-mode-syntax-table): Init in the defvar.
3107 (m4-mode-abbrev-table): Let define-derived-mode define it.
3108
31092013-05-08 Tom Tromey <tromey@redhat.com>
3110
3111 * progmodes/m4-mode.el (m4-mode-syntax-table):
3112 Do not treat "_" as word constituent. (Bug#14167)
3113
31142013-05-07 Glenn Morris <rgm@gnu.org>
3115
3116 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
3117 Remove explicit eshell-isearch-cancel-map.
3118
3119 * progmodes/f90.el (f90-smart-end-names): New option.
3120 (f90-smart-end): Doc fix.
3121 (f90-end-block-optional-name): New constant.
3122 (f90-block-match): Respect f90-smart-end-names.
3123
31242013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * progmodes/octave.el (octave-smie-forward-token): Be more careful
3127 about implicit semi-colons (bug#14218).
3128
31292013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3130
3131 * frame.el (display-monitor-attributes-list)
3132 (frame-monitor-attributes): New functions.
3133
31342013-05-06 Leo Liu <sdl.web@gmail.com>
3135
3136 * progmodes/octave.el (octave-syntax-propertize-function): Change
3137 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
3138 (octave-font-lock-keywords): Use octave-operator-regexp.
3139 (octave-completion-at-point): Rename from
3140 octave-completion-at-point-function.
3141 (inferior-octave-directory-tracker): Robustify.
3142 (octave-text-functions): Remove and fix its uses. No such things
3143 any more.
3144
31452013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * emacs-lisp/trace.el (trace--display-buffer): New function.
3148 (trace-make-advice): Use it.
3149
31502013-05-06 Juri Linkov <juri@jurta.org>
3151
3152 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
3153 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
3154 Doc fix.
3155 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
3156 in the help string. (Bug#12985)
3157
31582013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3159
3160 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
3161
31622013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * progmodes/perl-mode.el: Add support for here documents.
3165 (perl-syntax-propertize-function): Match here-doc markers.
3166 (perl-syntax-propertize-special-constructs): Find their end.
3167 (perl-imenu-generic-expression): Use [:alnum:].
3168
3169 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
3170 (advice--add-function): Refresh the advice if already present
3171 (bug#14317).
3172
31732013-05-06 Ivan Andrus <darthandrus@gmail.com>
3174
3175 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
3176
31772013-05-06 Glenn Morris <rgm@gnu.org>
3178
3179 * w32-fns.el (w32-charset-info-alist): Declare.
3180
3181 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
3182 of its defcustom properties.
3183 (eshell-cmpl-initialize): No need to load pcomplete.
3184
3185 * generic-x.el: No need to require comint when compiling.
3186
3187 * net/eudc-export.el: Make it loadable without bbdb.
3188 (top-level): Use require rather than load-library.
3189 (eudc-create-bbdb-record, eudc-bbdbify-phone)
3190 (eudc-batch-export-records-to-bbdb)
3191 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
3192 Require bbdb.
3193
31942013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
3197 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
3198 some tweaks, instead.
3199
32002013-05-05 Leo Liu <sdl.web@gmail.com>
3201
3202 * progmodes/octave.el (octave-font-lock-keywords)
3203 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
3204 (inferior-octave-send-list-and-digest): Improve error message.
3205 (octave-mode, inferior-octave-mode): Use setq-local.
3206 (octave-help): Set info-lookup-mode.
3207
32082013-05-05 Richard Stallman <rms@gnu.org>
3209
3210 * vc/compare-w.el (compare-windows-whitespace):
3211 Treat no-break space as whitespace.
3212
3213 * mail/rmailsum.el (rmail-summary-rmail-update):
3214 Detect empty summary and don't change selected message.
3215 (rmail-summary-goto-msg): Likewise.
3216
3217 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
3218 Doc fixes, rename args.
3219
32202013-05-05 Alan Mackenzie <acm@muc.de>
3221
3222 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
3223
32242013-05-05 Juri Linkov <juri@jurta.org>
3225
3226 * info.el (Info-read-subfile): Use (point-min) instead of (point)
3227 to not add the length of the summary segment to the return value.
3228 (Bug#14125)
3229
32302013-05-05 Leo Liu <sdl.web@gmail.com>
3231
3232 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
3233 (inferior-octave-output-filter): Remove.
3234 (octave-send-region, inferior-octave-startup): Fix callers.
3235 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
3236 (octave-binary-file-extensions): New user variable.
3237 (octave-find-definition): Confirm if opening binary files.
3238 (octave-help-file): Use octave-find-definition to get the binary
3239 confirmation.
3240 (octave-help): Adjust for octave-help-file change.
3241
32422013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
3245 Merge the two entries that handle function definitions.
3246 (pascal--syntax-propertize): New const.
3247 (pascal-mode): Use it. Use setq-local.
3248
32492013-05-04 Glenn Morris <rgm@gnu.org>
3250
3251 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
3252 (diary-from-outlook): Respect diary-from-outlook-function.
3253
32542013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
3257 Move the declaration from C.
3258 (read-minibuffer, eval-minibuffer): Move from C.
3259 (completion-setup-function): Avoid minibuffer-completion-contents.
3260
32612013-05-03 Leo Liu <sdl.web@gmail.com>
3262
3263 * progmodes/octave.el (octave-font-lock-keywords): Do not
3264 dehighlight 'end' in comments or strings.
3265 (octave-completing-read, octave-goto-function-definition):
3266 New helpers.
3267 (octave-help-buffer): New user variable.
3268 (octave-help-file, octave-help-function): New button types.
3269 (octave-help): New command and bind it to C-h ;.
3270 (octave-find-definition): New command and bind it to M-.
3271 (user-error): Alias to error if not defined.
3272
32732013-05-02 Leo Liu <sdl.web@gmail.com>
3274
3275 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
3276 for \. (bug#14332)
3277 (octave-font-lock-keywords): Include [ and {.
3278
32792013-05-02 Leo Liu <sdl.web@gmail.com>
3280
3281 * progmodes/octave.el (inferior-octave-startup-file): Change default.
3282 (inferior-octave): Remove calling comint-mode and return the buffer.
3283 (inferior-octave-startup): Cosmetic changes.
3284
32852013-05-02 Leo Liu <sdl.web@gmail.com>
3286
3287 * progmodes/octave.el (octave-syntax-propertize-function):
3288 Include the case when ' is at line beginning. (Bug#14336)
3289
32902013-05-02 Glenn Morris <rgm@gnu.org>
3291
3292 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
3293 * desktop.el (vc-dir-mode): Just autoload it here.
3294
32952013-05-02 Alan Mackenzie <acm@muc.de>
3296
3297 Eliminate variable c-standard-font-lock-fontify-region-function.
3298 * progmodes/cc-mode.el
3299 (c-standard-font-lock-fontify-region-function): Remove.
3300 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
3301
33022013-05-01 Leo Liu <sdl.web@gmail.com>
3303
3304 * progmodes/octave.el: Compatible with older emacs-24 releases.
3305 (inferior-octave-has-built-in-variables): Remove. Built-in
3306 variables were removed from Octave in 2007.
3307 (inferior-octave-startup): Fix uses.
3308 (comint-line-beginning-position): Remove compatibility code for
3309 emacs 21.
3310
33112013-05-01 Juri Linkov <juri@jurta.org>
3312
3313 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
3314
33152013-05-01 Juri Linkov <juri@jurta.org>
3316
3317 * comint.el (comint-previous-matching-input): Don't print message
3318 "History item: %d" when `isearch-mode' is active.
3319 (comint-history-isearch-message): Print message "History item: %d"
3320 when `comint-input-ring-index' is not empty and this function is
3321 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
3322
33232013-05-01 Leo Liu <sdl.web@gmail.com>
3324
3325 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
3326 definitions. Use completion-at-point to insert keywords.
3327 (octave-abbrev-start): Remove.
3328 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
3329
33302013-04-30 Leo Liu <sdl.web@gmail.com>
3331
3332 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
3333 change.
3334
33352013-04-30 Alan Mackenzie <acm@muc.de>
3336
3337 Handle arbitrarily long C++ member initialisation lists.
3338 * progmodes/cc-engine.el (c-back-over-member-initializers):
3339 new function.
3340 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
3341 (most) member init lists.
3342
33432013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3344
3345 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
3346 variable.
3347
33482013-04-30 Leo Liu <sdl.web@gmail.com>
3349
3350 * progmodes/octave.el (octave-variables): Remove. No builtin
3351 variables any more. All converted to functions.
3352 (octave-font-lock-keywords, octave-completion-at-point-function):
3353 Fix uses.
3354 (octave-font-lock-texinfo-comment): New user variable.
3355 (octave-texinfo-font-lock-keywords): New variable for texinfo
3356 comment block.
3357 (octave-function-comment-block): New face.
3358 (octave-font-lock-texinfo-comment): New function.
3359 (octave-mode): Font lock texinfo comment block.
3360
33612013-04-29 Leo Liu <sdl.web@gmail.com>
3362
3363 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
3364 indexing expression.
3365 (octave-continuation-string): Do not use \.
3366 (inferior-octave-complete-impossible): Remove.
3367 (inferior-octave-completion-table)
3368 (inferior-octave-completion-at-point): Remove its uses.
3369 (inferior-octave-startup): completion_matches was introduced to
3370 Octave in 1996 so safe to assume it.
3371 (octave-function-file-comment): Improve to follow how Octave does it.
3372 (octave-update-function-file-comment): Tweak.
3373
33742013-04-29 Leo Liu <sdl.web@gmail.com>
3375
3376 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
3377 (inferior-octave-startup): Remove inferior-octave-startup-hook.
3378 (octave-function-file-comment): Fix typo.
3379 (octave-sync-function-file-names): Use read-char-choice.
3380
33812013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
3382
3383 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
3384 to t for the less important warnings.
3385
33862013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
3387
3388 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
3389
33902013-04-27 Glenn Morris <rgm@gnu.org>
3391
3392 * vc/log-view.el (log-view-current-entry):
3393 Treat "---" separator lines as part of the following rev. (Bug#14169)
3394
33952013-04-27 Juri Linkov <juri@jurta.org>
3396
3397 * subr.el (read-number): Doc fix about using it by interactive
3398 code letter `n'. (Bug#14254)
3399
34002013-04-27 Juri Linkov <juri@jurta.org>
3401
3402 * desktop.el (desktop-auto-save-timeout): New option.
3403 (desktop-file-checksum): New variable.
3404 (desktop-save): Add optional arg `auto-save' and don't auto-save
3405 if nothing changed.
3406 (desktop-auto-save-timer): New variable.
3407 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
3408 (after-init-hook): Call `desktop-auto-save-set-timer'.
3409 Suggested by Reuben Thomas <rrt@sc3d.org> in
3410 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
3411
34122013-04-27 Leo Liu <sdl.web@gmail.com>
3413
3414 * progmodes/octave.el (octave-function-file-p)
3415 (octave-skip-comment-forward, octave-function-file-comment)
3416 (octave-update-function-file-comment): New functions.
3417 (octave-mode-map): Bind C-c ; to
3418 octave-update-function-file-comment.
3419 (octave-mode-menu): Add octave-update-function-file-comment.
3420 (octave-mode, inferior-octave-mode): Fix doc-string.
3421 (octave-insert-defun): Conform to Octave's coding convention.
3422 (Bug#14285)
3423
3424 * files.el (basic-save-buffer): Don't let errors in
3425 before-save-hook prevent saving buffer.
3426
34272013-04-20 Roland Winkler <winkler@gnu.org>
3428
3429 * faces.el (read-face-name): Use completing-read if arg multiple
3430 is nil.
3431
34322013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
3433
3434 * ls-lisp.el (ls-lisp-insert-directory): If no files are
3435 displayed, move point to after the totals line.
3436 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
3437 for the details.
3438
34392013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * emacs-lisp/package.el (package-autoload-ensure-default-file):
3442 Add current dir to the load-path.
3443 (package-generate-autoloads): Don't rely on
3444 autoload-ensure-default-file.
3445
34462013-04-26 Reuben Thomas <rrt@sc3d.org>
3447
3448 * textmodes/remember.el (remember-store-in-files): Document that
3449 the file name format is passed to `format-time-string'.
3450
34512013-04-26 Leo Liu <sdl.web@gmail.com>
3452
3453 * progmodes/octave.el (octave-sync-function-file-names): New function.
3454 (octave-mode): Use it in before-save-hook.
3455
34562013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
3459 (bug#14274).
3460
3461 * progmodes/octave.el (octave-smie-forward-token): Properly skip
3462 \n and comment, even if it's not an implicit ; (bug#14218).
3463
34642013-04-26 Glenn Morris <rgm@gnu.org>
3465
3466 * subr.el (read-number): Once more use `read' rather than
3467 `string-to-number', to trap non-numeric input. (Bug#14254)
3468
34692013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
3470
3471 * emacs-lisp/syntax.el (syntax-propertize-multiline):
3472 Use `syntax-multiline' text property consistently instead of
3473 `font-lock-multiline'. (Bug#14237)
3474
34752013-04-26 Glenn Morris <rgm@gnu.org>
3476
3477 * emacs-lisp/shadow.el (list-load-path-shadows):
3478 No longer necessary to check for duplicate simple.el, since
3479 2012-07-07 change to init_lread to not include installation lisp
3480 directories in load-path when running uninstalled. (Bug#14270)
3481
34822013-04-26 Leo Liu <sdl.web@gmail.com>
3483
3484 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
3485 (octave-mode, inferior-octave-mode): Use setq-local.
3486 (octave-not-in-string-or-comment-p): Rename to
3487 octave-in-string-or-comment-p.
3488 (octave-in-comment-p, octave-in-string-p)
3489 (octave-in-string-or-comment-p): Replace defsubst with defun.
3490
34912013-04-25 Paul Eggert <eggert@cs.ucla.edu>
3492
3493 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
3494
34952013-04-25 Bastien Guerry <bzg@gnu.org>
3496
3497 * textmodes/remember.el (remember-data-directory)
3498 (remember-directory-file-name-format): Fix custom types.
3499
35002013-04-25 Leo Liu <sdl.web@gmail.com>
3501
3502 * progmodes/octave.el (octave-completion-at-point-function):
3503 Make use of inferior octave process.
3504 (octave-initialize-completions): Remove.
3505 (inferior-octave-completion-table): New function.
3506 (inferior-octave-completion-at-point): Use it.
3507 (octave-completion-alist): Remove.
3508
35092013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * progmodes/opascal.el: Use font-lock and syntax-propertize.
3512 (opascal-mode-syntax-table): New var.
3513 (opascal-literal-kind, opascal-is-literal-end)
3514 (opascal-literal-token-at): Rewrite.
3515 (opascal--literal-start-re, opascal-font-lock-keywords)
3516 (opascal--syntax-propertize): New constants.
3517 (opascal-font-lock-defaults): Adjust.
3518 (opascal-mode): Use them. Set comment-<foo> variables as well.
3519 (delphi-comment-face, opascal-comment-face, delphi-string-face)
3520 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
3521 (delphi-other-face, opascal-other-face): Remove face variables.
3522 (opascal-save-state): Remove macro.
3523 (opascal-fontifying-progress-step): Remove constant.
3524 (opascal--ignore-changes): Remove var.
3525 (opascal-set-token-property, opascal-parse-next-literal)
3526 (opascal-is-stable-literal, opascal-complete-literal)
3527 (opascal-is-literal-start, opascal-face-of)
3528 (opascal-parse-region, opascal-parse-region-until-stable)
3529 (opascal-fontify-region, opascal-after-change)
3530 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
3531 (opascal-debug-parse-region, opascal-debug-parse-window)
3532 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
3533 (opascal-debug-fontify-buffer): Remove.
3534 (opascal-debug-mode-map): Adjust accordingly.
3535
35362013-04-25 Leo Liu <sdl.web@gmail.com>
3537
3538 Merge octave-mod.el and octave-inf.el into octave.el with some
3539 cleanups.
3540 * progmodes/octave.el: New file renamed from octave-mod.el.
3541 * progmodes/octave-inf.el: Merged into octave.el.
3542 * progmodes/octave-mod.el: Renamed to octave.el.
3543
35442013-04-25 Tassilo Horn <tsdh@gnu.org>
3545
3546 * textmodes/reftex-vars.el
3547 (reftex-label-ignored-macros-and-environments): New defcustom.
3548
3549 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
3550
35512013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
3554 (smie-indent-keyword): Improve the check to ensure that the next
3555 comment is really on the same line.
3556 (smie-indent-comment): Don't align with a subsequent closer (or eob).
3557
3558 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
3559 semi-colons if the line is not otherwise empty (bug#14218).
3560
35612013-04-25 Glenn Morris <rgm@gnu.org>
3562
3563 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
3564
35652013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * progmodes/opascal.el (opascal-set-token-property): Rename from
3568 opascal-set-text-properties and only set `token' (bug#14134).
3569 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
3570 (opascal-literal-text-properties): Remove.
3571 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
3572 Adjust callers.
3573
35742013-04-24 Reuben Thomas <rrt@sc3d.org>
3575
3576 * textmodes/remember.el (remember-handler-functions): Add an
3577 option for a new handler `remember-store-in-files'.
3578 (remember-data-directory, remember-directory-file-name-format):
3579 New options.
3580 (remember-store-in-files): New function to store remember notes
3581 as separate files within a directory.
3582
35832013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
3584
3585 * progmodes/compile.el (compilation-next-error-function):
3586 Pass "formats" to compilation-find-file (bug#11777).
3587
35882013-04-24 Glenn Morris <rgm@gnu.org>
3589
3590 * vc/vc-bzr.el (vc-bzr-print-log):
3591 * vc/vc-hg.el (vc-hg-print-log):
3592 * vc/vc-svn.el (vc-svn-print-log):
3593 Fix START-REVISION with LIMIT != 1. (Bug#14168)
3594
3595 * vc/vc-bzr.el (vc-bzr-print-log):
3596 * vc/vc-cvs.el (vc-cvs-print-log):
3597 * vc/vc-git.el (vc-git-print-log):
3598 * vc/vc-hg.el (vc-hg-print-log):
3599 * vc/vc-mtn.el (vc-mtn-print-log):
3600 * vc/vc-rcs.el (vc-rcs-print-log):
3601 * vc/vc-sccs.el (vc-sccs-print-log):
3602 * vc/vc-svn.el (vc-svn-print-log):
3603 * vc/vc.el (vc-print-log-internal): Doc fixes.
3604
36052013-04-23 Glenn Morris <rgm@gnu.org>
3606
3607 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
3608 Remove venerable code attempting to avoid substitute-command-keys.
3609
36102013-04-23 Tassilo Horn <tsdh@gnu.org>
3611
3612 * textmodes/reftex-vars.el (reftex-label-regexps):
3613 Call `reftex-compile-variables' after changes to this variable.
3614
36152013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
3618 Use lexical-binding.
3619 (jit-lock-force-redisplay): Use markers, check buffer's continued
3620 existence and beware narrowed buffers.
3621 (jit-lock-fontify-now): Adjust call accordingly.
3622
36232013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
3626 to avoid misleading the user.
3627
36282013-04-22 Leo Liu <sdl.web@gmail.com>
3629
3630 * info-look.el: Prefer latex2e.info. (Bug#14240)
3631
36322013-04-22 Michael Albinus <michael.albinus@gmx.de>
3633
3634 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
3635
3636 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
3637 * net/tramp.el (tramp-call-process): ... here.
3638 (tramp-set-completion-function, tramp-parse-putty):
3639 * net/tramp-adb.el (tramp-adb-execute-adb-command):
3640 * net/tramp-gvfs.el (tramp-gvfs-send-command):
3641 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3642 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
3643 (tramp-call-local-coding-command): Use `tramp-call-process'
3644 instead of `tramp-compat-call-process'.
3645
3646 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
3647 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
3648 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
3649 (tramp-find-inline-compress): Improve traces.
3650 (tramp-maybe-send-script): Check for Perl binary.
3651 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
3652
36532013-04-22 Daiki Ueno <ueno@gnu.org>
3654
3655 * epg.el (epg-context-pinentry-mode): New function.
3656 (epg-context-set-pinentry-mode): New function.
3657 (epg--start): Pass --pinentry-mode option to gpg command.
3658
36592013-04-21 Xue Fuqiao <xfq.free@gmail.com>
3660
3661 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
3662 `comint-dynamic-complete' is obsolete since 24.1, replaced by
3663 `completion-at-point'. (Bug#13774)
3664
3665 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
3666 default key binding for `describe-distribution' has been moved to
3667 `C-h C-o'. (Bug#13970)
3668
36692013-04-21 Glenn Morris <rgm@gnu.org>
3670
3671 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
3672 Add doc strings.
3673 (vc-print-log): Clarify interactive prompt.
3674
36752013-04-20 Glenn Morris <rgm@gnu.org>
3676
3677 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3678 No longer include timestamp etc information.
3679
36802013-04-20 Roland Winkler <winkler@gnu.org>
3681
3682 * faces.el (read-face-name): Bug fix, return just one face if arg
3683 multiple is nil. (Bug#14209)
3684
36852013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
3688 (remove-function): Autoload.
3689
3690 * comint.el (comint-redirect-original-filter-function): Remove.
3691 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
3692 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
3693 (vc-cvs-annotate-command):
3694 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
3695 * progmodes/prolog.el (prolog-consult-compile):
3696 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
3697 Use add/remove-function instead.
3698 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
3699 (gud-tooltip-process-output, gud-tooltip-tips):
3700 Use add/remove-function instead.
3701 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
3702 (scheme-interaction-mode, exit-scheme-interaction-mode):
3703 Use add/remove-function instead.
3704
3705 * vc/vc-dispatcher.el: Use lexical-binding.
3706 (vc--process-sentinel): Rename from vc-process-sentinel.
3707 Change last arg to be the code to run. Don't use vc-previous-sentinel
3708 and vc-sentinel-commands any more.
3709 (vc-exec-after): Allow code to be a function. Use add/remove-function.
3710 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
3711
37122013-04-19 Masatake YAMATO <yamato@redhat.com>
3713
3714 * progmodes/sh-script.el (sh-imenu-generic-expression):
3715 Handle function names with a single character. (Bug#14111)
3716
37172013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
3718
3719 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
3720 for subroutines defined in an eval (bug#14182).
3721
37222013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3723
3724 * bookmark.el (bookmark-completing-read): Improve handling of empty
3725 string (bug#14176).
3726
37272013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
3730
37312013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
3732
3733 New faster Imenu implementation (bug#14058).
3734 * progmodes/python.el:
3735 (python-imenu-prev-index-position):
3736 (python-imenu-format-item-label-function)
3737 (python-imenu-format-parent-item-label-function)
3738 (python-imenu-format-parent-item-jump-label-function):
3739 New vars.
3740 (python-imenu-format-item-label)
3741 (python-imenu-format-parent-item-label)
3742 (python-imenu-format-parent-item-jump-label)
3743 (python-imenu--put-parent, python-imenu--build-tree)
3744 (python-imenu-create-index, python-imenu-create-flat-index)
3745 (python-util-popn): New functions.
3746 (python-mode): Set imenu-create-index-function to
3747 python-imenu-create-index.
3748
37492013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * winner.el (winner-active-region): Use region-active-p, activate-mark
3752 and deactivate-mark (bug#14225).
3753
3754 * simple.el (deactivate-mark): Don't inline it.
3755
37562013-04-18 Michael Albinus <michael.albinus@gmx.de>
3757
3758 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
3759
37602013-04-18 Tassilo Horn <tsdh@gnu.org>
3761
3762 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
3763 file extensions from the archive-mode entry in order to prefer
3764 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
3765
37662013-04-18 Leo Liu <sdl.web@gmail.com>
3767
3768 * bindings.el (help-event-list): Add ?\?.
3769
37702013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * subr.el (with-wrapper-hook): Declare obsolete.
3773 * simple.el (filter-buffer-substring-function): New hook.
3774 (filter-buffer-substring): Use it.
3775 (filter-buffer-substring-functions): Mark obsolete.
3776 * minibuffer.el (completion-in-region-function): New hook.
3777 (completion-in-region): Use it.
3778 (completion-in-region-functions): Mark obsolete.
3779 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
3780 * abbrev.el (abbrev-expand-function): New hook.
3781 (expand-abbrev): Use it.
3782 (abbrev-expand-functions): Mark obsolete.
3783 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
3784 and :filter-return.
3785
37862013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3787
3788 * progmodes/python.el (python-nav--syntactically): Fix cornercases
3789 and do not care about match data.
3790
37912013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
3794 completion tables when completing error conditions and
3795 `declare' arguments.
3796 (lisp-complete-symbol, field-complete): Mark as obsolete.
3797 (check-parens): Unmatched parens are user errors.
3798 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
3799
38002013-04-17 Michal Nazarewicz <mina86@mina86.com>
3801
3802 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
3803 command changed buffer (ie. `flyspell-pre-buffer' is not current
3804 buffer), which prevents making decisions based on invalid value of
3805 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
3806 cause an error when `flyspell-pre-point' was nil after switching
3807 buffers.
3808 (flyspell-post-command-hook): No longer needs to change buffers when
3809 checking pre-word. While at it remove unnecessary progn.
3810
38112013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3812
3813 * textmodes/ispell.el (ispell-add-per-file-word-list):
3814 Fix `flyspell-correct-word-before-point' error when accepting
3815 words and `coment-padding' is an integer by using
3816 `comment-normalize-vars' (Bug #14214).
3817
38182013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3819
3820 New defun movement commands.
3821 * progmodes/python.el (python-nav--syntactically)
3822 (python-nav--forward-defun, python-nav-backward-defun)
3823 (python-nav-forward-defun): New functions.
3824
38252013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3826
3827 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
3828 (python-syntax-context): Use named compiler-macro for backwards
3829 compatibility with Emacs 24.x.
3830
38312013-04-17 Leo Liu <sdl.web@gmail.com>
3832
3833 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
3834 octave-hide-process-buffer.
3835
38362013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
3839 (bug#14216).
3840
38412013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
3842
3843 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
3844 Fix adjustment of offset when receiving incomplete responses from GDB
3845 (bug#14129).
3846
38472013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
3850 python-mode-abbrev-table.
3851 (python-skeleton-define): Adjust accordingly.
3852 (python-mode-abbrev-table): New table that inherits from it so that
3853 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
3854
3855 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
3856 (abbrev-symbol): Use it.
3857 (abbrev--before-point): Use it since we already handle inheritance.
3858
38592013-04-16 Leo Liu <sdl.web@gmail.com>
3860
3861 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
3862 binding to info-lookup-symbol.
3863
38642013-04-16 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * minibuffer.el (completion--twq-all):
3867 * term/ns-win.el (ns-initialize-window-system):
3868 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
3869
38702013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3871
3872 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
3873 global bindings.
3874
3875 * doc-view.el (doc-view-start-process): Handle url-handler directories.
3876
38772013-04-15 Dmitry Gutov <dgutov@yandex.ru>
3878
3879 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
3880 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
3881 to nil.
3882 (ruby-end-of-defun): Remove the unused arg, change the docstring
3883 to reflect that this function is only used as the value of
3884 `end-of-defun-function'.
3885 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
3886 to reflect an earlier change that beginning/end-of-defun functions
3887 jump between methods in a class definition, as well as top-level
3888 functions.
3889
38902013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * minibuffer.el (minibuffer-complete): Don't just scroll
3893 a *Completions* that's been iconified.
3894 (minibuffer-force-complete): Make sure repetitions do cycle when going
3895 through completion-in-region -> minibuffer-complete.
3896
38972013-04-15 Alan Mackenzie <acm@muc.de>
3898
3899 Correct the placement of c-cpp-delimiters when there're #s not at
3900 col 0.
3901
3902 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
3903 place a submatch around the #.
3904 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
3905 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
3906 on the #, not BOL.
3907
39082013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * emacs-lisp/nadvice.el: Properly test names when adding advice.
3911 (advice--member-p): New arg `name'.
3912 (advice--add-function, advice-member-p): Use it (bug#14202).
3913
39142013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
3915
3916 Reformulate java imenu-generic-expression.
3917 The old expression contained ill formed regexps.
3918
3919 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
3920 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
3921 (cc-imenu-java-method-arg-regexp): New defconsts.
3922 (cc-imenu-java-build-type-args-regex): New defun.
3923 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
3924 handling of spaces in the regexp.
3925
39262013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3927
3928 * textmodes/ispell.el (ispell-command-loop): Remove
3929 flyspell highlight of a word when ispell accepts it (bug #14178).
3930
39312013-04-15 Michael Albinus <michael.albinus@gmx.de>
3932
3933 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
3934 uses code from the previous `ange-ftp-run-real-handler'.
3935 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
3936 only in case that function exist. This is needed for proper
3937 unloading of Tramp.
3938
39392013-04-15 Tassilo Horn <tsdh@gnu.org>
3940
3941 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
3942
3943 * textmodes/reftex.el (reftex-compile-variables): Use it.
3944
39452013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * files.el (normal-mode): Only use default major-mode if no other mode
3948 was specified.
3949
3950 * emacs-lisp/trace.el (trace-values): New function.
3951
3952 * files.el: Allow : in local variables (bug#14089).
3953 (hack-local-variable-regexp): New var.
3954 (hack-local-variables-prop-line, hack-local-variables): Use it.
3955
39562013-04-13 Roland Winkler <winkler@gnu.org>
3957
3958 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
3959 data before it gets modified by bibtex-beginning-of-entry.
3960
39612013-04-13 Roland Winkler <winkler@gnu.org>
3962
3963 * textmodes/bibtex.el (bibtex-url): Doc fix.
3964
39652013-04-13 Roland Winkler <winkler@gnu.org>
3966
3967 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
3968 does not visit a BibTeX file, exclude it from the list of buffers
3969 returned by bibtex-initialize.
3970
39712013-04-13 Stephen Berman <stephen.berman@gmx.net>
3972
3973 * window.el (split-window): Remove interactive form, since as a
3974 command this function is a special case of split-window-below.
3975 Correct doc string.
3976
39772013-04-12 Roland Winkler <winkler@gnu.org>
3978
3979 * faces.el (read-face-name): Do not override value of arg default.
3980 Allow single faces and strings as default values. Remove those
3981 elements from return value that are not faces.
3982 (describe-face): Simplify.
3983 (face-at-point): New optional args thing and multiple so that this
3984 function can provide the same functionality previously provided by
3985 read-face-name.
3986 (make-face-bold, make-face-unbold, make-face-italic)
3987 (make-face-unitalic, make-face-bold-italic, invert-face)
3988 (modify-face, read-face-and-attribute): Use face-at-point.
3989
3990 * cus-edit.el (customize-face, customize-face-other-window)
3991 * cus-theme.el (custom-theme-add-face)
3992 * face-remap.el (buffer-face-set)
3993 * facemenu.el (facemenu-set-face): Use face-at-point.
3994
39952013-04-12 Michael Albinus <michael.albinus@gmx.de>
3996
3997 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
3998
39992013-04-10 Tassilo Horn <tsdh@gnu.org>
4000
4001 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
4002 off leading { and trailing } from field values.
4003
40042013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * emacs-lisp/timer.el (timer--check): New function.
4007 (timer--time, timer-set-function, timer-event-handler): Use it.
4008 (timer-set-idle-time): Simplify.
4009 (timer--activate): CSE.
4010 (timer-event-handler): Give more info in error message.
4011 (internal-timer-start-idle): New function, moved from C.
4012
4013 * mpc.el (mpc-proc): Add `restart' argument.
4014 (mpc-proc-cmd): Use it.
4015 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
4016 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
4017 less often.
4018
40192013-04-10 Masatake YAMATO <yamato@redhat.com>
4020
4021 * progmodes/sh-script.el: Implement `sh-mode' own
4022 `add-log-current-defun-function' (bug#14112).
4023 (sh-current-defun-name): New function.
4024 (sh-mode): Use the function.
4025
40262013-04-09 Bastien Guerry <bzg@gnu.org>
4027
4028 * simple.el (choose-completion-string): Fix docstring (bug#14163).
4029
40302013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
4033
4034 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
4035 timer (bug#14156).
4036
40372013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
4038
4039 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
4040 declaration.
4041
40422013-04-07 Leo Liu <sdl.web@gmail.com>
4043
4044 * pcmpl-x.el: New file.
4045
40462013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
4047
4048 Do not set x-display-name until X connection is established.
4049 This is needed to prevent from weird situation described at
4050 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
4051 * frame.el (make-frame): Set x-display-name after call to
4052 window system initialization function, not before.
4053 * term/x-win.el (x-initialize-window-system): Add optional
4054 display argument and use it.
4055 * term/w32-win.el (w32-initialize-window-system):
4056 * term/ns-win.el (ns-initialize-window-system):
4057 * term/pc-win.el (msdos-initialize-window-system):
4058 Add compatible optional display argument.
4059
40602013-04-06 Eli Zaretskii <eliz@gnu.org>
4061
4062 * files.el (normal-backup-enable-predicate): On MS-Windows and
4063 MS-DOS compare truenames of temporary-file-directory and of the
4064 file, so that 8+3 aliases (usually found in $TEMP on Windows)
4065 don't fail comparison by compare-strings. Also, compare file
4066 names case-insensitively on MS-Windows and MS-DOS.
4067
40682013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
4071 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
4072
40732013-04-05 Dmitry Gutov <dgutov@yandex.ru>
4074
4075 * whitespace.el (whitespace-color-on, whitespace-color-off):
4076 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
4077
40782013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
4079
4080 * ispell.el (ispell-set-spellchecker-params):
4081 Really set `ispell-args' for all equivs.
4082
40832013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4084
4085 * ido.el (ido-completions): Use extra elements of ido-decorations
4086 (bug#14143).
4087 (ido-decorations): Update docstring.
4088
40892013-04-05 Michael Albinus <michael.albinus@gmx.de>
4090
4091 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4092 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
4093 nil during initialization, in order not to miss changes since the
4094 file was opened. (Bug#14140)
4095
40962013-04-05 Leo Liu <sdl.web@gmail.com>
4097
4098 * kmacro.el (kmacro-call-macro): Fix bug#14135.
4099
41002013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
4101
4102 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
4103
41042013-04-04 Glenn Morris <rgm@gnu.org>
4105
4106 * electric.el (electric-pair-inhibit-predicate): Add :version.
4107
41082013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
4111 when a package is required several times (bug#14082).
4112
41132013-04-04 Roland Winkler <winkler@gnu.org>
4114
4115 * faces.el (read-face-name): Behave as promised by the docstring.
4116 Assume that arg default is a list of faces.
4117 (describe-face): Call read-face-name with list of default faces.
4118
41192013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4120
4121 * bookmark.el: Fix deletion of bookmarks (bug#13972).
4122 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
4123 (bookmark-bmenu-execute-deletions): Only skip first line if it's
4124 the header.
4125 (bookmark-exit-hook-internal): Save even if list is empty.
4126
41272013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
4128
4129 * emacs-lisp/package.el (package-pinned-packages): New var.
4130 (package--add-to-archive-contents): Obey it (bug#14118).
4131
41322013-04-03 Alan Mackenzie <acm@muc.de>
4133
4134 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
4135 Also adapt to the new values of element 7 of a parse state.
4136
4137 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
4138 parameter `not-in-delimiter'. Handle being inside comment opener.
4139 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
4140 character in case we're typing a '*' after a '/'.
4141 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
4142 instead by passing the parameter to c-state-pp-to-literal.
4143
4144 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
4145 for elt. 7 of a parse state.
4146
41472013-04-01 Paul Eggert <eggert@cs.ucla.edu>
4148
4149 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
4150 * international/latin1-disp.el, international/mule-util.el:
4151 * language/cyril-util.el, language/european.el, language/ind-util.el:
4152 * language/lao-util.el, language/thai.el, language/tibet-util.el:
4153 * language/tibetan.el, language/viet-util.el:
4154 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
4155
41562013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
4159 (electric-pair-post-self-insert-function): Use it.
4160 (electric-pair-default-inhibit): New function, extracted from
4161 electric-pair-post-self-insert-function.
4162
41632013-03-31 Roland Winkler <winkler@gnu.org>
4164
4165 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
4166
41672013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
4170
41712013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
4172
4173 Un-indent after "pass" and "return" statements (Bug#13888)
4174 * progmodes/python.el (python-indent-block-enders): New var.
4175 (python-indent-calculate-indentation): Use it.
4176
41772013-03-30 Michael Albinus <michael.albinus@gmx.de>
4178
4179 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
4180 defun. Defining it as defalias could introduce too eager
4181 byte-compiler optimization. (Bug#14030)
4182
41832013-03-30 Chong Yidong <cyd@gnu.org>
4184
4185 * iswitchb.el (iswitchb-read-buffer): Fix typo.
4186
41872013-03-30 Leo Liu <sdl.web@gmail.com>
4188
4189 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
4190 (kmacro-execute-from-register): Pass the keyboard macro to
4191 kmacro-call-macro or repeating won't work correctly.
4192
41932013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
4194
4195 * progmodes/subword.el: Back to using `forward-symbol'.
4196
4197 * subr.el (forward-whitespace, forward-symbol)
4198 (forward-same-syntax): Move from thingatpt.el.
4199
42002013-03-29 Leo Liu <sdl.web@gmail.com>
4201
4202 * kmacro.el (kmacro-to-register): New command.
4203 (kmacro-execute-from-register): New function.
4204 (kmacro-keymap): Bind to 'x'. (Bug#14071)
4205
42062013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * mpc.el: Use defvar-local and setq-local.
4209 (mpc--proc-connect): Connection failures are not bugs.
4210 (mpc-mode-map): `follow-link' only applies to the buffer's content.
4211 (mpc-volume-map): Bind to the up-events.
4212
42132013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4214
4215 * progmodes/subword.el (superword-mode): Use `forward-sexp'
4216 instead of `forward-symbol'.
4217
42182013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
4221 (edebug--recursive-edit): Use it.
4222 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
4223 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
4224
42252013-03-28 Leo Liu <sdl.web@gmail.com>
4226
4227 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
4228
42292013-03-27 Eli Zaretskii <eliz@gnu.org>
4230
4231 * facemenu.el (list-colors-callback): New defvar.
4232 (list-colors-redisplay): New function.
4233 (list-colors-display): Install list-colors-redisplay as the
4234 revert-buffer-function. (Bug#14063)
4235
42362013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
4239 and suffixes don't overlap (bug#14061).
4240
4241 * case-table.el: Use lexical-binding.
4242 (case-table-get-table): New function.
4243 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
4244
42452013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4246
4247 * progmodes/subword.el: Add `superword-mode' to do word motion
4248 over symbol_words (parallels and leverages `subword-mode' which
4249 does word motion inside MixedCaseWords).
4250
42512013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
4252
4253 * eshell/em-unix.el: Move su and sudo to...
4254 * eshell/em-tramp.el: ...Eshell tramp module.
4255
42562013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
4259 Change return value to be a sexp. Delay `get-buffer' to after
4260 restoring the desktop (bug#13951).
4261
42622013-03-26 Leo Liu <sdl.web@gmail.com>
4263
4264 * register.el: Move semantic tag handling back to
4265 cedet/semantic/senator.el. (Bug#14052)
4266
42672013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
4270 into the prompt either (bug#13963).
4271
42722013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
4275 part of "(error-foo)".
4276
42772013-03-24 Juri Linkov <juri@jurta.org>
4278
4279 * replace.el (list-matching-lines-prefix-face): New defcustom.
4280 (occur-1): Pass `list-matching-lines-prefix-face' to the function
4281 `occur-engine' if `face-differs-from-default-p' returns t.
4282 (occur-engine): Add `,' inside backquote construct to evaluate
4283 `prefix-face'. Propertize the prefix with the `prefix-face' face.
4284 Pass `prefix-face' to the functions `occur-context-lines' and
4285 `occur-engine-add-prefix'.
4286 (occur-engine-add-prefix, occur-context-lines): Add optional arg
4287 `prefix-face' and propertize the prefix with `prefix-face'.
4288 (Bug#14017)
4289
42902013-03-24 Leo Liu <sdl.web@gmail.com>
4291
4292 * nxml/rng-valid.el (rng-validate-while-idle)
4293 (rng-validate-quick-while-idle): Guard against deleted buffer.
4294 (Bug#13999)
4295
4296 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
4297 is the last entry in kill-buffer-hook.
4298
4299 * files.el (kill-buffer-hook): Doc fix.
4300
43012013-03-23 Dmitry Gutov <dgutov@yandex.ru>
4302
4303 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
4304 Make it safe-local.
4305
4306 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
4307
43082013-03-23 Leo Liu <sdl.web@gmail.com>
4309
4310 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
4311 Remove.
4312
4313 * nxml/rng-valid.el (rng-validate-mode)
4314 (rng-after-change-function, rng-do-some-validation):
4315 * nxml/rng-maint.el (rng-validate-buffer):
4316 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
4317 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
4318 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
4319 (nxml-extend-after-change-region): Use with-silent-modifications.
4320
4321 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
4322 timer-idle-list.
4323
4324 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
4325 (rng-next-error-1, rng-previous-error-1): Do not let-bind
4326 timer-idle-list. (Bug#13999)
4327
43282013-03-23 Juri Linkov <juri@jurta.org>
4329
4330 * info.el (info-index-match): New face.
4331 (Info-index, Info-apropos-matches): Add a nested subgroup to the
4332 main pattern and add text properties with the new face to matches
4333 in index entries relative to the beginning of the index entry.
4334 (Bug#14015)
4335
43362013-03-21 Eric Ludlam <zappo@gnu.org>
4337
4338 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
4339 Inhibit read only while inserting objects.
4340
43412013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
4342
4343 * progmodes/cfengine.el: Update docs to mention
4344 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
4345 symbol motion. Remove "_" from the word syntax.
4346
43472013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
4348
4349 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
4350 syntax for both `cfengine2-mode' and `cfengine3-mode'.
4351
43522013-03-20 Juri Linkov <juri@jurta.org>
4353
4354 * info.el (Info-next-reference-or-link)
4355 (Info-prev-reference-or-link): New functions.
4356 (Info-next-reference, Info-prev-reference): Use them.
4357 (Info-try-follow-nearest-node): Handle footnote navigation.
4358 (Info-fontify-node): Fontify footnotes. (Bug#13989)
4359
43602013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
4363 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
4364
43652013-03-20 Paul Eggert <eggert@cs.ucla.edu>
4366
4367 Suppress unnecessary non-ASCII chatter during build process.
4368 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
4369 (batch-skkdic-convert): Suppress most of the chatter.
4370 It's not needed so much now that machines are faster,
4371 and its non-ASCII component was confusing; see Dmitry Gutov in
4372 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
4373
43742013-03-20 Leo Liu <sdl.web@gmail.com>
4375
4376 * ido.el (ido-chop): Fix bug#10994.
4377
43782013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4379
4380 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
4381 Remove vars.
4382 (whitespace-color-on, whitespace-color-off):
4383 Use `font-lock-fontify-buffer' (Bug#13817).
4384
43852013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
4388 remapping in mode-line.
4389 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
4390
43912013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4392
4393 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
4394 value for `whitespace-line' face (Bug#13875).
4395 (whitespace-font-lock-keywords): Change description.
4396 (whitespace-color-on): Don't save `font-lock-keywords' value, save
4397 the constructed keywords instead.
4398 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
4399
44002013-03-19 Leo Liu <sdl.web@gmail.com>
4401
4402 * progmodes/compile.el (compilation-display-error): New command.
4403 (compilation-mode-map, compilation-minor-mode-map): Bind it to
4404 C-o. (Bug#13992)
4405
44062013-03-18 Paul Eggert <eggert@cs.ucla.edu>
4407
4408 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
4409
44102013-03-18 Jan Djärv <jan.h.d@swipnet.se>
4411
4412 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
4413
44142013-03-18 Michael Albinus <michael.albinus@gmx.de>
4415
4416 * net/tramp-compat.el (tramp-compat-user-error): New defun.
4417
4418 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4419 * net/tramp-gvfs.el (top):
4420 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
4421 (tramp-handle-shell-command): Use it.
4422 (tramp-dissect-file-name): Raise an error when hostname is a
4423 method name, and neither method nor user is specified.
4424
4425 * net/trampver.el: Update release number.
4426
44272013-03-18 Leo Liu <sdl.web@gmail.com>
4428
4429 Make sure eldoc can be turned off properly.
4430 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
4431 eldoc-mode.
4432 (eldoc-display-message-p): Revert last change.
4433 (eldoc-display-message-no-interference-p)
4434 (eldoc-print-current-symbol-info): Tweak.
4435
44362013-03-18 Tassilo Horn <tsdh@gnu.org>
4437
4438 * doc-view.el (doc-view-new-window-function): Check the new window
4439 overlay's display property instead the char property of the
4440 buffer's first char. Use `with-selected-window' instead of
4441 `save-window-excursion' with `select-window'.
4442 (doc-view-document->bitmap): Check the current doc-view overlay's
4443 display property instead the char property of the buffer's first char.
4444
44452013-03-18 Paul Eggert <eggert@cs.ucla.edu>
4446
4447 Automate the build of ja-dic.el (Bug#13984).
4448 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
4449 from the input, rather than assume that it's been done for us by the
4450 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
4451 the current date into a ja-dic.el comment, as that complicates
4452 regression testing.
4453
44542013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * whitespace.el: Fix double evaluation.
4457 (whitespace-space, whitespace-hspace, whitespace-tab)
4458 (whitespace-newline, whitespace-trailing, whitespace-line)
4459 (whitespace-space-before-tab, whitespace-indentation)
4460 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
4461 obsolete defvars.
4462 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
4463 (whitespace-color-on): Use a single font-lock-add-keywords call.
4464 Fix double-evaluation of face variables.
4465
44662013-03-17 Michael Albinus <michael.albinus@gmx.de>
4467
4468 * net/tramp-adb.el (tramp-adb-parse-device-names):
4469 Use `start-process' instead of `call-process'. Otherwise, the
4470 function might be blocked under MS Windows. (Bug#13299)
4471
44722013-03-17 Leo Liu <sdl.web@gmail.com>
4473
4474 Extend eldoc to display info in the mode-line. (Bug#13978)
4475 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
4476 (eldoc-mode-line-string): New variable.
4477 (eldoc-minibuffer-message): New function.
4478 (eldoc-message-function): New variable.
4479 (eldoc-message): Use it.
4480 (eldoc-display-message-p)
4481 (eldoc-display-message-no-interference-p):
4482 Support eldoc-post-insert-mode.
4483
4484 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
4485 (eval-expression): Run it.
4486
44872013-03-17 Roland Winkler <winkler@gnu.org>
4488
4489 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
4490 strings in the list of return values.
4491
44922013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
4493
4494 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
4495 radix before checking for HMS forms.
4496
44972013-03-16 Leo Liu <sdl.web@gmail.com>
4498
4499 * progmodes/scheme.el: Add indentation and font-locking for λ.
4500 (Bug#13975)
4501
45022013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
4505 token before point (bug#13942).
4506
45072013-03-16 Leo Liu <sdl.web@gmail.com>
4508
4509 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
4510
45112013-03-16 Eli Zaretskii <eliz@gnu.org>
4512
4513 * startup.el (command-line-normalize-file-name): Fix handling of
4514 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
4515 <xfq.free@gmail.com> in
4516 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
4517
45182013-03-15 Michael Albinus <michael.albinus@gmx.de>
4519
4520 Sync with Tramp 2.2.7.
4521
4522 * net/trampver.el: Update release number.
4523
45242013-03-14 Tassilo Horn <tsdh@gnu.org>
4525
4526 * doc-view.el Fix bug#13887.
4527 (doc-view-insert-image): Don't modify overlay associated to
4528 non-live windows, and implement horizontal centering of image in
4529 case it's smaller than the window.
4530 (doc-view-new-window-function): Force redisplay of new windows on
4531 doc-view buffers.
4532
45332013-03-13 Karl Fogel <kfogel@red-bean.com>
4534
4535 * saveplace.el (save-place-alist-to-file): Don't sort
4536 `save-place-alist', just pretty-print it (bug#13882).
4537
45382013-03-13 Michael Albinus <michael.albinus@gmx.de>
4539
4540 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4541 Check whether `default-file-name-coding-system' is bound.
4542 It isn't in XEmacs.
4543
45442013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
4547 backquotes for `obsolete' (bug#13929).
4548
4549 * international/mule.el (find-auto-coding): Include file name in
4550 obsolescence warning (bug#13922).
4551
45522013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4553
4554 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
4555 for CFEngine 3-specific indentation.
4556 (cfengine3-indent-line): Use it. Fix up category regex.
4557 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
4558
45592013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * type-break.el (type-break-file-name):
4562 * textmodes/remember.el (remember-data-file):
4563 * strokes.el (strokes-file):
4564 * shadowfile.el (shadow-initialize):
4565 * saveplace.el (save-place-file):
4566 * ps-bdf.el (bdf-cache-file):
4567 * progmodes/idlwave.el (idlwave-config-directory):
4568 * net/quickurl.el (quickurl-url-file):
4569 * international/kkc.el (kkc-init-file-name):
4570 * ido.el (ido-save-directory-list-file):
4571 * emulation/viper.el (viper-custom-file-name):
4572 * emulation/vip.el (vip-startup-file):
4573 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4574 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
4575
45762013-03-12 Paul Eggert <eggert@cs.ucla.edu>
4577
4578 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
4579 * language/thai-word.el: Switch to UTF-8.
4580
4581See ChangeLog.16 for earlier changes.
4582
4583;; Local Variables:
4584;; coding: utf-8
4585;; End:
4586
4587 Copyright (C) 2011-2013 Free Software Foundation, Inc.
4588
4589 This file is part of GNU Emacs.
4590
4591 GNU Emacs is free software: you can redistribute it and/or modify
4592 it under the terms of the GNU General Public License as published by
4593 the Free Software Foundation, either version 3 of the License, or
4594 (at your option) any later version.
4595
4596 GNU Emacs is distributed in the hope that it will be useful,
4597 but WITHOUT ANY WARRANTY; without even the implied warranty of
4598 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4599 GNU General Public License for more details.
4600
4601 You should have received a copy of the GNU General Public License
4602 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.