* net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
[bpt/emacs.git] / lisp / ChangeLog
1 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2
3 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4 to mairix-search to suppress threading (Bug#5342).
5
6 2010-01-15 Kenichi Handa <handa@m17n.org>
7
8 * international/mule-cmds.el (canonicalize-coding-system-name):
9 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX".
10
11 2010-01-15 Glenn Morris <rgm@gnu.org>
12
13 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14
15 * wid-edit.el (widget-keymap): Doc fix.
16
17 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
18 former seems to be more widely accepted by various svn versions.
19
20 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
21
22 * find-cmd.el (find-constituents):
23 * vc-arch.el (vc-arch-root):
24 * window.el (window-body-height, pop-up-frames):
25 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
26 (semantic-no-reparse-needed-change-hook):
27 * cedet/srecode/insert.el (srecode-resolve-argument-list)
28 (srecode-template-inserter-blank, srecode-template-inserter-variable)
29 (srecode-template-inserter-ask, srecode-template-inserter-width)
30 (srecode-template-inserter-section-start)
31 (srecode-template-inserter-section-end, srecode-insert-method):
32 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
33 * progmodes/ada-stmt.el (ada-if):
34 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
35 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
36 (ispell-encoding8-command, ispell-aspell-supports-utf8)
37 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
38
39 * progmodes/flymake.el (flymake-post-syntax-check):
40 Fix typo in error message.
41
42 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
43
44 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
45 which is always a string. (Bug#5313)
46
47 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
48
49 * progmodes/ada-xref.el (ada-default-prj-properties):
50 Simplify previous change.
51
52 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
53
54 * progmodes/ada-xref.el (ada-default-prj-properties):
55 Default ada_project_path to $ADA_PROJECT_PATH.
56
57 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
58
59 * progmodes/ada-mode.el (ada-create-keymap):
60 Override `narrow-to-defun' with `ada-narrow-to-defun'.
61
62 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
63
64 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
65 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
66 (ada-get-current-indent, ada-imenu-generic-expression)
67 (ada-which-function): Check for it.
68
69 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
70
71 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
72 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
73
74 2010-01-14 Glenn Morris <rgm@gnu.org>
75
76 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
77
78 2010-01-14 Kenichi Handa <handa@m17n.org>
79
80 * composite.el (auto-composition-mode): Make it a buffer local
81 variable (permanent-local).
82 (auto-composition-function): Set the default value to
83 auto-compose-chars.
84 (auto-composition-mode): Make it a simple function, not a minor mode.
85 (global-auto-composition-mode): Likewise.
86 (turn-on-auto-composition-if-enabled): Delete it.
87
88 2010-01-13 Karl Fogel <kfogel@red-bean.com>
89
90 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
91
92 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
93
94 * files.el (copy-directory): Compute target for recursive
95 directories with identical names. (Bug#5343)
96
97 2010-01-12 Glenn Morris <rgm@gnu.org>
98
99 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
100 it to bug-gnu-emacs rather than emacs-pretest-bug.
101
102 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
103
104 * cedet/data-debug.el (data-debug): Fix customization group reference.
105
106 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
107
108 * cedet/semantic/analyze.el (semantic-analyze-push-error)
109 (semantic-analyze-context, semantic-analyze-context-assignment)
110 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
111 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
112 (semantic-java-doc-keywords-map):
113 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
114 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
115 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
116 (semantic-c-classname, semantic-format-tag-uml-prototype)
117 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
118 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
119 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
120 (semantic-get-local-variables, semantic-end-of-command)
121 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
122 (lisp-mode):
123 * cedet/semantic/bovine/make.el (makefile-mode):
124 * cedet/semantic/wisent/python.el (wisent-python-string-re)
125 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
126 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
127 (semantic-lex, semantic-get-local-variables, python-mode):
128 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
129 * cedet/srecode/extract.el (srecode-extract-state-set)
130 (srecode-extract-method): Fix typos in docstrings.
131
132 2010-01-11 Sam Steingold <sds@gnu.org>
133
134 * imenu.el (imenu-default-create-index-function): Detect infinite
135 loops caused by imenu-prev-index-position-function.
136
137 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
138
139 * htmlfontify.el (htmlfontify-load-rgb-file)
140 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
141 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
142 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
143 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
144 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
145 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
146 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
147 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
148 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
149 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
150 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
151 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
152 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
153 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
154 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
155 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
156 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
157 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
158 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
159 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
160 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
161 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
162 backslash-quoting from parentheses, etc.
163
164 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
165
166 * progmodes/js.el: Autoload javascript-mode alias.
167
168 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
169
170 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
171 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
172 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
173 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
174 Fix typos in docstrings.
175 (ffap-url-regexp): Doc fix.
176 (ffap-at-mouse): Fix typo in message.
177
178 2010-01-11 Glenn Morris <rgm@gnu.org>
179
180 * version.el (emacs-copyright): Set copyright year to 2010.
181
182 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * format.el (format-annotate-function): Only set
185 write-region-post-annotation-function after running to-fn so as not to
186 affect nested write-region calls (bug#5273).
187
188 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
189
190 * cedet/semantic.el (semantic-new-buffer-setup-functions):
191 Add python parser.
192
193 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
194 wisent/python.el.
195
196 2010-01-10 Richard Kim <emacs18@gmail.com>
197
198 * cedet/semantic/wisent/python-wy.el:
199 * cedet/semantic/wisent/python.el: New files.
200
201 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
202
203 * man.el (Man-goto-section): Signal error if the section is not
204 found (Bug#5317).
205
206 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
207
208 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
209 URLs with a leading triple slash in the file: scheme. (Bug#5345)
210
211 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
212
213 * progmodes/compile.el: Don't treat compile-command as safe if
214 compilation-read-command might be nil (Bug#4218).
215
216 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
217
218 * startup.el (command-line-1): Use orig-argi to check for ignored X and
219 NS options.
220
221 2010-01-08 Kenichi Handa <handa@m17n.org>
222
223 * international/fontset.el (build-default-fontset-data):
224 Exclude characters in scripts kana, hangul, han, or cjk-misc.
225
226 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
227
228 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
229 to `create-file-buffer' as it expects, not just a buffer name.
230 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
231 to help uniquify. (Bug#3224)
232
233 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
234
235 * font-setting.el (font-setting-change-default-font): Use user-spec
236 instead of name.
237
238 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
239
240 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
241
242 2010-01-05 Tom Tromey <tromey@redhat.com>
243
244 * progmodes/python.el (python-font-lock-keywords):
245 Handle qualified decorators (Bug#881).
246
247 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
248
249 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
250 in a lightweight checkout.
251
252 2010-01-05 Kenichi Handa <handa@m17n.org>
253
254 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
255
256 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
257
258 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
259
260 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
261
262 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
263 checkouts. (Bug#618)
264 (vc-bzr-log-view-mode): Also highlight the author.
265 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
266 (vc-bzr-shelve-menu-map):
267 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
268 (vc-bzr-shelve-apply): Make prompt more explicit.
269
270 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
271
272 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
273 They are valid characters in URL paths (rfc3986), and at least
274 Firefox does not understand the encoded version (Bug#3166).
275
276 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
277
278 * progmodes/octave-mod.el (octave-end-keywords)
279 (octave-block-begin-or-end-regexp, octave-block-match-alist):
280 Add "end" keyword (Bug#3061).
281 (octave-end-as-array-index-p): New function.
282 (calculate-octave-indent): Use it.
283
284 2010-01-02 Karl Fogel <kfogel@red-bean.com>
285
286 * bookmark.el: Consistently put the text property on the bookmark name.
287 (bookmark-bmenu-marks-width): Bump back to 2, to include
288 annotation marks.
289 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
290 property on the bookmark name, instead of not putting it at all.
291 (bookmark-bmenu-list): Fix where we put the text property.
292
293 2010-01-02 Karl Fogel <kfogel@red-bean.com>
294
295 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
296 for showing buffer modified state (as added in the previous change).
297
298 2010-01-02 Karl Fogel <kfogel@red-bean.com>
299
300 * bookmark.el: Show modified state of bookmark buffer more accurately.
301 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
302 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
303 (with-buffer-modified-unmodified): New macro.
304 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
305 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
306 Use new macro to preserve the buffer modified state.
307
308 2010-01-02 Karl Fogel <kfogel@red-bean.com>
309
310 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
311 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
312 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
313 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
314 (bookmark-bmenu-rename, bookmark-bmenu-locate)
315 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
316 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
317
318 2010-01-02 Eli Zaretskii <eliz@gnu.org>
319
320 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
321 Make the lines in the generated doc string shorter. (Bug#4668)
322
323 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
324
325 * net/rcirc.el: Add follow-link binding (Bug#4738).
326
327 2010-01-02 Eli Zaretskii <eliz@gnu.org>
328
329 * Makefile.in (bzr-update): Rename from cvs-update.
330 (cvs-update): New target for backward compatibility.
331
332 * makefile.w32-in (bzr-update): Rename from cvs-update.
333 (cvs-update): New target for backward compatibility.
334
335 2010-01-02 Karl Fogel <kfogel@red-bean.com>
336
337 * bookmark.el: Remove gratuitous gratitude.
338
339 2010-01-02 Karl Fogel <kfogel@red-bean.com>
340
341 * bookmark.el (bookmark-bmenu-any-marks): New function
342 (bookmark-bmenu-save): Clear buffer modification if no marks.
343
344 2010-01-02 Karl Fogel <kfogel@red-bean.com>
345
346 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
347 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
348 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
349 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
350
351 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
352 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
353 To: emacs-devel {_AT_} gnu.org
354 Subject: bookmark.el bug report
355 Date: Mon, 28 Dec 2009 14:19:16 +0800
356 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
357
358 2010-01-02 Karl Fogel <kfogel@red-bean.com>
359
360 * bookmark.el: Improvements suggested by Drew Adams:
361 (bookmark-bmenu-ensure-position): New name for
362 `bookmark-bmenu-check-position'. Just ensure the position,
363 don't return any meaningful value.
364 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
365 New constants.
366
367 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
368
369 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
370 (bookmark-yank-point, bookmark-bmenu-check-position):
371 Fix typos in docstrings.
372 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
373 (bookmark-name-from-full-record, bookmark-get-position)
374 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
375 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
376 Remove useless quoting of parenthesis, etc. in docstrings.
377
378 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
379 (ediff-append-custom-diff): Fix typo in error message.
380 (ediff-meta-mark-equal-files): Fix typos in messages.
381
382 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
383
384 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
385 Fix typo in docstring.
386
387 * net/imap-hash.el (imap-hash-make): Doc fix.
388 (imap-hash-test): Fix typo in error message; reflow docstring.
389 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
390 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
391 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
392 Fix typos in docstrings.
393 (imap-hash-open-connection): Fix typo in error message.
394
395 * play/gomoku.el (gomoku): Fix typos in docstring.
396
397 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
398 (gdb-jsonify-buffer): Fix typos in docstring.
399 (gdb-goto-breakpoint): Fix typo in error message.
400 ("Display Other Windows"): Fix typo in help message.
401 (gdb-speedbar-expand-node): Fix typo in question.
402
403 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
404 (idlwave-html-system-help-location, idlwave-html-help-location)
405 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
406 (idlwave-help-browser-generic-args, idlwave-help-directory)
407 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
408 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
409 (idlwave-online-help, idlwave-help-html-link)
410 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
411 Fix typos in docstrings.
412 (idlwave-help-with-source, idlwave-help-find-routine-definition):
413 Reflow docstrings.
414 (idlwave-help-assistant-start): Fix typo in error message.
415
416 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
417 (octave-electric-space): Fix typos in docstrings.
418
419 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
420
421 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
422
423 2010-01-01 Juri Linkov <juri@jurta.org>
424
425 * comint.el (comint-input-ring-size): Make it a defcustom and
426 increase the default to 500 (Bug#5148).
427
428 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
429
430 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
431 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
432 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
433
434 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
435
436 Show working revision correctly for mercurial.
437 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
438 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
439
440 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
441
442 Declare some functions for the byte-compiler.
443 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
444 (speedbar-timer-fn, speedbar-change-expand-button-char)
445 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
446
447 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
448
449 This changeset reverts GDB Graphical Interface to use annotations.
450 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
451
452 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
453
454 Make vc-dir work on subdirectories of the bzr root.
455 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
456 file names relative to it.
457 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
458 relative directory to vc-bzr-after-dir-status.
459
460 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
461
462 * font-lock.el (font-lock-refresh-defaults): New function, which
463 can be used to let font-lock react to external changes in
464 variables like font-lock-defaults and keywords.
465 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
466
467 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
468
469 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
470
471 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
472
473 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
474
475 Supersede color.diff settings in git log (bug#5211).
476
477 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
478 escape chars in its output when the user has color.diff set to `always'.
479 This fix works on git 1.4.2 and newer (released on 2006-08-13).
480
481 2009-12-26 Kevin Ryde <user42@zip.com.au>
482
483 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
484 node. Keep previous "Index" name to work with past coreutils too.
485
486 * man.el (man): Revise docstring a bit to show -a and -l as
487 examples. Add -k description since support for it has otherwise
488 been a secret. (Further to bug#3717.)
489 (Man-bgproc-sentinel): When "-k foo" produces no output show error
490 "no matches" rather than "Can't find manpage", as the latter reads
491 like -k was interpreted as a page name, which is not so. (Bug#5431)
492
493 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
494
495 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
496 switches. Check also for //SUBDIRED// line.
497
498 2009-12-25 Kenichi Handa <handa@m17n.org>
499
500 * language/indian.el (devanagari-composable-pattern): Fixed to
501 handle ZWNJ and ZWJ. Use it in composition-function-table for
502 Devanagari.
503 (malayalam-composable-pattern): Fix previous change.
504
505 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
506
507 * ps-print.el (ps-face-attributes): It was not returning the
508 attribute face for faces specified as string. Reported by harven
509 <harven@free.fr>.
510 (ps-print-version): New version 7.3.5.
511
512 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
513
514 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
515 timezone names.
516 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
517 (icalendar--add-diary-entry): Remove the trailing blank that
518 diary-make-entry inserts.
519
520 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
521
522 Make `file-expand-wildcards' work for remote files.
523
524 * files.el (file-expand-wildcards): In case of remote files, check
525 only local file name part for wildcards. Provide feature 'files
526 and subfeature 'remote-wildcards. (Bug#5198)
527
528 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
529 if there is already an established connection.
530 (tramp-advice-file-expand-wildcards): Remove it.
531
532 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
533 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
534 Activate advice for older GNU Emacs versions. (Bug#5237)
535
536 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
537
538 Some doc fixes (more needed).
539
540 * find-cmd.el (find-constituents): Reflow docstring.
541 (find-cmd, find-prune, find-command): Fix typos in docstrings.
542 (find-generic): Doc fix.
543
544 2009-12-17 Juri Linkov <juri@jurta.org>
545
546 Fix regression from 23.1 to allow multiple modes in Local Variables.
547
548 * files.el (hack-local-variables-filter): While ignoring duplicates,
549 don't take `mode' into account.
550 (hack-local-variables-filter, hack-dir-local-variables): Don't
551 remove duplicate `mode' from local-variables-alist (like `eval').
552
553 2009-12-17 Juri Linkov <juri@jurta.org>
554
555 Make `dired-diff' more safe. (Bug#5225)
556
557 * dired-aux.el (dired-diff): Signal an error when `file' equals to
558 `current' or when `file' is a directory of the `current' file.
559
560 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
561
562 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
563 unconditionally preloaded files.
564
565 2009-12-16 Juri Linkov <juri@jurta.org>
566
567 Revert to old 23.1 logic of using the file at the mark as default.
568 * dired-aux.el (dired-diff): Use the file at the mark as default
569 if it's not the same as the current file, and the target dir is
570 the current dir or the mark is active. Add the current file
571 as the arg of `dired-dwim-target-defaults'. Use the default file
572 in the prompt. (Bug#5225)
573
574 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
575
576 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
577 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
578 (tramp-check-for-regexp): Check also, when an echoing shell stops
579 to echo sent commands.
580
581 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
582
583 * Makefile.in: Revert last change (Bug#5191).
584
585 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
586
587 * vc-hg.el (vc-hg-print-log): Fix argument order.
588 (vc-hg-working-revision): Make sure the command is executed in a
589 known environment so that we can parse the output. (Bug#4417)
590
591 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
592
593 * progmodes/python.el (python-symbol-completions): Remove text
594 properties from symbol string before calling python-send-receive.
595
596 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
597
598 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
599 when there are values for both file and line. (Bug#5060)
600
601 2009-12-14 Juri Linkov <juri@jurta.org>
602
603 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
604 whitespace after the file name of the first line of unified format,
605 because git-diff doesn't output whitespace and file modification time
606 after the file name.
607
608 2009-12-14 David Kastrup <dak@gnu.org>
609
610 * info.el (Info-hide-cookies-node): Before hiding a cookie,
611 check if it already has the `display' property added by
612 `Info-display-images-node', and not put the `invisible' property
613 in this case.
614
615 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
616
617 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
618 (semantic-mru-bookmark-mode): Doc fixes.
619
620 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
621 of assert.
622
623 2009-12-13 Glenn Morris <rgm@gnu.org>
624
625 * mail/emacsbug.el (message-sort-headers): Define for compiler.
626 (report-emacs-bug): In message-mode, sort manually before storing
627 original report text. (Bug#5178)
628 Remove superfluous save-excursion.
629
630 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
631
632 * net/dbus.el (dbus-property-handler): Filter lambda forms out
633 when responding to "GetAll" properties.
634
635 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
636
637 * simple.el (compose-mail): Remove mail-setup-with-from from
638 customization checks.
639
640 2009-12-12 Eli Zaretskii <eliz@gnu.org>
641
642 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
643 RAR archives created on Unix systems.
644
645 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
648 the varalias that was accidentally removed by the 2009-11-19 change
649 (bug#5186).
650
651 2009-12-12 Kenichi Handa <handa@m17n.org>
652
653 * language/indian.el (indian-compose-regexp): New function.
654 (malayalam-composable-pattern): Fix the pattern.
655 (composition-function-table): Set malayalam-composable-pattern for
656 Malayalam characters.
657
658 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
659
660 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
661 rather than down-mouse-1, based on follow-link conventions.
662
663 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
664 are compiled.
665
666 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
667
668 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
669 (verilog-vmm-statement-re, verilog-ovm-statement-re)
670 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
671 (verilog-leap-to-head, verilog-backward-token):
672 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
673
674 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
675
676 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
677 Cleanup user-visible spelling and documentation errors.
678 One reported by Gary Delp.
679 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
680 (verilog-read-decls): Fix AUTOWIRE with types declared in a
681 package, bug195. Reported by Pierre-David Pfister.
682
683 2009-12-11 Glenn Morris <rgm@gnu.org>
684
685 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
686
687 * mail/emacsbug.el: No longer require sendmail.
688 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
689 (report-emacs-bug-orig-text): Doc fix.
690 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
691 New local variables, to adapt to different mail-user-agents.
692 (report-emacs-bug): Fix test for a gnu.org address.
693 Use overlays for emphasis, since font-lock defeats 'face property.
694 Pretest bugs also end up at the newsgroup these days.
695 Stop message-mode stripping text properties.
696 Set and use the new buffer-local variables.
697 (report-emacs-bug-hook): Add doc-string.
698 Remove some unnecessary save-excursions and simplify.
699 Use the appropriate hook and send-command.
700
701 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
702 capitalization of some menu entries.
703
704 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
705
706 * whitespace.el (whitespace-display-char-on): Ensure
707 `buffer-display-table' is unique when two or more windows are
708 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
709 New version 12.1.
710
711 2009-12-10 Eli Zaretskii <eliz@gnu.org>
712
713 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
714 characters in the Attribute field.
715
716 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
717
718 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
719
720 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
723 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
724 Disregard autoload-excludes.
725 (update-directory-autoloads): Obey autoload-excludes here instead.
726 But don't store its contents in no-autoloads and remove entries that
727 refer to excludes files.
728
729 2009-12-10 Glenn Morris <rgm@gnu.org>
730
731 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
732 (expand-mail-aliases): Define for compiler.
733
734 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
735 Define for compiler.
736
737 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
738 appropriate for the mail-user-agent in use.
739
740 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
741
742 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
743
744 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
745
746 Fix short log parsing and fontification.
747 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
748 Fix fontification for the [merge] label.
749
750 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
751
752 Drop some properties to avoid surprises.
753 * htmlfontify.el (hfy-ignored-properties): New defcustom.
754 (hfy-fontify-buffer): Use it.
755
756 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 Minor cleanup.
759 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
760 Adjust all callers.
761 (ffap-locate-file): Remove unused arg `dir-ok' and make other
762 args compulsory. Adjust callers.
763 (ffap-gopher-at-point): Remove unused var `name'.
764
765 Get rid of the ELCFILES abomination.
766 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
767 (compile-elcfiles): New phony target.
768 (compile-main): Compute ELCFILES dynamically.
769 (compile-clean): New target to remove left-over elc files.
770 (compile, all): Use it.
771
772 2009-12-09 Kenichi Handa <handa@etlken>
773
774 * international/mule-diag.el: Require help-mode instead of help-fns.
775
776 2009-12-09 Kenichi Handa <handa@m17n.org>
777
778 * international/mule-cmds.el (ucs-names): Supply sufficiently
779 fine ranges instead of pre-calculating accurate ranges.
780 Iterate with bigger gc-cons-threshold.
781
782 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
783
784 Add support for stashing a snapshot of the current tree.
785 * vc-git.el (vc-git-stash-snapshot): New function.
786 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
787
788 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
789
790 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
791 instead of `(beginning|end)-of-line'.
792
793 2009-12-08 Glenn Morris <rgm@gnu.org>
794
795 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
796
797 * Makefile.in (ELCFILES): Regenerate.
798
799 2009-12-07 Juri Linkov <juri@jurta.org>
800
801 Don't lazy-highlight the comint output in history Isearch mode.
802
803 * comint.el (comint-history-isearch-search): Instead of
804 `comint-line-beginning-position', use `comint-after-pmark-p'
805 to check if point if before the process mark, and go to
806 `process-mark' in this case.
807
808 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * textmodes/tex-mode.el (latex-complete)
811 (latex-indent-or-complete): Remove.
812 (latex-mode): Set completion-at-point-functions instead.
813
814 Provide a standard completion command and hook it into TAB.
815 * minibuffer.el (completion-at-point-functions): New var.
816 (completion-at-point): New command.
817 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
818 * progmodes/python.el (python-mode-map): Use completion-at-point.
819 (python-completion-at-point): Rename from python-partial-symbol and
820 adjust for use in completion-at-point-functions.
821 (python-mode): Setup completion-at-point for Python completion.
822 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
823 extracted from lisp-complete-symbol.
824 (lisp-complete-symbol): Use it.
825 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
826 setup completion-at-point for Elisp completion.
827 (emacs-lisp-mode-map, lisp-interaction-mode-map):
828 Use completion-at-point.
829 * ielm.el (ielm-map): Use completion-at-point.
830 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
831 * progmodes/sym-comp.el: Move to...
832 * obsolete/sym-comp.el: Move from progmodes.
833
834 2009-12-07 Eli Zaretskii <eliz@gnu.org>
835
836 Prevent save-buffer in Rmail buffers from using the coding-system
837 of the current message, and from clobbering the encoding mnemonics
838 in the mode line (Bug#4623).
839
840 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
841 flag, too.
842 (rmail-message-encoding): New variable.
843 (rmail-write-region-annotate): Record the encoding of the current
844 message in rmail-message-encoding.
845 (rmail-after-save-hook): New function, restores the encoding of
846 the current message after the message collection is saved.
847
848 2009-12-07 Juri Linkov <juri@jurta.org>
849
850 * progmodes/grep.el (grep-read-files): Use `completing-read'
851 instead of `read-string'. Set its `collection' arg to
852 `read-file-name-internal'. (Bug#4301)
853
854 2009-12-07 Juri Linkov <juri@jurta.org>
855
856 Correctly restore original Isearch point. (Bug#4994)
857
858 * isearch.el (isearch-mode): Move `isearch-push-state' after
859 `(run-hooks 'isearch-mode-hook)'.
860 (isearch-cancel): When `isearch-push-state-function' is defined,
861 let-bind `isearch-cmds' to the first state (the last element of
862 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
863 function and restores the original point). Otherwise, move point
864 to `isearch-opoint'.
865
866 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
869 chars that don't have names, so the table can be built much faster at
870 run-time.
871
872 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
873
874 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
875 change. Suggested by David Kastrup.
876
877 * simple.el (compose-mail): Check for incompatibilities and warn.
878 (compose-mail-user-agent-warnings): New option.
879
880 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
881
882 Support showing a single log entry from vc-annotate.
883 * vc.el (print-log): Add a new argument: START-REVISION.
884 (vc-print-log-internal): Add a new optional argument and
885 pass it to the backend.
886 (vc-print-log, vc-print-root-log): Adjust callers.
887 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
888 buffer already displays the requested log entry, use it.
889 Otherwise display only the log entry in question.
890 * vc-svn.el (vc-svn-print-log):
891 * vc-mtn.el (vc-mtn-print-log):
892 * vc-hg.el (vc-hg-state):
893 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
894 (vc-git-show-log-entry): Return t on success.
895 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
896 (vc-bzr-show-log-entry): Return t on success.
897 * vc-rcs.el (vc-rcs-print-log):
898 * vc-sccs.el (vc-sccs-print-log):
899 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
900
901 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
902
903 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
904 Add menus to the meta mode. (Bug#5043)
905
906 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
907
908 * ediff-init.el (ediff-event-key): Use event-to-character instead of
909 event-key.
910
911 * ediff.el (ediff-buffers-internal): Add unwind-protect.
912
913 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
914
915 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
916 Berbain <raphael.berbain@gmail.com>.
917
918 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
919 characters.
920 (tramp-initial-end-of-output): New defconst.
921 (tramp-methods, tramp-find-shell)
922 (tramp-open-connection-setup-interactive-shell)
923 (tramp-maybe-open-connection): Use it.
924 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
925 existence of `#' and `$'.
926
927 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
928 `tramp-initial-end-of-output'.
929
930 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
931
932 Get the background mode from the terminal for xterm, and set
933 faces accordingly.
934 * term/xterm.el (xterm-set-background-mode): New function.
935 (terminal-init-xterm): Use it in case xterm supports background
936 color queries. Recompute faces after getting the background
937 color.
938
939 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
940
941 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
942 number comment back on its own line, for easier parsing.
943
944 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 Make it work for non-file buffers (bug#5102).
947 * doc-view.el (doc-view-current-cache-dir):
948 Use doc-view-buffer-file-name rather than buffer-file-name.
949 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
950
951 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
952
953 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
954 author field is too short.
955
956 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
957
958 * vc-git.el (vc-git-print-log): Handle a limit argument.
959 Display the short log in graph form and with labels.
960 (vc-git-log-view-mode): Handle labels.
961
962 Make vc-revert change VC state from 'added to 'unregistered.
963 * vc-git.el (vc-git-revert): Call git reset first.
964
965 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
966
967 * net/newst-backend.el, net/newst-plainview.el:
968 * net/newst-reader.el, net/newst-ticker.el:
969 * net/newst-treeview.el, net/newsticker.el:
970 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
971
972 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
973
974 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
975
976 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
977 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
978 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
979 Update annotation regexp.
980
981 * simple.el (beginning-of-visual-line): Constrain to field
982 boundaries (Bug#5106).
983
984 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
985
986 * xml.el (xml-substitute-numeric-entities): Move
987 newsticker--decode-numeric-entities in newst-backend.el to
988 xml-substitute-numeric-entities in xml.el. (Bug#5008)
989 * net/newst-backend.el (newsticker--parse-generic-feed)
990 (newsticker--parse-generic-items)
991 (newsticker--decode-numeric-entities): Move
992 newsticker--decode-numeric-entities in newst-backend.el to
993 xml-substitute-numeric-entities in xml.el. (Bug#5008)
994
995 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
996
997 * progmodes/js.el (js--js-not): Add null to the list of values.
998
999 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1002
1003 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1004
1005 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1006 delimiter if it is at the end of the current line.
1007 (bibtex-generate-url-list): Fix docstring.
1008
1009 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1012 minibuffer's content with itself.
1013 Fold the confirm-after-completion case into the `confirm' case.
1014 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1015
1016 2009-12-06 Kevin Ryde <user42@zip.com.au>
1017
1018 * ffap.el (ffap-rfc-path): Make this a defcustom since
1019 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1020
1021 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1022 manuals, similar to existing setup for help-mode. (Bug#3913.)
1023
1024 2009-12-05 Juri Linkov <juri@jurta.org>
1025
1026 Save and restore dired buffer's point positions too. (Bug#4880)
1027
1028 * dired.el (dired-save-positions): Return in the first element
1029 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1030 Doc fix.
1031 (dired-restore-positions): First restore buffer's position.
1032 While restoring window's positions, check if window still displays
1033 the original buffer.
1034
1035 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1038 if possible.
1039
1040 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1041 Make argument optional.
1042
1043 * shell.el (shell): Require ansi-color (Bug#5113).
1044
1045 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1046
1047 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1048
1049 2009-12-05 Alan Mackenzie <acm@muc.de>
1050
1051 * progmodes/cc-mode.el (c-before-hack-hook)
1052 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1053 `c-file-style' to work again. This reversion restores the current
1054 software to its state in Emacs 23.1. (Bug#4146)
1055
1056 2009-12-05 Kevin Ryde <user42@zip.com.au>
1057
1058 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1059 comment-start-skip to comment-end-skip as comment (Bug#4781).
1060
1061 2009-12-05 Juri Linkov <juri@jurta.org>
1062
1063 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1064 for virtual nodes. (Bug#4147)
1065 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1066 when moving from a virtual node.
1067 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1068 (Info-mode): Add `Info-virtual-index' to the docstring.
1069
1070 2009-12-05 Eric Ludlam <zappo@gnu.org>
1071
1072 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1073 Describe project macro symbols.
1074
1075 * cedet/semantic/complete.el (semantic-complete-do-completion):
1076 Don't call semantic-collector-current-exact-match.
1077
1078 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1079 ede-objects as targets.
1080
1081 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1082 a target's object list even if compiler vars are already in the
1083 Makefile.
1084
1085 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1086 list of headers producing necessary macros.
1087
1088 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1089
1090 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1091 track of the buffer position of the end of a BibTeX entry as this
1092 position may change during reformatting.
1093 (bibtex-format-entry): Remove whitespace before processing
1094 numerical fields so that we recognize the latter properly.
1095 (bibtex-reformat): Do not use push which changes the global value
1096 of bibtex-entry-format.
1097 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1098 (bibtex-field-re-init): Replace only space characters by regexp
1099 for whitespace.
1100 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1101 (bibtex-initialize): Also update bibtex-strings.
1102 (bibtex-kill-field): Preserve white space at end of entry.
1103 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1104 Update bibtex-reference-keys.
1105
1106 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1109 point after a star, if that's the only place where modifications can
1110 make progress.
1111
1112 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1113
1114 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1115 in docstrings.
1116
1117 2009-12-04 Juri Linkov <juri@jurta.org>
1118
1119 * proced.el (proced): Call `(proced-update t)' to update process
1120 information instead of only running proced-post-display-hook.
1121 (proced-send-signal): Add a leading space to the buffer name
1122 " *Marked Processes*" to make this buffer ephemeral.
1123
1124 2009-12-04 Juri Linkov <juri@jurta.org>
1125
1126 * dired.el (dired-auto-revert-buffer): New defcustom.
1127 (dired-internal-noselect): Use it.
1128
1129 2009-12-04 Juri Linkov <juri@jurta.org>
1130
1131 Change roles of modes and functions in image-mode.el (Bug#5062).
1132
1133 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1134 in `auto-mode-alist'.
1135 (image-mode-previous-major-mode): New variable.
1136 (image-minor-mode-map): Rename from `image-mode-text-map'.
1137 (image-mode): Move graceful error-handling code from
1138 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1139 (image-minor-mode): Remove all image-handling code.
1140 Replace `image-mode-text-map' with `image-minor-mode-map'.
1141 Check for `image-type' in mode-line format string.
1142 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1143 (image-mode-as-text): New function with most code from
1144 `image-mode-maybe'.
1145 (image-toggle-display-text): Move code that removes image
1146 properties from `image-toggle-display' to here.
1147 (image-toggle-display-image): New function with code that adds
1148 image properties copied from `image-toggle-display'.
1149 (image-toggle-display): Remove most code with leaving only code
1150 that toggles between `image-mode-as-text' and `image-mode'.
1151
1152 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
1153
1154 * net/newst-treeview.el
1155 (newsticker--treeview-list-highlight-start): Restored call to
1156 save-excursion: Selected item was stuck.
1157 (newsticker--treeview-list-select): New.
1158 (newsticker--treeview-item-show-text)
1159 (newsticker--treeview-item-show)
1160 (newsticker--treeview-item-update): Use new
1161 newsticker-treeview-item-mode.
1162 (newsticker-treeview-update): Keep current item.
1163 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1164 (newsticker--treeview-first-feed): Doc change.
1165 (newsticker-treeview-list-menu)
1166 (newsticker-treeview-item-menu): Added menu entries.
1167 (newsticker-treeview-item-mode): New.
1168
1169 * net/newst-backend.el (newsticker-customize): Delete other
1170 windows.
1171
1172 2009-12-04 Sam Steingold <sds@gnu.org>
1173
1174 * log-view.el (log-view-mode-map): "q" calls quit-window,
1175 like in all the other non-self-insert buffers.
1176
1177 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 Minor cleanup.
1180 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1181 key decoding rather than do it manually via last-input-event +
1182 ascii-character.
1183 (term-exec): Use delete-and-extract-region.
1184 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1185 (term-process-pager): Remove unused var `i'.
1186 (term-dynamic-simple-complete): Make obsolete.
1187 (serial-update-config-menu): Remove unused vars `y' and `str'.
1188 (term-update-mode-line): Remove unused var `temp'.
1189
1190 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1191
1192 Limit the number of log entries displayed by default.
1193 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1194 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1195 using a prefix argument.
1196
1197 2009-12-03 Glenn Morris <rgm@gnu.org>
1198
1199 * progmodes/idlwave.el (class): Restore still useful declaration.
1200
1201 2009-12-03 Alan Mackenzie <acm@muc.de>
1202
1203 Enhance `c-parse-state' to run efficiently in "brace deserts".
1204
1205 * progmodes/cc-mode.el (c-basic-common-init):
1206 Call c-state-cache-init.
1207 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1208 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1209 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1210
1211 * progmodes/cc-langs.el (c-before-font-lock-function):
1212 c-extend-and-neutralize-syntax-in-CPP has been renamed
1213 c-neutralize-syntax-in-and-mark-CPP.
1214
1215 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1216 with `category' properties now, not `syntax-table' ones.
1217
1218 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1219 enhanced (but slower) version of c-end-of-macro that won't land
1220 inside a literal or on another awkward character.
1221 (c-state-cache-too-far, c-state-cache-start)
1222 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1223 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1224 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1225 (c-state-min-scan-pos, c-state-brace-pair-desert)
1226 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1227 buffer local variables.
1228 (c-state-literal-at, c-state-lit-beg)
1229 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1230 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1231 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1232 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1233 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1234 (c-renarrow-state-cache)
1235 (c-append-lower-brace-pair-to-state-cache)
1236 (c-state-push-any-brace-pair, c-append-to-state-cache)
1237 (c-remove-stale-state-cache)
1238 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1239 (c-invalidate-state-cache-1, c-parse-state-1)
1240 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1241 (c-parse-state): Enhance and refactor.
1242 (c-debug-parse-state): Amend to deal with all the new variables.
1243
1244 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1245 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1246 modify to use category text properties rather than syntax-table ones.
1247 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1248 to switch off/on the syntactic paren property of C++ template
1249 delimiters using the category property.
1250 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1251 template delims suppressed.
1252 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1253 New constant/macros which apply category properties to the start
1254 and end of preprocessor constructs.
1255 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1256 "comment out" the syntactic value of characters in preprocessor
1257 constructs.
1258 (c-with-cpps-commented-out)
1259 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1260 with characters in all or all but one preprocessor constructs
1261 "commented out".
1262
1263 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1264
1265 * proced.el (proced-filter-alist): Use regexp-quote.
1266
1267 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
1268
1269 Cleanup.
1270 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1271 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1272 arguments. Expand `default-directory'.
1273
1274 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1275 the benefit of returning an expanded localname.
1276 (tramp-tramp-file-p): Handle the case NAME is not a string.
1277
1278 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1279
1280 Add support for bzr shelve/unshelve.
1281 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1282 (vc-bzr-extra-menu-map): New variables.
1283 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1284 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1285 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1286 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1287 (vc-bzr-dir-extra-headers): Display shelves.
1288
1289 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1290
1291 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 * textmodes/bibtex.el (bibtex-complete-internal):
1294 Use completion-in-region.
1295 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1296
1297 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1298
1299 Support applying stashes. Improve UI.
1300 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1301 (vc-git-stash-apply, vc-git-stash-pop)
1302 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1303 (vc-git-stash-menu): New functions.
1304 (vc-git-stash-menu-map): New variable.
1305 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1306
1307 2009-12-03 Glenn Morris <rgm@gnu.org>
1308
1309 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1310 (vc-print-log-internal): Fix previous change.
1311 (vc-revert): Correct pluralization.
1312
1313 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * progmodes/make-mode.el (makefile-special-targets-list): No need for
1316 it to be an alist any more.
1317 (makefile-complete): Use completion-in-region.
1318
1319 * progmodes/octave-mod.el (octave-complete-symbol):
1320 Use completion-in-region.
1321
1322 Misc cleanup.
1323 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1324 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1325 (idlwave-complete-class): Don't quote lambda.
1326 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1327 (idlwave-mode-map): Move initialization into declaration.
1328 (idlwave-action-and-binding): Use backquotes.
1329 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1330 Simplify.
1331 (idlwave-is-pointer-dereference): Remove unused var `pos'.
1332 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1333 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1334 `parts', and `all-parts'.
1335 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1336 (idlwave-convert-xml-system-routine-info): Remove unused string
1337 `version-string'.
1338 (idlwave-display-user-catalog-widget): Use dolist.
1339 (idlwave-scanning-lib): Declare dynamically-scoped var.
1340 (idlwave-scan-library-catalogs): Remove unused var `flags'.
1341 (completion-highlight-first-word-only): Declare to silence bytecomp.
1342 (idlwave-popup-select): Tighten scope of `resp'.
1343 (idlwave-find-struct-tag): Remove unused var `beg'.
1344 (idlwave-after-load-rinfo-hook): Declare.
1345 (idlwave-sintern-class-info): Remove unused var `taglist'.
1346 (idlwave-find-class-definition): Remove unused var `list'.
1347 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1348 (idlwave-what-module-find-class): Remove unused var `classes'.
1349
1350 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
1351
1352 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1353
1354 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1357 buffers visited. Remove redundant current-buffer-saving.
1358
1359 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 Use completion-in-buffer and remove uses of dynamic scoping.
1362 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1363 (pascal-buffer-to-use, pascal-flag): Don't declare.
1364 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1365 (pascal-get-completion-decl, pascal-keyword-completion):
1366 Add `pascal-str' argument, save-excursion,
1367 return the found completions, and don't filter with pascal-pred.
1368 (pascal-completion-cache): New var.
1369 (pascal-completion): Don't switch buffer any more (it was never
1370 necessary). Don't save-excursion any more (it's done by the called
1371 subroutines). Use a cache to avoid redundant computations.
1372 Use complete-with-action rather than pascal-completion-response and
1373 let it apply the predicate as well.
1374 (pascal-complete-word): Use completion-in-buffer when
1375 pascal-toggle-completions is nil.
1376 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1377 not used any more.
1378 (pascal-comp-defun): Don't change buffer any more.
1379 Use complete-with-action rather than pascal-completion-response and
1380 let it apply the predicate as well.
1381 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1382 when neded.
1383
1384 2009-12-02 Kenichi Handa <handa@m17n.org>
1385
1386 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1387 shape for all Indic scripts.
1388
1389 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 Use completion-in-buffer.
1392 * wid-edit.el (widget-field-text-end): New function.
1393 (widget-field-value-get): Use it.
1394 (widget-string-complete, widget-file-complete)
1395 (widget-color-complete): Use it and completion-in-region.
1396 (widget-complete): Don't narrow the buffer.
1397
1398 2009-12-02 Glenn Morris <rgm@gnu.org>
1399
1400 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
1401 (rmail-select-summary): Use rmail-pop-to-buffer.
1402 * mail/rmailsum.el: Replace all pop-to-buffer calls with
1403 rmail-pop-to-buffer, to prevent horizontal splits.
1404
1405 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1406 save-excursion with save-current-buffer.
1407 Widen before searching. (Bug#5093)
1408 (diary-list-sexp-entries): Remove superfluous save-excursion.
1409
1410 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
1411
1412 * woman.el (woman-make-bufname): Handle man-pages with "." in the
1413 name. (Bug#5038)
1414
1415 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
1416
1417 * ido.el (ido-file-internal): Handle filenames at point that do
1418 not have a directory part. (Bug#5049)
1419
1420 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
1421
1422 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1423 (mpc-songs-jump-to, mpc-resume): Doc fixes.
1424
1425 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
1426
1427 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1428 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1429 any more.
1430
1431 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * comint.el (comint-insert-input): Ignore clicks to the right of
1434 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1435
1436 * vc.el (vc-print-log-internal): Don't wait for the process to
1437 terminate before setting up the major mode.
1438
1439 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1440 in case.
1441
1442 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1443 the last element.
1444
1445 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1446
1447 2009-12-01 Glenn Morris <rgm@gnu.org>
1448
1449 * window.el (window--display-buffer-2): Fix previous changes.
1450
1451 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1454
1455 2009-12-01 Glenn Morris <rgm@gnu.org>
1456
1457 * Makefile.in (ELCFILES): Add mpc.elc.
1458
1459 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * mpc.el: New file.
1462
1463 2009-12-01 Glenn Morris <rgm@gnu.org>
1464
1465 * window.el (window-to-use): Define for compiler.
1466
1467 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1468 consistent with others (no final period).
1469
1470 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1471 (rmail-mime-show): Downcase the encoding. (Bug#5070)
1472
1473 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1474
1475 Make vc-print-log buttons work.
1476 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
1477
1478 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
1479
1480 * savehist.el (savehist-autosave-interval): Allow setting to nil
1481 through customize. (Bug#5056)
1482
1483 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
1484
1485 Fix references to jit-lock properties.
1486 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1487 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1488 (perl-font-lock-special-syntactic-constructs):
1489 Quote jit-lock-defer-multiline property.
1490
1491 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1492
1493 * vc-git.el (vc-git-registered): Call vc-git-root only once.
1494
1495 2009-11-30 Juri Linkov <juri@jurta.org>
1496
1497 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1498 value `buffer' of `multi-isearch-next-buffer-current-function'.
1499 Use `(current-buffer)' when `buffer' is nil.
1500 (multi-isearch-next-buffer-from-list): Don't fallback to
1501 `(current-buffer)' when `buffer' is nil. (Bug#4947)
1502
1503 2009-11-30 Juri Linkov <juri@jurta.org>
1504
1505 * misearch.el (multi-isearch-read-buffers): Move canonicalization
1506 of buffers with `get-buffer' to `multi-isearch-buffers'.
1507 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1508 Canonicalize BUFFERS with `get-buffer'. Doc fix.
1509 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1510 FILES with `expand-file-name' converting relative file names
1511 to absolute. Doc fix. (Bug#4727)
1512
1513 2009-11-30 Juri Linkov <juri@jurta.org>
1514
1515 * misearch.el (multi-isearch-read-buffers)
1516 (multi-isearch-read-matching-buffers): New functions.
1517 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1518 Use them in the `interactive' spec. Doc fix.
1519 (multi-isearch-read-files, multi-isearch-read-matching-files):
1520 New functions.
1521 (multi-isearch-files, multi-isearch-files-regexp):
1522 Use them in the `interactive' spec. Doc fix. (Bug#4725)
1523
1524 2009-11-30 Juri Linkov <juri@jurta.org>
1525
1526 * doc-view.el (doc-view-continuous):
1527 Rename from `doc-view-continuous-mode'.
1528 (doc-view-menu): Move "Toggle display" to the top.
1529 Add submenu "Continuous" with radio buttons "Off"/"On"
1530 and "Save as Default".
1531 (doc-view-scroll-up-or-next-page)
1532 (doc-view-scroll-down-or-previous-page)
1533 (doc-view-next-line-or-next-page)
1534 (doc-view-previous-line-or-previous-page): Rename
1535 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
1536
1537 2009-11-30 Juri Linkov <juri@jurta.org>
1538
1539 * comint.el (comint-mode-map): Rebind `M-r' from
1540 `comint-previous-matching-input' to
1541 `comint-history-isearch-backward-regexp'.
1542 Unbind `M-s' to allow global key binding `M-s'.
1543 Add menu items for `comint-history-isearch-backward' and
1544 `comint-history-isearch-backward-regexp'. (Bug#3746)
1545
1546 2009-11-30 Juri Linkov <juri@jurta.org>
1547
1548 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1549 For def=recenter, replace `recenter' with `recenter-top-bottom'
1550 that is called with `this-command' and `last-command' let-bound
1551 to `recenter-top-bottom'. When the last `def' was not `recenter',
1552 set `recenter-last-op' to nil. (Bug#4981)
1553
1554 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 Minor cleanup and simplification.
1557 * filecache.el (file-cache-add-directory)
1558 (file-cache-add-directory-recursively)
1559 (file-cache-add-from-file-cache-buffer)
1560 (file-cache-delete-file-regexp, file-cache-delete-directory)
1561 (file-cache-files-matching-internal, file-cache-display): Use dolist.
1562 (file-cache-temp-minibuffer-message): Delete function.
1563 (file-cache-minibuffer-complete): Use minibuffer-message instead.
1564
1565 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1566 Don't signal an error when bumping into EOB in tr, s, or y.
1567
1568 2009-11-29 Juri Linkov <juri@jurta.org>
1569
1570 * startup.el (fancy-about-text): Fix wording of Guided Tour.
1571 (Bug#4960)
1572
1573 * descr-text.el (describe-char-unidata-list): Use lowercase name
1574 for "Unicode name" like in other tags.
1575
1576 2009-11-29 Juri Linkov <juri@jurta.org>
1577
1578 * ediff-util.el (ediff-minibuffer-with-setup-hook):
1579 New compatibility macro.
1580 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1581
1582 2009-11-29 Juri Linkov <juri@jurta.org>
1583
1584 Add defcustom to define the cycling order of `recenter-top-bottom'.
1585 (Bug#4981)
1586
1587 * window.el (recenter-last-op): Doc fix.
1588 (recenter-positions): New defcustom.
1589 (recenter-top-bottom): Rewrite to use `recenter-positions'.
1590 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1591
1592 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
1593
1594 Improve integration of Tramp and ange-ftp in eshell.
1595
1596 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1597 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
1598 (eshell/sudo): Flatten args. Let-bind `default-directory'.
1599
1600 * eshell/esh-util.el (top): Require also Tramp when compiling.
1601 (eshell-directory-files-and-attributes): Check for FTP remote
1602 connection.
1603 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1604 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1605 (eshell-file-attributes): Handle ".". Return `entry'.
1606
1607 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1608 (ange-ftp-directory-files-and-attributes)
1609 (ange-ftp-real-directory-files-and-attributes): New defuns.
1610
1611 * net/tramp.el (tramp-maybe-open-connection): Open the remote
1612 shell with "exec" when possible. This prevents trailing prompts
1613 in `start-file-process'.
1614
1615 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 Try and remove assumptions about point-min==1.
1618 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1619 (rng-compute-mode-line-string): Show the validation percentage in
1620 terms of the narrowed text, not the widened text.
1621 (rng-do-some-validation): Don't catch internal errors when debugging.
1622 (rng-first-error): Simplify.
1623 (rng-after-change-function): Remove work around. AFAIK the bug has
1624 been fixed a while ago.
1625
1626 * image-mode.el (image-minor-mode): Exit more gracefully when the image
1627 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1628
1629 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1630
1631 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1632 `cd' doesn't always do it for us (bug#5067).
1633
1634 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1635 on 2009-10-25 as part of some other change (bug#5067).
1636
1637 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1640 `suspicious'.
1641 (byte-compile-warnings): Use byte-compile-warning-types.
1642 (byte-compile-save-excursion): Warn about use of set-buffer right
1643 after save-excursion.
1644
1645 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1646 the excursion as well.
1647
1648 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
1649
1650 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1651 providing a Tramp related implementation of "su" and "sudo".
1652 (eshell-unix-initialize): Add "su" and "sudo".
1653
1654 2009-11-27 Daiki Ueno <ueno@unixuser.org>
1655
1656 * net/socks.el (socks-send-command): Convert binary request to
1657 unibyte before sending. This fixes mishandling of some port
1658 numbers such as 129.
1659
1660 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * help.el (describe-bindings-internal): Remove `interactive'.
1663
1664 * man.el (Man-completion-table): Trim a terminating "(".
1665 Remove the space between name page a section.
1666 Add the command's description on the `help-echo' property.
1667 Remove `process-connection-type' binding since it's unused by
1668 call-process.
1669 Provide completion for the "<section> <name>" format as well.
1670 (Man-default-man-entry): Remove spurious var shadowing the argument.
1671
1672 2009-11-26 Kevin Ryde <user42@zip.com.au>
1673
1674 * log-view.el: Add "Keywords: tools", since its other keywords
1675 aren't in finder-known-keywords, and following vc.el.
1676
1677 * sha1.el (sha1-string-external): default-directory "/" in case
1678 otherwise non-existent. process-connection-type pipe for touch of
1679 efficiency recommended by elisp manual. (An aside in Bug#3911.)
1680
1681 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 Misc coding convention cleanups.
1684 * htmlfontify.el (hfy-init-kludge-hook): Rename from
1685 hfy-init-kludge-hooks.
1686 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1687 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1688 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
1689 and push.
1690 (hfy-slant, hfy-weight): Use tables rather than code.
1691 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
1692 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
1693 (hfy-face-attr-for-class): Initialize `face-spec' directly.
1694 (hfy-face-to-css): Remove `nconc' with single arg.
1695 (hfy-p-to-face-lennart): Use `or'.
1696 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
1697 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
1698 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
1699 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
1700 (hfy-force-fontification): Use run-hooks.
1701
1702 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
1703
1704 Various minor fixes.
1705 * htmlfontify.el (hfy-default-header): Add toggle_invis since
1706 Javascript belongs in the header, not the body.
1707 (hfy-javascript): Remove.
1708 (hfy-fontify-buffer): Don't insert it any more.
1709 (hfy-face-at): Handle (face0 face1 face2) style face properties.
1710 Fix bug in invis handling when there were no invis props in a chunk.
1711
1712 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
1715
1716 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1717
1718 * finder.el (finder-mode-map): Add a menu.
1719
1720 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
1721
1722 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
1723 "unsigned" structs.
1724
1725 (verilog-leap-to-head, verilog-backward-token): Handle "disable
1726 fork" statement better.
1727
1728 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
1729
1730 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
1731 (verilog-delete-empty-auto-pair, verilog-library-filenames):
1732 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
1733
1734 (verilog-auto-inst, verilog-auto-star-safe)
1735 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
1736 Fix removing "// Interfaces" when saving .* expansions. Reported by
1737 Pierre-David Pfister.
1738
1739 2009-11-26 Glenn Morris <rgm@gnu.org>
1740
1741 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
1742 the scope.
1743
1744 2009-11-25 Johan Bockgård <bojohan@gnu.org>
1745
1746 * vc-annotate.el (vc-annotate-revision-previous-to-line):
1747 Really use previous revision.
1748
1749 2009-11-25 Kevin Ryde <user42@zip.com.au>
1750
1751 * man.el (Man-completion-table): default-directory "/" in case
1752 doesn't otherwise exist. process-environment COLUMNS=999 so as
1753 not to truncate long names. process-connection-type pipe to avoid
1754 any chance of hitting the pseudo-tty TIOCGWINSZ.
1755 (man): completion-ignore-case t for friendliness and since man
1756 itself is case-insensitive on the command line.
1757 Further to Bug#3717.
1758
1759 * arc-mode.el: Add "Keywords: files", so the details in its
1760 commentary can be reached from finder-by-keyword.
1761 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
1762 editing mode, but it's comms related and sgml-mode.el has "comm"
1763 on that basis too.
1764 * textmodes/bibtex-style.el: Add "Keywords: tex".
1765 * international/isearch-x.el, international/ja-dic-cnv.el:
1766 * international/ja-dic-utl.el, international/kkc.el:
1767 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
1768
1769 2009-11-25 Juri Linkov <juri@jurta.org>
1770
1771 * man.el (Man-completion-table): Modify regexp to include
1772 section names to completion strings. (Bug#3717)
1773
1774 2009-11-25 Juri Linkov <juri@jurta.org>
1775
1776 Search recursively in gzipped files. (Bug#4982)
1777
1778 * progmodes/grep.el (grep-highlight-matches): Add new options
1779 `always' and `auto'. Doc fix.
1780 (grep-process-setup): Check `grep-highlight-matches' for
1781 `auto-detect' to determine the need to compute grep defaults.
1782 Move Windows/DOS specific --colors settings handling
1783 to `grep-compute-defaults'. Check `grep-highlight-matches'
1784 to get the value of "--color=".
1785 (grep-compute-defaults): Compute `grep-highlight-matches' when it
1786 has the value `auto-detect'. Move Windows/DOS specific settings
1787 from `grep-process-setup'.
1788 (zrgrep): New command with alias `rzgrep'.
1789
1790 2009-11-25 Juri Linkov <juri@jurta.org>
1791
1792 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
1793 to nil instead of switching off view-mode. (Bug#4896)
1794
1795 2009-11-25 Juri Linkov <juri@jurta.org>
1796
1797 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
1798
1799 * mwheel.el (mwheel-scroll-up-function)
1800 (mwheel-scroll-down-function): New defvars.
1801 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
1802 `scroll-up', and `mwheel-scroll-down-function' instead of
1803 `scroll-down'.
1804
1805 * doc-view.el (doc-view-scroll-up-or-next-page)
1806 (doc-view-scroll-down-or-previous-page): Add optional ARG.
1807 Use this ARG in the call to image-scroll-up/image-scroll-down.
1808 Change `interactive' spec to "P". Goto next/previous page only
1809 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
1810 SPC/DEL case). Doc fix.
1811 (doc-view-next-line-or-next-page)
1812 (doc-view-previous-line-or-previous-page): Rename arg to ARG
1813 for consistency.
1814 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
1815 `doc-view-scroll-up-or-next-page', and buffer-local
1816 `mwheel-scroll-down-function' to
1817 `doc-view-scroll-down-or-previous-page'.
1818
1819 2009-11-25 Juri Linkov <juri@jurta.org>
1820
1821 Provide additional default values (directories at other Dired
1822 windows) via M-n in the minibuffer of some Dired commands.
1823
1824 * dired-aux.el (dired-diff, dired-compare-directories)
1825 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
1826 `minibuffer-default' in `minibuffer-with-setup-hook'.
1827 (dired-dwim-target-directory): Find a window that displays Dired
1828 buffer instead of failing when the next window is not Dired.
1829 Use `get-window-with-predicate' to find for the next Dired window.
1830 (dired-dwim-target-defaults): New function.
1831
1832 * ediff-util.el (ediff-read-file-name):
1833 Use `dired-dwim-target-defaults' to set `minibuffer-default'
1834 in `minibuffer-with-setup-hook'.
1835
1836 2009-11-25 Juri Linkov <juri@jurta.org>
1837
1838 Provide additional default values (file name at point or at the
1839 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
1840
1841 * minibuffer.el (read-file-name-defaults): New function.
1842 (read-file-name): Reset `minibuffer-default' to nil when
1843 it duplicates initial input `insdef'.
1844 Bind `minibuffer-default-add-function' to lambda that
1845 calls `read-file-name-defaults' in `minibuffer-selected-window'.
1846 (minibuffer-insert-file-name-at-point): New command.
1847
1848 * files.el (file-name-at-point-functions): New defcustom.
1849 (find-file-default): Remove defvar.
1850 (find-file-read-args): Don't use `find-file-default'.
1851 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1852 to `read-file-name'.
1853 (find-file-literally): Use `read-file-name' with
1854 `confirm-nonexistent-file-or-buffer'.
1855
1856 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
1857
1858 * dired.el (dired-read-dir-and-switches):
1859 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1860 to `read-file-name'.
1861 (dired-file-name-at-point): New function.
1862 (dired-mode): Add hook `dired-file-name-at-point' to
1863 `file-name-at-point-functions'.
1864
1865 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 Really make the *Completions* window soft-dedicated (bug#5030).
1868 * window.el (window--display-buffer-2): Add `dedicated' argument.
1869 (display-buffer): Pass it when needed so the dedicated flag is set
1870 after calling set-window-buffer, which would otherwise reset it.
1871
1872 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * progmodes/meta-mode.el (meta-complete-symbol):
1875 * progmodes/etags.el (complete-tag):
1876 * mail/mailabbrev.el (mail-abbrev-complete-alias):
1877 Use completion-in-region.
1878
1879 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
1880 (dabbrev-completion): Use completion-in-region.
1881 (dabbrev--abbrev-at-point): Simplify regexp.
1882
1883 * abbrev.el (abbrev--before-point): Use word-motion functions
1884 if :regexp is not specified (bug#5031).
1885
1886 * subr.el (string-prefix-p): New function.
1887
1888 * man.el (Man-completion-cache): New var.
1889 (Man-completion-table): Use it.
1890
1891 * vc.el (vc-print-log-internal): Make `limit' optional for better
1892 compatibility (e.g. with vc-annotate.el).
1893
1894 2009-11-24 Kevin Ryde <user42@zip.com.au>
1895
1896 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
1897 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
1898
1899 * emacs-lisp/elint.el (elint-add-required-env): Better error message
1900 when .el source file not found or other error.
1901
1902 2009-11-24 Markus Triska <markus.triska@gmx.at>
1903
1904 * linum.el (linum-update-window): Ignore intangible (bug#4996).
1905
1906 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 Handle the [back] button properly (bug#4979).
1909 * descr-text.el (describe-text-properties): Add a `buffer' argument.
1910 Use help-setup-xref, help-buffer, and with-help-window.
1911 (describe-char): Add `buffer' argument.
1912 Pass proper command to help-setup-xref. Don't meddle with
1913 help-xref-stack-item directly.
1914 (describe-text-category): Use with-help-window and help-buffer.
1915
1916 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
1917 for the displayed buffer (bug#4887).
1918
1919 * man.el (Man-completion-table): New function.
1920 (man): Use it.
1921
1922 2009-11-24 David Reitter <david.reitter@gmail.com>
1923
1924 * vc-git.el (vc-git-registered): Use checkout directory (where
1925 .git is) rather than the file's directory and a relative path spec
1926 to work around a bug in git.
1927
1928 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
1929
1930 Improve handling of processes on remote hosts.
1931
1932 * eshell/esh-util.el (eshell-path-env): New defvar.
1933 (eshell-parse-colon-path): New defun.
1934 (eshell-file-attributes): Use `eshell-parse-colon-path'.
1935
1936 * eshell/esh-ext.el (eshell-search-path):
1937 Use `eshell-parse-colon-path'.
1938 (eshell-remote-command): Remove argument HANDLER.
1939 (eshell-external-command): Check for FTP remote connection.
1940
1941 * eshell/esh-proc.el (eshell-gather-process-output):
1942 Use `file-truename', in order to start also symlinked files.
1943 Apply `start-file-process' instead of `start-process'.
1944 Shorten `command' to the local file name part.
1945
1946 * eshell/em-cmpl.el (eshell-complete-commands-list):
1947 Use `eshell-parse-colon-path'.
1948
1949 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
1950
1951 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
1952 to `eshell-directory-change-hook'.
1953
1954 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
1955
1956 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
1957 because it could be enabled automatically if view-read-only is non-nil.
1958
1959 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
1960
1961 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
1962 made on 2009-11-22.
1963
1964 2009-11-24 Glenn Morris <rgm@gnu.org>
1965
1966 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
1967 deleted variable bookmark-bmenu-bookmark-column.
1968
1969 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1970 Move after definition of global-semantic-idle-tag-highlight-mode.
1971
1972 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1975
1976 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
1977
1978 * net/browse-url.el (browse-url-filename-alist): On Windows, add
1979 two slashes to the "file:" prefix.
1980 (browse-url-file-url): De-munge Cygwin filenames before passing
1981 them to Windows browser.
1982 (browse-url-default-windows-browser): Use call-process.
1983
1984 2009-11-23 Juri Linkov <juri@jurta.org>
1985
1986 Implement DocView Continuous mode. (Bug#4896)
1987 * doc-view.el (doc-view-continuous-mode): New defcustom.
1988 (doc-view-mode-map): Bind C-n/<down> to
1989 `doc-view-next-line-or-next-page', C-p/<up> to
1990 `doc-view-previous-line-or-previous-page'.
1991 (doc-view-next-line-or-next-page)
1992 (doc-view-previous-line-or-previous-page): New commands.
1993
1994 2009-11-23 Juri Linkov <juri@jurta.org>
1995
1996 Implement Isearch in comint input history. (Bug#3746)
1997 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1998 `isearch-mode-hook'.
1999 (comint-history-isearch): New defcustom.
2000 (comint-history-isearch-backward)
2001 (comint-history-isearch-backward-regexp): New commands.
2002 (comint-history-isearch-message-overlay): New buffer-local variable.
2003 (comint-history-isearch-setup, comint-history-isearch-end)
2004 (comint-goto-input, comint-history-isearch-search)
2005 (comint-history-isearch-message, comint-history-isearch-wrap)
2006 (comint-history-isearch-push-state)
2007 (comint-history-isearch-pop-state): New functions.
2008
2009 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2010
2011 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2012 return.
2013 (tramp-handle-make-symbolic-link)
2014 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2015 Quote file names.
2016 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2017 (tramp-handle-process-file): Use it.
2018
2019 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * window.el (move-to-window-line-last-op): Remove.
2022 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2023
2024 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2025
2026 Make M-r mirror the new cycling behavior of C-l.
2027 * window.el (move-to-window-line-last-op): New var.
2028 (move-to-window-line-top-bottom): New command.
2029 (global-map): Bind M-r move-to-window-line-top-bottom.
2030
2031 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2032
2033 * dired-x.el (dired-guess-shell-alist-default):
2034 Support xz format. (Bug#4953)
2035
2036 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * cedet/srecode/map.el (srecode-get-maps):
2039 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2040 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2041 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2042 (semantic-toggle-decoration-style):
2043 * cedet/semantic/decorate/include.el
2044 (semantic-decoration-include-describe)
2045 (semantic-decoration-unknown-include-describe)
2046 (semantic-decoration-unparsed-include-describe)
2047 (semantic-decoration-all-include-summary):
2048 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2049 * cedet/semantic/analyze/complete.el
2050 (semantic-analyze-possible-completions):
2051 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2052 (semantic-show-unmatched-syntax-mode)
2053 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2054 (semantic-highlight-func-mode):
2055 * cedet/semantic/util.el (semantic-describe-buffer):
2056 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2057 (semantic-symref-find-tags-by-name)
2058 (semantic-symref-find-tags-by-regexp)
2059 (semantic-symref-find-tags-by-completion)
2060 (semantic-symref-find-file-references-by-name)
2061 (semantic-symref-find-text):
2062 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2063 (senator-yank-tag):
2064 * cedet/semantic/scope.el (semantic-calculate-scope):
2065 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2066 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2067 (define-semantic-idle-service):
2068 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2069 (semantic-complete-analyze-inline-idle):
2070 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2071 * cedet/mode-local.el (describe-mode-local-bindings)
2072 (describe-mode-local-bindings-in-mode):
2073 * cedet/ede/make.el (ede-make-check-version):
2074 * cedet/ede/locate.el (ede-enable-locate-on-project):
2075 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2076 (cedet-idutils-version-check):
2077 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2078 (cedet-gnu-global-version-check):
2079 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2080 (cedet-cscope-version-check): Use called-interactively-p instead
2081 of interactive-p.
2082
2083 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2084 Use semantic-format-tag-prototype.
2085
2086 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2087
2088 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2089 last-command-char/last-command-event.
2090 (viper-prefix-arg-value): Do correct conversion of event-char for
2091 XEmacs.
2092
2093 * emulation/viper-util.el, emulation/viper.el:
2094 Use viper-last-command-char instead of
2095 last-command-char/last-command-event.
2096
2097 * ediff-init.el, ediff-mult.el, ediff-util.el:
2098 Replace last-command-char and last-command-event
2099 with (ediff-last-command-char) everywhere.
2100
2101 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2102 created in fundamental mode.
2103
2104 * ediff.el (ediff-version): Revert the change of interactive-p to
2105 called-interactively-p.
2106
2107 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2108
2109 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2110 generation from word-movement command names.
2111
2112 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2115 (semantic-complete-jump-local, semantic-complete-jump):
2116 Improve prompt string.
2117
2118 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2119
2120 * cus-start.el (all): Add native condition for font-use-system-font.
2121
2122 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
2123
2124 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2125 Correct the patch from 2009-11-18. (Bug#3910)
2126
2127 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2128
2129 * progmodes/subword.el: Rename from lisp/subword.el.
2130
2131 * subword.el: Rename to progmodes/subword.el.
2132
2133 * Makefile.in (ELCFILES): Adapt to subword.el move.
2134
2135 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2136 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2139 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2140 (bookmark-bmenu-show-filenames): Use push.
2141 (bookmark-bmenu-hide-filenames): Use local var instead of
2142 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2143 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2144 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2145 filenames now that the bookmark names are always available.
2146
2147 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2150 (bookmark-search-pattern): Move and leave unbound.
2151 (bookmark-bmenu-mode-map): Change binding.
2152 (bookmark-read-search-input): Simplify.
2153 Don't use text-char-description. Don't error on non-char events.
2154 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2155 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2156 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2157 Use a local var for the timer.
2158 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2159 (i.e. bookmark-bmenu-search).
2160
2161 2009-11-21 Glenn Morris <rgm@gnu.org>
2162
2163 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2164
2165 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2166
2167 * net/browse-url.el (browse-url-default-windows-browser):
2168 Use cygstart for cygwin.
2169
2170 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2171
2172 * bookmark.el: Formatting and doc fixes only:
2173 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2174 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2175 Minor grammar and punctuation fixes in doc string.
2176 (bookmark-read-search-input): Adjust to fit within 80 columns.
2177
2178 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2179
2180 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2181 (c-backward-into-nomenclature): Adapt to subword renaming.
2182
2183 * subword.el (subword-forward, subword-backward, subword-mark)
2184 (subword-kill, subword-backward-kill, subword-transpose)
2185 (subword-downcase, subword-upcase, subword-capitalize)
2186 (subword-forward-internal, subword-backward-internal):
2187 Rename from forward-subword, backward-subword, mark-subword,
2188 kill-subword, backward-kill-subword, transpose-subwords,
2189 downcase-subword, upcase-subword, capitalize-subword,
2190 forward-subword-internal, backward-subword-internal.
2191
2192 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2193
2194 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2195 New options.
2196 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2197 New vars.
2198 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2199 (bookmark-bmenu-filter-alist-by-regexp)
2200 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2201 (bookmark-bmenu-search): New command.
2202 (bookmark-bmenu-mode-map): Bind it.
2203
2204 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2207
2208 * cedet/semantic/idle.el (define-semantic-idle-service)
2209 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2210
2211 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2212
2213 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2214 backward-subword to quit the byte-compiler.
2215
2216 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2217
2218 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2219
2220 * progmodes/cc-cmds.el (c-update-modeline)
2221 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2222 Refer to subword.el functions instead of cc-subword.el.
2223
2224 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2225 subword.el functions instead of cc-subword.el.
2226
2227 * progmodes/cc-subword.el: Rename to subword.el.
2228 * subword.el: Rename from progmodes/cc-subword.el.
2229 (subword-mode-map): Rename from c-subword-mode-map.
2230 (subword-mode): Rename from c-subword-mode.
2231 (global-subword-mode): New global minor mode.
2232 (forward-subword): Rename from c-forward-subword.
2233 (backward-subword): Rename from c-backward-subword.
2234 (mark-subword): Rename from c-mark-subword.
2235 (kill-subword): Rename from c-kill-subword.
2236 (backward-kill-subword): Rename from c-backward-kill-subword.
2237 (transpose-subwords): Rename from c-tranpose-subword.
2238 (downcase-subword): Rename from c-downcase-subword.
2239 (capitalize-subword): Rename from c-capitalize-subword.
2240 (forward-subword-internal): Rename from c-forward-subword-internal.
2241 (backward-subword-internal): Rename from c-backward-subword-internal.
2242
2243 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2244
2245 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2246 from a dired buffer.
2247 (vc-dired-deduce-fileset): New function.
2248 (vc-root-diff, vc-print-root-log): Use it.
2249
2250 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2251 nil LIMIT argument to vc-print-log-internal.
2252
2253 2009-11-20 Glenn Morris <rgm@gnu.org>
2254
2255 * Makefile.in (ELCFILES): Regenerate.
2256
2257 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2260
2261 * cedet/semantic.el: Enable idle-mode menu items only if
2262 global-semantic-idle-scheduler-mode is enabled.
2263 (semantic-default-submodes): Doc fix.
2264
2265 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2266 When turning off, disable other idle modes.
2267
2268 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2269
2270 * calc/calc.el (calc-set-mode-line):
2271 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2272 (math-format-number): Rename `math-format-complement-signed' to
2273 `math-format-twos-complement'.
2274
2275 * calc/calc-bin.el (math-format-twos-complement): Rename from
2276 math-format-complement-signed.
2277 (calc-radix): Rename `calc-complement-signed-mode' to
2278 `calc-twos-complement-mode'.
2279 (calc-octal-radix, calc-hex-radix): Add an argument for
2280 two's complement.
2281
2282 * calc/calc-embed.el (calc-embedded-mode-vars):
2283 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2284
2285 * calc/calc-ext.el (calc-init-extensions):
2286 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2287 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2288
2289 * calc/calc-units.el (math-build-units-table-buffer):
2290 Let `calc-twos-complement-mode' be nil.
2291
2292 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2293 entries.
2294
2295 * calc/calc-vec.el (calcFunc-vunpack):
2296 * calc/calc-aent.el (calc-do-calc-eval):
2297 * calc/calc-forms.el (math-format-date):
2298 * calc/calc-graph.el (calc-graph-plot):
2299 * calc/calc-math.el (math-use-emacs-fn):
2300 * calc/calccomp.el (math-compose-expr):
2301 Let `calc-twos-complement-mode' be nil.
2302
2303 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2306 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2307 * minibuffer.el (completion-in-region-functions): New hook.
2308 (completion-in-region): New function.
2309 * emacs-lisp/lisp.el (lisp-complete-symbol):
2310 * pcomplete.el (pcomplete-std-complete): Use it.
2311
2312 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2313
2314 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2315 (latex-complete-alist): New vars.
2316 (latex-string-prefix-p, latex-complete-bibtex-keys)
2317 (latex-complete-envnames, latex-complete-refkeys)
2318 (latex-complete-data): New functions.
2319 (latex-complete, latex-indent-or-complete): New commands.
2320
2321 * window.el (display-buffer-mark-dedicated): New var.
2322 (display-buffer): Obey it.
2323 * minibuffer.el (minibuffer-completion-help): Use it.
2324
2325 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2326
2327 * filecache.el (file-cache-add-file): Use push and cons.
2328 (file-cache-delete-file-regexp): Use push.
2329 (file-cache-complete): Use completion-in-region.
2330
2331 * simple.el (with-wrapper-hook): Fix thinko.
2332
2333 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2334 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2335 Use with-current-buffer and string-to-number.
2336 (hfy-fallback-colour-values): Use assoc-string.
2337 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2338 (hfy-face-at): Remove unused var `found-face'.
2339 (hfy-compile-stylesheet): Remove unused var `css'.
2340 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2341 and `orig-buffer'.
2342 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2343 Use with-current-buffer.
2344 (hfy-text-p): Use expand-file-name and fewer setq.
2345
2346 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
2347
2348 * htmlfontify.el, hfy-cmap.el: New files.
2349
2350 2009-11-19 Juri Linkov <juri@jurta.org>
2351
2352 * minibuffer.el (completions-format): New defcustom.
2353 (completion--insert-strings): Implement vertical format.
2354
2355 * simple.el (switch-to-completions): Move point to the first
2356 completion when point was at the beginning of the buffer.
2357
2358 2009-11-19 Juri Linkov <juri@jurta.org>
2359
2360 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2361
2362 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2363
2364 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2367 (mail-signature): Change default to t.
2368 (mail-from-style): Deprecate `system-default' value.
2369 (mail-insert-from-field): For default value of mail-from-style,
2370 default to `angles' unless `angles' needs quoting and `parens'
2371 does not.
2372 (mail-citation-prefix-regexp): Use citation regexp from
2373 message-mode.
2374
2375 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
2376
2377 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2378 Set variables for computing the prompt for reading password.
2379
2380 2009-11-19 Glenn Morris <rgm@gnu.org>
2381
2382 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2383
2384 * textmodes/flyspell.el (sgml-lexical-context): Declare.
2385
2386 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2387 (newsticker-treeview-listwindow-height): Fix custom type.
2388
2389 2009-11-19 Kenichi Handa <handa@m17n.org>
2390
2391 * descr-text.el (describe-char-padded-string): Compose with TAB
2392 only if there's a font for CH.
2393 (describe-char): Fix the condition for detecting a trivial composition.
2394
2395 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
2396
2397 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2398 more accurate version of the regexp. (Bug#3910)
2399
2400 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2401
2402 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2403
2404 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
2405
2406 * font-setting.el (font-use-system-font): Declare for byte-compiler.
2407 (font-setting-change-default-font): Fix typo in docstring.
2408
2409 2009-11-18 Alan Mackenzie <acm@muc.de>
2410
2411 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2412
2413 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2414
2415 * font-setting.el (font-use-system-font): Move ...
2416
2417 * cus-start.el (all): ... to here.
2418
2419 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
2420
2421 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2422 Don't set `ad-return-value' if `ad-do-it' doesn't.
2423
2424 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2425 modification time.
2426
2427 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2428
2429 * menu-bar.el: Put "Use system font" in Option-menu.
2430 (menu-bar-options-save): Add font-use-system-font.
2431
2432 * loadup.el: If feature system-font-setting or font-render-setting is
2433 there, load font-setting.
2434
2435 * Makefile.in (ELCFILES): Add font-settings.el.
2436 * font-setting.el: New file.
2437
2438 2009-11-17 Glenn Morris <rgm@gnu.org>
2439
2440 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2441
2442 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2443 Preserve point in the list buffer. (Bug#4939)
2444 Use point-at-eol.
2445 (newsticker--treeview-list-update-highlight)
2446 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2447
2448 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2449
2450 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2451 Remove.
2452
2453 * calc/calc-ext.el (calc-init-extensions): Remove references to
2454 symclip.
2455
2456 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2457
2458 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2459 * calc/calc-help.el (calc-b-prefix-help): Remove references to
2460 `calc-symclip'.
2461
2462 2009-11-16 Kevin Ryde <user42@zip.com.au>
2463
2464 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2465 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2466
2467 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2468 (lm-keywords-list): Allow comma-only separator like "foo,bar".
2469 Ignore trailing spaces by omit-nulls to split-string (fixing
2470 regression from Emacs 21 due to the incompatible split-string
2471 change). (Bug #4928.)
2472
2473 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2474
2475 * vc.el (vc-log-show-limit): Default to 2000.
2476 (vc-print-log-internal): Insert buttons to request more entries
2477 when limiting the output.
2478
2479 * vc-sccs.el (vc-sccs-print-log):
2480 * vc-rcs.el (vc-rcs-print-log):
2481 * vc-cvs.el (vc-cvs-print-log):
2482 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2483 LIMIT is non-nil.
2484
2485 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2486
2487 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2488 error when `tramp-gvfs-dbus-event-vector' is set.
2489 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2490
2491 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2494
2495 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * net/dbus.el (dbus-unregister-service): New defun.
2498 (dbus-register-property): Register the handlers of
2499 "org.freedesktop.DBus.Properties" for SERVICE.
2500 (dbus-property-handler): Fix docstring.
2501
2502 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2503
2504 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2505 Quote doc string reference in defvaralias as it is not in special form.
2506 (byte-compile-output-docform): Doc fix.
2507
2508 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2509
2510 * calc/calc.el (math-2-word-size, math-half-2-word-size)
2511 (calc-complement-signed-mode): New variables.
2512 (calc-set-mode-line): Add indicator for twos-complements.
2513 (math-format-number): Format twos-complement notation.
2514
2515 * calc/calc-bin.el (calc-word-size): Reset the variables
2516 `math-2-word-size' and `math-half-2-word-size'.
2517 (math-format-complement-signed, math-symclip, calcFunc-symclip)
2518 (calc-symclip): New functions.
2519
2520 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2521
2522 * calc/calc-embed.el (calc-embedded-mode-vars):
2523 Add `calc-complement-signed-mode' to the list of modes.
2524
2525 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2526 (calc-b-oper-keys): Add `calc-symclip' to list.
2527
2528 * calc/calc-ext.el (math-read-number-fancy): Read complement
2529 signed numbers.
2530 (calc-init-extensions): Add binding for `calc-symclip'.
2531 Add autoload for `calcFunc-symclip' and `calc-symclip'.
2532
2533 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2534 `calc-symclip'.
2535 (calc-modes-menu): Add item for twos complement mode.
2536
2537 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2538
2539 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * register.el (jump-to-register, insert-register): Handle Semantic
2542 tags. From commented-out advice in semantic/senator.el.
2543
2544 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2545
2546 * vc.el (vc-log-show-limit): New variable.
2547 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
2548 when using a prefix argument.
2549 (vc-print-log-internal): Add new argument LIMIT.
2550
2551 * vc-svn.el (vc-svn-print-log):
2552 * vc-mtn.el (vc-mtn-print-log):
2553 * vc-hg.el (vc-hg-print-log):
2554 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2555 pass it to the log command when set. Make the BUFFER argument
2556 non-optional.
2557
2558 * vc-sccs.el (vc-sccs-print-log):
2559 * vc-rcs.el (vc-rcs-print-log):
2560 * vc-git.el (vc-git-print-log):
2561 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2562 ignore it. Make the BUFFER argument non-optional
2563
2564 * bindings.el (mode-line-buffer-identification): Do not purecopy.
2565
2566 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2567
2568 * dired.el (dired-mode-map): Move encryption items to "Operate"
2569 menu (Bug#4703).
2570
2571 * strokes.el (strokes-update-window-configuration): Make strokes
2572 buffer current before erasing (Bug#4906).
2573
2574 * cedet/semantic/idle.el (semantic-idle-summary-mode)
2575 (semantic-idle-summary-mode): Define using define-minor-mode
2576 instead of define-semantic-idle-service.
2577 (semantic-idle-summary-mode): New function.
2578 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2579 that mouse motion does not reset the echo area.
2580
2581 2009-11-15 Juri Linkov <juri@jurta.org>
2582
2583 * simple.el (set-mark-default-inactive): Add :type, :group
2584 and :version. (Bug#4876)
2585
2586 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
2587
2588 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2589 (archive-unique-fname): ... here. (Bug#4929)
2590
2591 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2594 with a real fix.
2595
2596 * novice.el (disabled-command-function): Add useful args.
2597 Setup the help buffer so that [back] works.
2598 Remove redundant call to help-mode.
2599 (disabled-command-function): Use `case'.
2600 (en/disable-command): New function extracted from enable-command.
2601 (enable-command, disable-command): Use it.
2602
2603 2009-11-14 Glenn Morris <rgm@gnu.org>
2604
2605 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2606 constants. (Bug#4913)
2607
2608 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2609
2610 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2611
2612 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2613 defined in C that have no doc-strings. (Bug#1063)
2614
2615 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
2616
2617 * cus-edit.el (data, files):
2618 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
2619
2620 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * simple.el (shell-command): Doc fix (Bug#4891).
2623
2624 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2625
2626 2009-11-14 Glenn Morris <rgm@gnu.org>
2627
2628 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2629 statements for vc-diff, emerge-quit, and rmail-cease-edit.
2630 If they are already loaded, eval-after-load will do the right thing.
2631
2632 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2633 compiling.
2634
2635 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2636
2637 * simple.el (x-selection-owner-p): Declare.
2638 (read-mail-command): Use custom radio type rather than choice.
2639 (completion-no-auto-exit): Doc fix.
2640
2641 * custom.el (defgroup):
2642 * epg-config.el (epg): Doc fixes.
2643
2644 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2645
2646 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2647 * international/ccl.el (define-ccl-program): Do not purecopy the
2648 docstring, defconst does it anyway.
2649
2650 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * add-log.el (add-change-log-entry): Avoid displaying the changelog
2653 a second time.
2654
2655 * x-dnd.el (x-dnd-maybe-call-test-function):
2656 * window.el (split-window-vertically):
2657 * whitespace.el (whitespace-help-on):
2658 * vc-rcs.el (vc-rcs-consult-headers):
2659 * userlock.el (ask-user-about-lock-help)
2660 (ask-user-about-supersession-help):
2661 * type-break.el (type-break-force-mode-line-update):
2662 * time-stamp.el (time-stamp-conv-warn):
2663 * terminal.el (te-set-output-log, te-more-break, te-filter)
2664 (te-sentinel, terminal-emulator):
2665 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2666 (term-write-input-ring, term-check-source, term-start-output-log):
2667 (term-display-buffer-line, term-dynamic-list-completions):
2668 (term-ansi-make-term, serial-term):
2669 * subr.el (selective-display):
2670 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2671 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2672 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2673 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2674 (speedbar-remove-localized-speedbar-support)
2675 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2676 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2677 (speedbar-buffers-line-directory):
2678 * simple.el (shell-command-on-region, append-to-buffer)
2679 (prepend-to-buffer):
2680 * shadowfile.el (shadow-save-todo-file):
2681 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2682 (scroll-bar-maybe-set-window-start):
2683 * sb-image.el (speedbar-image-dump):
2684 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2685 (load-save-place-alist-from-file):
2686 * ps-samp.el (ps-print-message-from-summary):
2687 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2688 (ps-background-image, ps-begin-job, ps-do-despool):
2689 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
2690 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
2691 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
2692 (pr-call-process, pr-file-list, pr-interface-save):
2693 * novice.el (disabled-command-function)
2694 (enable-command, disable-command):
2695 * mouse.el (mouse-buffer-menu-alist):
2696 * mouse-copy.el (mouse-kill-preserving-secondary):
2697 * macros.el (kbd-macro-query):
2698 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
2699 * informat.el (batch-info-validate):
2700 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
2701 * hippie-exp.el (try-expand-dabbrev-visible):
2702 * help-mode.el (help-make-xrefs):
2703 * help-fns.el (describe-variable):
2704 * generic-x.el (bat-generic-mode-run-as-comint):
2705 * finder.el (finder-mouse-select):
2706 * find-dired.el (find-dired-sentinel):
2707 * filesets.el (filesets-file-close):
2708 * files.el (list-directory):
2709 * faces.el (list-faces-display, describe-face):
2710 * facemenu.el (list-colors-display):
2711 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
2712 * epg.el (epg--process-filter, epg-cancel):
2713 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
2714 (epa--read-signature-type):
2715 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
2716 (emerge-file-names):
2717 * ehelp.el (electric-helpify):
2718 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
2719 * ediff-vers.el (rcs-ediff-view-revision):
2720 * ediff-util.el (ediff-setup):
2721 * ediff-mult.el (ediff-append-custom-diff):
2722 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
2723 (ediff-wordify):
2724 * echistory.el (Electric-command-history-redo-expression):
2725 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2726 * disp-table.el (describe-display-table):
2727 * dired.el (dired-find-buffer-nocreate):
2728 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
2729 * dabbrev.el (dabbrev--same-major-mode-p):
2730 * chistory.el (list-command-history):
2731 * apropos.el (apropos-documentation):
2732 * allout.el (allout-obtain-passphrase):
2733 (allout-copy-exposed-to-buffer):
2734 (allout-verify-passphrase): Use with-current-buffer.
2735
2736 2009-11-13 Glenn Morris <rgm@gnu.org>
2737
2738 * Makefile.in (ELCFILES): Regenerate.
2739
2740 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
2741
2742 * net/dbus.el (dbus-registered-objects-table): Rename from
2743 `dbus-registered-functions-table', because it contains also properties.
2744 (dbus-unregister-object): Unregister also properties.
2745 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2746 Use a timeout of 500 msec, in order to not block.
2747 (dbus-register-property, dbus-property-handler): New defuns.
2748
2749 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * simple.el (minibuffer-default-add-completions): Drop deprecated
2752 4th arg.
2753
2754 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
2755
2756 * textmodes/artist.el (artist-mouse-choose-operation):
2757 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
2758 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
2759 (artist-compute-up-event-key): New function.
2760 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
2761
2762 2009-11-13 Kenichi Handa <handa@m17n.org>
2763
2764 * language/japan-util.el: Make sure that the value of jisx0208
2765 property is jisx0208 character.
2766
2767 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2768
2769 * international/mule.el (auto-coding-regexp-alist): Only purecopy
2770 car or each item, not the whole list.
2771
2772 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * minibuffer.el (minibuffer-completion-help):
2775 Use minibuffer-hide-completions.
2776
2777 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
2778
2779 * dired.el (dired-save-positions, dired-restore-positions): New funs.
2780 (dired-revert): Use them (bug#4880).
2781
2782 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2783
2784 * tooltip.el (tooltip-frame-parameters): Undo previous change.
2785
2786 2009-11-12 Juri Linkov <juri@jurta.org>
2787
2788 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
2789 New functions.
2790 (find-file-literally-at-point): Alias of `ffap-literally'.
2791
2792 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2793
2794 * textmodes/ispell.el (ispell-skip-region-alist):
2795 * textmodes/css-mode.el (auto-mode-alist):
2796 * progmodes/compile.el (auto-mode-alist):
2797 * international/mule.el (ctext-non-standard-encodings-alist)
2798 (ctext-non-standard-encodings-regexp):
2799 * simple.el (shell-command-switch, text-read-only):
2800 * replace.el (occur-mode-map):
2801 * paths.el (rmail-file-name):
2802 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
2803 * find-file.el (ff-special-constructs):
2804 * files.el (file-name-handler-alist):
2805 * composite.el: Purecopy strings.
2806
2807 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
2808
2809 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2810
2811 * widget.el (define-widget): Purecopy the docstring.
2812 * international/mule-cmds.el (charset): Do not purecopy the
2813 docstring here, define-widget does it.
2814
2815 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2816 * textmodes/bibtex-style.el (auto-mode-alist):
2817 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2818 * progmodes/compile.el (compile-command):
2819 * language/korea-util.el (default-korean-keyboard):
2820 * international/mule-conf.el (file-coding-system-alist):
2821 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
2822 * tooltip.el (tooltip-frame-parameters):
2823 * newcomment.el (comment-end, comment-padding):
2824 * dired.el (dired-trivial-filenames):
2825 * comint.el (comint-file-name-prefix): Purecopy initial values.
2826
2827 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
2830 (tramp-advice-minibuffer-electric-tilde): Unload advices via
2831 `tramp-unload'.
2832 (tramp-advice-make-auto-save-file-name)
2833 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
2834 after removing the advice.
2835
2836 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2837
2838 * progmodes/grep.el (grep-regexp-alist):
2839 * international/mule-cmds.el (iso-2022-control-alist):
2840 * emacs-lisp/timer.el (timer-duration-words):
2841 * subr.el (version-separator, version-regexp-alist):
2842 * minibuffer.el (completion-styles-alist):
2843 * faces.el (face-attribute-name-alist, list-faces-sample-text):
2844 Change defvars to defconsts.
2845
2846 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
2847 * loadup.el ("international/mule-conf"): Load the byte compiled version.
2848 * international/mule-conf.el: Allow to be byte compiled.
2849
2850 * international/mule.el (define-charset): Purecopy props.
2851 (load-with-code-conversion): Purecopy doc string and file name.
2852 (put-charset-property): Purecopy strings.
2853 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
2854
2855 * international/mule-cmds.el (register-input-method): Purecopy arguments.
2856 (define-char-code-property): Correctly purecopy the table.
2857
2858 * international/ccl.el (define-ccl-program): Purecopy the docstring.
2859
2860 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
2861
2862 * subr.el (add-hook): Purecopy strings.
2863 (eval-after-load): Purecopy load-history-regexp and the form.
2864
2865 * custom.el (custom-declare-group): Purecopy load-file-name.
2866
2867 * subr.el (menu-bar-separator): New defconst.
2868 * net/eudc.el (eudc-tools-menu):
2869 * international/mule-cmds.el (set-coding-system-map)
2870 (mule-menu-keymap):
2871 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2872 * vc-hooks.el (vc-menu-map):
2873 * replace.el (occur-mode-map):
2874 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
2875 (menu-bar-edit-menu, menu-bar-goto-menu)
2876 (menu-bar-custom-menu, menu-bar-showhide-menu)
2877 (menu-bar-options-menu, menu-bar-tools-menu)
2878 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
2879 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
2880 (menu-bar-help-menu):
2881 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
2882 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
2883
2884 * term/x-win.el (x-gtk-stock-map):
2885 * progmodes/vera-mode.el (auto-mode-alist):
2886 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2887 (inferior-lisp-program, inferior-lisp-load-command):
2888 * progmodes/hideshow.el (hs-special-modes-alist):
2889 * progmodes/gud.el (same-window-regexps):
2890 * progmodes/grep.el (grep-program, find-program, xargs-program):
2891 * net/telnet.el (same-window-regexps):
2892 * net/rlogin.el (same-window-regexps):
2893 * language/ethiopic.el (font-ccl-encoder-alist):
2894 * vc-sccs.el (vc-sccs-master-templates):
2895 * vc-rcs.el (vc-rcs-master-templates):
2896 * subr.el (cl-assertion-failed):
2897 * simple.el (next-error-overlay-arrow-position):
2898 * lpr.el (lpr-command):
2899 * locate.el (locate-ls-subdir-switches):
2900 * info.el (same-window-regexps, info)
2901 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2902 * image-mode.el (image-mode, auto-mode-alist):
2903 * hippie-exp.el (hippie-expand-ignore-buffers):
2904 * format.el (format-alist):
2905 * find-dired.el (find-ls-subdir-switches, find-grep-options)
2906 (find-name-arg):
2907 * facemenu.el (facemenu-keybindings):
2908 * dired.el (dired-listing-switches, dired-chown-program):
2909 * diff.el (diff-switches, diff-command):
2910 * cus-edit.el (same-window-regexps):
2911 * bindings.el (mode-line-mule-info)
2912 (mode-line-buffer-identification): Purecopy strings.
2913
2914 2009-11-11 Juri Linkov <juri@jurta.org>
2915
2916 * simple.el (dired-get-filename) <declare-function>:
2917 Tell the byte-compiler about dired-get-filename.
2918 (shell-command): In Dired mode, get filename from the current line
2919 as the default value.
2920
2921 2009-11-10 Glenn Morris <rgm@gnu.org>
2922
2923 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
2924 * calendar/holidays.el, progmodes/cperl-mode.el:
2925 Update x-popup-menu declarations.
2926
2927 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
2928 (list-load-path-shadows): Use dolist.
2929 (list-load-path-shadows): Use with-current-buffer.
2930
2931 2009-11-10 Juri Linkov <juri@jurta.org>
2932
2933 * minibuffer.el (read-file-name): Support a list of default values
2934 in `default-filename'. Use the first file name where only one
2935 element is required. Doc fix.
2936
2937 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
2938
2939 * net/dbus.el (dbus-unregister-object): Release service, if no
2940 other method is registered for it.
2941
2942 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
2943
2944 * bookmark.el (bookmark-completing-read): Sort bookmark names if
2945 bookmark-sort-flag is non-nil (Bug#4653).
2946
2947 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2948
2949 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
2950 the progress reporter entirely.
2951
2952 * emulation/cua-base.el: Add CUA property to some CC mode commands
2953 (Bug#4100).
2954
2955 2009-11-08 Kevin Ryde <user42@zip.com.au>
2956
2957 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2958 at end of sentence (Bug#4818).
2959
2960 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
2961
2962 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2963 Handle "see declaration of" MSFT statements (Bug#4100).
2964
2965 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
2966
2967 * net/tramp.el (tramp-advice-make-auto-save-file-name)
2968 (tramp-advice-file-expand-wildcards): Unload via
2969 `ad-remove-advice'.
2970
2971 * net/trampver.el: Update release number.
2972
2973 2009-11-08 Kevin Ryde <user42@zip.com.au>
2974
2975 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2976 `ad-do-it'.
2977
2978 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
2979
2980 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2981 in order to keep context in SELinux.
2982
2983 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * dired-aux.el (dired-query): Place cursor in echo area and allow
2986 C-g.
2987
2988 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
2989 menu item if not on a directory (Bug#4701).
2990
2991 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
2992
2993 Sync with Tramp 2.1.17.
2994
2995 * net/tramp.el (tramp-handle-copy-directory): Don't use
2996 `file-remote-p' (due to compatibility).
2997
2998 * net/tramp-compat.el (tramp-compat-copy-directory)
2999 (tramp-compat-delete-directory): New defuns.
3000
3001 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3002 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3003 `tramp-compat-delete-directory'.
3004
3005 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3006 (tramp-smb-handle-delete-directory): Use
3007 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3008
3009 * net/trampver.el: Update release number.
3010
3011 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * tar-mode.el (tar-copy): Call write-region on the right buffer
3014 (Bug#4857).
3015
3016 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3017 by hand, if necessary (Bug#4878).
3018
3019 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3022 align size column (Bug#4839).
3023
3024 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3025 statement.
3026
3027 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3028
3029 * progmodes/ld-script.el (auto-mode-alist):
3030 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3031
3032 * cus-face.el (custom-declare-face): Purecopy face spec.
3033
3034 2009-11-06 Kenichi Handa <handa@m17n.org>
3035
3036 * international/uni-bidi.el: Re-generated.
3037 * international/uni-category.el: Re-generated.
3038 * international/uni-combining.el: Re-generated.
3039 * international/uni-mirrored.el: Re-generated.
3040
3041 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3044 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3045 (tex-start-options, slitex-run-command, latex-run-command)
3046 (tex-run-command, tex-directory):
3047 * textmodes/ispell.el (ispell-html-skip-alists)
3048 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3049 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3050 (adaptive-fill-regexp):
3051 * textmodes/dns-mode.el (auto-mode-alist):
3052 * progmodes/python.el (interpreter-mode-alist):
3053 * progmodes/etags.el (tags-compression-info-list):
3054 * progmodes/etags.el (tags-file-name):
3055 * net/browse-url.el (browse-url-galeon-program)
3056 (browse-url-firefox-program):
3057 * mail/sendmail.el (mail-signature-file)
3058 (mail-citation-prefix-regexp):
3059 * international/mule-conf.el (eight-bit):
3060 * international/latexenc.el (latex-inputenc-coding-alist):
3061 * international/fontset.el (x-pixel-size-width-font-regexp):
3062 * emacs-lisp/warnings.el (warning-type-format):
3063 * emacs-lisp/trace.el (trace-buffer):
3064 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3065 (emacs-lisp-mode-map):
3066 * calendar/holidays.el (holiday-solar-holidays)
3067 (holiday-bahai-holidays, holiday-islamic-holidays)
3068 (holiday-christian-holidays, holiday-hebrew-holidays)
3069 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3070 (hebrew-holidays-1, holiday-oriental-holidays)
3071 (holiday-general-holidays):
3072 * x-dnd.el (x-dnd-known-types):
3073 * tool-bar.el (tool-bar):
3074 * startup.el (site-run-file):
3075 * shell.el (shell-dumb-shell-regexp):
3076 * rfn-eshadow.el (file-name-shadow-tty-properties)
3077 (file-name-shadow-properties):
3078 * paths.el (remote-shell-program, news-directory):
3079 * mouse.el ([C-down-mouse-3]):
3080 * menu-bar.el (menu-bar-tools-menu):
3081 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3082 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3083 (jka-compr-compression-info-list):
3084 * isearch.el (search-whitespace-regexp):
3085 * image-file.el (image-file-name-extensions):
3086 * find-dired.el (find-ls-option):
3087 * files.el (directory-listing-before-filename-regexp)
3088 (directory-free-space-args, insert-directory-program)
3089 (list-directory-brief-switches, magic-fallback-mode-alist)
3090 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3091 (automount-dir-prefix):
3092 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3093 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3094 (face-font-registry-alternatives, face-font-registry-alternatives)
3095 (face-font-family-alternatives):
3096 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3097 (facemenu-foreground-menu, facemenu-face-menu):
3098 * epa-hook.el (epa-file-name-regexp):
3099 * dnd.el (dnd-protocol-alist):
3100 * textmodes/rst.el (auto-mode-alist):
3101 * button.el (default-button): Purecopy strings.
3102
3103 2009-11-06 Glenn Morris <rgm@gnu.org>
3104
3105 * Makefile.in (ELCFILES): Update.
3106
3107 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3110 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3111
3112 * nxml/xsd-regexp.el (xsdre-gen-categories):
3113 * nxml/xmltok.el (xmltok-parse-entity):
3114 * nxml/rng-parse.el (rng-parse-validate-file):
3115 * nxml/rng-maint.el (rng-format-manual)
3116 (rng-manual-output-force-new-line):
3117 * nxml/rng-loc.el (rng-save-schema-location-1):
3118 * nxml/rng-cmpct.el (rng-c-parse-file):
3119 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3120 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3121
3122 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3123
3124 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
3125 Remove extra save-excursions and make-variable-buffer-local's.
3126 Suggested by Stefan Monnier.
3127
3128 (verilog-getopt-file, verilog-module-inside-filename-p)
3129 (verilog-set-define): Merge GNU 1.35 and repair changes from
3130 switching to using with-current-buffer.
3131
3132 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3133 being treated as a number and confusing AUTORESET.
3134 Reported by Dan Dever.
3135
3136 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3137 Add verilog-auto-ignore-concat to fix backward compatibility with
3138 older verilog-modes. Reported by Dan Katz.
3139
3140 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3141 containing closing anchors "...$".
3142
3143 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3144 Reported by Wade Smith.
3145
3146 (verilog-batch-execute-func) Comment on function usage.
3147
3148 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
3149
3150 * verilog-mode.el (verilog-label-re): Fix regular expression for
3151 labels.
3152
3153 (verilog-label-re, verilog-calc-1): Support proper indent of named
3154 asserts.
3155
3156 (verilog-backward-token, verilog-basic-complete-re)
3157 (verilog-beg-of-statement, verilog-indent-re): Support proper
3158 indent of the assert statement at the beginning of a block of text.
3159
3160 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3161 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3162 tokens as begins.
3163
3164 2009-11-05 Glenn Morris <rgm@gnu.org>
3165
3166 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3167 Emacs 19. (Bug#1531)
3168 (byte-compile-fix-header): Update for the above change.
3169 Drop test for epoch::version.
3170
3171 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3172 * cus-dep.el (custom-make-dependencies):
3173 * finder.el (finder-compile-keywords):
3174 Use autoload-rubric's feature argument.
3175
3176 * calendar/diary-lib.el (top-level): Make load behave more like require.
3177
3178 * vc-git.el (vc-git-stash-map): Move definition before use.
3179
3180 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3181
3182 * custom.el (custom-declare-group): Purecopy standard-value.
3183 (custom-declare-group): Purecopy custom-prefix.
3184
3185 * international/mule.el (load-with-code-conversion):
3186 Call do-after-load-evaluation unconditionally.
3187
3188 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3189
3190 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3193
3194 2009-11-04 Glenn Morris <rgm@gnu.org>
3195
3196 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3197 (byte-compile-compatibility): Remove option.
3198 (byte-compile-close-variables, byte-compile-fix-header)
3199 (byte-compile-insert-header, byte-compile-output-docform)
3200 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3201 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3202 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3203 (byte-compile-insert, byte-compile-defun):
3204 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3205 (byte-defop-compiler19): Remove.
3206 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3207 used by anything. Replace all calls with byte-defop-compiler.
3208
3209 2009-11-04 Juri Linkov <juri@jurta.org>
3210
3211 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3212 (menu-bar-options-menu): Don't quote the `prop' arg of
3213 `menu-bar-make-mm-toggle'.
3214
3215 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
3216
3217 * calendar/calendar.el (cal-loaddefs):
3218 * calendar/diary-lib.el (diary-loaddefs):
3219 * calendar/holidays.el (hol-loaddefs):
3220 * eshell/esh-module.el (esh-groups): Load rather than require.
3221
3222 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3225 point-min==1.
3226 (todo-top-priorities): Only display-buffer when called interactively.
3227 (todo-item-start): Don't save excursion point.
3228 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3229 (todo-insert-item-here, todo-file-item, todo-remove-item):
3230 Adjust uses of todo-item-start and todo-item-end.
3231
3232 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3233 (autoload-rubric): Don't use any more.
3234 * cedet/semantic/fw.el (semantic/loaddefs):
3235 * cedet/srecode.el (srecode/loaddefs):
3236 * cedet/ede.el (ede/loaddefs): Load rather than require.
3237 * cedet/ede/cpp-root.el:
3238 * cedet/ede/emacs.el:
3239 * cedet/ede/files.el:
3240 * cedet/ede/linux.el:
3241 * cedet/ede/locate.el:
3242 * cedet/ede/make.el:
3243 * cedet/ede/shell.el:
3244 * cedet/ede/speedbar.el:
3245 * cedet/ede/system.el:
3246 * cedet/ede/util.el:
3247 * cedet/semantic/analyze.el:
3248 * cedet/semantic/bovine.el:
3249 * cedet/semantic/complete.el:
3250 * cedet/semantic/ctxt.el:
3251 * cedet/semantic/db-file.el:
3252 * cedet/semantic/db-find.el:
3253 * cedet/semantic/db-global.el:
3254 * cedet/semantic/db-mode.el:
3255 * cedet/semantic/db-typecache.el:
3256 * cedet/semantic/db.el:
3257 * cedet/semantic/debug.el:
3258 * cedet/semantic/dep.el:
3259 * cedet/semantic/doc.el:
3260 * cedet/semantic/edit.el:
3261 * cedet/semantic/find.el:
3262 * cedet/semantic/format.el:
3263 * cedet/semantic/html.el:
3264 * cedet/semantic/ia-sb.el:
3265 * cedet/semantic/ia.el:
3266 * cedet/semantic/idle.el:
3267 * cedet/semantic/lex-spp.el:
3268 * cedet/semantic/lex.el:
3269 * cedet/semantic/mru-bookmark.el:
3270 * cedet/semantic/scope.el:
3271 * cedet/semantic/senator.el:
3272 * cedet/semantic/sort.el:
3273 * cedet/semantic/symref.el:
3274 * cedet/semantic/tag-file.el:
3275 * cedet/semantic/tag-ls.el:
3276 * cedet/semantic/tag-write.el:
3277 * cedet/semantic/tag.el:
3278 * cedet/semantic/util-modes.el:
3279 * cedet/semantic/analyze/complete.el:
3280 * cedet/semantic/analyze/refs.el:
3281 * cedet/semantic/bovine/c.el:
3282 * cedet/semantic/bovine/gcc.el:
3283 * cedet/semantic/bovine/make.el:
3284 * cedet/semantic/bovine/scm.el:
3285 * cedet/semantic/decorate/include.el:
3286 * cedet/semantic/decorate/mode.el:
3287 * cedet/semantic/symref/cscope.el:
3288 * cedet/semantic/symref/global.el:
3289 * cedet/semantic/symref/grep.el:
3290 * cedet/semantic/symref/idutils.el:
3291 * cedet/semantic/symref/list.el:
3292 * cedet/semantic/wisent/java-tags.el:
3293 * cedet/semantic/wisent/javascript.el:
3294 * cedet/srecode/compile.el:
3295 * cedet/srecode/cpp.el:
3296 * cedet/srecode/document.el:
3297 * cedet/srecode/el.el:
3298 * cedet/srecode/expandproto.el:
3299 * cedet/srecode/getset.el:
3300 * cedet/srecode/insert.el:
3301 * cedet/srecode/java.el:
3302 * cedet/srecode/map.el:
3303 * cedet/srecode/mode.el:
3304 * cedet/srecode/template.el:
3305 * cedet/srecode/texi.el: Remove the file-local setting of
3306 generated-autoload-feature.
3307
3308 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3309 and only put a prop if it is non-nil.
3310
3311 2009-11-03 Juri Linkov <juri@jurta.org>
3312
3313 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3314 (menu-bar-options-menu): Fix list quoting (Bug#4429).
3315
3316 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3317 and "Menu" to make top-level menu item visually one unit (like
3318 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3319 multi-word menu items). Fix :help string for quit-window.
3320
3321 2009-11-03 Glenn Morris <rgm@gnu.org>
3322
3323 * cedet/mode-local.el (with-mode-local): Doc fix.
3324
3325 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3326 (byte-compile-file-form-define-abbrev-table)
3327 (byte-compile-file-form-custom-declare-variable)
3328 (byte-compile-variable-ref, byte-compile-defvar):
3329 Whether or not a warning is enabled should only affect whether we issue
3330 the warning, not whether or not we collect the relevant data.
3331 Eg warnings can be turned on and off throughout the course of a file.
3332
3333 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3334 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3335
3336 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3339 * play/mpuz.el (mpuz-create-buffer):
3340 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3341 (lm-print-y,s,noise, lm-print-w0, lm-init):
3342 * play/gomoku.el (gomoku-prompt-for-move):
3343 * play/fortune.el (fortune-in-buffer):
3344 * play/dissociate.el (dissociated-press):
3345 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3346 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3347 * mail/supercite.el (sc-eref-show):
3348 * mail/smtpmail.el (smtpmail-send-it):
3349 * mail/rmailsum.el (rmail-summary-next-labeled-message)
3350 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3351 (rmail-summary-undelete-many, rmail-summary-rmail-update)
3352 (rmail-summary-goto-msg, rmail-summary-expunge)
3353 (rmail-summary-get-new-mail, rmail-summary-search-backward)
3354 (rmail-summary-add-label, rmail-summary-output-menu)
3355 (rmail-summary-output-body):
3356 * mail/rfc822.el (rfc822-addresses):
3357 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3358 * mail/mailpost.el (post-mail-send-it):
3359 * mail/hashcash.el (hashcash-generate-payment):
3360 * mail/feedmail.el (feedmail-run-the-queue)
3361 (feedmail-queue-send-edit-prompt-help-first)
3362 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3363 (feedmail-deduce-address-list):
3364 * eshell/esh-ext.el (eshell-remote-command):
3365 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3366 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3367 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3368 (viper-save-string-in-file, viper-valid-marker):
3369 * emulation/viper-keym.el (viper-toggle-key):
3370 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3371 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3372 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3373 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3374 (viper-exec-form-in-emacs, viper-brac-function):
3375 * emulation/viper.el (viper-delocalize-var):
3376 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3377 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3378 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3379 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3380 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3381 * emulation/edt.el (edt-electric-helpify):
3382 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3383 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3384 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3385 (cua-indent-to-global-mark-column):
3386 * calendar/diary-lib.el (calendar-mark-1):
3387 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3388 Use with-current-buffer.
3389 * emulation/viper.el (viper-delocalize-var): Use dolist.
3390
3391 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * comint.el (comint-replace-by-expanded-history-before-point):
3394 Replace !! with the previous input string literally (Bug#1795).
3395
3396 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
3397
3398 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3399 to be made up of whitespace.
3400
3401 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * minibuffer.el (read-file-name): Don't use file dialogs for
3404 remote directories (Bug#99).
3405
3406 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3409
3410 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
3411
3412 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3413 instead of deleting the window or frame.
3414
3415 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3418 Support face colors.
3419
3420 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3421 New function. Support face colors (Bug#1168).
3422 (tex-common-initialization): Use it.
3423
3424 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3425 mode allows it (Bug#1168).
3426
3427 2009-10-31 Juri Linkov <juri@jurta.org>
3428
3429 * facemenu.el (list-colors-display): Don't mark buffer as
3430 modified (Bug#3948).
3431
3432 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3433
3434 * international/mule-diag.el (list-character-sets-1): Minor
3435 message fix (Bug#3526).
3436
3437 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3438 face property (Bug#4834).
3439 (etags-list-tags, etags-tags-apropos-additional)
3440 (etags-tags-apropos, tags-select-tags-table): Add follow-link
3441 property.
3442
3443 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3444 items.
3445
3446 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3447 items.
3448
3449 * cedet/ede.el (ede-minor-mode):
3450 * cedet/semantic.el (semantic-mode): Toggle menu separators.
3451
3452 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * textmodes/two-column.el (2C-split):
3455 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3456 * textmodes/tex-mode.el (tex-set-buffer-directory):
3457 * textmodes/spell.el (spell-region, spell-string):
3458 * textmodes/reftex.el (reftex-erase-buffer):
3459 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3460 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3461 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3462 (reftex-select-item):
3463 * textmodes/reftex-ref.el (reftex-label-info-update)
3464 (reftex-offer-label-menu):
3465 * textmodes/reftex-index.el (reftex-index-change-entry)
3466 (reftex-index-phrases-info):
3467 * textmodes/reftex-global.el (reftex-create-tags-file)
3468 (reftex-save-all-document-buffers, reftex-ensure-write-access):
3469 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3470 (reftex-view-crossref-from-bibtex):
3471 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3472 (reftex-extract-bib-entries-from-thebibliography)
3473 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3474 * textmodes/refbib.el (r2b-capitalize-title):
3475 (r2b-convert-buffer, r2b-help):
3476 * textmodes/page-ext.el (pages-directory)
3477 (pages-directory-goto-with-mouse):
3478 * textmodes/bibtex.el (bibtex-validate-globally):
3479 * textmodes/bib-mode.el (bib-capitalize-title):
3480 * textmodes/artist.el (artist-clear-buffer, artist-system):
3481 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3482 (local-set-scheme-interaction-buffer, xscheme-process-filter)
3483 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3484 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3485 (xscheme-send-control-g-interrupt, xscheme-start-process)
3486 (xscheme-process-sentinel, xscheme-cd):
3487 * progmodes/verilog-mode.el (verilog-read-always-signals)
3488 (verilog-set-define, verilog-getopt-file)
3489 (verilog-module-inside-filename-p):
3490 * progmodes/sh-script.el:
3491 * progmodes/python.el (python-pdbtrack-get-source-buffer)
3492 (python-pdbtrack-grub-for-buffer, python-execute-file):
3493 * progmodes/octave-inf.el (inferior-octave):
3494 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3495 (idlwave-shell-compile-helper-routines, idlwave-set-local)
3496 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3497 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3498 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3499 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3500 (idlwave-shell-filter, idlwave-shell-examine-highlight)
3501 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3502 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3503 (idlwave-shell-examine-display, idlwave-shell-run-region)
3504 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3505 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3506 * progmodes/idlw-help.el (idlwave-help-get-special-help)
3507 (idlwave-help-get-help-buffer):
3508 * progmodes/gud.el (gud-basic-call, gud-find-class)
3509 (gud-tooltip-activate-mouse-motions-if-enabled):
3510 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3511 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3512 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3513 (ebrowse-tags-next-file):
3514 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3515 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3516 (ebnf-eps-finish-and-write):
3517 * progmodes/cpp.el (cpp-edit-save):
3518 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3519 * progmodes/cc-defs.el (c-emacs-features):
3520 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3521 (antlr-directory-dependencies):
3522 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3523 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3524 (ada-find-any-references, ada-make-filename-from-adaname)
3525 (ada-make-body-gnatstub):
3526 * obsolete/rnews.el (news-list-news-groups):
3527 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3528 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3529 * net/rcirc.el (rcirc-debug):
3530 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3531 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3532 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3533 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3534 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3535 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3536 (newsticker--treeview-list-clear-highlight)
3537 (newsticker--treeview-list-update-highlight)
3538 (newsticker--treeview-list-highlight-start)
3539 (newsticker--treeview-tree-update-highlight)
3540 (newsticker--treeview-get-selected-item)
3541 (newsticker-treeview-mark-list-items-old)
3542 (newsticker--treeview-set-current-node):
3543 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3544 * net/newst-backend.el (newsticker--get-news-by-funcall)
3545 (newsticker--get-news-by-wget, newsticker--image-get)
3546 (newsticker--image-sentinel):
3547 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3548 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3549 (eudc-ph-close-session):
3550 * net/eudc.el (eudc-save-options):
3551 * language/thai-word.el (thai-update-word-table):
3552 * language/japan-util.el (japanese-string-conversion):
3553 * international/titdic-cnv.el (tsang-quick-converter)
3554 (ziranma-converter, ctlau-converter):
3555 * international/mule-cmds.el (describe-language-environment):
3556 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3557 (skkdic-convert-postfix, skkdic-convert-prefix):
3558 (skkdic-convert-okuri-nasi, skkdic-convert):
3559 * emacs-lisp/re-builder.el (reb-update-overlays):
3560 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3561 * emacs-lisp/gulp.el (gulp-send-requests):
3562 * emacs-lisp/find-gc.el (trace-call-tree):
3563 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3564 (eieio-describe-generic):
3565 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3566 * emacs-lisp/edebug.el (edebug-outside-excursion):
3567 * emacs-lisp/debug.el (debugger-make-xrefs):
3568 * emacs-lisp/cust-print.el (custom-prin1-to-string):
3569 * emacs-lisp/chart.el (chart-new-buffer):
3570 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3571 Use with-current-buffer.
3572 * textmodes/artist.el (artist-system): Don't call
3573 copy-sequence on a fresh string.
3574 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3575
3576 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
3577
3578 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3579 is no item to edit. (Bug#4820)
3580 (todo-top-priorities): Restore point and restore narrowing in Todo
3581 buffer. (Bug#4820)
3582
3583 2009-10-31 Glenn Morris <rgm@gnu.org>
3584
3585 * net/ange-ftp.el (top-level): Don't require dired when compiling.
3586 (comint-last-output-start, comint-last-input-start)
3587 (comint-last-input-end): Don't defvar when compiling.
3588 (ange-ftp-process-file): Use bound-and-true-p.
3589
3590 * pcmpl-rpm.el (top-level): Move provide statement to end.
3591 (pcmpl-rpm): Remove unused custom group.
3592
3593 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3594
3595 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3596
3597 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3598 (byte-compile-warnings): Add `constants' as an option.
3599 (byte-compile-callargs-warn, byte-compile-arglist-warn)
3600 (display-call-tree): Update for byte-compile-fdefinition possibly
3601 returning `(macro lambda ...)'. (Bug#4778)
3602 (byte-compile-variable-ref, byte-compile-setq-default):
3603 Respect `constants' member of byte-compile-warnings.
3604
3605 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3606 Use mapc rather than mapcar because the return value is never used.
3607
3608 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3609 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3610 * cedet/semantic/html.el:
3611 Suppress harmless warnings about setting up semantic-imenu (not
3612 part of Emacs) variables.
3613
3614 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * vc-bzr.el (vc-bzr-revision-keywords): New var.
3617 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3618 to "submit:".
3619
3620 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3621 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3622 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3623 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3624 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3625 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3626 (semantic-analyzer-debug-global-symbol)
3627 (semantic-analyzer-debug-missing-innertype)
3628 (semantic-analyzer-debug-insert-include-summary):
3629 * cedet/semantic/util.el (semantic-file-tag-table):
3630 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3631 (semantic-recursive-find-nonterminal-by-name):
3632 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3633 * cedet/semantic/tag-file.el (semantic-prototype-file):
3634 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3635 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3636 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3637 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3638 (semantic-idle-summary-maybe-highlight):
3639 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3640 (semantic-ia-sb-tag-info):
3641 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3642 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3643 * cedet/semantic/ede-grammar.el (project-compile-target):
3644 (ede-proj-makefile-insert-variables):
3645 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3646 (semantic-debug-set-source-location, semantic-debug-interface-layout)
3647 (semantic-debug-mode, semantic-debug):
3648 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3649 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3650 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3651 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3652 (semanticdb-find-translate-path-includes--internal)
3653 (semanticdb-reset-log, semanticdb-find-log-activity):
3654 * cedet/semantic/db-file.el (object-write):
3655 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3656 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3657 (semanticdb-create-ebrowse-database):
3658 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3659 * cedet/semantic/complete.el (semantic-displayor-focus-request)
3660 (semantic-collector-calculate-completions-raw)
3661 (semantic-complete-read-tag-analyzer):
3662 * cedet/semantic/analyze.el (semantic-analyze-pulse):
3663 * cedet/ede/util.el (ede-update-version-in-source):
3664 * cedet/ede/proj.el (project-delete-target):
3665 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3666 (ede-proj-flush-autoconf):
3667 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3668 (ede-proj-configure-synchronize):
3669 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3670 * cedet/ede/linux.el (ede-linux-version):
3671 * cedet/ede/emacs.el (ede-emacs-version):
3672 * cedet/ede/dired.el (ede-dired-add-to-target):
3673 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3674 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3675 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3676 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3677 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3678 (cedet-idutils-version-check):
3679 * cedet/cedet-global.el (cedet-gnu-global-call):
3680 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3681 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3682 * cedet/cedet-cscope.el (cedet-cscope-call)
3683 (cedet-cscope-expand-filename, cedet-cscope-version-check):
3684 Use with-current-buffer.
3685 * cedet/ede.el (ede-make-project-local-variable)
3686 (ede-set-project-variables, ede-set): Use dolist.
3687
3688 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3689
3690 * textmodes/ispell.el (ispell-skip-region-alist):
3691 * international/mule-conf.el (eight-bit):
3692 * international/fontset.el (font-encoding-alist):
3693 * startup.el (pure-space-overflow-message):
3694 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
3695 * paths.el (gnus-nntp-service, rmail-spool-directory)
3696 (term-file-prefix):
3697 * files.el (save-some-buffers-action-alist):
3698 * cmuscheme.el (same-window-buffer-names):
3699 * ielm.el (same-window-buffer-names):
3700 * shell.el (same-window-buffer-names):
3701 * mail/sendmail.el (same-window-buffer-names):
3702 * progmodes/inf-lisp.el (same-window-buffer-names):
3703 * bindings.el (mode-line-client)
3704 (mode-line-column-line-number-mode-map):
3705 * language/tibetan.el (tibetan-precomposition-rule-regexp)
3706 (tibetan-precomposed-regexp): Purecopy string arguments.
3707
3708 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
3711 (calcDigit-nondigit):
3712 * calc/calc-yank.el (calc-copy-to-buffer):
3713 * calc/calc-units.el (calc-invalidate-units-table):
3714 * calc/calc-trail.el (calc-trail-yank):
3715 * calc/calc-store.el (calc-insert-variables):
3716 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3717 * calc/calc-prog.el (calc-read-parse-table):
3718 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
3719 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
3720 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
3721 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
3722 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
3723 (calc-graph-name, calc-graph-find-command, calc-graph-view)
3724 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
3725 * calc/calc-ext.el (calc-realign):
3726 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
3727 (calc-embedded-finish-edit, calc-embedded-make-info)
3728 (calc-embedded-finish-command, calc-embedded-stack-change):
3729 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
3730
3731 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
3732 (overload-docstring-extension): Use that info.
3733 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
3734 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
3735 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
3736 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
3737 (semantic-nonterminal-full-name): Add the new `when' info.
3738 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
3739 `assert'.
3740
3741 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
3742 shell-dynamic-complete-filename in preference to
3743 comint-dynamic-complete-filename.
3744
3745 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3746 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3747 Don't consider whether the display supports colors.
3748 (bookmark-import-new-list): Use dolist.
3749 (bookmark-bmenu-mode-map): Move initialization into declaration.
3750 (bookmark-bmenu-list): Use dolist, simplify.
3751 (bookmark-show-all-annotations): Use save-selected-window and dolist.
3752 (menu-bar-final-items): Use push.
3753
3754 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3755
3756 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
3757 it works on remote files.
3758 (vc-hg-diff): Don't pass any `--cwd' argument.
3759
3760 2009-10-27 Kevin Ryde <user42@zip.com.au>
3761
3762 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3763 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
3764 (Further to Bug#3921).
3765
3766 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
3767
3768 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
3769 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
3770 calling `tramp-imap-put-file'. Add file size to the call.
3771 (tramp-imap-get-file-entries): Compute also user name, file size,
3772 and date.
3773 (tramp-imap-handle-insert-directory): Insert uid and gid.
3774 (tramp-imap-handle-file-attributes): Transform uid and gid
3775 according to `id-format'.
3776 (tramp-imap-put-file): New optional parameter SIZE. Encode file
3777 size in header X-Size.
3778
3779 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3780
3781 * simple.el (transpose-subr): Give clearer error when the mark
3782 is not set. (Bug#4807)
3783
3784 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
3785
3786 * net/tramp.el (tramp-perl-file-truename): New defconst.
3787 Perl code contributed by yary <not.com@gmail.com> (tiny change).
3788 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
3789 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
3790 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
3791
3792 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3793 Ignore `dired-call-process'.
3794 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
3795
3796 2009-10-26 Julian Scheid <julians37@gmail.com>
3797
3798 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
3799 (tramp-get-remote-readlink): New defun.
3800 (tramp-handle-file-truename): Use it.
3801 (tramp-handle-file-exists-p): Check file-attributes cache, assume
3802 file exists if cache value present.
3803 (tramp-check-cached-permissions) New defun.
3804 (tramp-handle-file-readable-p): Use it.
3805 (tramp-handle-file-writable-p): Likewise.
3806 (tramp-handle-file-executable-p): Likewise.
3807 (tramp-handle-file-name-all-completions): Try using Perl to get
3808 partial completions. When perl not available, combine `cd' and
3809 `ls' into single remote operation and use shell expansion to get
3810 partial remote directory contents. Set `file-exists-p' cache for
3811 directory and any files returned by ls. Change cache handling to
3812 support partial directory contents. Use error message emitted by
3813 remote `cd' or Perl code for local tramp-error.
3814 (tramp-do-copy-or-rename-file-directly): Avoid separate
3815 tramp-send-command-and-check call.
3816 (tramp-handle-process-file): Merge three remote ops into one.
3817 Do not flush all caches when `process-file-side-effects' is set.
3818 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
3819 file-attributes shows uid/gid to be set already.
3820
3821 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3822
3823 * textmodes/tex-mode.el (tex-dvi-view-command)
3824 (tex-show-queue-command, tex-open-quote):
3825 * progmodes/ruby-mode.el (auto-mode-alist)
3826 (interpreter-mode-alist): Purecopy strings.
3827
3828 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
3829
3830 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
3831 string for the hook, keymap and abbrev table.
3832
3833 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
3834
3835 * x-dnd.el (x-dnd-xdnd-to-action):
3836 * startup.el (fancy-startup-text, fancy-about-text): Change to
3837 defconst from defvar.
3838
3839 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
3840
3841 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
3842 Purecopy initialization strings.
3843
3844 * mail/sendmail.el (mail-header-separator)
3845 (mail-personal-alias-file):
3846 * mail/rmail.el (rmail-default-dont-reply-to-names)
3847 (rmail-ignored-headers, rmail-retry-ignored-headers)
3848 (rmail-highlighted-headers, rmail-secondary-file-directory)
3849 (rmail-secondary-file-regexp):
3850 * files.el (null-device, file-name-invalid-regexp)
3851 (locate-dominating-stop-dir-regexp)
3852 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
3853 (interpreter-mode-alist): Use mapcar instead of mapc.
3854
3855 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
3856
3857 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
3858 (completion-ignored-extensions):
3859 (debug-ignored-errors): Purecopy strings.
3860
3861 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
3864 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
3865 (pcomplete--here): Use push.
3866
3867 * subr.el (all-completions): Declare the 4th arg obsolete.
3868
3869 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * pcomplete.el (pcomplete-unquote-argument-function): New var.
3872 (pcomplete-unquote-argument): New function.
3873 (pcomplete--common-suffix): Always pay attention to case.
3874 (pcomplete--table-subvert): Quote and unquote the text.
3875 (pcomplete--common-quoted-suffix): New function.
3876 (pcomplete-std-complete): Use it and pcomplete-begin.
3877
3878 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
3879 we're inside a dedicated or minibuffer window.
3880
3881 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * cedet/semantic/fw.el (semantic-alias-obsolete)
3884 (semantic-varalias-obsolete): Make the `when' arg mandatory.
3885 (define-mode-overload-implementation):
3886 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
3887 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
3888 * cedet/semantic/util.el (semantic-file-token-stream)
3889 (semantic-something-to-stream):
3890 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
3891 (semantic-expand-nonterminal):
3892 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
3893 (semantic-find-dependency, semantic-find-nonterminal)
3894 (semantic-find-dependency):
3895 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
3896 (semantic-flex-text, semantic-flex-make-keyword-table)
3897 (semantic-flex-keyword-p, semantic-flex-keyword-put)
3898 (semantic-flex-keyword-get, semantic-flex-map-keywords)
3899 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
3900 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
3901 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
3902 (semantic-after-idle-scheduler-reparse-hooks):
3903 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
3904 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
3905 * cedet/semantic.el (semantic-toplevel-bovine-table)
3906 (semantic-toplevel-bovine-cache)
3907 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
3908 (semantic-init-mode-hooks, semantic-init-db-hooks)
3909 (semantic-bovination-working-type): Provide the `when' arg.
3910
3911 2009-10-24 Karl Fogel <kfogel@red-bean.com>
3912
3913 * bookmark.el: Update documentation, especially documentation
3914 of `bookmark-alist' and of the bookmark file format.
3915 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
3916
3917 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * mail/emacsbug.el (report-emacs-bug): Clarify that the
3920 keybindings apply to the mail buffer (Bug#4003). Shrink help
3921 window to buffer.
3922
3923 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3924 (global-whitespace-mode, global-whitespace-newline-mode)
3925 (whitespace-toggle-options, global-whitespace-toggle-options):
3926 Doc fix (Bug#3660).
3927
3928 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
3929 of xmltok-start before the end tag was inserted (Bug#2840).
3930
3931 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
3932 patterns that are preceded by an open-paren (Bug#1320).
3933
3934 2009-10-24 Sven Joachim <svenjoac@gmx.de>
3935
3936 * files.el (delete-directory): Delete symlinks to directories with
3937 delete-file (Bug#4739).
3938
3939 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
3942 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
3943 argument to make-obsolete.
3944
3945 * cedet/semantic/fw.el (semantic-alias-obsolete)
3946 (semantic-varalias-obsolete): Add optional WHEN argument.
3947
3948 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3949
3950 * vc.el (vc-backend-for-registration): Rename from
3951 vc-get-backend-for-registration. Update callers.
3952
3953 * international/mule-cmds.el (set-language-info-alist):
3954 Purecopy lang-env.
3955 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
3956 (charset): Purecopy the name.
3957 (define-char-code-property): Purecopy string arguments.
3958
3959 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3960 Purecopy string arguments.
3961
3962 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3963 * ediff-hook.el (menu-bar-ediff-menu):
3964 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
3965 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
3966
3967 2009-10-24 Glenn Morris <rgm@gnu.org>
3968
3969 * comint.el (comint-dynamic-list-completions):
3970 * term.el (term-dynamic-list-completions): Use choose-completion rather
3971 than obsolete alias mouse-choose-completion.
3972
3973 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
3974 file-cache-choose-completion.
3975 (file-cache-choose-completion): Handle an optional event argument.
3976 (file-cache-mouse-choose-completion): Make it an obsolete alias.
3977
3978 * progmodes/octave-mod.el (octave-complete-symbol):
3979 Use choose-completion if mouse-choose-completion is ever removed.
3980
3981 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3982 use.
3983
3984 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3985 compiler.
3986
3987 * vc-hooks.el (vc-responsible-backend): Fix declaration.
3988
3989 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3992 Ignore `pred' now that we receive one.
3993 Handle test-completion specially.
3994
3995 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3996
3997 * vc.el (vc-responsible-backend): Throw an error if not backend is
3998 found. Remove the REGISTER argument. Move the code dealing with
3999 REGISTER ...
4000 (vc-get-backend-for-registration): ... here. New function.
4001 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4002 of vc-responsible-backend, pass the file name instead of the
4003 directory name.
4004
4005 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4006
4007 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4008 New funs.
4009 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4010 (pcomplete-comint-setup): Don't modify a global var via
4011 accidental side-effects.
4012 (pcomplete-shell-setup): Adjust call accordingly.
4013 (pcomplete-parse-comint-arguments): Use push.
4014
4015 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4018 Allow uncapitalized info node names (Bug#3921).
4019
4020 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4021 to the DEBUG file (Bug#3781).
4022
4023 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4024
4025 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4026 dictionary entry (Bug#4579).
4027
4028 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4029
4030 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4031 from `rfn-eshadow-update-overlay-hook' when unloading.
4032 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4033 "rsyncc". Adjust doc string.
4034 (tramp-temp-buffer-file-name) New buffer-local defvar.
4035 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4036 Keep temporary file when indicated by method ("rsync" and
4037 "rsyncc").
4038 (tramp-handle-write-region): Handle APPEND.
4039 (tramp-delete-temp-file-function): New defun. Added to
4040 `kill-buffer-hook'.
4041
4042 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4043
4044 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4045
4046 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4047
4048 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4049 (color-name-rgb-alist, tty-standard-colors)
4050 (tty-color-mode-alist): Change to defconst.
4051
4052 * simple.el (mark-inactive): Purecopy message.
4053
4054 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4055 (global-map, yank-menu):
4056 * textmodes/ispell.el (ispell-menu-map):
4057 * net/eudc.el (eudc-tools-menu):
4058 * international/mule-cmds.el (describe-language-environment-map)
4059 (setup-language-environment-map, set-coding-system-map)
4060 (mule-menu-keymap):
4061 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4062 * replace.el (occur-mode-map):
4063 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4064
4065 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4066
4067 * calc/calc.el (math-read-number, math-read-number-simple): Use
4068 `save-match-data'.
4069
4070 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4073 rather than fiddling with global-map bindings, since it should only
4074 affect per-terminal settings.
4075 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4076
4077 * minibuffer.el (completion-table-with-terminator): Allow to specify
4078 the terminator-regexp.
4079
4080 * simple.el (switch-to-completions): Look for *Completions* in other
4081 frames as well.
4082
4083 * pcomplete.el: Allow the use of completion-tables.
4084 (pcomplete-std-complete): New command.
4085 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4086 (pcomplete--here): Use a function for `form' rather than an expression,
4087 so it can be byte-compiled.
4088 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4089 Add edebug declaration.
4090 (pcomplete-show-completions): Remove unused var `curbuf'.
4091 (pcomplete-do-complete, pcomplete-stub):
4092 Don't assume `completions' is a list of strings any more.
4093
4094 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * find-dired.el (find-name-arg): Fix typo in docstring.
4097
4098 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4101 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4102
4103 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4104 pcomplete-entries.
4105
4106 * comint.el (comint-read-input-ring, comint-write-input-ring)
4107 (comint-substitute-in-file-name)
4108 (comint-dynamic-complete-as-filename)
4109 (comint-dynamic-simple-complete)
4110 (comint-dynamic-list-filename-completions)
4111 (comint-dynamic-list-completions)
4112 (comint-redirect-results-list-from-process): Minor simplifications.
4113
4114 2009-10-21 Kevin Ryde <user42@zip.com.au>
4115
4116 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4117 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4118 the first form. And insert a blank line after ";;; Code" since
4119 that's usual style. (Bug#4612)
4120
4121 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4122
4123 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * minibuffer.el (completion-table-with-terminator): Properly implement
4126 boundaries, in case `terminator' appears in the suffix.
4127 (completion--embedded-envvar-table): Don't return boundaries if
4128 there's no valid completion. Simplify.
4129 (completion-file-name-table): New completion table extracted from
4130 completion--file-name-table.
4131 (completion--file-name-table): Use it.
4132 (read-file-name-predicate): Declare obsolete.
4133 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4134 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4135 completion-file-name-table, and use the `pred' argument.
4136 * files.el (locate-file-completion-table): Use the `pred' arg rather
4137 than read-file-name-predicate.
4138 (abbreviate-file-name): Use \` rather than ^ for BOS.
4139
4140 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4141
4142 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4143 vc-responsible-backend to register, it causes problems.
4144
4145 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4148
4149 2009-10-21 Eric Ludlam <zappo@gnu.org>
4150
4151 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4152 (semantic-c-debug-mode-init-pch): New functions.
4153 (semantic-c-debug-mode-init-last-mode): New var.
4154 (semantic-c-parse-lexical-token): Use them.
4155
4156 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4157 When extracting the argument list, limit only by point-max.
4158
4159 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
4160
4161 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4162 (tramp-smb-handle-file-attributes): Use it.
4163 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4164 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4165 `mapcar'. Use `tramp-smb-get-stat-capability'.
4166 Add `dired-filename' text properties.
4167 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4168 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4169 version.
4170
4171 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * subr.el (read-key-delay): Reduce to 0.01.
4174 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4175 (bug#4751).
4176
4177 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4180
4181 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4182 (Info-menu): Remove unused vars `last' and `completions'.
4183 (Info-index-nodes): Remove unused var `node'.
4184
4185 * info.el (Info-complete-menu-item): Use complete-with-action.
4186
4187 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4188
4189 Make vc-annotate work through copies and renames.
4190 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4191 Return the file name too.
4192 (vc-annotate-revision-at-line)
4193 (vc-annotate-find-revision-at-line)
4194 (vc-annotate-revision-previous-to-line)
4195 (vc-annotate-show-log-revision-at-line): Update to get the file
4196 name from vc-annotate-extract-revision-at-line.
4197 (vc-annotate-show-diff-revision-at-line-internal): Change the
4198 argument to mean whether to show a file diff or not. Get the file
4199 name from vc-annotate-extract-revision-at-line.
4200 (vc-annotate-show-diff-revision-at-line):
4201 Update vc-annotate-show-diff-revision-at-line call.
4202 (vc-annotate-warp-revision): Add an optional file argument.
4203
4204 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4205 (vc-git-annotate-extract-revision-at-line): Also return the file
4206 name if found.
4207
4208 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4209 command. Remove unused code.
4210 (vc-hg-annotate-re): Update to match --follow output.
4211 (vc-hg-annotate-extract-revision-at-line): Also return the file
4212 name if found.
4213
4214 * vc.el: Update annotate-extract-revision-at-line documentation.
4215
4216 2009-10-18 Kevin Ryde <user42@zip.com.au>
4217
4218 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4219 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4220
4221 * net/browse-url.el (browse-url): Identify alist with "consp and
4222 not functionp" and let all other things go down the `apply' leg,
4223 as suggested by Stefan. (Further to bug#4531.)
4224
4225 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * minibuffer.el (read-file-name): Check for repeat before putting
4228 a default argument in file-name-history (Bug#4657).
4229
4230 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4231 read syntax (Bug#4737).
4232
4233 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4234
4235 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4236
4237 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4238 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4239 entries and make note of obsolete tags.
4240
4241 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4244
4245 2009-10-18 Glenn Morris <rgm@gnu.org>
4246
4247 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4248 grep, so that binary files (eg international/uni-bidi.el) can match.
4249 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4250 now, and in any case the file header format has changed.
4251
4252 2009-10-17 Glenn Morris <rgm@gnu.org>
4253
4254 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4255 (flyspell-get-word, flyspell-large-region)
4256 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4257
4258 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4259
4260 * Makefile.in (ELCFILES): Add ede/shell.
4261
4262 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4263
4264 * term/common-win.el (x-colors): Purecopy it.
4265
4266 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4269 permissive for when the buffer is empty.
4270 (tar-header-block-tokenize): Decode the username and groupname.
4271 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4272
4273 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * cedet/srecode/srt.el:
4276 * cedet/srecode/compile.el:
4277 * cedet/semantic/mru-bookmark.el:
4278 * cedet/semantic/debug.el:
4279 * cedet/semantic/complete.el:
4280 * cedet/semantic/analyze.el: Require CL when compiling.
4281
4282 2009-10-17 Eric Ludlam <zappo@gnu.org>
4283
4284 * cedet/semantic/scope.el
4285 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4286 tmpscope so that the regular scope will continue to work.
4287
4288 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4289 Use semantic-idle-summary-highlight-face as the highlighting.
4290
4291 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4292 contains multibyte characters, choose first applicable coding
4293 system automatically.
4294
4295 * cedet/ede/project-am.el (project-run-target): New method.
4296 (project-run-target): New method.
4297
4298 * cedet/ede.el (ede-target): Add run target menu item.
4299 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4300 (ede-run-target): New function.
4301 (ede-target::project-run-target): New method.
4302
4303 * cedet/ede/proj.el (project-run-target): New method.
4304
4305 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4306 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4307 Add :rules.
4308 (ede-proj-target-makefile-shared-object): Only libtool compilers
4309 now available. Add linkers for libtool.
4310 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4311 (ede-proj-makefile-target-name): Always use .la extension.
4312
4313 * cedet/ede/proj-prog.el (project-run-target): New method.
4314
4315 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4316 (ede-g++-linker): Change Change link lines.
4317
4318 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4319 When searching for old variables, go to the end of the buffer and
4320 search backward from there.
4321 (ede-proj-makefile-automake-insert-subdirs)
4322 (ede-proj-makefile-automake-insert-extradist): New methods.
4323 (ede-proj-makefile-create): Use them.
4324
4325 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4326 Force FILE to expand to the current target. Use file-exists-p to
4327 check that it exists.
4328
4329 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4330 (ede-linux-load): Wrap dir in file-name-as-directory.
4331 Set :version slot.
4332
4333 * cedet/ede/files.el (ede-get-locator-object): When enabling
4334 locate, do so on "top".
4335
4336 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4337 file-name-as-directory during compare.
4338 (ede-emacs-version): Return Emacs/XEmacs differentiator.
4339 Get version number from different places. Don't call egrep.
4340 (ede-emacs-load): Set :version slot. Call file-name-as-directory
4341 to set the directory.
4342
4343 * cedet/ede/shell.el: New file.
4344
4345 * cedet/inversion.el (inversion-decoders): Allow for stray . in
4346 alpha/beta variants.
4347
4348 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4349
4350 * international/mule-cmds.el (select-safe-coding-system): If the file
4351 has a coding cookie, use it regardless of any other setting (bug#4712).
4352
4353 2009-10-17 Glenn Morris <rgm@gnu.org>
4354
4355 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4356 All errors should have messages.
4357
4358 * foldout.el (foldout-mouse-swallow-events):
4359 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4360
4361 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4362 (dired-keep-marker-copy, dired-keep-marker-hardlink)
4363 (dired-keep-marker-symlink, dired-dwim-target)
4364 (dired-copy-preserve-time): Do not autoload these defcustoms.
4365
4366 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4367 messages from messing up the file coding. (Bug#4623)
4368
4369 2009-10-17 Jari Aalto <jari.aalto@cante.net>
4370
4371 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4372 if no match is found for the current dictionary. (Bug#4578)
4373
4374 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4375 optional, since that is how it is documented, and this is often called
4376 with a nil argument. (Bug#4577)
4377 (flyspell-external-point-words, flyspell-auto-correct-word)
4378 (flyspell-correct-word-before-point, flyspell-word-search-forward)
4379 (flyspell-word-search-backward): Remove nil argument in calls to
4380 flyspell-get-word, since it is not needed now.
4381
4382 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
4383
4384 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
4385
4386 2009-10-16 Glenn Morris <rgm@gnu.org>
4387
4388 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4389
4390 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4391
4392 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4393 (ange-ftp-file-size): New function.
4394 (ange-ftp-file-attributes): Use it.
4395
4396 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
4397
4398 * net/tramp-smb.el (tramp-smb-version): New defvar.
4399 (tramp-smb-maybe-open-connection): Use it, in order to avoid
4400 repeated checks.
4401
4402 2009-10-16 Glenn Morris <rgm@gnu.org>
4403
4404 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4405 Maybe copy some custom properties from old to new name. (Bug#4706)
4406
4407 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4408
4409 * subr.el (error, sit-for, start-process-shell-command)
4410 (start-file-process-shell-command): Set the calling convention
4411 after the function definition.
4412
4413 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * subr.el (error, sit-for, start-process-shell-command)
4416 (start-file-process-shell-command): Use the new
4417 set-advertised-calling-convention feature.
4418
4419 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
4420
4421 * international/ucs-normalize.el (ucs-normalize-version):
4422 Change to 1.2.
4423 (check-range): Adjust for Unicode 5.2.
4424
4425 2009-10-15 Juri Linkov <juri@jurta.org>
4426
4427 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4428 to the `menu-item' format.
4429
4430 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
4431
4432 * net/tramp.el (tramp-replace-environment-variables): Do not fail
4433 if the environment variable does not exist.
4434
4435 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4436 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4437 parameter.
4438 (tramp-smb-handle-add-name-to-file)
4439 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4440 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4441 (tramp-smb-handle-file-attributes)
4442 (tramp-smb-do-file-attributes-with-stat)
4443 (tramp-smb-handle-file-local-copy)
4444 (tramp-smb-handle-insert-directory)
4445 (tramp-smb-handle-make-directory)
4446 (tramp-smb-handle-make-directory-internal)
4447 (tramp-smb-handle-make-symbolic-link)
4448 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4449 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4450 (tramp-smb-maybe-open-connection): Apply the changed parameters.
4451 (tramp-smb-read-file-entry): Read Disk names in compressed format.
4452 Handle long file names.
4453 (tramp-smb-get-cifs-capabilities): Check, whether the connection
4454 process is running.
4455 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4456 Read share names with "-g" option.
4457
4458 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
4459
4460 * net/rcirc.el (rcirc-view-log-file): New command.
4461 (rcirc-track-minor-mode-map): Remove C-c ` binding.
4462 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4463 specified.
4464
4465 2009-10-15 Glenn Morris <rgm@gnu.org>
4466
4467 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4468 from the second command-line argument.
4469 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4470 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4471 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4472 w32-batch-update-autoloads.
4473 * emacs-lisp/autoload.el (autoload-make-program): New variable.
4474 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4475
4476 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4477 the headers cannot be located. Simplify, subtracting superflous
4478 save-excursions.
4479
4480 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 Replace completion-base-size by completion-base-position to fix bugs
4483 such as (bug#4699).
4484 * simple.el (completion-base-position): New var.
4485 (completion-base-size): Mark as obsolete.
4486 (choose-completion): Make it work for mouse events as well.
4487 Pass the new base-position to choose-completion-string.
4488 (choose-completion-guess-base-position): New function, extracted from
4489 choose-completion-delete-max-match.
4490 (choose-completion-delete-max-match): Use it. Make obsolete.
4491 (choose-completion-string): Use the new base-position info.
4492 (completion-root-regexp): Delete.
4493 (completion-setup-function): Preserve completion-base-position.
4494 Eliminate obsolete base-size manipulation.
4495 * minibuffer.el (display-completion-list): Don't mess with base-size.
4496 (minibuffer-completion-help): Set completion-base-position instead.
4497 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4498 choose-completion.
4499 * textmodes/bibtex.el (bibtex-complete):
4500 * emacs-lisp/crm.el (crm--choose-completion-string):
4501 Adjust to new calling convention.
4502 * complete.el (partial-completion-mode): Use minibufferp to avoid
4503 bumping into incompatible change to choose-completion-string-functions.
4504 * ido.el (ido-choose-completion-string): Make its calling convention
4505 more permissive.
4506 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4507 base-size manipulation.
4508 (comint-dynamic-list-input-ring): Use dotimes and push.
4509 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4510 fundamental-mode. Use `or'.
4511
4512 2009-10-14 Juri Linkov <juri@jurta.org>
4513
4514 * misearch.el (multi-isearch-next-buffer-from-list)
4515 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
4516
4517 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * Makefile.in (compile-onefile): Load `bytecomp' rather than
4520 `bytecomp.el'.
4521
4522 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4523 string we return is all made up of text from the completions rather
4524 than part from the completions and part from the input (bug#4219).
4525
4526 * ido.el (ido-everywhere): Use define-minor-mode.
4527
4528 * buff-menu.el (list-buffers, ctl-x-map):
4529 Mark the entry points with ;;;###autoload cookies.
4530
4531 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4532
4533 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4534 correctly in the detached head case.
4535 (vc-git-print-log): Remove unused binding.
4536
4537 * vc.el (vc-responsible-backend): When a directory is passed for
4538 for registration create a VC repository if no backend is
4539 responsible for the directory argument.
4540 (vc-deduce-fileset): Tell vc-responsible-backend to register.
4541
4542 * vc.el: Move comments about RCS and SCCS ...
4543 * vc-rcs.el:
4544 * vc-sccs.el: ... here, respectively.
4545
4546 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * minibuffer.el (completion--file-name-table): Return nil if there's
4549 no file completion, even if substitute-in-file-name changed
4550 the string (bug#4708).
4551
4552 2009-10-13 Juri Linkov <juri@jurta.org>
4553
4554 * files-x.el (read-file-local-variable-value): Don't filter out
4555 minor modes from mode name completion (bug#4664).
4556
4557 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4558
4559 * international/mule-cmds.el (ucs-names): Remove exclusion of
4560 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4561
4562 2009-10-13 Kenichi Handa <handa@m17n.org>
4563
4564 * international/uni-name.el: Regenerated.
4565
4566 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4567
4568 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
4569 should be automatically buffer-local, but isn't.)
4570
4571 2009-10-12 Sam Steingold <sds@gnu.org>
4572
4573 * progmodes/compile.el (compilation-next-error-function): Fix the
4574 timestamps if the buffer has been visited before.
4575 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4576 non-anchored patterns, like the perl one (bug#3928).
4577
4578 2009-10-12 Glenn Morris <rgm@gnu.org>
4579
4580 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4581 Let-bind `size'.
4582
4583 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
4584
4585 * proced.el (proced-unload-function): New function.
4586
4587 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4588 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4589 Doc fix.
4590
4591 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4592
4593 2009-10-11 Juri Linkov <juri@jurta.org>
4594
4595 * files-x.el (read-file-local-variable-value):
4596 Provide default value only for bound variables (bug#4664).
4597
4598 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
4599
4600 * net/tramp.el (tramp-local-host-p): Function shall return nil for
4601 connection methods like smb.
4602
4603 * net/tramp-cache.el (tramp-flush-connection-property): The hash
4604 can be empty.
4605
4606 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4607 (tramp-smb-file-name-handler-alist): Add handlers for
4608 `add-name-to-file', `make-symbolic-link'.
4609 (tramp-smb-handle-add-name-to-file)
4610 (tramp-smb-do-file-attributes-with-stat)
4611 (tramp-smb-handle-make-symbolic-link)
4612 (tramp-smb-get-cifs-capabilities): New defuns.
4613 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4614 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4615 (tramp-smb-handle-file-local-copy)
4616 (tramp-smb-handle-make-directory-internal)
4617 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4618 The file name syntax depends on cifs capabilities.
4619 (tramp-smb-handle-file-attributes):
4620 Call `tramp-smb-do-file-attributes-with-stat' if possible.
4621 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4622 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4623
4624 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4627 (eieio-defclass): Apply deftype handler and setf-method properties
4628 directly.
4629 (eieio-add-new-slot): Avoid union function from cl library.
4630 (eieio--typep): New function.
4631 (eieio-perform-slot-validation): Use it.
4632
4633 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4634
4635 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
4636 Update documentation to refer to the variables documented in r1.135.
4637 (Bug#4188)
4638
4639 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4640
4641 * bookmark.el (Info-suffix-list): Remove this unused variable.
4642 (bookmark-current-point): Remove this obsolete variable.
4643 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4644 Adjust for removal of bookmark-current-point.
4645
4646 (bookmarks-already-loaded, bookmark-current-buffer)
4647 (bookmark-yank-point): Document. (Bug#4188)
4648
4649 2009-10-10 Glenn Morris <rgm@gnu.org>
4650
4651 * frame.el (frame-height): Doc fix.
4652
4653 * calendar/calendar.el (calendar-split-width-threshold): New option.
4654 (calendar-basic-setup): Use calendar-split-width-threshold.
4655
4656 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
4657
4658 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4659 Use .la for Automake.
4660
4661 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
4662
4663 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4664 Use "autoreconf -i". Suggested by Andreas Schwab.
4665
4666 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4667
4668 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4669 Ideographic Supplement" range (U+1F200..U+1F2FF).
4670
4671 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4672
4673 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4674 since the list will have been rebuilt anyway. (Bug#4349)
4675
4676 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4677
4678 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4679 (bookmark-bmenu-execute-deletions): Don't save here, as
4680 bookmark-delete will now do so if necessary.
4681 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4682 (Bug#4348)
4683
4684 2009-10-09 Glenn Morris <rgm@gnu.org>
4685
4686 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4687
4688 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4689
4690 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
4691 (bookmark-jump-other-window): Just invoke bookmark-jump with new
4692 argument now, so the two function's behaviors will match. (Bug#3645)
4693
4694 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * cedet/ede/proj.el (project-make-dist, project-compile-project):
4697 Fix filename test.
4698 (ede-proj-dist-makefile): Use expand-file-name instead of concat
4699 to expand file names.
4700
4701 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
4702
4703 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
4704 (tramp-file-name-real-host, tramp-file-name-port):
4705 Apply `save-match-data'.
4706
4707 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
4708 case both directories are remote.
4709 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
4710 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
4711
4712 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4713
4714 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
4715 (ede-proj-target-makefile-objectcode): Use it.
4716
4717 * cedet/ede/source.el (ede-want-any-source-files-p)
4718 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
4719 Return search result. This error was introduced while merging.
4720
4721 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4722
4723 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
4724
4725 2009-10-07 Glenn Morris <rgm@gnu.org>
4726
4727 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
4728 of concat.
4729
4730 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4731
4732 * files-x.el (read-file-local-variable): Include some
4733 non-user-variables in the completion table (bug#4664).
4734
4735 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
4736
4737 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
4738 message.
4739
4740 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4741 (tramp-smb-file-name-handler-alist): Add handler for
4742 `copy-directory', `expand-file-name', `set-file-modes'.
4743 (tramp-smb-handle-copy-directory)
4744 (tramp-smb-handle-expand-file-name)
4745 (tramp-smb-handle-set-file-modes): New defuns.
4746 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
4747 (tramp-smb-handle-file-attributes): Simplify check for retrieving
4748 entry.
4749 (tramp-smb-handle-insert-directory): Don't flush the cache.
4750 (tramp-smb-maybe-open-connection): Check for samba client and
4751 server versions.
4752
4753 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4754
4755 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
4756 to not error out of search for "^lisp=" fails.
4757
4758 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4759
4760 * makefile.w32-in (WINS_UPDATES): New macro.
4761 (custom-deps, finder-data, autoloads): Use it.
4762
4763 2009-10-07 Glenn Morris <rgm@gnu.org>
4764
4765 * Makefile.in (autoloads): Revert previous change.
4766 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
4767 the list of preloaded files passed on the command-line, get
4768 it from src/Makefile.
4769
4770 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
4771 show the original buffer rather than a random one.
4772
4773 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
4774
4775 * help.el (describe-no-warranty): Place point in a slightly better
4776 position in the GPLv3 text.
4777
4778 2009-10-06 Sam Steingold <sds@gnu.org>
4779
4780 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
4781 the comm attribute is present before calling regexp-quote.
4782
4783 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
4784
4785 * play/animate.el (animate-string): For good effect, make sure
4786 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
4787
4788 * play/animate.el (animate-sequence, animate-birthday-present):
4789 * misc.el (butterfly): Don't set `indent-tabs-mode'.
4790
4791 2009-10-06 Glenn Morris <rgm@gnu.org>
4792
4793 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
4794
4795 * emacs-lisp/autoload.el (autoload-excludes): New variable.
4796 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
4797 (batch-update-autoloads): Process a string value of autoload-excludes,
4798 set during the build process.
4799 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
4800
4801 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
4802 inside with-parsed... macro so that `v' is defined.
4803
4804 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
4805 * progmodes/fortran.el (fortran-end-of-block)
4806 (fortran-beginning-of-block):
4807 Also push mark in the macro case.
4808
4809 * emerge.el (emerge-show-file-name):
4810 * calc/calc.el (calc-quit):
4811 * calc/calc-misc.el (calc-big-or-small):
4812 * calc/calc-graph.el (calc-graph-view):
4813 * calc/calc-ext.el (calc-reset):
4814 * calendar/calendar.el (calendar-basic-setup):
4815 Use window-full-height-p.
4816
4817 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
4818 header we don't understand, don't insert another. (Bug#4624)
4819 If changing mime charset, insert the new one in the right place.
4820
4821 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
4822
4823 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4824 (cal-tex-cursor-month): Correctly increment the end date for diary and
4825 holiday listing. (Bug#4626)
4826
4827 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * help-fns.el (describe-function-1): Don't burp if the function is not
4830 a symbol.
4831
4832 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
4833
4834 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
4835 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
4836 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
4837 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
4838
4839 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
4840 (eieio-default-superclass): Reflow docstrings.
4841 (this, class-option-assoc, defclass, eieio-class-un-autoload)
4842 (eieio-unbind-method-implementations, defmethod)
4843 (eieio-validate-slot-value, eieio-validate-class-slot-value)
4844 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
4845 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
4846 (eieio-slot-originating-class-p, eieio-slot-name-index)
4847 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
4848 (constructor, initialize-instance, no-next-method, object-print)
4849 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
4850 Fix typos in docstrings.
4851 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
4852 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
4853 (next-method-p): Doc fixes.
4854 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
4855 Fix typos in error messages.
4856 (eieio-defmethod): Fix typo in description of generic method.
4857
4858 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
4859 (eieio-persistent-save-interactive, slot-missing):
4860 Fix typos in docstrings.
4861 (eieio-instance-inheritor-slot-boundp): Doc fix.
4862
4863 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
4864 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
4865
4866 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
4867 (eieio-custom-object-apply-reset):
4868 Fix typos in docstrings and error messages.
4869
4870 * emacs-lisp/eieio-datadebug.el (data-debug-show):
4871 Fix typo in docstring.
4872
4873 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
4874 (eieio-browse-tree): Doc fix.
4875 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
4876 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
4877 Fix typos in docstrings.
4878
4879 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
4880 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
4881 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
4882 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
4883 Reflow docstrings.
4884
4885 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4886
4887 * vc-hg.el (log-view-vc-backend): Declare for compiler.
4888 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
4889 Set log-view-vc-backend so that diff can work.
4890
4891 * log-view.el (log-view-diff): Use vc-diff-internal instead of
4892 vc-version-diff.
4893 (vc-diff-internal): Autoload this instead of vc-version-diff.
4894
4895 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4896
4897 * simple.el (eval-expression): Doc fix.
4898
4899 * progmodes/cwarn.el (cwarn-mode): Doc fix.
4900
4901 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * files.el (directory-files-no-dot-files-regexp): New defconst.
4904 (delete-directory): Use it.
4905 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
4906
4907 * net/tramp.el (tramp-verbose): Fix docstring.
4908 (tramp-methods): Add recursive option to `tramp-copy-args'.
4909 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
4910 "scp1_old", "scp2_old", "rsync", "rsyncc".
4911 (tramp-default-method): Check also for `auth-source-user-or-password'.
4912 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4913 Add handler for `copy-directory'.
4914 (tramp-handle-copy-directory): New defun.
4915 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
4916 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
4917 Optimize sent command.
4918
4919 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
4922 window if necessary.
4923
4924 * calendar/calendar.el (calendar-basic-setup): Don't call
4925 switch-to-buffer in a dedicated window.
4926
4927 2009-10-05 Karl Fogel <kfogel@red-bean.com>
4928
4929 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
4930 don't do anything related to relocating, just return nil.
4931 (bookmark-error-no-filename): New error.
4932 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
4933 bookmark has no file. Don't even attempt to handle things that
4934 are not files; the whole point of custom handlers is to keep that
4935 knowledge elsewhere anyway. Tighten some comments.
4936 (bookmark-file-or-variation-thereof): Remove now-unused function.
4937 (bookmark-location): Doc string fix.
4938 (Bug#4250)
4939
4940 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4941
4942 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
4943 don't use a file dialog, because they usually don't know how to read
4944 a directory target from the user. (Bug#4230)
4945 Also, make sure the prompt can display directories as well as files.
4946
4947 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4948
4949 * bookmark.el (bookmark-set, bookmark-buffer-name):
4950 Improve doc strings. (Bug#1193)
4951
4952 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4953
4954 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
4955 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
4956 (bookmark-get-annotation, bookmark-set-annotation)
4957 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4958 (bookmark-set-position, bookmark-get-front-context-string)
4959 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4960 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
4961 (bookmark-jump-other-window, bookmark-handle-bookmark)
4962 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
4963 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
4964 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
4965 Improve doc strings to say whether bookmark can be a string or
4966 a record or both, and make other consistency and clarity fixes.
4967 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
4968 (bookmark-default-annotation-text, bookmark-yank-word)
4969 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
4970 (bookmark-import-new-list, bookmark-maybe-rename)
4971 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4972 (bookmark-bmenu-bookmark): Give these doc strings.
4973 (bookmark-bmenu-check-position): Give this a doc string, but also
4974 add a FIXME comment about how the function may be pointless.
4975 (bookmark-default-handler): Rework doc string and change a
4976 parameter name, to clarify that this takes a bookmark record
4977 not a bookmark name.
4978 (bookmark-set): Change a parameter name to indicate its meaning,
4979 and improve the doc string a bit.
4980 (Bug#4188)
4981
4982 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4983
4984 * bookmark.el (bookmark-alist): Document the new `handler' element
4985 in the param alist.
4986 (bookmark-make-record-function): Adjust documentation for above.
4987 (Bug#4193)
4988
4989 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4990
4991 * info.el (Info-bookmark-make-record): Document this function.
4992 (Info-bookmark-jump): Document with a doc string, not just a comment.
4993 (Bug#4203)
4994
4995 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4996
4997 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
4998 (semantic-new-buffer-fcn): Call parser setup functions here.
4999 (semantic-mode): Don't call parser setup functions here, it's done
5000 in semantic-new-buffer-fcn now.
5001 (semantic-mode): Parse all existing buffers when enabled.
5002
5003 * cedet/srecode/compile.el (srecode-compile-file):
5004 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5005
5006 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5007
5008 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5009
5010 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5011 (proj-comp-insert-variable-once): New macro, renamed from
5012 ede-pmake-insert-variable-once in ede/pmake.edl.
5013 (ede-proj-makefile-insert-variables): Use it.
5014
5015 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * files.el (copy-directory): New defun.
5018
5019 * dired-aux.el (dired-copy-file-recursive): Use it.
5020
5021 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5022
5023 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5024 (makefile-end-of-command):
5025 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5026 (semantic-end-of-context): Fix previous change. Doc fixes.
5027
5028 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5029
5030 * files-x.el (modify-dir-local-variable)
5031 (copy-dir-locals-to-file-locals-prop-line):
5032 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5033 (makefile-end-of-command):
5034 * cedet/semantic/lex.el (semantic-lex-token):
5035 * cedet/semantic/analyze/fcn.el
5036 (semantic-analyze-dereference-metatype-1):
5037 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5038 (semantic-lex-cpp-undef):
5039 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5040 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5041 (semantic-end-of-context): Fix typos in docstrings.
5042
5043 * recentf.el (recentf-unload-function): New function.
5044
5045 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5046
5047 * cedet/ede.el (ede-project-placeholder-cache-file):
5048 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5049 * cedet/srecode/map.el (srecode-map-save-file):
5050 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5051
5052 2009-10-04 Glenn Morris <rgm@gnu.org>
5053
5054 * window.el (window-full-height-p): Add doc string.
5055
5056 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5057
5058 * window.el (window-full-height-p): New function. (Bug#4543)
5059
5060 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5061
5062 * cedet/srecode/insert.el: Require srecode/args.
5063
5064 * cedet/srecode/args.el: Require srecode/dictionary instead of
5065 srecode/insert.
5066
5067 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5068
5069 * files.el (auto-mode-alist): Add .srt and Project.ede.
5070
5071 * cedet/semantic.el (semantic-mode):
5072 Handle srecode-template-mode-hook as well.
5073 (semantic-mode): Use js-mode-hook for Javascript hook.
5074
5075 * cedet/srecode/template.el: Remove hook variable.
5076
5077 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5078
5079 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5080 projects exist.
5081 (ede-project-placeholder-cache-file): Default to a file in
5082 user-emacs-directory.
5083
5084 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5085 templates in data-directory.
5086 (srecode-map-save-file): Default to a file in user-emacs-directory.
5087
5088 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5089 directory.
5090
5091 2009-09-30 Eric Ludlam <zappo@gnu.org>
5092
5093 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5094 Doc fix.
5095
5096 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5097 Only insert each variable once.
5098
5099 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5100 (ede-pmake-insert-variable-shared): Use it.
5101
5102 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5103 for lexical table iff table is nil.
5104
5105 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5106
5107 * vc.el: Remove commented out code.
5108 (vc-derived-from-dir-mode): Remove, unused.
5109 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5110
5111 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
5112
5113 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5114 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5115 there could be recursive loading when `default-directory' is a
5116 remote file name. (Bug#4614)
5117
5118 2009-10-03 Glenn Morris <rgm@gnu.org>
5119
5120 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5121 the frame is wide.
5122 (calendar-generate-window): Test for shrinkability rather than width.
5123
5124 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5125 declaration, currently false.
5126
5127 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5128 reusing existing buffers, in case we happen to visit two files with the
5129 same basename. (Bug#4593)
5130
5131 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5132
5133 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5134 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5135 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5136 subdirs of cedet as well.
5137 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5138
5139 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5142 Obey advertised-signature-table.
5143
5144 * help-fns.el (help-function-arglist): Don't check
5145 advertised-signature-table.
5146 (describe-function-1): Do it here instead so it also applies to subrs.
5147
5148 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5149
5150 * simple.el (start-file-process): Say in the doc-string, that file
5151 handlers might not support pty association, if PROGRAM is nil.
5152
5153 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5154 HOST and USER are strings. They are nil, when there are
5155 incomplete entries in ~/.netrc, for example.
5156 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5157 root directory ("device busy" error otherwise).
5158
5159 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5160 Flush file properties of created directory.
5161
5162 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5163
5164 * makefile.w32-in (WINS_BASIC): Remove cedet.
5165 (WINS_CEDET): Add cedet.
5166 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5167
5168 2009-10-02 Kevin Ryde <user42@zip.com.au>
5169
5170 * net/browse-url.el (browse-url): Pass any symbol in
5171 browse-url-browser-function to `apply', since if you've mistakenly put
5172 an unbound symbol then the error is clearer. (Bug#4531)
5173
5174 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5175
5176 * allout.el (allout-init, allout-back-to-current-heading)
5177 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5178 (allout-ascend, allout-up-current-level, allout-end-of-level)
5179 (allout-previous-visible-heading, allout-forward-current-level)
5180 (allout-backward-current-level, allout-show-children):
5181 * apropos.el (apropos-describe-plist):
5182 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5183 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5184 * completion.el (add-completion, add-permanent-completion):
5185 * descr-text.el (describe-text-category, describe-char):
5186 * desktop.el (desktop-lazy-abort):
5187 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5188 * dired.el (dired-build-subdir-alist):
5189 * ediff.el (ediff-version):
5190 * elide-head.el (elide-head, elide-head-show):
5191 * emerge.el (emerge-version):
5192 * env.el (getenv):
5193 * face-remap.el (variable-pitch-mode):
5194 * faces.el (describe-face):
5195 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5196 (dired-at-point):
5197 * files.el (find-file-existing, auto-save-mode):
5198 * font-lock.el (font-lock-fontify-buffer):
5199 * help-fns.el (describe-function, describe-variable)
5200 (describe-syntax, describe-categories):
5201 * help.el (view-lossage, describe-bindings, describe-key)
5202 (describe-mode):
5203 * hexl.el (hexl-current-address):
5204 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5205 * info.el (Info-goto-emacs-key-command-node):
5206 * log-edit.el (log-edit-insert-cvs-template)
5207 (log-edit-insert-cvs-rcstemplate):
5208 * menu-bar.el (menu-bar-mode):
5209 * mouse.el (mouse-appearance-menu):
5210 * newcomment.el (comment-indent-new-line):
5211 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5212 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5213 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5214 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5215 * recentf.el (recentf-mode):
5216 * savehist.el (savehist-mode, savehist-save):
5217 * shadowfile.el (shadow-copy-files):
5218 * simple.el (kill-ring-save, next-line, previous-line)
5219 (normal-erase-is-backspace-mode):
5220 * strokes.el (strokes-update-window-configuration)
5221 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5222 (strokes-xpm-for-stroke):
5223 * time.el (emacs-uptime, emacs-init-time):
5224 * tutorial.el (tutorial--describe-nonstandard-key)
5225 (tutorial--detailed-help):
5226 * type-break.el (type-break-mode)
5227 (type-break-mode-line-message-mode, type-break-query-mode)
5228 (type-break-guesstimate-keystroke-threshold):
5229 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5230 * version.el (emacs-version):
5231 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5232 * winner.el (winner-mode):
5233 * calendar/timeclock.el (timeclock-in, timeclock-out)
5234 (timeclock-status-string, timeclock-change)
5235 (timeclock-workday-remaining-string)
5236 (timeclock-workday-elapsed-string)
5237 (timeclock-when-to-leave-string):
5238 * calendar/todo-mode.el (todo-add-category):
5239 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5240 * emacs-lisp/autoload.el (update-file-autoloads):
5241 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5242 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5243 (checkdoc-message-text, checkdoc-defun):
5244 * emacs-lisp/debug.el (debugger-list-functions):
5245 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5246 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5247 (eieio-describe-generic):
5248 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5249 * emacs-lisp/shadow.el (list-load-path-shadows):
5250 * emulation/cua-base.el (cua-mode):
5251 * emulation/edt.el (edt-set-scroll-margins):
5252 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5253 (tpu-toggle-regexp, tpu-toggle-search-direction)
5254 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5255 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5256 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5257 (viper-set-parsing-style-toggling-macro)
5258 (viper-set-emacs-state-searchstyle-macros):
5259 * emulation/viper.el (viper-set-hooks):
5260 * eshell/esh-mode.el (eshell-truncate-buffer):
5261 * international/mule-cmds.el (prefer-coding-system)
5262 (describe-input-method, describe-language-environment):
5263 * international/mule-diag.el (list-character-sets)
5264 (describe-character-set, describe-coding-system)
5265 (describe-fontset, list-fontsets, list-input-methods):
5266 * mail/sendmail.el (mail-signature):
5267 * net/ange-ftp.el (ange-ftp-copy-file):
5268 * net/browse-url.el (browse-url):
5269 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5270 * net/quickurl.el (quickurl-add-url):
5271 * net/rcirc.el (names, topic):
5272 * net/xesam.el (xesam-mode):
5273 * play/5x5.el (5x5-new-game):
5274 * play/yow.el (apropos-zippy):
5275 * progmodes/ada-mode.el (ada-mode-version):
5276 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5277 (f90-end-of-block)
5278 (f90-beginning-of-block):
5279 * progmodes/fortran.el (fortran-end-of-block)
5280 (fortran-beginning-of-block):
5281 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5282 * progmodes/python.el (python-describe-symbol, python-shell):
5283 * term/ns-win.el (ns-print-buffer):
5284 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5285 * textmodes/flyspell.el (flyspell-mode-on):
5286 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5287 (pages-directory-for-addresses):
5288 * textmodes/table.el (table-recognize-cell)
5289 (table-query-dimension, table-generate-source)
5290 (table-insert-sequence, table--warn-incompatibility):
5291 * textmodes/tex-mode.el (tex-validate-buffer):
5292 * textmodes/texinfmt.el (texinfmt-version)
5293 (texinfo-format-buffer):
5294 Use `called-interactively-p' instead of `interactive-p'.
5295
5296 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5297
5298 * image-mode.el (image-toggle-display):
5299 * emacs-lisp/elp.el (elp-instrument-function):
5300 * emacs-lisp/advice.el (ad-make-advised-definition):
5301 * emacs-lisp/easy-mmode.el (define-minor-mode):
5302 * net/browse-url.el (browse-url-maybe-new-window):
5303 * progmodes/sh-script.el (sh-learn-buffer-indent):
5304 Pass new argument 'any to `called-interactively-p'.
5305
5306 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5307
5308 * international/uni-bidi.el:
5309 * international/uni-category.el:
5310 * international/uni-combining.el:
5311 * international/uni-comment.el:
5312 * international/uni-decimal.el:
5313 * international/uni-decomposition.el:
5314 * international/uni-digit.el:
5315 * international/uni-lowercase.el:
5316 * international/uni-mirrored.el:
5317 * international/uni-name.el:
5318 * international/uni-numeric.el:
5319 * international/uni-old-name.el:
5320 * international/uni-titlecase.el:
5321 * international/uni-uppercase.el:
5322 Regenerate from Unicode 5.2.0 data.
5323
5324 2009-10-01 Glenn Morris <rgm@gnu.org>
5325
5326 * Makefile.in (ELCFILES): Regenerate.
5327
5328 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5329
5330 * subr.el (interactive-p): Mark obsolete.
5331 (called-interactively-p): Make the optional-ness of `kind' obsolete.
5332 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5333 advertised-signature-table for subroutines as well.
5334
5335 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5336 (set-advertised-calling-convention): New function.
5337 (make-obsolete, define-obsolete-function-alias)
5338 (make-obsolete-variable, define-obsolete-variable-alias):
5339 Make the optional-ness of `when' obsolete.
5340 (define-obsolete-face-alias): Make `when' non-optional.
5341 * help-fns.el (help-function-arglist):
5342 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5343 Use advertised-signature-table.
5344
5345 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5346
5347 * files.el (delete-directory): New defun. The original function
5348 in fileio.c has been renamed to `delete-directory-internal'.
5349
5350 * dired.el (dired-delete-file): Call `delete-directory' with
5351 RECURSIVE parameter.
5352
5353 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5354 parameter RECURSIVE. Implementation is missing.
5355
5356 * net/tramp.el (tramp-handle-make-directory): Flush upper
5357 directory's file properties.
5358 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5359 (tramp-handle-dired-recursive-delete-directory): Flush directory
5360 properties after the remove command only.
5361
5362 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5363 Handle optional parameter RECURSIVE.
5364
5365 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5366 Handle optional parameter RECURSIVE.
5367
5368 * net/tramp-smb.el (tramp-smb-errors): Add error message for
5369 connection timeout.
5370 (tramp-smb-handle-delete-directory): Handle optional parameter
5371 RECURSIVE.
5372
5373 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5376 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5377 (byte-compile-defmacro): Use backquotes.
5378
5379 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5380
5381 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5382 has no associated file.
5383 (vc-resynch-buffer): Use vc-dir-buffers.
5384
5385 2009-10-01 Glenn Morris <rgm@gnu.org>
5386
5387 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5388 (chart-file-count):
5389 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5390 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5391 * emacs-lisp/eieio-opt.el (eieio-describe-class):
5392 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5393 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5394 (eieio-copy-parents-into-subclass, make-instance, class-children)
5395 (eieio-generic-form):
5396 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5397 * cedet/cedet-idutils.el (cedet-idutils-search)
5398 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5399 (cedet-idutils-version-check):
5400 * cedet/cedet.el (cedet-version):
5401 * cedet/data-debug.el (data-debug-insert-overlay-button)
5402 (data-debug-insert-overlay-list-button)
5403 (data-debug-insert-buffer-button)
5404 (data-debug-insert-buffer-list-button)
5405 (data-debug-insert-process-button, data-debug-insert-ring-button)
5406 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5407 (data-debug-insert-stuff-vector-button)
5408 (data-debug-insert-symbol-button, data-debug-insert-string)
5409 (data-debug-insert-number, data-debug-insert-lambda-expression)
5410 (data-debug-insert-nil, data-debug-insert-simple-thing)
5411 (data-debug-insert-custom, data-debug-edebug-expr):
5412 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5413 (global-ede-mode-map, ede-new, ede-debug-target)
5414 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5415 * cedet/semantic.el (semantic-minimum-working-buffer-size)
5416 (semantic-fetch-tags, semantic-submode-list)
5417 (semantic-default-submodes):
5418 * cedet/ede/source.el (ede-source-match):
5419 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5420 (project-am-package-info):
5421 * cedet/ede/proj.el (ede-proj-target, project-new-target):
5422 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5423 * cedet/ede/proj-comp.el (ede-current-build-list):
5424 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5425 * cedet/ede/files.el (ede-toplevel-project-or-nil):
5426 * cedet/ede/cpp-root.el (initialize-instance):
5427 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5428 (autoconf-parameter-strip, autoconf-insert-new-macro):
5429 * cedet/semantic/wisent.el (wisent-lex-eoi):
5430 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5431 (semantic-show-parser-state-mode):
5432 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5433 * cedet/semantic/tag.el (semantic-tag-new-variable)
5434 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5435 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5436 (semantic--tag-deep-copy-tag-list)
5437 (semantic-tag-components-with-overlays-default):
5438 * cedet/semantic/symref.el (semantic-symref-find-text):
5439 * cedet/semantic/senator.el (senator-yank-tag)
5440 (senator-transpose-tags-up):
5441 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5442 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5443 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5444 * cedet/semantic/lex.el (semantic-lex-comment-regex)
5445 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5446 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5447 * cedet/semantic/lex-spp.el
5448 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5449 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5450 * cedet/semantic/idle.el
5451 (semantic-idle-summary-current-symbol-info-brutish)
5452 (semantic-idle-summary-current-symbol-info-default):
5453 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5454 (semantic--grammar-macro-compl-dict):
5455 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5456 * cedet/semantic/format.el (semantic-format-tag-custom-list)
5457 (semantic-format-tag-canonical-name-default):
5458 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5459 (semantic-find-tags-for-completion)
5460 (semantic-find-tags-by-scope-protection-default)
5461 (semantic-deep-find-tags-for-completion):
5462 * cedet/semantic/edit.el
5463 (semantic-edits-incremental-reparse-failed-hook)
5464 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5465 (semantic-edits-splice-remove, semantic-edits-splice-replace):
5466 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5467 * cedet/semantic/dep.el (semantic-dependency-include-path):
5468 * cedet/semantic/db.el (semanticdb-default-find-index-class)
5469 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5470 (semanticdb-project-roots):
5471 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5472 (semanticdb-find-adebug-insert-scanned-tag-cons)
5473 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5474 (semanticdb-brute-deep-find-tags-for-completion):
5475 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5476 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5477 (semantic-end-of-context-default)
5478 (semantic-ctxt-current-function-default)
5479 (semantic-ctxt-scoped-types-default):
5480 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5481 (semantic-complete-inline-tag-engine)
5482 (semantic-complete-inline-custom-type)
5483 (semantic-complete-read-tag-analyzer):
5484 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5485 (semantic-chart-database-size):
5486 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5487 (semantic-analyze-current-context):
5488 * cedet/semantic/symref/list.el (semantic-symref)
5489 (semantic-symref-hide-buffer, semantic-symref-symbol):
5490 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5491 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5492 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5493 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5494 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5495 (semantic-c-dereference-template):
5496 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5497 (semantic--analyze-refs-full-lookup-with-parents)
5498 (semantic--analyze-refs-full-lookup-simple):
5499 * cedet/semantic/analyze/complete.el
5500 (semantic-analyze-possible-completions):
5501 * cedet/srecode/table.el (srecode-mode-table-new):
5502 * cedet/srecode/srt.el (srecode-read-variable-name):
5503 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5504 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5505 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5506 * cedet/srecode/map.el (srecode-current-map):
5507 * cedet/srecode/insert.el (srecode-insert)
5508 (srecode-insert-variable-secondname-handler, srecode-insert-method)
5509 (srecode-template-inserter-point-override)
5510 (srecode-insert-include-lookup):
5511 * cedet/srecode/getset.el (srecode-auto-choose-class):
5512 * cedet/srecode/extract.el (srecode-inserter-extract):
5513 * cedet/srecode/document.el
5514 (srecode-document-autocomment-return-last-alist)
5515 (srecode-document-autocomment-param-type-alist)
5516 (srecode-document-insert-function-comment)
5517 (srecode-document-insert-variable-one-line-comment)
5518 (srecode-document-function-name-comment):
5519 * cedet/srecode/dictionary.el (srecode-create-dictionary)
5520 (srecode-compound-toString):
5521 * cedet/srecode/compile.el (srecode-flush-active-templates):
5522 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5523 Doc/message fixes.
5524
5525 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5526 match-data. (Bug#4555).
5527
5528 * cedet/semantic/bovine/gcc.el
5529 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5530 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5531
5532 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5533 rather than parsing it as a regexp. This relaxes the layout
5534 requirements and makes errors easier to detect.
5535 (check-declare-verify): Check file is regular.
5536 (check-declare-directory): Doc fix.
5537 * subr.el (declare-function): Doc fix.
5538
5539 * ibuffer.el (ibuffer-format-qualifier):
5540 * isearch.el (hi-lock-regexp-okay):
5541 * calc/calc.el (math-zerop):
5542 * mail/uce.el (rmail-msgbeg, rmail-msgend):
5543 * term/w32-win.el (setup-default-fontset, set-fontset-font):
5544 Remove unused declarations.
5545
5546 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5547
5548 * cedet/semantic/wisent/javat-wy.el
5549 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5550
5551 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
5552
5553 * cedet/srecode/expandproto.el: Fix provide statement.
5554
5555 2009-09-30 Eric Ludlam <zappo@gnu.org>
5556
5557 * emacs-lisp/eieio.el (boolean-p): Delete.
5558
5559 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
5560
5561 * cedet/ede/srecode.el: Fix provide statement.
5562
5563 2009-09-30 Glenn Morris <rgm@gnu.org>
5564
5565 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5566 * cedet/ede/proj-aux.el (ede-aux-source):
5567 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5568 (ede-misc-source):
5569 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5570 (semantic-mrub-switch-tags): Fix doc typos.
5571
5572 * cedet/semantic/db-global.el (data-debug-new-buffer)
5573 (data-debug-insert-thing): Remove unneeded declarations (one broken).
5574 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5575
5576 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5577
5578 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5579 use of CL function `remove-if-not'.
5580
5581 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5582
5583 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5584 filename is not a string.
5585
5586 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
5587
5588 * files.el (safe-local-eval-forms): Fix typo.
5589
5590 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * vc-hooks.el (vc-dir-buffers): New var.
5593 (vc-state-refresh): New function.
5594 (vc-state): Use it.
5595 (vc-after-save): Always ask the backend to recompute the new state.
5596 Always call vc-dir if necessary, using vc-dir-buffers.
5597 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5598 Use vc-dir-buffers.
5599 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5600 (vc-dir-prepare-status-buffer, vc-dir-update)
5601 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5602 Don't call expand-file-name on default-directory.
5603
5604 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5605
5606 * speedbar.el (speedbar-item-delete):
5607 * calc/calc-prog.el (calc-kbd-if):
5608 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5609
5610 * epa.el (epa-key-list-mode-map):
5611 * hi-lock.el (hi-lock-menu): Fix typos in menus.
5612
5613 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5614 (hs-show-hook): Fix typo in docstring.
5615
5616 2009-09-29 Glenn Morris <rgm@gnu.org>
5617
5618 * cedet/semantic/symref/idutils.el:
5619 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5620
5621 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5622
5623 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5624 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5625 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5626 Mark declarations not understood by check-declare.
5627
5628 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5629 file-name-nondirectory call preventing location of cedet files.
5630 (check-declare-verify): Use literal search rather than re-search.
5631 Add basic defmethod and defclass, and define-overloadable-function.
5632
5633 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5634 Use tramp-compat-file-attributes rather than nonexistent
5635 tramp-compat-handle-file-attributes.
5636
5637 * Makefile.in (lisptagsfiles4): New.
5638 (AUTOGENEL): Add cedet loaddefs files.
5639 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5640 (update-elclist, compile-always, backup-compiled-files)
5641 (bootstrap-clean): Add yet another directory level.
5642 (update-elclist): Use LC_COLLATE rather than COLLATE.
5643 (ELCFILES): Update, via `make update-elclist'.
5644
5645 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5648 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5649 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5650
5651 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
5652
5653 * Makefile.in (lisptagsfiles3): Define.
5654 (TAGS, TAGS-LISP): Use it.
5655 (update-elclist): Add third directory level to look for elc files.
5656 (compile-always): Likewise.
5657 (backup-compiled-files): Likewise.
5658 (bootstrap-clean): Likewise.
5659 (ELCFILES): Update.
5660
5661 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * Makefile.in (ELCFILES): Add CEDET files.
5664
5665 2009-09-28 Eric Ludlam <zappo@gnu.org>
5666
5667 CEDET (development tools) package merged.
5668
5669 * cedet/*.el:
5670 * cedet/ede/*.el:
5671 * cedet/semantic/*.el:
5672 * cedet/srecode/*.el: New files.
5673
5674 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5675
5676 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5677
5678 * net/tramp.el (top): Require tramp-imap.
5679
5680 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5681 Use `tramp-compat-handle-file-attributes'.
5682
5683 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5684
5685 * net/tramp-imap.el: New package.
5686
5687 2009-09-28 Eric Ludlam <zappo@gnu.org>
5688
5689 * emacs-lisp/chart.el:
5690 * emacs-lisp/eieio-base.el:
5691 * emacs-lisp/eieio-comp.el:
5692 * emacs-lisp/eieio-custom.el:
5693 * emacs-lisp/eieio-datadebug.el:
5694 * emacs-lisp/eieio-opt.el:
5695 * emacs-lisp/eieio-speedbar.el:
5696 * emacs-lisp/eieio.el: New files.
5697
5698 * cedet/cedet-cscope.el:
5699 * cedet/cedet-files.el:
5700 * cedet/cedet-global.el:
5701 * cedet/cedet-idutils.el:
5702 * cedet/data-debug.el:
5703 * cedet/inversion.el:
5704 * cedet/mode-local.el:
5705 * cedet/pulse.el: New files.
5706
5707 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5708
5709 * whitespace.el (whitespace-trailing-regexp)
5710 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5711 Fix doc string.
5712
5713 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
5714
5715 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
5716 menu.
5717
5718 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
5719 menu-bar-ediff-menu.
5720
5721 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
5722 define-overloadable-function.
5723
5724 * progmodes/autoconf.el: Provide autoconf as well, so that this
5725 file can be `require'd.
5726
5727 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
5728
5729 * emacs-lisp/autoload.el (generated-autoload-feature)
5730 (generated-autoload-load-name): New vars.
5731 (autoload-rubric, autoload-generate-file-autoloads): Use them.
5732 (make-autoload): Recognize define-overloadable-function and
5733 defclass forms (for EIEIO).
5734
5735 * Makefile.in (update-subdirs): Exclude cedet directory.
5736
5737 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5738
5739 * term/ns-win.el: Don't set the region face background. (Bug#4381)
5740
5741 * faces.el: Default light-background background for region face to
5742 ns_selection_color under NS.
5743
5744 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5745
5746 * net/imap-hash.el: New library, see NEWS.
5747
5748 * Makefile.in (ELCFILES): Add imap-hash.el.
5749
5750 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
5753 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
5754 * help-macro.el (make-help-screen): Avoid using an ambiguous function
5755 definition where the docstring could be taken for the return value.
5756
5757 2009-09-26 Glenn Morris <rgm@gnu.org>
5758
5759 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
5760 Add option to only show images below a certain size.
5761 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
5762 save-excursion calls.
5763
5764 2009-09-26 Eli Zaretskii <eliz@gnu.org>
5765
5766 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
5767 subdirectories) and eieio.
5768
5769 2009-09-26 Alan Mackenzie <acm@muc.de>
5770
5771 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
5772 buggy bracketing. (Bug#4289)
5773
5774 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
5775 character constants (as case labels). (Bug#4289)
5776
5777 2009-09-25 Juri Linkov <juri@jurta.org>
5778
5779 * files.el (safe-local-eval-forms): Allow time-stamp in
5780 before-save-hook (Bug#4554).
5781
5782 2009-09-25 Drew Adams <drew.adams@oracle.com>
5783
5784 * menu-bar.el (list-buffers-directory): Doc fix.
5785
5786 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
5789 Try and avoid copying twice the same paragraph.
5790 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
5791 Remove save-excursion.
5792 (log-edit-changelog-entry): Do it here instead.
5793
5794 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
5795
5796 * bs.el (bs--get-file-name): Use `list-buffers-directory'
5797 when available, instead of hardcoding mode names. Doc fix.
5798
5799 * menu-bar.el (list-buffers-directory): Add docstring.
5800 Make automatically buffer-local.
5801
5802 * dired.el (dired-mode):
5803 * files.el (cd-absolute):
5804 * pcvs.el (cvs-temp-buffer):
5805 * pcvs-util.el (cvs-get-buffer-create):
5806 * shell.el (shell-mode):
5807 * vc-dir.el (vc-dir-mode):
5808 Don't make `list-buffers-directory' buffer local.
5809
5810 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
5811
5812 * comint.el (comint-exec, comint-run, make-comint):
5813 Doc fixes (Bug#4542).
5814
5815 2009-09-25 Glenn Morris <rgm@gnu.org>
5816
5817 * mail/rmailmm.el (rmail-mime): New custom group.
5818 Move all defcustoms in this file into this group.
5819 (rmail-mime-media-type-handlers-alist): Revert previous change.
5820 (rmail-mime-show-images): New option.
5821 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
5822 references to it, since it wasn't actually used for anything.
5823 (rmail-mime-insert-image): New function.
5824 (rmail-mime-image): Use rmail-mime-insert-image.
5825 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
5826 obey the value of `rmail-mime-show-images' option. Print the size of
5827 attachments.
5828
5829 2009-09-25 David Engster <deng@randomsample.de>
5830
5831 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
5832
5833 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5834
5835 * whitespace.el: Does not highlight trailing spaces While point is
5836 at end of line. Does not highligt spaces at beginning of buffer
5837 while point is at beginning of buffer. Does not highlight spaces
5838 at end of buffer while point is at end of buffer. (Bug#4177)
5839 New version 12.0.
5840 (whitespace-display-mappings): Adjust initialization.
5841 (whitespace-point, whitespace-font-lock-refontify): New vars.
5842 (whitespace-color-on, whitespace-color-off): Adjust code.
5843 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5844 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
5845 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
5846
5847 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
5848
5849 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
5850
5851 * textmodes/sgml-mode.el: Remove xml-mode alias.
5852
5853 * files.el (auto-mode-alist, conf-mode-maybe)
5854 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
5855
5856 2009-09-24 Alan Mackenzie <acm@muc.de>
5857
5858 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
5859 c-forward-conditionals, but it doesn't move point and doesn't set
5860 the mark.
5861 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
5862 (c-down-conditional-with-else, c-backward-conditional)
5863 (c-forward-conditional): Refactor to use c-scan-conditionals.
5864
5865 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5866
5867 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
5868 (help-default-arg-highlight): Remove.
5869 (help-highlight-arg): New function.
5870 (help-do-arg-highlight): Use it.
5871 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
5872
5873 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * term.el (term-set-scroll-region, term-handle-ansi-escape):
5876 Undo last change, which didn't fix the problem and introduced others.
5877
5878 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
5879
5880 * progmodes/gdb-mi.el: Don't require speedbar.
5881 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
5882
5883 2009-09-24 Glenn Morris <rgm@gnu.org>
5884
5885 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
5886
5887 * term/ns-win.el (ns-reg-to-script): Define for compiler.
5888
5889 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
5890 there is no newline after the final mime boundary. (Bug#4539)
5891 Move markers on insertion so that any buttons inserted don't end up in
5892 the next part of a multipart message.
5893 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
5894 (rmail-mime-bulk-handler): Optionally handle images.
5895 (rmail-mime-image): New button action.
5896 (rmail-mime-image-handler): New function.
5897 (rmail-mime-mode): New mode.
5898 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
5899
5900 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
5903 than just dropping elements from it (bug#4504).
5904
5905 * term.el (term-set-scroll-region): Don't move cursor any more.
5906 (term-handle-ansi-escape): Call term-goto here instead.
5907 Suggested by Ivan Kanis <apple@kanis.eu>.
5908
5909 * term.el: Require CL.
5910 (term-ansi-reset): New function.
5911 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
5912 (term-handle-colors-array): Simplify.
5913
5914 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5915
5916 * allout.el (allout-overlay-interior-modification-handler)
5917 (allout-obtain-passphrase):
5918 * epa-file.el (epa-file-write-region):
5919 * ps-print.el (ps-begin-job):
5920 * vc-hooks.el (vc-toggle-read-only):
5921 * vc-rcs.el (vc-rcs-rollback):
5922 * vc-sccs.el (vc-sccs-rollback):
5923 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
5924 (vc-version-diff, vc-revert, vc-rollback):
5925 * wdired.el (wdired-check-kill-buffer):
5926 * emacs-lisp/authors.el (authors):
5927 * net/socks.el (socks-open-connection):
5928 * net/zeroconf.el (zeroconf-service-add-hook):
5929 * obsolete/vc-mcvs.el (vc-mcvs-register):
5930 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
5931 (gdb-select-frame):
5932 * progmodes/grep.el (lgrep, rgrep):
5933 * progmodes/idlw-help.el (idlwave-help-check-locations)
5934 (idlwave-help-html-link, idlwave-help-assistant-open-link):
5935 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5936 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
5937 (reftex-toc-rename-label): Fix typos in error messages.
5938
5939 * dired-aux.el (dired-do-shell-command): Reflow docstring.
5940 (dired-copy-how-to-fn): Doc fix.
5941 (dired-files-attributes, dired-read-shell-command):
5942 Fix typos in docstrings.
5943
5944 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
5945 (dired-x-find-file-other-window): Reflow docstrings.
5946 (dired-omit-marker-char, dired-read-shell-command)
5947 (dired-x-submit-report): Fix typos in docstrings.
5948
5949 * shell.el (shell-mode-hook):
5950 * view.el (View-scroll-line-forward):
5951 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
5952 Fix typos in docstrings.
5953
5954 * net/dig.el (dig-invoke): Fix typo in docstring.
5955 (query-dig): Reflow docstring.
5956
5957 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
5958 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
5959 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
5960 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
5961 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
5962 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
5963 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
5964 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
5965 (idlwave-completion-map, idlwave-current-indent)
5966 (idlwave-custom-ampersand-surround, idlwave-customize)
5967 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
5968 (idlwave-define-abbrev, idlwave-determine-class-special)
5969 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
5970 (idlwave-end-block-reg, idlwave-end-of-statement)
5971 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
5972 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
5973 (idlwave-explicit-class-listed, idlwave-file-header)
5974 (idlwave-fill-paragraph, idlwave-find-class-definition)
5975 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
5976 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
5977 (idlwave-in-quote, idlwave-indent-action-table)
5978 (idlwave-indent-expand-table, idlwave-indent-line)
5979 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
5980 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
5981 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
5982 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
5983 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
5984 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
5985 (idlwave-outlawed-buffers, idlwave-popup-select)
5986 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
5987 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
5988 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
5989 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
5990 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
5991 (idlwave-statement-type, idlwave-struct-skip)
5992 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5993 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5994 (idlwave-what-module-find-class): Fix typos in docstrings.
5995 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5996 (idlwave-calculate-cont-indent, idlwave-expand-equal)
5997 (idlwave-find-module, idlwave-find-structure-definition)
5998 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5999 (idlwave-list-load-path-shadows, idlwave-next-statement)
6000 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6001 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6002 (idlwave-template): Reflow docstrings.
6003
6004 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6005 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6006 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6007 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6008 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6009 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6010 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6011 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6012 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6013 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6014 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6015 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6016 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6017 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6018 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6019 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6020 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6021 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6022 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6023 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6024 Fix typos in docstrings.
6025 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6026 (idlwave-shell-hide-output, idlwave-shell-mode)
6027 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6028 Reflow docstrings.
6029
6030 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6031
6032 2009-09-24 Ivan Kanis <apple@kanis.eu>
6033
6034 * term.el (term-bold-attribute): New var.
6035 (term-handle-colors-array): Use it.
6036
6037 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6038
6039 * progmodes/gdb-mi.el (gdb-version): New variable.
6040 (gdb-non-stop-handler): Set gdb-version.
6041 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6042 Condition "--thread" option on gdb-version.
6043 (gdb-invalidate-threads): Remove unused argument.
6044
6045 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6048 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6049
6050 2009-09-23 Glenn Morris <rgm@gnu.org>
6051
6052 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6053 replying to mail without References or Message-Id. (Bug#4525)
6054
6055 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6056
6057 * term/ns-win.el (ns-reg-to-script): New variable.
6058
6059 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6060
6061 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6062
6063 2009-09-22 Sam Steingold <sds@gnu.org>
6064
6065 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6066 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6067 to 1 because hg returns status 1 when nothing is found.
6068 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6069
6070 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * textmodes/fill.el: Convert to utf-8 encoding.
6073 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6074 pre-unicode days.
6075
6076 * add-log.el (change-log-fill-forward-paragraph): New function.
6077 (change-log-mode): Use it so fill-region DTRT.
6078 Set fill-indent-according-to-mode here rather than in
6079 change-log-fill-paragraph.
6080 (change-log-fill-paragraph): Remove.
6081
6082 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6083
6084 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6085 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6086
6087 2009-09-22 Glenn Morris <rgm@gnu.org>
6088
6089 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6090 the scroll-bar scroll the calendar window rather than the buffer.
6091
6092 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6093 commands that move point (as opposed to scrolling).
6094
6095 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6096
6097 * emacs-lisp/elint.el (elint): New custom group.
6098 (elint-log-buffer): Make it a defcustom.
6099 (elint-scan-preloaded, elint-ignored-warnings)
6100 (elint-directory-skip-re): New options.
6101 (elint-builtin-variables): Doc fix.
6102 (elint-preloaded-env): New variable.
6103 (elint-unknown-builtin-args): Add an entry for encode-time.
6104 (elint-extra-errors): Make it a variable rather than a constant.
6105 (elint-preloaded-skip-re): New constant.
6106 (elint-directory): Skip files matching elint-directory-skip-re.
6107 (elint-features): New variable, local to linted buffers.
6108 (elint-update-env): Initialize elint-features. Possibly add
6109 elint-preloaded-env to the buffer's environment.
6110 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6111 Skip quoted forms.
6112 (elint-init-form): New function, extracted from elint-init-env.
6113 Make non-list forms a warning rather than an error.
6114 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6115 easy-menu-define, put that adds an error-condition, and provide.
6116 When requiring cl, also require cl-macs. Really require cl, to handle
6117 some cl macros. Store required libraries in the list elint-features,
6118 so as not to re-load them. Treat cc-require like require.
6119 (elint-init-env): Call elint-init-form to do the work.
6120 Handle eval-and-compile and such like.
6121 (elint-add-required-env): Do not clear messages.
6122 (elint-special-forms): Add handlers for function, defalias, if, when,
6123 unless, and, or.
6124 (elint-form): Add optional argument to ignore elint-special-forms,
6125 useful to prevent recursive calls from handlers. Doc fix.
6126 Respect elint-ignored-warnings.
6127 (elint-form): Respect elint-ignored-warnings.
6128 (elint-bound-variable, elint-bound-function): New variables.
6129 (elint-unbound-variable): Respect elint-bound-variable.
6130 (elint-get-args): Respect elint-bound-function.
6131 (elint-check-cond-form): Add some simple handling for (f)boundp and
6132 featurep tests.
6133 (elint-check-defalias-form): New handler.
6134 (elint-check-let-form): Make an empty let a warning rather than an
6135 error.
6136 (elint-check-setq-form): Make an empty setq a warning rather than an
6137 error. Respect elint-ignored-warnings.
6138 (elint-check-defvar-form): Accept null doc-strings.
6139 (elint-check-conditional-form): New handler. Does some simple-minded
6140 checking of featurep and (f)boundp tests.
6141 (elint-put-function-args): New function.
6142 (elint-initialize): Use elint-scan-doc-file rather than
6143 elint-find-builtin-variables. Use elint-put-function-args.
6144 Possibly scan preloaded-file-list.
6145 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6146 extend to handle functions as well.
6147
6148 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6149
6150 * linum.el (linum-delete-overlays, linum-update-window):
6151 Do not modify the right margin. (Bug#3971)
6152
6153 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6156 nxml-mode instead of xml-mode.
6157
6158 2009-09-21 Kevin Ryde <user42@zip.com.au>
6159
6160 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6161
6162 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * net/dig.el (dig-mode): Use define-derived-mode.
6165
6166 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6167
6168 * vc-dispatcher.el (vc-do-command): Return the process object in
6169 the asynchronous case. Use when instead of if. Do not run
6170 vc-exec-after to display a message if not enabled. (Bug#4463)
6171
6172 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6173 properties to the stash strings.
6174 (vc-git-stash-list): Return a list of strings.
6175 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6176 (vc-git-stash-show-at-point): New functions.
6177 (vc-git-stash-map): New keymap.
6178
6179 * register.el (ctl-x-r-map): Define the keys here instead of
6180 using autoload.
6181
6182 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6183
6184 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6185 list, to workaround performance problem (bug#4485).
6186
6187 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
6188
6189 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6190
6191 2009-09-20 Daiki Ueno <ueno@unixuser.org>
6192
6193 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6194 Document that this option is not recommended to use.
6195
6196 2009-09-19 Glenn Morris <rgm@gnu.org>
6197
6198 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6199 variable `var'.
6200
6201 * calc/calc-alg.el (var):
6202 * calc/calcalg2.el (var): Define for compiler.
6203
6204 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
6205
6206 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6207 Doc fix (Bug#3932).
6208
6209 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6210
6211 * time-stamp.el (time-stamp-month-dd-yyyy)
6212 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6213 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6214 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6215 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6216 Remove functions that have been obsolete since 1995 (Bug#4436).
6217
6218 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6219 indent buffer only if called interactively (Bug#4452).
6220
6221 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
6222 Eli Zaretskii <eliz@gnu.org>
6223
6224 This fixes bug#4197 (merged to bug#865, though not identical).
6225 * server.el (server-auth-dir): Add docstring note about FAT32.
6226 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6227 but warn against using them.
6228
6229 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
6230
6231 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6232 older GDB where there is no has_more field.
6233
6234 2009-09-19 Glenn Morris <rgm@gnu.org>
6235
6236 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6237
6238 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * files.el (auto-mode-alist): Change default for XML files to nXML
6241 mode (Bug#4169).
6242
6243 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
6244
6245 * server.el (server-ensure-safe-dir): Pass 'integer
6246 to `file-attributes', as suggested.
6247
6248 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6251 (dired-query): Use read-key.
6252
6253 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6254
6255 * cus-start.el (ns-use-qd-smoothing): Remove.
6256
6257 2009-09-18 Glenn Morris <rgm@gnu.org>
6258
6259 * allout.el (top-level): Remove unnecessary progn.
6260
6261 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6262
6263 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6264 definition of abbrev table.
6265
6266 * speedbar.el (speedbar-track-mouse):
6267 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6268 * net/eudc.el (eudc-expand-inline):
6269 * net/newst-backend.el (newsticker--cache-read-feed):
6270 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6271 condition-case handlers.
6272
6273 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
6274
6275 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6276 (gdb-var-list): Add an element for has_more field.
6277 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6278 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6279 (gdb-var-update-handler-1): Parse output of dynamic variable
6280 objects (STL containers).
6281 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6282 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6283
6284 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6285 gdb-var-list.
6286 (gud-speedbar-buttons): Make node expandable if expression "has more"
6287 children.
6288
6289 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * startup.el (emacs-quick-startup): Remove variable and all uses.
6292 (command-line): Set `inhibit-x-resources' instead.
6293 (command-line-1): Use `inhibit-x-resources' instead.
6294
6295 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
6296
6297 * subr.el: Fix last change to avoid using the `unless' macro,
6298 which breaks bootstrapping.
6299
6300 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6303 extended definitions, in case we reload subr.el after having
6304 loaded CL.
6305 (eval-next-after-load): Mark as obsolete.
6306
6307 2009-09-17 Juri Linkov <juri@jurta.org>
6308
6309 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6310 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6311 (menu-bar-showhide-menu, menu-bar-tools-menu)
6312 (menu-bar-describe-menu, menu-bar-help-menu)
6313 (minibuffer-local-completion-map, minibuffer-local-map):
6314 Fix list quoting.
6315
6316 2009-09-17 Glenn Morris <rgm@gnu.org>
6317
6318 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6319 arguments, whether or not it has a handler.
6320
6321 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6322
6323 * simple.el (hard-newline): Give it a doc-string.
6324
6325 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6326 (lisp-mode-syntax-table): Give them doc-strings.
6327
6328 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6329
6330 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6331 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6332 (menu-bar-options-menu, menu-bar-showhide-menu)
6333 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6334 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6335 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6336 (menu-bar-options-menu, menu-bar-tools-menu)
6337 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6338 (menu-bar-help-menu):
6339 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6340 string arguments.
6341
6342 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6343 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6344 calls for the menu names and :help.
6345
6346 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * mouse.el (minor-mode-menu-from-indicator): Pay attention
6349 to :minor-mode-function (bug#4455).
6350
6351 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * startup.el (command-line): Initialize the window-system after
6354 processing the command-line.
6355
6356 * textmodes/page.el (what-page): Make sure we don't inf-loop if
6357 page-delimiter matches the empty string.
6358
6359 2009-09-16 Glenn Morris <rgm@gnu.org>
6360
6361 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6362 byte-compile-not-obsolete-var. It's a list now.
6363 (byte-compile-not-obsolete-funcs): New variable.
6364 (byte-compile-warn-obsolete): Don't warn about functions if they are in
6365 byte-compile-not-obsolete-funcs.
6366 (byte-compile-variable-ref, byte-compile-defvar): Update for
6367 byte-compile-not-obsolete-vars name-change and list nature.
6368 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6369 and variables behind (f)boundp tests.
6370 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6371
6372 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6373
6374 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6375
6376 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6379 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6380 Don't autoload.
6381
6382 2009-09-15 Stephen Eglen <stephen@gnu.org>
6383
6384 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6385 the virtual-buffers, use the name of the buffer specified by
6386 find-file-noselect, as the match may be a symlink. (This was a
6387 problem if the target and the symlink had different names.)
6388
6389 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6392
6393 * desktop.el (desktop-path): Check user-emacs-directory.
6394
6395 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6396
6397 * loadup.el: Use after-load-functions to GC after loading each file.
6398 Remove the explicit GC calls that used to be sprinkled around.
6399
6400 * subr.el (after-load-functions): New hook.
6401 (do-after-load-evaluation): Run it. Use string-match-p to detect
6402 `obsolete' packages, rather than painfully extracting the relevant
6403 directory name.
6404
6405 2009-09-15 Glenn Morris <rgm@gnu.org>
6406
6407 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6408 free variable `doc'.
6409
6410 * dired.el (dired-mode-map): Add menu entry for async shell command.
6411
6412 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6413 variables, also consider the .elc files, since the .el files are
6414 normally gzipped (subsequent code locates the .el.gz from the .elc).
6415
6416 * calc/calc-prog.el (arglist): Define for compiler.
6417
6418 * calendar/diary-lib.el (diary-display-function): Change the default to
6419 fancy display.
6420 (body): Define for compiler.
6421
6422 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6423 (byte-compile-file-form, byte-compile-lambda)
6424 (byte-compile-top-level-body, byte-compile-form)
6425 (byte-compile-variable-ref, byte-compile-setq)
6426 (byte-compile-setq-default, byte-compile-body)
6427 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6428 (batch-byte-compile): Give some more local variables with common names
6429 a "bytecomp-" prefix to avoid masking warnings about free variables.
6430
6431 * startup.el (command-line-1): Give local variables with common names a
6432 distinguishing prefix, so as not to hide free variable warnings during
6433 bootstrap.
6434
6435 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6436 clever and add a suffix to make a unique name, just let the user decide
6437 whether or not to overwrite it. If the input is a directory, write the
6438 default filename to that directory. (Bug#4388)
6439 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6440 is a filename-as-a-directory.
6441
6442 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * textmodes/page.el (what-page): Don't move to beginning of line.
6445 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6446
6447 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6448
6449 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6450
6451 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6452
6453 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6454 * help.el (help-for-help-internal): Add purecopy calls for text.
6455
6456 * vc.el (top): print-log method now takes an optional SHORTLOG
6457 argument. Add a new method: root.
6458 (vc-root-diff, vc-print-root-log): New functions.
6459 (vc-log-short-style): New variable.
6460 (vc-print-log-internal): Add support for showing short logs.
6461
6462 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6463 vc-print-root-log and vc-print-root-diff.
6464
6465 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6466 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6467 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6468 short logs.
6469
6470 * vc-cvs.el (vc-cvs-print-log):
6471 * vc-mtn.el (vc-mtn-print-log):
6472 * vc-rcs.el (vc-rcs-print-log):
6473 * vc-sccs.el (vc-sccs-print-log):
6474 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6475 that is ignored for now.
6476
6477 * vc-mtn.el (vc-mtn-annotate-command):
6478 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6479
6480 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6483 to function-key-map, and give them ascii-character property.
6484 * term/x-win.el (x-alternatives-map):
6485 * term/ns-win.el (ns-alternatives-map):
6486 * term/internal.el (msdos-key-remapping-map):
6487 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6488
6489 2009-09-14 Glenn Morris <rgm@gnu.org>
6490
6491 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6492 temp-buffers (2009-09-12).
6493
6494 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6497 the new read-key function.
6498
6499 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6502 is defined (Bug#4405).
6503
6504 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
6505
6506 * recentf.el (recentf-cleanup): Use a hash table to find
6507 duplicates (Bug#4407).
6508
6509 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
6510
6511 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6512 kp-0 to ascii equivalents (Bug#4325).
6513
6514 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6515
6516 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6517
6518 * eshell/em-hist.el:
6519 * eshell/em-dirs.el (eshell-complete-user-reference):
6520 Declare pcomplete functions and variables to avoid compiler warnings.
6521
6522 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
6523
6524 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6525 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6526 * eshell/em-alias.el (eshell-aliases-file):
6527 * eshell/em-hist.el (eshell-history-file-name):
6528 Use expand-file-name instead of concat to make file names (Bug#4308).
6529
6530 2009-09-13 Glenn Morris <rgm@gnu.org>
6531
6532 * ediff-merg.el (ediff-do-merge):
6533 * filesets.el (filesets-run-cmd):
6534 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6535 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6536 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6537 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6538 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6539 Replace empty `let's with `progn'.
6540
6541 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * mail/sendmail.el (send-mail-function):
6544 * tooltip.el (tooltip-mode):
6545 * simple.el (transient-mark-mode):
6546 * rfn-eshadow.el (file-name-shadow-mode):
6547 * frame.el (blink-cursor-mode):
6548 * font-core.el (global-font-lock-mode):
6549 * files.el (temporary-file-directory)
6550 (small-temporary-file-directory, auto-save-file-name-transforms):
6551 * epa-hook.el (auto-encryption-mode):
6552 * composite.el (global-auto-composition-mode):
6553 Use custom-initialize-delay.
6554 * startup.el (command-line): Don't explicitly call
6555 custom-reevaluate-setting for all the above vars.
6556 * custom.el (custom-initialize-safe-set)
6557 (custom-initialize-safe-default): Delete.
6558
6559 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * term/x-win.el (x-initialize-window-system):
6562 * term/w32-win.el (w32-initialize-window-system):
6563 * term/ns-win.el (ns-initialize-window-system): Don't call
6564 mouse-wheel-mode since it's enabled globally by default already.
6565
6566 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6567 actually define the variable, but only silences the byte-compiler.
6568 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6569 before looking it up.
6570 (mouse-wheel-scroll-amount): Also reset the bindings if this value
6571 is changed.
6572
6573 2009-09-12 Glenn Morris <rgm@gnu.org>
6574
6575 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6576 1000.
6577 (elint-add-required-env): Don't beep on error.
6578 (elint-forms): In case of error, return ENV unchanged.
6579 (elint-init-env): Skip non-list forms.
6580 (elint-log): Handle unknown file positions.
6581
6582 2009-09-12 Daiki Ueno <ueno@unixuser.org>
6583
6584 * epg.el (epg-make-context): Add autoload cookie.
6585 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6586 (epg-decrypt-string, epg-start-verify, epg-verify-file)
6587 (epg-verify-string, epg-start-sign, epg-sign-file)
6588 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6589 (epg-encrypt-string, epg-start-export-keys)
6590 (epg-export-keys-to-file, epg-export-keys-to-string)
6591 (epg-start-import-keys, epg-import-keys-from-file)
6592 (epg-import-keys-from-string, epg-start-receive-keys)
6593 (epg-receive-keys, epg-import-keys-from-server)
6594 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6595 (epg-sign-keys, epg-start-generate-key)
6596 (epg-generate-key-from-file, epg-generate-key-from-string):
6597 Remove autoload cookie.
6598
6599 2009-09-12 Eli Zaretskii <eliz@gnu.org>
6600
6601 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6602 reevaluation of trash-directory.
6603
6604 * mwheel.el: Fix last change.
6605 (mouse-wheel-mode): New defvar.
6606 (mouse-wheel-mode): Remove autoload cookie.
6607
6608 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * mwheel.el (mwheel-installed-bindings): New var.
6611 (mouse-wheel-mode): Use it, so as to make sure we really remove all
6612 the bindings we set last time. Use custom-initialize-delay.
6613 * loadup.el: Load mwheel after term/*-win.el.
6614 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6615 and mouse-wheel-up-event now that their first evaluation is done
6616 sufficiently late to be correct.
6617
6618 * startup.el (tutorial-directory): Make it a defcustom.
6619 Use custom-initialize-delay rather than eval-at-startup to set it.
6620 * image.el (image-load-path): Make it a defcustom.
6621 Use custom-initialize-delay rather than eval-at-startup to set it.
6622 * subr.el (eval-at-startup): Remove.
6623 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6624
6625 * subr.el (do-after-load-evaluation): Warn the user after loading an
6626 obsolete package.
6627
6628 2009-09-12 Glenn Morris <rgm@gnu.org>
6629
6630 * proced.el (proced-mark-alt): Remove alias.
6631 (proced-mode-map): Remove proced-mark-alt.
6632
6633 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6634 Elint file and directory. Remove initialization entry.
6635
6636 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6637 commands.
6638 (elint-current-buffer): Set mode-line-process.
6639 (elint-init-env): Handle define-derived-mode.
6640 Fix declare-function with unspecified arglist. Guard against odd
6641 defalias statements (eg iso-insert's 8859-1-map).
6642 (elint-add-required-env): Use a temp buffer.
6643 (elint-form): Just print the function/macro name, not the whole form.
6644 Return env unchanged if we fail to parse a macro.
6645 (elint-forms): Guard against parse errors.
6646 (elint-output): New function, to handle batch mode.
6647 (elint-log-message): Add optional argument. Use elint-output.
6648 (elint-set-mode-line): New function.
6649
6650 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
6651
6652 * emacs-lisp/elp.el (elp-not-profilable): Add more
6653 functions (Bug#4233).
6654
6655 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
6656
6657 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6658 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6659
6660 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6661
6662 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6663 (gdb-var-list-children): Use json parsing.
6664
6665 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
6666
6667 * progmodes/js.el (js--proper-indentation): Handle the case where
6668 char-before is null. Reported by Deniz Dogan.
6669
6670 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6671
6672 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6673
6674 2009-09-11 Daiki Ueno <ueno@unixuser.org>
6675
6676 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6677 (epg-digest-algorithm-alist): Add SHA224.
6678 (epg-context-set-passphrase-callback)
6679 (epg-context-set-progress-callback): Add description about
6680 callback function.
6681
6682 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6683
6684 * custom.el (custom-delayed-init-variables): New var.
6685 (custom-initialize-delay): New function.
6686 * startup.el (command-line): "Re"evaluate all vars in
6687 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
6688 explicitly any more.
6689 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
6690 to avoid creating a ~/.emacs.d at build-time (bug#4347).
6691
6692 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
6693
6694 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6695
6696 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
6697 (gdb-var-update-handler): Use json parsing.
6698
6699 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6700
6701 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
6702 decode annotated text, regardless of language environment. (Bug#2741)
6703
6704 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * Makefile.in (autoloads): Make rmail.el writable as well.
6707
6708 2009-09-11 Glenn Morris <rgm@gnu.org>
6709
6710 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
6711 loaddefs.el.
6712 * dired.el: Regenerate with extracted autoloads.
6713 * Makefile.in (autoloads): Make dired.el writable.
6714
6715 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
6716 * ibuffer.el: Regenerate with extracted autoloads.
6717 * Makefile.in (autoloads): Make ibuffer.el writable.
6718
6719 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
6720 * version.el (emacs-copyright, emacs-major-version)
6721 (emacs-minor-version): Reformat doc-strings for make-docfile.
6722
6723 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
6724 functions and variables, since they must be stuff specific to some other
6725 platform.
6726 (apropos-print): Make mouse-click message less specific about button.
6727
6728 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
6729 that records where a macro was defined.
6730 * help-fns.el (describe-function-1): Mention if a function has a
6731 compiler-macro.
6732 * help-mode.el (help-function-cmacro): New button.
6733
6734 * locate.el (top-level): Always require dired.
6735 (locate-mode-map): Initialize inside the defvar.
6736
6737 * net/ange-ftp.el (dired-compress-file): Declare.
6738 (ange-ftp-dired-compress-file): Add doc string.
6739
6740 * term/ns-win.el (x-display-name, x-setup-function-keys):
6741 Unify doc-strings with X versions.
6742
6743 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * emulation/crisp.el (crisp-mode-map): Move initialization
6746 into declaration.
6747 (crisp-mode): Use define-minor-mode.
6748
6749 * progmodes/xscheme.el (xscheme-evaluation-commands):
6750 Put a :advertised-binding property rather than using
6751 advertised-xscheme-send-previous-expression.
6752 (advertised-xscheme-send-previous-expression): Declare obsolete.
6753 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
6754 `advertised-undo'.
6755 (crisp-mode): Add corresponding bindings to
6756 undo's :advertised-binding instead.
6757 * dired.el (dired-mode-map): Put a :advertised-binding property rather
6758 than using dired-advertised-find-file.
6759 (dired-advertised-find-file):
6760 * simple.el (advertised-undo):
6761 * wid-edit.el (advertised-widget-backward): Declare obsolete.
6762 (widget-keymap): Put a :advertised-binding property rather
6763 than using advertised-widget-backward.
6764 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
6765 than using advertised-undo.
6766 * tutorial.el (tutorial--default-keys): Adjust accordingly.
6767
6768 2009-09-10 Simon South <ssouth@slowcomputing.org>
6769
6770 * progmodes/delphi.el (delphi-tab): Indent region when Transient
6771 Mark mode is enabled and region is active; otherwise indent or
6772 insert TAB as usual.
6773 (delphi-mode): Update description of TAB-key binding.
6774
6775 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * subr.el (define-key-rebound-commands): Mark obsolete.
6778 * startup.el (precompute-menubar-bindings): Remove.
6779 (normal-top-level): Remove obsolete code that tried to precompute
6780 menubar bindings.
6781 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
6782 define-key-rebound-commands and precompute-menubar-bindings.
6783
6784 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
6785
6786 * net/imap.el (imap-interactive-login): Better messages.
6787 (imap-open): Fix bug with renamed buffer on reconnect.
6788 (imap-authenticate): Add buffer-local imap-last-authenticator variable
6789 for easier debugging and cleaner code. On successful (guessed based on
6790 server capabilities) secondary authentication, set imap-state
6791 correctly.
6792 (imap-last-authenticator): Define imap-last-authenticator as a variable
6793 to avoid warnings.
6794
6795 2009-09-10 Glenn Morris <rgm@gnu.org>
6796
6797 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
6798
6799 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
6800 (byte-compile-file-form-autoload): Don't warn about unknown functions
6801 where the autoload statement comes after the use.
6802 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
6803 that any handlers inside the body (eg require) are in turn respected.
6804
6805 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
6806 effects.
6807
6808 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
6809 and syntax and abbrev tables basic docs, if they don't have any.
6810
6811 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
6812
6813 * international/mule-cmds.el (top-level): Require cl when compiling.
6814 (view-hello-file): Use default-value rather than
6815 default-enable-multibyte-characters.
6816
6817 * progmodes/fortran.el: Move all safe and risky properties into the
6818 defcustoms.
6819
6820 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
6821 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
6822 * mail/undigest.el:
6823 Put autoloads in rmail.el rather than loaddefs.el.
6824 * mail/rmail.el: Regenerate with extracted autoloads.
6825
6826 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
6827 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
6828
6829 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
6830
6831 Reported in thread for Bug#4375.
6832 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
6833 "-data-evaluate-expression" instead of print.
6834 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
6835 (gdb-tooltip-print): Parse output from above MI command.
6836 (gdb): Revert 2009-08-11 change. User should detach inferior
6837 manually.
6838
6839 Remove the word "separate" from IO functions as inferior
6840 output is now never displayed in the GUD buffer.
6841
6842 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
6843
6844 * startup.el (command-line-normalize-file-name): On Windows and
6845 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
6846
6847 2009-09-10 Juri Linkov <juri@jurta.org>
6848
6849 * isearch.el (isearch-text-char-description): Propertize escape
6850 character sequences with the `escape-glyph' face. (Bug#4344)
6851
6852 * simple.el (shell-command): Set asynchronous process filter to
6853 `comint-output-filter'. (Bug#4343)
6854
6855 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
6856 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
6857 the list. Move "asm" to the bottom.
6858 (grep-find-ignored-directories): Add `choice' with nil value
6859 to empty the list easily.
6860 (grep-find-ignored-files): New option.
6861 (grep-files-history): Set to nil by default instead of '("ch" "el").
6862 (grep-compute-defaults): Add "<X>" to `grep-template'.
6863 (grep-read-files): Bind new local variables `default-alias' and
6864 `default-extension'. Use a list of default values for the file prompt.
6865 (lgrep): Add `--exclude=' command line options composed from
6866 `grep-find-ignored-files'.
6867 (rgrep): Add `-name' command line options composed from
6868 `grep-find-ignored-files'. (Bug#4301)
6869
6870 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
6873 (bug#4368).
6874
6875 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6876
6877 * calendar/time-date.el (autoload):
6878 Expand define-obsolete-function-alias into defalias and make-obsolete
6879 for old Emacsen that Gnus supports.
6880 (with-no-warnings): Define it for old Emacsen.
6881 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6882 is available.
6883 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6884 float-time is available; suppress compile warning for time-to-seconds.
6885
6886 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
6887
6888 * net/imap.el (imap-message-map): Docstring fix.
6889
6890 2009-09-09 Glenn Morris <rgm@gnu.org>
6891
6892 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
6893 line numbers too. (Bug#4374)
6894
6895 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * smerge-mode.el (smerge-remove-props, smerge-refine):
6898 Use with-silent-modifications (bug#4342).
6899
6900 * subr.el (with-silent-modifications): New macro.
6901
6902 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
6903
6904 * files.el (top-level): Require `cl' when compiling.
6905
6906 2009-09-07 Glenn Morris <rgm@gnu.org>
6907
6908 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
6909
6910 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
6911 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
6912
6913 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
6914
6915 * vc-git.el (vc-git-annotate-command): Use separator to parse
6916 arguments correctly.
6917
6918 2009-09-06 Eli Zaretskii <eliz@gnu.org>
6919
6920 * proced.el (proced-mode): Doc fix.
6921
6922 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
6923
6924 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
6925 lstat fails.
6926 (tramp-do-file-attributes-with-ls): Check for file existence at
6927 remote end.
6928 (tramp-do-file-attributes-with-stat): Likewise.
6929 (tramp-convert-file-attributes): Return nil when attr is nil.
6930
6931 2009-09-05 Glenn Morris <rgm@gnu.org>
6932
6933 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
6934 properties to this button.
6935 (diary-fancy-display): Don't extend the button to the final newline.
6936 (diary-fancy-display-mode): Continue to define "q" as a local key.
6937
6938 * calendar/cal-china.el (holiday-chinese): Make it slightly more
6939 efficient.
6940
6941 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
6942
6943 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
6944 (byte-compile-dest-file-function): New option.
6945 (byte-compile-dest-file): Doc fix.
6946 Obey byte-compile-dest-file-function.
6947 (byte-compile-cl-file-p): New function.
6948 (byte-compile-eval): Only suppress noruntime warnings about cl functions
6949 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
6950 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
6951 than for file being previously loaded.
6952 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
6953 (byte-compile-file-form-require): Handle the case where requiring a file
6954 indirectly causes CL to be loaded.
6955
6956 2009-09-05 Karl Fogel <kfogel@red-bean.com>
6957
6958 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
6959 before killing the old buffer, since by the time `kill-buffer' is
6960 run so many buffer variables have been set to nil that it may not
6961 behave as expected. (Bug#4061)
6962
6963 2009-09-05 Karl Fogel <kfogel@red-bean.com>
6964
6965 * files.el (find-alternate-file): If the old buffer is modified
6966 and visiting a file, behave similarly to `kill-buffer' when
6967 killing it, thus reverting to the pre-1.878 behavior; see
6968 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
6969 for discussion. Also, consult `buffer-file-name' as a variable
6970 not as a function, for consistency with the rest of the code.
6971
6972 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
6973
6974 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6975 also when adding a new directory.
6976
6977 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
6978 defun.
6979
6980 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6981
6982 * files.el (locate-file-completion-table): Make it provide boundary
6983 information, so partial-completion works better.
6984
6985 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
6986
6987 * mail/footnote.el (Footnote-text-under-cursor):
6988 Check footnote-text-marker-alist before using it (bug#4324).
6989
6990 2009-09-04 Glenn Morris <rgm@gnu.org>
6991
6992 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6993 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6994 * play/solitaire.el, play/tetris.el:
6995 Remove leading * from defcustom and defface docs.
6996
6997 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6998 necessary.
6999 (diary-fancy-overriding-map): New variable.
7000 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7001 Use view-mode.
7002
7003 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7004 goto-line.
7005
7006 2009-09-03 Glenn Morris <rgm@gnu.org>
7007
7008 * arc-mode.el (archive-mode):
7009 * dos-fns.el (set-default-process-coding-system):
7010 * man.el (Man-getpage-in-background):
7011 * menu-bar.el (menu-bar-describe-menu):
7012 * server.el (server-process-filter):
7013 * startup.el (command-line):
7014 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7015 * w32-fns.el (set-default-process-coding-system):
7016 * x-dnd.el (x-dnd-handle-file-name):
7017 * international/mule-cmds.el (mule-menu-keymap)
7018 (set-default-coding-systems, language-info-alist, set-language-info)
7019 (set-language-environment, standard-display-european-internal)
7020 (set-locale-environment):
7021 * international/mule-diag.el (mule-diag):
7022 * mail/emacsbug.el (report-emacs-bug):
7023 * mail/rmail.el (rmail-mode):
7024 * mail/sendmail.el (mail-setup):
7025 Use default-value rather than default-enable-multibyte-characters.
7026
7027 * progmodes/f90.el: Move all safe properties into the defcustoms.
7028 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7029
7030 * calendar/appt.el (appt-check):
7031 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7032 (diary-check-diary-file, diary-list-entries)
7033 (diary-include-other-diary-files, diary-simple-display)
7034 (diary-fancy-display, diary-print-entries)
7035 (diary-mark-included-diary-files, diary-make-entry):
7036 Don't call substitute-in-file-name on diary-file.
7037
7038 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7039 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7042 (footnote-mode-map): Move initialization into the declaration.
7043 (footnote-minor-mode-map): Define it rather than changing global-map.
7044 (footnote-mode): Use define-minor-mode.
7045
7046 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7047
7048 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7049 (tramp-do-file-attributes-with-perl)
7050 (tramp-do-file-attributes-with-stat): Rename from
7051 `tramp-handle-file-attributes-with-*'.
7052 (tramp-handle-file-attributes): Use them.
7053 (tramp-do-directory-files-and-attributes-with-perl)
7054 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7055 `tramp-handle-directory-files-and-attributes-with-*'.
7056 (tramp-handle-directory-files-and-attributes): Use them.
7057 (tramp-method-out-of-band-p): Additional parameter SIZE.
7058 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7059 (tramp-handle-write-region): Use it.
7060 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7061 (tramp-handle-vc-registered): Check, whether the first run did
7062 return files to be tested.
7063 (tramp-advice-make-auto-save-file-name): Do not call directly
7064 `tramp-handle-make-auto-save-file-name', because this would bypass
7065 the locking mechanism.
7066
7067 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7068 (file-remote-p, process-file, start-file-process, set-file-times)
7069 (tramp-compat-file-attributes): Compatibility functions shall not
7070 call directly `tramp-handle-*', because this would bypass the
7071 locking mechanism.
7072 (tramp-compat-number-sequence): New defun.
7073
7074 2009-09-02 Glenn Morris <rgm@gnu.org>
7075
7076 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7077 alias for float-time.
7078 (time-to-number-of-days): In Emacs, use float-time.
7079 * net/newst-backend.el (time-add): Suppress warnings from compat
7080 function.
7081 * time.el (emacs-uptime, emacs-init-time):
7082 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7083 Use float-time rather than time-to-seconds.
7084
7085 * minibuffer.el (completion-initials-expand): Fix typo.
7086
7087 * faces.el (modeline, modeline-inactive, modeline-highlight)
7088 (modeline-buffer-id):
7089 * info.el (info-menu-5): Mark these face aliases as obsolete.
7090
7091 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7092
7093 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7094 space ...
7095 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7096 no "--thread" option.
7097 (gdb-stopped): Don't print "Switched to thread" message when it is
7098 unchanged.
7099
7100 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * minibuffer.el (completion-try-completion)
7103 (completion-all-completions): Remove ill-defined (and
7104 mistakenly installed and luckily never used nor documented)
7105 `completion-styles' property.
7106 (completion-initials-expand, completion-initials-all-completions)
7107 (completion-initials-try-completion): New functions.
7108 (completion-styles-alist): Add doc to each entry.
7109 Add new `initials' entry.
7110
7111 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7112
7113 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7114 MI command -var-evaluate-expression.
7115 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7116 and tweak for case of string child.
7117 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7118
7119 2009-09-01 Glenn Morris <rgm@gnu.org>
7120
7121 * add-log.el (change-log-date-face, change-log-name-face)
7122 (change-log-email-face, change-log-file-face, change-log-list-face)
7123 (change-log-conditionals-face, change-log-function-face)
7124 (change-log-acknowledgement-face):
7125 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7126 (custom-modified-face, custom-set-face, custom-changed-face)
7127 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7128 (custom-documentation-face, custom-state-face, custom-comment-face)
7129 (custom-comment-tag-face, custom-variable-tag-face)
7130 (custom-variable-button-face, custom-face-tag-face)
7131 (custom-group-tag-face-1, custom-group-tag-face):
7132 * diff-mode.el (diff-header-face, diff-file-header-face)
7133 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7134 (diff-added-face, diff-changed-face, diff-function-face)
7135 (diff-context-face, diff-nonexistent-face):
7136 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7137 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7138 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7139 (Info-title-4-face):
7140 * isearch.el (isearch-lazy-highlight-face):
7141 * log-view.el (log-view-file-face, log-view-message-face):
7142 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7143 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7144 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7145 (cvs-msg-face):
7146 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7147 (smerge-base-face, smerge-markers-face):
7148 * wid-edit.el (widget-documentation-face, widget-button-face)
7149 (widget-field-face, widget-single-line-field-face)
7150 (widget-inactive-face, widget-button-pressed-face):
7151 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7152 (woman-addition-face):
7153 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7154 (eshell-ls-executable-face, eshell-ls-readonly-face)
7155 (eshell-ls-unreadable-face, eshell-ls-special-face)
7156 (eshell-ls-missing-face, eshell-ls-archive-face)
7157 (eshell-ls-backup-face, eshell-ls-product-face)
7158 (eshell-ls-clutter-face):
7159 * eshell/em-prompt.el (eshell-prompt-face):
7160 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7161 * obsolete/old-whitespace.el (whitespace-highlight-face):
7162 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7163 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7164 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7165 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7166 (antlr-font-lock-literal-face):
7167 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7168 (ebrowse-root-class-face, ebrowse-file-name-face)
7169 (ebrowse-default-face, ebrowse-member-attribute-face)
7170 (ebrowse-member-class-face, ebrowse-progress-face):
7171 * progmodes/make-mode.el (makefile-space-face):
7172 * progmodes/sh-script.el (sh-heredoc-face):
7173 * textmodes/flyspell.el (flyspell-incorrect-face)
7174 (flyspell-duplicate-face):
7175 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7176 * textmodes/texinfo.el (texinfo-heading-face):
7177 Mark face aliases with "-face" suffix as obsolete.
7178
7179 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7180 compiler.
7181
7182 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7183 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7184 easy-menu-define wants to modify these.
7185
7186 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7187
7188 * net/browse-url.el (browse-url-file-url):
7189 * term/internal.el (dos-codepage-setup):
7190 Use default-value rather than default-enable-multibyte-characters.
7191
7192 * progmodes/etags.el (etags-goto-tag-location):
7193 * progmodes/flymake.el (flymake-highlight-line)
7194 (flymake-goto-file-and-line, flymake-goto-line):
7195 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7196 (gdb-goto-breakpoint):
7197 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7198 * progmodes/python.el (python-find-function)
7199 (python-pdbtrack-track-stack-file):
7200 * progmodes/verilog-mode.el (verilog-surelint-off):
7201 * term/ns-win.el (ns-open-file-select-line):
7202 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7203 Use forward-line rather than goto-line.
7204
7205 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7206 * textmodes/reftex-index.el (reftex-display-index):
7207 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7208 * textmodes/reftex-toc.el (reftex-toc):
7209 Remove unnecessary bindings of default-major-mode (all are followed by
7210 major-mode check and possible mode switch).
7211
7212 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7213
7214 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7215 Handle watchpoints (bug#4282).
7216 (def-gdb-thread-buffer-command): Enable thread to be selected by
7217 clicking without selecting threads buffer first.
7218 (gdb-current-context-command): Use selected frame so that "up",
7219 "down" etc work in the GUD buffer.
7220 (gdb-update): Find selected frame before rendering stack buffer.
7221 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7222
7223 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * progmodes/sym-comp.el (displayed-completions): Remove.
7226 (symbol-complete): Use minibuffer-complete.
7227
7228 2009-08-31 Glenn Morris <rgm@gnu.org>
7229
7230 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7231
7232 * apropos.el (apropos-symbols-internal):
7233 Handle (obsolete) face aliases.
7234
7235 * faces.el (describe-face): Adjust the output format to be more like
7236 describe-variable, and to mention (obsolete) face aliases.
7237 Adjust the whitespace so that help-setup-xref works.
7238
7239 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7240 * calendar/diary-lib.el (diary-button-face):
7241 Mark these face aliases as obsolete.
7242
7243 * calendar/calendar.el (calendar-today): Doc fix.
7244
7245 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7246
7247 * progmodes/gdb-mi.el (gdb-control-all-threads)
7248 (gdb-control-current-thread): Force tool bar update.
7249 (gdb-non-stop-handler): New function.
7250 (gdb-init-1): Use it to test if non-stop mode is supported.
7251 Remove unused gdbmi buffer type.
7252
7253 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7254
7255 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7256 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7257
7258 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7259
7260 * comint.el (comint-exec-1): Check command is non-null first.
7261 Part of gdb-mi.el change (2009-08-28).
7262
7263 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7266
7267 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
7268
7269 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7270 instead of `dolist' to avoid a recursive require when bootstrapping.
7271
7272 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7275
7276 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7277
7278 * net/imap.el (imap-send-command): Simplify.
7279 (imap-wait-for-tag): point-max -> buffer-size.
7280
7281 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7282
7283 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7284 with constant argument.
7285
7286 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7287
7288 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7289
7290 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7291 Change default, since most of our files don't have a history.
7292 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7293 the user.
7294
7295 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7296 Add comint-run.
7297
7298 * calc/calc.el: Improve commenting convention.
7299 (calc-digit-map, toplevel): Simplify.
7300
7301 * comint.el (comint-insert-input): Be careful to only set point if we
7302 don't delegate to some other command.
7303
7304 * proced.el (proced-signal-list): Make it an alist.
7305 (proced-grammar-alist): Capitalize names.
7306 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7307 Disable undo manually and make it read-only.
7308 Use completion-annotate-function.
7309
7310 * minibuffer.el (minibuffer-message): If the current buffer is not
7311 a minibuffer, insert the message in the echo area rather than at the
7312 end of the buffer.
7313 (completion-annotate-function): New variable.
7314 (minibuffer-completion-help): Use it.
7315 (completion--embedded-envvar-table): Environment vars are
7316 always case-sensitive.
7317
7318 2009-08-30 Glenn Morris <rgm@gnu.org>
7319
7320 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7321 from fortran-current-defun.
7322 (fortran-beginning-of-subprogram): Be more precise about finding the
7323 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
7324 (fortran-end-of-subprogram): Simplify.
7325 (fortran-current-defun): Use fortran-start-prog-re.
7326
7327 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
7328
7329 * subr.el (do-after-load-evaluation): Simplify.
7330
7331 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7332
7333 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7334
7335 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
7336 (vc-rcs-print-log): Use it.
7337
7338 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7339
7340 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * paths.el (abbrev-file-name): Move to abbrev.el.
7343 * abbrev.el (abbrev-file-name): Move from paths.el.
7344 Obey user-emacs-directory.
7345 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7346 user-emacs-directory.
7347 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7348 abbrev-file-name and calc-settings-file any more.
7349 * startup.el (command-line): Recompute abbrev-file-name and
7350 abbreviated-home-dir.
7351 (normal-no-mouse-startup-screen): Improve the generic code and get rid
7352 of the special code for when C-h bindings haven't been changed.
7353 (display-startup-echo-area-message): Use with-current-buffer.
7354 (command-line-1): Use a list of strings, rather than a list of lists
7355 of strings for longopts.
7356
7357 * files.el (get-free-disk-space): Use / for default-directory.
7358
7359 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7360 Use with-current-buffer.
7361
7362 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7363 Recognize immutable variables like most-positive-fixnum.
7364 (byte-compile-setq-default): Check and warn if trying to assign
7365 to an immutable variable, or a non-variable.
7366
7367 * progmodes/cc-vars.el (c-comment-continuation-stars):
7368 * progmodes/cc-engine.el (c-looking-at-bos):
7369 * progmodes/cc-cmds.el (c-toggle-auto-state)
7370 (c-forward-into-nomenclature, c-backward-into-nomenclature)
7371 (c-comment-line-break-function): Add version of obsolescence.
7372
7373 2009-08-28 Juri Linkov <juri@jurta.org>
7374
7375 * files.el (magic-fallback-mode-alist): Add ZIP magic number
7376 associated with `archive-mode'.
7377
7378 * image.el (image-type-header-regexps): Use only JPEG magic number
7379 to determine JPEG images, and don't use `image-jpeg-p' because
7380 Emacs can display non-JFIF non-Exif JPEG images.
7381
7382 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7383
7384 * arc-mode.el (archive-mode):
7385 * emacs-lisp/re-builder.el (re-builder-unload-function):
7386 Protect against the default value of `major-mode' being nil.
7387
7388 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7391 Fix typos in docstrings.
7392
7393 * progmodes/js.el (js--macro-decl-re): Doc fix.
7394 (js--plain-method-re, js--split-name): Refloc docstring.
7395 (js--class-styles, js--make-merged-item, js--splice-into-items):
7396 Fix typos in docstrings; reflow docstrings.
7397 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7398 (js--variable-decl-matcher, js--inside-pitem-p)
7399 (js--parse-state-at-point, js--get-all-known-symbols)
7400 (js--symbol-history, js-find-symbol, js--js-references)
7401 (js--moz-interactor, js--js-encode-value, js--read-tab):
7402 Fix typos in docstrings.
7403
7404 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * textmodes/reftex.el (reftex-get-file-buffer-force):
7407 * progmodes/verilog-mode.el (verilog-batch-execute-func):
7408 * emulation/viper.el (viper-go-away, viper-set-hooks):
7409 * emacs-lisp/re-builder.el (re-builder-unload-function):
7410 * emacs-lisp/bytecomp.el (byte-compile-file):
7411 * ses.el (ses-unload-function):
7412 * hexl.el (hexl-find-file):
7413 * files.el (normal-mode):
7414 * ehelp.el (with-electric-help):
7415 * autoinsert.el (auto-insert-alist):
7416 * arc-mode.el (archive-mode):
7417 Use (default-value 'major-mode) instead of default-major-mode.
7418
7419 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7420 * international/mule.el (load-with-code-conversion):
7421 * emacs-lisp/debug.el (debug):
7422 * ediff-vers.el (ediff-rcs-get-output-buffer):
7423 * dired.el (dired-internal-noselect): Don't let-bind
7424 default-major-mode around code that doesn't use it.
7425 E.g. buffer creation via get-buffer-create doesn't use it.
7426
7427 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
7428
7429 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7430 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7431 when writing the temp file. Otherwise, epa-file gets confused.
7432 (tramp-register-file-name-handlers): Make it a defun. Move also
7433 `epa-file-handler' to the front of `file-name-handler-alist'.
7434
7435 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7438 start right after a ^M.
7439 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7440 (tramp-completion-file-name-regexp-separate)
7441 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7442 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7443 Don't modify last-coding-system-used by accident.
7444 (tramp-completion-file-name-handler): Apply the checks here,
7445 instead during registration.
7446 (tramp-register-file-name-handlers) Renamed from
7447 `tramp-register-file-name-handler'. Register both
7448 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7449 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
7450
7451 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
7452
7453 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7454 Remove variable ...
7455 (gdb-init-1, gdb-display-separate-io-buffer)
7456 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7457 references to it.
7458 (gdb-inferior-io-mode): Use make-comint-in-buffer.
7459 (gdb-inferior-filter): Use comint-output-filter to stop
7460 echoing and remove ^M characters.
7461
7462 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7463
7464 * emulation/viper-init.el (viper-restore-cursor-type):
7465 * emulation/cua-base.el (cua--update-indications):
7466 Replace default-cursor-type with (default-value 'cursor-type).
7467
7468 * mail/sendmail.el (mail-recover-1):
7469 * international/mule-diag.el (describe-current-coding-system-briefly)
7470 (describe-current-coding-system):
7471 * international/mule-cmds.el (select-safe-coding-system)
7472 (select-message-coding-system)
7473 (set-language-environment-coding-systems, set-locale-environment):
7474 * hexl.el (hexl-insert-multibyte-char):
7475 * dos-w32.el (find-buffer-file-type-coding-system):
7476 * simple.el (what-cursor-position):
7477 Replace uses of default-buffer-file-coding-system
7478 with (default-value 'buffer-file-coding-system).
7479
7480 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7481 Replace uses of default-cursor-in-non-selected-windows
7482 with (default-value 'cursor-in-non-selected-windows).
7483 Use with-current-buffer.
7484
7485 * mail/feedmail.el: Use CL macros.
7486 (feedmail-run-the-queue, feedmail-send-it-immediately):
7487 * dos-w32.el (find-buffer-file-type): Replace uses of
7488 default-buffer-file-type with (default-value 'buffer-file-type).
7489
7490 2009-08-28 Glenn Morris <rgm@gnu.org>
7491
7492 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7493 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7494 Use default-value of major-mode rather than default-major-mode.
7495
7496 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * Makefile.in (update-elcfiles): Report left over elc files.
7499
7500 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7501 expand-file-name and with-current-buffer.
7502 (mail-get-names, mail-directory): Use with-current-buffer.
7503
7504 * vc.el (vc-read-revision): New function.
7505 (vc-version-diff, vc-merge): Use it.
7506
7507 2009-08-27 Sam Steingold <sds@gnu.org>
7508
7509 * simple.el (kill-do-not-save-duplicates): New user option.
7510 (kill-new): When it is non-nil, and the new string is the same as
7511 the latest kill, set replace to t to avoid duplicates in kill-ring.
7512
7513 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
7514
7515 * net/tramp.el (tramp-handle-process-file): Do not flush all
7516 caches when `process-file-side-effects' is set.
7517 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7518 instead of `tramp-find-file-exists-command'.
7519 Unset `process-file-side-effects'.
7520
7521 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
7522
7523 * net/tramp.el (tramp-methods): New method "rsyncc".
7524 (top): Add completion function for "rsyncc".
7525 (tramp-message-show-message): New defvar.
7526 (tramp-message, tramp-error): Use it.
7527 (tramp-do-copy-or-rename-file-directly): Extend check for direct
7528 remote copying.
7529 (tramp-do-copy-or-rename-file-out-of-band): Handle new
7530 `tramp-methods' entry `copy-env' of "rsyncc".
7531 (tramp-vc-registered-read-file-names): New defconst.
7532 (tramp-vc-registered-file-names): New defvar.
7533 (tramp-handle-vc-registered): Implement optimization strategy.
7534 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7535 (tramp-vc-file-name-handler): New defun.
7536 (tramp-get-ls-command, tramp-get-test-command)
7537 (tramp-get-file-exists-command, tramp-get-remote-ln)
7538 (tramp-get-remote-perl, tramp-get-remote-stat)
7539 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7540
7541 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7542 (tramp-cache-inhibit-cache): Extend doc string. It allows also
7543 timestamps.
7544 (tramp-get-file-property): Check for timestamps in
7545 `tramp-cache-inhibit-cache'.
7546 (tramp-set-file-property): Write timestamp.
7547
7548 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7549
7550 * language/japan-util.el (japanese-symbol-table): Add entries for
7551 cp932-2-byte.
7552
7553 * international/characters.el: Add category `j' to cp932-2-byte.
7554
7555 2009-08-27 Kenichi Handa <handa@m17n.org>
7556
7557 * international/fontset.el (build-default-fontset-data): New macro.
7558 (setup-default-fontset): Use build-default-fontset-data for CJK,
7559 tibetan, ethiopic, and ipa.
7560
7561 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * cus-start.el (default-major-mode): Customize `major-mode' instead.
7564 (enable-multibyte-characters): Not customizable any more.
7565
7566 * subr.el (default-mode-line-format, default-header-line-format)
7567 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7568 (default-direction-reversed, default-truncate-lines)
7569 (default-left-margin, default-tab-width, default-case-fold-search)
7570 (default-left-margin-width, default-right-margin-width)
7571 (default-left-fringe-width, default-right-fringe-width)
7572 (default-fringes-outside-margins, default-scroll-bar-width)
7573 (default-vertical-scroll-bar, default-indicate-empty-lines)
7574 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7575 (default-fringe-cursor-alist, default-scroll-up-aggressively)
7576 (default-scroll-down-aggressively, default-fill-column)
7577 (default-cursor-type, default-buffer-file-type)
7578 (default-cursor-in-non-selected-windows)
7579 (default-buffer-file-coding-system, default-major-mode)
7580 (default-enable-multibyte-characters): Mark as obsolete.
7581
7582 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
7583
7584 * vc-dir.el (vc-dir-update): Remove debug helper.
7585
7586 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7587
7588 2009-08-26 Sam Steingold <sds@gnu.org>
7589
7590 * simple.el (save-interprogram-paste-before-kill): New user option.
7591 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7592 save the interprogram-paste into kill-ring before overriding it
7593 with the Emacs kill.
7594
7595 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7596
7597 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7598 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7599 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7600 and move to vc-rcs.el.
7601 (vc-default-next-revision): Rename to vc-rcs-next-revision and
7602 move to vc-rcs.el.
7603 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7604 (vc-rcs-update-changelog): Remove.
7605 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7606 and move to vc-rcs.el.
7607
7608 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7609 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7610 renaming.
7611 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7612 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7613 vc.el, renamed to be RCS specific.
7614
7615 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7616 New functions.
7617 (vc-cvs-update-changelog): Move here from vc.el.
7618
7619 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7620 New functions.
7621
7622 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7625
7626 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7627
7628 * vc-git.el (vc-git-register): Use "git add" for directories.
7629 (vc-git-stash, vc-git-stash-show): New functions.
7630 (vc-git-extra-menu-map): Bind them.
7631
7632 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7633 directory correctly in case the item is a directory itself.
7634
7635 * vc.el: Document the desired behavior for reverted files in the
7636 `added' state.
7637 (vc-default-prettify-state-info): Remove function, unused.
7638
7639 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
7640
7641 2009-08-26 Glenn Morris <rgm@gnu.org>
7642
7643 * bindings.el (standard-mode-line-format): Reposition dashes in
7644 which-func entry. (Bug#4217)
7645
7646 * files.el (enable-local-variables, enable-local-eval)
7647 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7648 the defcustoms.
7649 (auto-mode-alist, ignored-local-variables)
7650 (save-some-buffers-action-alist): Move risky declarations to the
7651 definitions.
7652 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7653 (font-lock-defaults, format-alist, imenu--index-alist)
7654 (imenu-generic-expression, input-method-alist, minor-mode-alist)
7655 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7656 (mode-line-modified, mode-line-mule-info, mode-line-position)
7657 (mode-line-process, mode-line-remote, outline-level)
7658 (parse-time-rules, rmail-output-file-alist)
7659 (special-display-buffer-names, vc-mode):
7660 Move risky declarations to the relevant files.
7661 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7662 (mode-line-modified, mode-line-process, mode-line-position)
7663 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7664 * font-core.el (font-lock-defaults):
7665 * format.el (format-alist):
7666 * vc-hooks.el (vc-mode):
7667 * window.el (special-display-buffer-names):
7668 * international/mule-cmds.el (input-method-alist):
7669 Define riskiness here (dumped file) rather than in files.el.
7670 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7671 * imenu.el (imenu-generic-expression, imenu--index-alist):
7672 * outline.el (outline-level):
7673 * time.el (display-time-string):
7674 * calendar/parse-time.el (parse-time-rules):
7675 * mail/rmailout.el (rmail-output-file-alist):
7676 Autoload riskiness here, rather than placing in files.el.
7677
7678 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
7679
7680 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7681
7682 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7683
7684 * simple.el (process-file-side-effects): New defvar.
7685
7686 * dired-aux.el (dired-show-file-type):
7687 * vc.el (vc-diff-internal):
7688 * vc-arch.el (vc-arch-diff):
7689 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
7690 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
7691 * vc-git.el (vc-git-registered, vc-git-working-revision)
7692 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
7693 (vc-git--empty-db-p):
7694 * vc-hooks.el (vc-user-login-name):
7695 * vc-svn.el (vc-svn-registered, vc-svn-state)
7696 (vc-svn-dir-extra-headers, vc-svn-find-revision):
7697 * progmodes/grep.el (grep-probe): Let-bind
7698 `process-file-side-effects' with nil.
7699
7700 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
7701
7702 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
7703 daemon. Replace ping by checking for running service for bluez
7704 and zeroconf. (Bug#4239)
7705
7706 2009-08-25 Kevin Ryde <user42@zip.com.au>
7707
7708 * net/dig.el (dig): Add autoload cookie.
7709
7710 2009-08-25 Glenn Morris <rgm@gnu.org>
7711
7712 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
7713 load-history for absolute file-names.
7714 (byte-compile-file-form-require): Warn about use of the cl package.
7715
7716 * format.el (format-alist): Doc fix.
7717
7718 * play/bubbles.el (top-level): Don't require cl at run-time.
7719
7720 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
7721 run-time cl).
7722
7723 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
7724
7725 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
7726 from cl package.
7727 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
7728
7729 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
7730
7731 * calc/calc-alg.el (math-trig-rewrite)
7732 (math-hyperbolic-trig-rewrite): New functions.
7733 (calc-simplify): Simplify trig functions when asked.
7734
7735 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * diff-mode.el (diff-find-source-location): Avoid goto-line.
7738
7739 2009-08-24 Kenichi Handa <handa@m17n.org>
7740
7741 * language/ind-util.el (mapthread): Delete it.
7742 (combinatorial): New function.
7743 (indian--puthash-cv): Use combinatorial instead of mapthread.
7744
7745 2009-08-22 Kevin Ryde <user42@zip.com.au>
7746
7747 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
7748 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
7749 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
7750 Clarify docstring that the value is strings not symbols.
7751 (checkdoc-list-of-strings-p): New function.
7752
7753 2009-08-22 Glenn Morris <rgm@gnu.org>
7754
7755 * files.el (auto-mode-alist):
7756 * hippie-exp.el (he-concat-directory-file-name):
7757 * lpr.el (lpr-windows-system, printer-name):
7758 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
7759 * ps-print.el (ps-windows-system):
7760 * startup.el (command-line):
7761 * emulation/viper-ex.el (viper-glob-function):
7762 * international/mule-cmds.el (set-language-environment-coding-systems):
7763 * net/ange-ftp.el (ange-ftp-write-region):
7764 * obsolete/fast-lock.el (fast-lock-cache-name):
7765 Remove code for defunct system-types emx, macos, mswindows, next-mach,
7766 unisoft-unix, vax-vms, win32, w32.
7767
7768 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
7769 given name if the pattern is not more specific.
7770
7771 * calendar/lunar.el (lunar-phase-names): New option.
7772 (lunar-phase): Doc fix.
7773 (lunar-cycles-per-year): New constant.
7774 (lunar-index): New function.
7775 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
7776 (lunar-phase-name): Use lunar-phase-names.
7777 (calendar-lunar-phases): Use format.
7778 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
7779
7780 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
7781 Copy imenu-example--name-and-position function here for own use.
7782 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
7783
7784 * bs.el (bs--redisplay):
7785 * cus-edit.el (custom-redraw):
7786 * ibuffer.el (ibuffer-bury-buffer):
7787 * server.el (server-goto-line-column):
7788 * startup.el (command-line-1):
7789 * strokes.el (strokes-xpm-for-stroke):
7790 * term.el (term-display-buffer-line):
7791 * view.el (View-goto-line):
7792 * calc/calc.el (calc-do, calc-trail-buffer):
7793 * play/gamegrid.el (gamegrid-add-score-insecure):
7794 * progmodes/ada-mode.el (ada-compile-goto-error):
7795 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
7796 (ebrowse-select-1st-to-9nth):
7797 * progmodes/cperl-mode.el (cperl-time-fontification):
7798 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
7799 * progmodes/gud.el (gud-display-line):
7800 (idlwave-shell-display-line):
7801 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
7802 * progmodes/make-mode.el (makefile-browser-toggle):
7803 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
7804 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
7805 * textmodes/picture.el (picture-draw-rectangle):
7806 * textmodes/reftex-index.el (reftex-index-goto-letter):
7807 (reftex-select-jump-to-previous):
7808 * textmodes/reftex-sel.el (reftex-find-start-point)
7809 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
7810 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
7811 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
7812 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7813 * textmodes/two-column.el (2C-associated-buffer):
7814 Use forward-line rather than goto-line.
7815
7816 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
7817 goto-line.
7818
7819 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
7820 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
7821 (quick-check-list-to-regexp): Declare.
7822
7823 * progmodes/make-mode.el (makefile-browser-insert-selection):
7824 Use goto-char rather than goto-line.
7825
7826 * progmodes/prolog.el (compilation-error-regexp-alist)
7827 (compilation-forget-errors): Declare.
7828
7829 2009-08-22 Juri Linkov <juri@jurta.org>
7830
7831 * progmodes/grep.el (lgrep, rgrep): At the beginning
7832 set `dir' to `default-directory' unless `dir' is a non-nil
7833 readable directory. (Bug#4052)
7834 (lgrep, rgrep): Change a weird way to report an error
7835 from using `read-string' to using `error'.
7836 Instead of using interactive arguments in the function body,
7837 add new argument `confirm'.
7838
7839 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * textmodes/remember.el (remember-buffer):
7842 * progmodes/cperl-mode.el (cperl-vc-header-alist):
7843 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
7844 (icalendar-extract-ical-from-buffer):
7845 * net/newst-treeview.el (newsticker-groups-filename):
7846 * net/newst-backend.el (newsticker-cache-filename):
7847 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
7848 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
7849 (speedbar-add-ignored-path-regexp, speedbar-line-path)
7850 (speedbar-buffers-line-path, speedbar-path-line)
7851 (speedbar-buffers-line-path):
7852 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
7853 (epg-sign-keys):
7854 * epa.el (epa-display-verify-result):
7855 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
7856
7857 2009-08-21 Glenn Morris <rgm@gnu.org>
7858
7859 * progmodes/js.el (inferior-moz-process): Fix declaration.
7860
7861 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
7862
7863 * obsolete/rnewspost.el (news-mail-reply):
7864 Use goto-char rather than goto-line.
7865
7866 * term/ns-win.el (ns-open-file-select-line):
7867 Use line-beginning-position rather than goto-line.
7868
7869 * apropos.el (apropos-command):
7870 * ehelp.el (electric-helpify):
7871 * printing.el (pr-show-setup):
7872 * strokes.el (strokes-help):
7873 * tutorial.el (tutorial--describe-nonstandard-key)
7874 (tutorial--detailed-help):
7875 * woman.el (woman-mini-help, woman-display-extended-fonts):
7876 * calc/calc-help.el (calc-describe-key):
7877 * emulation/edt.el (edt-electric-helpify):
7878 * international/mule-diag.el (mule-diag):
7879 * play/yow.el (apropos-zippy):
7880 * progmodes/python.el (python-describe-symbol):
7881 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
7882 * textmodes/table.el (*table--cell-describe-mode)
7883 (*table--cell-describe-bindings):
7884 Use help-print-return-message rather than the now obsolete alias.
7885
7886 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
7887 (calendar-cursor-to-visible-date):
7888 * play/5x5.el (5x5-position-cursor):
7889 * play/decipher.el (decipher):
7890 * play/gomoku.el (gomoku-goto-xy):
7891 * play/landmark.el (lm-goto-xy):
7892 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
7893 (mpuz-paint-digit):
7894 Use forward-line, not goto-line.
7895
7896 * mail/rmail.el (rmail-obsolete): Delete custom group.
7897 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
7898 (rmail-remote-password, rmail-remote-password-required):
7899 Remove unneeded :set-after and :set properties.
7900
7901 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
7902
7903 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
7904
7905 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
7906
7907 * loadup.el: Remove leftover macos code.
7908
7909 * vc-git.el (vc-git-annotate-command): Run asynchronously.
7910 Explicitly pass the date format to git blame so that user local
7911 so that the output format can be parsed.
7912
7913 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
7914
7915 * net/dbus.el (top): Don't check for (getenv
7916 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
7917
7918 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
7919
7920 * log-edit.el (log-edit-strip-single-file-name): New var.
7921 (log-edit-insert-changelog): Use it. Bug#3571
7922
7923 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * subr.el (read-passwd): Use read-key so keypad keys work as well.
7926 Bug#3287
7927
7928 * help.el (help-print-return-message): Rename from
7929 print-help-return-message.
7930
7931 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
7932 cvs-mode-map parent hack.
7933 (log-view-mode): Derive from special-mode.
7934
7935 * linum.el (linum-mode): window-size-change-functions is redundant.
7936 Adapt to new window-configuration-change-hook behavior.
7937 (linum-after-size, linum-after-config): Remove.
7938
7939 * imenu.el (imenu-example--name-and-position)
7940 (imenu-example--lisp-extract-index-name)
7941 (imenu-example--create-lisp-index, imenu-example--create-c-index):
7942 Mark as obsolete.
7943
7944 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
7945 (inferior-prolog-mode): Use it.
7946 (inferior-prolog-load-file): Reset list of errors.
7947
7948 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7949
7950 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
7951
7952 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
7953
7954 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
7955
7956 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
7957 is running already.
7958
7959 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * subr.el (listify-key-sequence-1): Use normal syntax since those
7962 integers are nowadays always represented by the same (positive) number
7963 on all platforms.
7964 (read-key-empty-map): New const.
7965 (read-key-delay): New var.
7966 (read-key): New function.
7967 (force-mode-line-update): Use with-current-buffer.
7968 (locate-user-emacs-file): Don't forget to abbreviate the file name.
7969 (start-process-shell-command, start-file-process-shell-command):
7970 Discourage the use of command-args.
7971
7972 2009-08-19 Glenn Morris <rgm@gnu.org>
7973
7974 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7975
7976 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7977
7978 * simple.el (choose-completion-string): Don't rely on
7979 minibuffer-completing-file-name and ad-hoc checks to decide whether
7980 to continue completion or not.
7981
7982 * minibuffer.el (minibuffer-hide-completions): New function.
7983 (completion--do-completion): Use it.
7984 (completions-annotations): New face.
7985 (completion--insert-strings): Use it.
7986 (completion-pcm--delim-wild-regex): Add docstring.
7987 (completion-pcm--string->pattern): Add support for 0-width delimiters
7988 in completion-pcm--delim-wild-regex.
7989
7990 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7993 Remove unused var `buffer-modified-p'.
7994
7995 * minibuffer.el (completion--do-completion): Move point for the #b001
7996 case as well (bug#4176).
7997 (minibuffer-complete, minibuffer-complete-word): Don't move point.
7998
7999 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8000
8001 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8002 and :session buses.
8003
8004 2009-08-18 Kenichi Handa <handa@m17n.org>
8005
8006 * international/ucs-normalize.el (ucs-normalize-version):
8007 Change to 1.1.
8008 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8009 (utf-8-hfs): Make it perform normalization on encoding too.
8010
8011 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8012 (sentence-end-without-space): Delete duplicated chars.
8013 (sentence-end-base): Likewise.
8014
8015 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8016 (html-mode): Delete duplicated chars from sentence-end-base.
8017
8018 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8019 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8020
8021 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * files.el (hack-one-local-variable): If the mode function is for
8024 a minor mode, pass it an argument (Bug#4148).
8025
8026 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8027
8028 * net/tramp.el (tramp-register-completion-file-name-handler):
8029 Check also for (member 'partial-completion completion-styles).
8030
8031 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8032
8033 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8034 abbrev (Bug#3943).
8035
8036 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8037
8038 * progmodes/cperl-mode.el: Merge upstream 6.2.
8039 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8040 (cperl-forward-re): Check cperl-brace-recursing.
8041 (cperl-highlight-charclass): New function.
8042 (cperl-find-pods-heres): Use it.
8043 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8044 (cperl-beautify-regexp-piece): Fix column calculation.
8045 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8046 (cperl-beautify-level): Don't process entire regexp.
8047 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8048 calling man.
8049 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8050 (cperl-init-faces): Build a list in the normal way.
8051
8052 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8053
8054 * calendar/parse-time.el (parse-time-string-chars): Save match
8055 data.
8056
8057 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8060 (sql-product): Use it.
8061 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8062 (sql-set-product): Add completion.
8063 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8064 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8065 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8066 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8067 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8068 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8069 (sql-highlight-db2-keywords): Remove.
8070 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8071 (sql-highlight-product): Use derived-mode-p.
8072 (sql-set-sqli-buffer): Use with-current-buffer.
8073 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8074 Simplify.
8075
8076 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8077
8078 * term.el: Fix commenting convention, turn comments into docstrings.
8079
8080 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8081
8082 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8083
8084 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8085
8086 * calendar/parse-time.el (parse-time-string-chars): Compute using
8087 character classes, to handle non-ascii characters (Bug#3190).
8088
8089 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8090
8091 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8092 another heredoc if the user adds another < (Bug#3226).
8093
8094 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8095 Don't initialize based on window-system (Bug#4124).
8096
8097 * facemenu.el (facemenu-read-color): Use a completion function
8098 that accepts any defined color, such as RGB triplets (Bug#3677).
8099
8100 * files.el (get-free-disk-space): Change fallback default
8101 directory to /. Expand DIR argument before switching to fallback.
8102 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8103
8104 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8105
8106 * files.el (load-library): Doc fix.
8107
8108 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8109
8110 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8111 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8112 incremental search string.
8113
8114 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8115 XEmacs.
8116
8117 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8118 (ediff-merge-region-is-non-clash)
8119 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8120 Also check if the job is really a merge job.
8121
8122 * ediff.el (ediff-current-file): New function.
8123
8124 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8125
8126 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8127 conventions.
8128 (js-insert-and-indent): Delete function.
8129 (js-mode-map): Don't bind keys to js-insert-and-indent.
8130 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8131 (js-end-of-defun): Rename from js--end-of-defun.
8132 (js-auto-indent-flag): Delete variable.
8133
8134 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
8135
8136 * progmodes/js.el: Remove proclaim statement.
8137 Defvar which-func-imenu-joiner-function to silence compiler.
8138
8139 * files.el (auto-mode-alist): Use js-mode for .js files.
8140
8141 * progmodes/js2-mode.el: Remove file.
8142
8143 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8144
8145 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8146
8147 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8148
8149 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8150 Karl Landstrom <karl.landstrom@brgeight.se>
8151
8152 * progmodes/js.el: New file.
8153
8154 2009-08-14 Mark A. Hershberger <mah@everybody.org>
8155
8156 * timezone.el (timezone-parse-date): Add ability to understand ISO
8157 basic format (minimal separators) dates in addition to the
8158 already-supported extended format dates.
8159
8160 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8161
8162 * international/ucs-normalize.el: Add a `coding' file variable.
8163
8164 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8165
8166 2009-08-14 Sam Steingold <sds@gnu.org>
8167
8168 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8169
8170 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8171
8172 * faces.el (help-argument-name): Define it here instead of
8173 help-fns.el, because in daemon mode help-fns.el may be loaded when
8174 faces are still uninitialized (Bug#1078).
8175
8176 * help-fns.el (help-argument-name): Move defface to faces.el.
8177
8178 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8179
8180 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8181 create buffer with a pty but no process so that GDB can make the
8182 inferior the controlling process.
8183
8184 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8185
8186 * international/ucs-normalize.el: New file.
8187
8188 2009-08-13 Richard Stallman <rms@gnu.org>
8189
8190 * mail/rmail.el (rmail-get-attr-names):
8191 Accept an attribute header that is too short.
8192
8193 * mail/rmail.el (rmail-forget-messages):
8194 Ignore nil elt in rmail-message-vector. Use dotimes.
8195
8196 * progmodes/compile.el (compilation-goto-locus):
8197 Use next-error-move-function.
8198
8199 * simple.el (next-error-move-function): New variable.
8200
8201 2009-08-12 Juri Linkov <juri@jurta.org>
8202
8203 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8204 always non-nil. (Bug#4052)
8205
8206 * replace.el (read-regexp): Return empty string when
8207 `default-value' is nil.
8208 (keep-lines-read-args): Don't use empty string as the
8209 default value for `read-regexp'. (Bug#2495)
8210
8211 2009-08-12 Juri Linkov <juri@jurta.org>
8212
8213 * international/mule-cmds.el (ucs-insert): Change arguments
8214 from `arg' to `character', `count', `inherit' to be the same
8215 as in `insert-char'. Doc fix. (Bug#4039)
8216
8217 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8218
8219 2009-08-12 Juri Linkov <juri@jurta.org>
8220
8221 * files-x.el: New file.
8222
8223 * files.el: Move code that deals with adding/deleting
8224 file/directory-local variables to files-x.el.
8225
8226 * Makefile.in (ELCFILES): Add files-x.elc.
8227
8228 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8229
8230 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8231 to use `goto-line'.
8232 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8233 `goto-line'.
8234 (gdb-invalidate-disassembly): Do not refresh upon receiving
8235 'update signal. Instead, update all disassembly buffers only after
8236 threads list.
8237 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8238 (gdb-starting): Moved -data-list-register-names...
8239 (gdb-stopped): ...here so it's sent when first thread stops.
8240 (gdb-registers-handler-custom): Do nothing if register names are
8241 unknown yet.
8242
8243 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8244 from `gdb-mi.el' to avoid extra tangling.
8245
8246 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8247 change which breaks `gud-def' definitions used in `gdb'.
8248 (gdb-update-gud-running): No extra fuss for updating frame number.
8249
8250 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8253 (describe-language-environment-map, setup-language-environment-map)
8254 (set-coding-system-map): Move initialization into declaration.
8255 (set-language-info-alist): Last arg to define-key-after can be skipped.
8256
8257 * international/quail.el (quail-completion-1): Simplify.
8258 (quail-define-rules): Use slightly more compact code.
8259 (quail-insert-decode-map): Propertize keys, compact columns.
8260
8261 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8262 Add goto-line.
8263
8264 2009-08-10 Miles Bader <miles@gnu.org>
8265
8266 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8267 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8268 (js2-instance-member, js2-private-member, js2-private-function-call)
8269 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8270 (js2-magic-paren, js2-external-variable):
8271 Remove "-face" suffix from face names.
8272 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8273 (js2-highlight-undeclared-vars, js2-peek-token)
8274 (js2-parse-function-params, js2-mode-show-errors)
8275 (js2-mode-show-warnings, js2-make-magic-delimiter)
8276 (js2-mode-highlight-magic-parens): Update to use new face names.
8277
8278 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
8279
8280 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8281 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8282
8283 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * subr.el: Provide hashtable-print-readable.
8286
8287 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8288 hs-c-like-adjust-block-beginning.
8289 (hs-hide-block-at-point): Stop hiding at the beginning of
8290 hs-block-end-regexp (Bug#700).
8291
8292 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8293
8294 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8295 a macro.
8296 (gdb-registers-handler-custom): Do not fail when register names
8297 are unavailable.
8298
8299 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8300
8301 * progmodes/gdb-mi.el (gdb-control-all-threads)
8302 (gdb-control-current-thread): Interactive setters for
8303 `gdb-gud-control-all-threads' to use in menu.
8304 (gdb-show-run-p): Show «Go» when process is not active.
8305 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
8306 gud/thread.xpm and gud/all.xpm.
8307
8308 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
8309
8310 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8311 (nslookup-font-lock-keywords): Make it a variable.
8312 (net-utils-mode): New mode for viewing diagnostic network output.
8313 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8314 (net-utils-run-simple): New function.
8315 (ifconfig, iwconfig, netstat, arp, route): Use it.
8316
8317 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8318
8319 * progmodes/gdb-mi.el (gdb-read-memory-custom)
8320 (gdb-memory-set-address, def-gdb-set-positive-number)
8321 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8322 after changing settings.
8323 (gdb-invalidate-disassembly): Update when first shown.
8324 (gdb-edit-locals-value): Fixed.
8325 (gdb-registers-handler-custom): Print registers in right order and
8326 allow changing register values (only for current thread yet).
8327 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8328 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8329 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8330 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8331 info in mode name.
8332 (gdb-registers-mode-map): TAB to switch to locals.
8333
8334 2009-08-08 Eli Zaretskii <eliz@gnu.org>
8335
8336 * mail/rmail.el (rmail-add-mbox-headers)
8337 (rmail-set-message-counters-counter): Search for
8338 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
8339
8340 2009-08-08 Glenn Morris <rgm@gnu.org>
8341
8342 * Makefile.in (ELCFILES): Update.
8343
8344 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8345
8346 * mail/sendmail.el (mail-yank-original): Set
8347 buffer-file-coding-system from the one used by the message whose
8348 text is yanked.
8349
8350 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8351 to "windows" when "pgnuplot" is used.
8352 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8353 call accept-process-output if "pgnuplot" is used.
8354 (calc-graph-init): Don't send -display and -geometry to
8355 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
8356 running "pgnuplot -V" with shell-command-to-string.
8357
8358 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8359 the default.
8360
8361 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8362
8363 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8364 org/org-latex.elc.
8365
8366 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8367
8368 * vc-dispatcher.el (vc-resynch-window): Update comment.
8369
8370 * term.el (term-handle-ansi-escape): Add comments with the
8371 terminfo capabilities implemented.
8372
8373 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
8374
8375 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8376 (gdb-var-create-handler): Rewritten using JSON parser.
8377 (gdb-propertize-header): Moved earlier.
8378 (gdb-set-header): Removed to avoid duplication.
8379 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8380 Refresh disassembly buffers only after threads list have been
8381 update.
8382 (gdb-threads-header, gdb-registers-header): Per-buffer header line
8383 variables.
8384
8385 2009-08-04 Juri Linkov <juri@jurta.org>
8386
8387 * files.el: Commands to add/delete file/directory-local variables.
8388 (read-file-local-variable, read-file-local-variable-value)
8389 (read-file-local-variable-mode, modify-file-local-variable)
8390 (modify-file-local-variable-prop-line)
8391 (modify-dir-local-variable): New functions.
8392 (add-file-local-variable, delete-file-local-variable)
8393 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8394 (add-dir-local-variable, delete-dir-local-variable)
8395 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8396 (copy-dir-locals-to-file-locals-prop-line): New commands.
8397
8398 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
8399
8400 * abbrev.el (insert-abbrev-table-description): Prettify output.
8401 Suggested by Karl Chen.
8402
8403 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
8404
8405 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8406 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8407 (gdb-overlay-arrow-position, gdb-thread-position)
8408 (gdb-disassembly-position): Declare variables.
8409 (gdb-wait-for-pending): Function now.
8410 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8411 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8412 compilation goes smoothly.
8413 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8414 (gdb-non-stop-setting): New customization setting which replaces
8415 `gdb-non-stop' so changing it doesn't break active GDB session.
8416 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8417 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8418 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8419 (gdb-show-threads-by-default): New customization options.
8420 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8421 routines.
8422 (gdb-get-buffer-create): Send buffers update signal when they are
8423 created.
8424 (gdb-invalidate-locals, gdb-invalidate-registers)
8425 (gdb-invalidate-breakpoints)
8426 (gdb-invalidate-threads, gdb-invalidate-disassembly)
8427 (gdb-invalidate-memory): Accept update signal.
8428 (gdb-current-context-command): Use --frame option.
8429 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8430 Implement `gdb-frame-number' selection logic.
8431 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8432 whether to show GUD toolbar buttons.
8433 (gdb-thread-exited): Unselect current thread when it exits.
8434 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8435 (gdb-mark-line): Routine which sets overlay arrow or inverses
8436 video on fringeless displays.
8437 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8438 to build aligned columns of data in GDB buffers and set text
8439 properties line-by-line.
8440 (gdb-invalidate-breakpoints)
8441 (gdb-breakpoints-list-handler-custom)
8442 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8443 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8444 (gdb-registers-handler-custom): Align data columns.
8445 (gdb-locals-handler-custom): Now prints data like in variable
8446 declarations.
8447 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8448 Removed confusing buttons.
8449 (gdb-invalidate-threads): Append --frame.
8450 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8451 between breakpoints/threads buffers.
8452 (gdb-set-window-buffer): Now can ignore dedicated windows.
8453 (gdb-propertize-header): Use `gdb-set-window-buffer'.
8454 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8455 (def-gdb-thread-buffer-gud-command): Replaces
8456 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8457 for fine thread control.
8458 (gdb-preempt-existing-or-display-buffer): New function used to
8459 display bound buffers without breaking window layout.
8460 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8461 (gdb-select-frame): New version of `gdb-frames-select' which now
8462 sets `gdb-frame-number' so commands may use --frame option instead
8463 of inner debugger state.
8464 (gdb-frame-handler): Do not set `gdb-frame-number'.
8465 (gdb-threads-mode-map): Select threads with mouse.
8466
8467 * progmodes/gud.el (gdb-gud-context-call): Declare function to
8468 avoid compilation warning.
8469 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8470 `gdb-show-stop-p`.
8471
8472 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8473 Argument `key' renamed to `buffer-type'.
8474 (gdb-current-context-buffer-name): Do not add thread info to
8475 buffer name when no thread is selected.
8476 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8477 command (bug 3794).
8478 (gdb-thread-selected): Handle `=thread-selected' notification.
8479 (gdb-wait-for-pending): New macro to deal with congestion problems.
8480 (gdb-breakpoints-list-handler-custom): Don't fail on pending
8481 breakpoints.
8482 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8483 This fixes problem similar to one described in bug 3947.
8484 (gud-menu-map): More menu items.
8485 (gdb-init-1): Reset `gdb-thread-number' to nil.
8486
8487 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8488 non-stop settings.
8489
8490 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8491 (gdb-current-context-command): Do not append --thread if
8492 `gdb-thread-number' is nil.
8493 (gdb-running-threads-count, gdb-stopped-threads-count): New
8494 variables.
8495 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8496 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8497 customization options.
8498 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8499 GUD commands.
8500 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8501 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8502 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8503 set `gdb-thread-number' and update `gud-running' properly.
8504 (gdb-running): Update threads list when new threads appear.
8505 (gdb-stopped): Support non-stop operation and new thread switching
8506 logic.
8507 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8508 (gdb-json-partial-output): New set of JSON routines.
8509 (def-gdb-auto-update-trigger): New `signal-list' optional
8510 argument.
8511 (gdb-thread-list-handler-custom): Update `gud-running',
8512 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8513 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8514 (gdb-continue-thread, gdb-step-thread): New commands for fine
8515 thread execution control.
8516 (gud-menu-map): New menu items to switch non-stop options.
8517 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8518 (gdb-send): Mimic RET properly (bug 3794).
8519
8520 * progmodes/gdb-mi.el (gdb-rules-name-maker)
8521 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8522 gdb-buffer-rules.
8523 (def-gdb-auto-update-handler): New nopreserve optional argument.
8524 (gdb-stack-list-frames-custom): Print stack from top to bottom.
8525
8526 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8527 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8528 (gdb-parent-mode): New mode to derive other GDB modes from.
8529 (gdb-display-disassembly-for-thread)
8530 (gdb-frame-disassembly-for-thread): New commands for threads
8531 buffer.
8532
8533 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8534 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8535 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8536 (gdb-update): We now store all GDB buffers in a list so that they
8537 can be updated by traversing a list instead of calling invalidate
8538 triggers explicitly.
8539 (def-gdb-trigger-and-handler): New macro to define trigger-handler
8540 pair for GDB buffer.
8541 (gdb-stack-buffer-name): Add thread information.
8542 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8543 handle pending triggers.
8544 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8545 (def-gdb-thread-buffer-simple-command)
8546 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8547 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8548 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8549 New commands which show buffers bound to thread.
8550 (gdb-stack-list-locals-regexp): Removed unused regexp.
8551
8552 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8553 (gdb-locals-buffer-name, gdb-registers-buffer-name)
8554 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8555 to (gud-comint-buffer) in *-buffer-name functions
8556 because (gdb-get-target-string) already does that.
8557 (gdb-locals-handler-custom, gdb-registers-handler-custom)
8558 (gdb-changed-registers-handler): Rewritten without regexps.
8559
8560 * progmodes/gdb-mi.el: Basic thread selection support.
8561 (gdb-thread-number): New variable.
8562 (gdb-current-context-command): New macro which adds --thread
8563 option to command.
8564 (gdb-threads-mode-map): Select thread with SPC.
8565 (gdb-thread-list-handler-custom): Mark current thread with overlay
8566 arrow. Synchronize GDB thread and Emacs thread.
8567 (gdb-select-thread): New command which selects current thread.
8568 (gdb-invalidate-frames, gdb-invalidate-locals)
8569 (gdb-invalidate-registers): Use --thread option.
8570
8571 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
8572
8573 * net/tramp.el (top): Make check for tramp-gvfs loading more
8574 robust. (Bug#3977)
8575 (tramp-handle-insert-file-contents): `unwind-protect' must be
8576 inside `with-parsed-tramp-file-name'.
8577
8578 * net/tramp-gvfs.el (top): Remove superfluous message when loading
8579 fails.
8580
8581 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
8582
8583 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8584 directory if CLASSPATH is not set.
8585
8586 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
8587
8588 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8589 New defconst.
8590 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
8591
8592 2009-08-02 Kevin Ryde <user42@zip.com.au>
8593
8594 * net/newst-backend.el (newsticker--raw-url-list-defaults):
8595 Update freshmeat link. Delete newsforge.com as it seems gone.
8596
8597 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8598
8599 * select.el (x-set-selection): Doc fix (Bug#4021).
8600
8601 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8602
8603 * help-fns.el (describe-variable): Treat list return values from
8604 dir-locals-find-file properly (Bug#4005).
8605
8606 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
8607
8608 * net/tramp.el (tramp-debug-message): Print also microseconds.
8609
8610 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
8611
8612 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8613 or END is non-nil.
8614 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8615 (tramp-get-debug-buffer): Change `outline-regexp' according to new
8616 format.
8617
8618 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
8619 (tramp-get-file-property): Use it.
8620
8621 * autorevert.el (auto-revert-handler): Allow
8622 `auto-revert-tail-mode' for remote files.
8623
8624 2009-08-02 Jason Rumney <jasonr@gnu.org>
8625
8626 * minibuffer.el (read-file-name): Treat confirm options to
8627 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
8628
8629 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8630
8631 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8632 (font-lock-variable-name-face, font-lock-constant-face): Darken
8633 the colors for light backgrounds.
8634
8635 2009-08-01 Eli Zaretskii <eliz@gnu.org>
8636
8637 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8638 month names. (Bug#3987)
8639
8640 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
8641
8642 * simple.el (line-move-finish): Pass whole number to
8643 line-move-to-column.
8644 (line-move-visual): Perform hscroll to the recorded position.
8645
8646 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
8647
8648 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8649
8650 2009-07-29 Alan Mackenzie <acm@muc.de>
8651
8652 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8653
8654 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
8655
8656 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8657 (gdb-place-breakpoints): Use full path when setting breakpoints.
8658
8659 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8660
8661 * calc/calc.el (calc-mode-map): Add keybinding for
8662 `calc-transpose-lines'.
8663
8664 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
8665
8666 * calc/calc-misc.el (calc-transpose-lines): New function.
8667
8668 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
8669
8670 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8671 Simplify check for out-of-band methods.
8672 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8673 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
8674
8675 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8676
8677 * vc-git.el (vc-git-checkin): Fix typo.
8678
8679 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
8680
8681 * progmodes/js2-mode.el: New file.
8682
8683 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
8684
8685 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8686 (gud-menu-map): Adjust tooltip accordingly.
8687
8688 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8689
8690 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
8691 (vc-bzr-log-view-mode): Adjust log-view-file-re.
8692
8693 * add-log.el (change-log-mode-map): Add a menu.
8694
8695 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
8696
8697 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8698 function returns nil.
8699 (dbus-handle-event): Handle special return value :ignore.
8700 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
8701
8702 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8703
8704 * view.el (view-mode-enable): Don't define Helper-return-blurb if
8705 it's not needed.
8706
8707 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8708
8709 Fix Bug#3888:
8710
8711 * w32-vars.el (x-select-enable-clipboard): Doc fix.
8712
8713 * term/pc-win.el (x-display-name, x-colors)
8714 (x-select-enable-clipboard, x-select-text): Doc fix.
8715
8716 * term/common-win.el (x-display-name, x-colors): Doc fix.
8717
8718 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
8719 (xw-defined-colors): Doc fix.
8720
8721 * w32-fns.el (x-select-text, x-setup-function-keys)
8722 (x-get-selection, x-set-selection): Doc fix.
8723
8724 * term/x-win.el (x-select-text, x-setup-function-keys)
8725 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
8726
8727 * select.el (x-set-selection): Doc fix.
8728
8729 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
8730
8731 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
8732 instead of "IsNSSSupportAvailable". Avahi ought to work also when
8733 "IsNSSSupportAvailable" method is not available. Reported by
8734 Steve Youngs <steve@sxemacs.org>.
8735
8736 2009-07-24 Kenichi Handa <handa@m17n.org>
8737
8738 * international/characters.el: Fix setting of category ?C, ?|, ?K,
8739 and ?H. Fix setting of case for Latin Extended and Greek Extended.
8740 (build-unicode-category-table): Fix range checks.
8741
8742 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8743
8744 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
8745 the buffer we try to sync is current when calling
8746 vc-resynch-buffer.
8747
8748 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
8749 not show up to date files.
8750
8751 2009-07-24 Glenn Morris <rgm@gnu.org>
8752
8753 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
8754 Add autoload cookies. If necessary, initialize.
8755 (elint-log): Handle non-file buffers.
8756 (elint-initialize): Add optional argument to reinitialize.
8757 (elint-find-builtin-variables): Save excursion.
8758
8759 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8760
8761 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8762 for Lint.
8763
8764 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8765
8766 * vc.el (vc-print-log-internal): New function, split out from ...
8767 (vc-print-log): ... here.
8768 (vc-dir-move-to-goal-column): Declare.
8769
8770 * vc-git.el (vc-git-add-signoff): New variable.
8771 (vc-git-checkin): Use it.
8772 (vc-git-toggle-signoff): New function.
8773 (vc-git-extra-menu-map): Bind it to menu.
8774 (vc-git--run-command-string): Accept a nil FILE argument.
8775 (vc-git-stash-list): New function.
8776 (vc-git-dir-extra-headers): Use it.
8777
8778 2009-07-23 Glenn Morris <rgm@gnu.org>
8779
8780 * help-fns.el (describe-variable): Describe ignored and risky local
8781 variables in a similar way to that in which we describe safe ones.
8782
8783 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
8784 (byte-compile-output-file-form, byte-compile-output-docform)
8785 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
8786 Give some more local variables with common names a "bytecomp-" prefix,
8787 so as not to shadow things during compilation.
8788 * emacs-lisp/cl-macs.el (load-time-value)
8789 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
8790 `outbuffer' to `bytecomp-outbuffer'.
8791
8792 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
8793 since the next two variables cover them automatically now.
8794 (elint-builtin-variables, elint-autoloaded-variables): New.
8795 (elint-unknown-builtin-args): Remove all members, since they can be
8796 parsed automatically now.
8797 (elint-extra-errors): New.
8798 (elint-env-add-env, elint-env-add-macro): Use cadr.
8799 (elint-current-buffer): Use or. Change final message.
8800 (elint-get-top-forms): Use line-end-position.
8801 (elint-init-env): Use cadr. Handle autoload, declare-function,
8802 and defalias.
8803 (elint-add-required-env): Doc fix. Use or. Standardize error.
8804 (regexp-assoc): Remove unused function.
8805 (elint-top-form): Set elint-current-pos, to record the start of the
8806 top-level form, for compilation-mode.
8807 (elint-form): Trap errors in macro expansion. Use dolist.
8808 (elint-unbound-variable): Use elint-builtin-variables and
8809 elint-autoloaded-variables.
8810 (elint-get-args): Use cadr, or.
8811 (elint-check-cond-form): Use dolist, cadr.
8812 (elint-check-condition-case-form): Doc fix. Use cadr.
8813 Use elint-extra-errors.
8814 (elint-log): New function.
8815 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
8816 Distinguish errors and warnings.
8817 (elint-log-message): Use with-current-buffer. Inhibit read-only.
8818 Use a bytecomp-style format.
8819 (elint-clear-log): Preserve default-directory. Inhibit read-only.
8820 (elint-get-log-buffer): Use compilation mode. Disable undo.
8821 Don't truncate lines.
8822 (elint-initialize): Set builtin and autoloaded variable lists.
8823 Only process elint-unknown-builtin-args if non-nil.
8824 (elint-find-builtin-variables, elint-find-autoloaded-variables):
8825 New functions.
8826 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
8827
8828 2009-07-22 Kevin Ryde <user42@zip.com.au>
8829
8830 * net/newst-backend.el (newsticker--parse-atom-1.0)
8831 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8832 (newsticker--parse-rss-1.0):
8833 * progmodes/idlwave.el (idlwave-mode):
8834 * progmodes/idlw-shell.el (idlwave-shell-mode):
8835 * progmodes/vera-mode.el (vera-mode):
8836 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
8837 * progmodes/vhdl-mode.el (vhdl-mode):
8838 * textmodes/table.el (table-generate-source)
8839 (table--warn-incompatibility):
8840 Hyperlink urls in docstrings with URL `...'.
8841
8842 2009-07-22 Glenn Morris <rgm@gnu.org>
8843
8844 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
8845 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
8846 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
8847 Remove leading * from defcustom docs.
8848
8849 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
8850
8851 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
8852 defcustom doc.
8853 (list-load-path-shadows): Optionally, just return shadows as a string.
8854
8855 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
8856
8857 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8858
8859 * mail/rmailedit.el (rmail-edit-mode): Use
8860 auto-save-include-big-deletions.
8861
8862 * mail/rmail.el (rmail-variables): Use
8863 auto-save-include-big-deletions.
8864
8865 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
8866 changes.
8867
8868 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8869
8870 * calc/calc.el (calc-undo-length): New variable.
8871 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
8872
8873 2009-07-21 Richard Stallman <rms@gnu.org>
8874
8875 * files.el (auto-save-mode): Handle buffer-save-size = -2
8876 for toggling mode.
8877
8878 2009-07-21 Glenn Morris <rgm@gnu.org>
8879
8880 * textmodes/ispell.el (ispell-looking-back): Update declaration.
8881
8882 * calendar/todo-mode.el (calendar-current-date): Update declaration.
8883
8884 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
8885 silence compiler. Instead...
8886 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
8887 (ps-print-ensure-fontified): Update for above function name changes.
8888
8889 * printing.el (pr-mh-get-msg-num, pr-mh-show)
8890 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
8891 silence compiler. Instead...
8892 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
8893 (mh-show-buffer): Only define for compiler.
8894 (pr-mh-current-message): Update for above function name changes.
8895
8896 * files.el (abort-if-file-too-large): Explicitly pass `filename'
8897 as an argument.
8898 (find-file-noselect, insert-file-1): Update for above change.
8899
8900 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
8901
8902 * mail/mailclient.el (mailclient-send-it): Fix message.
8903
8904 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
8905 (edebug-eval): Check cl-debug-env is bound.
8906 (print-level, print-circle): Don't redefine built-in variables.
8907
8908 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
8909 (custom-print-vectors): Remove old comments from doc.
8910
8911 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
8912 (emerge-version): Make the variable an obsolete alias for the
8913 emacs-version variable. Make the function obsolete.
8914 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
8915 Emerge options, rather than merging in into the main Options menu.
8916 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
8917 and auto advance modes. Disable edit/fast items when not relevant.
8918
8919 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8920
8921 * term/vt420.el (terminal-init-vt420): Fix typo.
8922
8923 2009-07-20 Sam Steingold <sds@gnu.org>
8924
8925 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
8926 variable (removed from compile.el on 2004-03-11).
8927
8928 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
8929
8930 * files.el (hack-local-variables-filter): Fix last change.
8931
8932 2009-07-19 Juri Linkov <juri@jurta.org>
8933
8934 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
8935 (dir-local-variables-alist): New buffer-local variable.
8936 (hack-local-variables-filter): If variable is not dir-local,
8937 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
8938 because file-local overrides dir-local.
8939 (c-postprocess-file-styles) <declare-function>:
8940 Remove obsolete declaration.
8941 (hack-dir-local-variables): Add dir-local variable/value pair to
8942 `dir-local-variables-alist' and remove duplicates. Doc fix.
8943
8944 * help-fns.el (describe-variable): Add information about
8945 file-local and dir-local variables.
8946
8947 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
8948
8949 * files.el (hack-local-variables-filter): Rewrite.
8950
8951 2009-07-19 Glenn Morris <rgm@gnu.org>
8952
8953 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
8954 Silence compiler by only defining on XEmacs.
8955
8956 * international/mule.el (auto-coding-regexp-alist): Only match
8957 BABYL... at the start of buffer, not of lines. (Bug#3790)
8958
8959 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
8960 non-calendar buffers (Bug#3862). Restore "not on a date" message.
8961 (cal-menu-context-mouse-menu): Doc fix.
8962
8963 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
8964
8965 * simple.el (mail-user-agent): Doc fix. Set :version tag.
8966
8967 2009-07-18 Juri Linkov <juri@jurta.org>
8968
8969 * info.el: Virtual Info keyword finder.
8970 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
8971 (Info-finder-file): New variable.
8972 (Info-finder-find-file): New function.
8973 (finder-known-keywords, finder-package-info)
8974 (find-library-name, lm-commentary): Use defvar and
8975 declare-function to silence compiler warnings.
8976 (Info-finder-find-node): New function.
8977 (info-finder): New command.
8978
8979 * subr.el (process-kill-buffer-query-function): New function.
8980 (add-hook)<kill-buffer-query-functions>: Add hook
8981 `process-kill-buffer-query-function'.
8982
8983 2009-07-18 Alan Mackenzie <acm@muc.de>
8984
8985 * progmodes/cc-mode.el (c-before-hack-hook)
8986 (c-postprocess-file-styles): Give invocation of `c-set-style'
8987 DONT-OVERRIDE parameter of t. Already set style variables will
8988 thus not be overridden by style settings given by `c-file-syle'.
8989
8990 * files.el (hack-local-variables-filter): Remove entries with
8991 duplicate keys from `file-local-variables-alist'.
8992
8993 2009-07-18 Eli Zaretskii <eliz@gnu.org>
8994
8995 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8996 x-set-selection if display-selections-p returns nil for the
8997 current frame.
8998
8999 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9000
9001 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9002
9003 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9004
9005 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9006 Accept nil in addition to a regexp.
9007 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9008 Accept nil in addition to a regexp.
9009 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9010 buffers that have an associated file. Handle nil values of
9011 desktop-buffers-not-to-save and desktop-files-not-to-save.
9012 (Bug#3833)
9013
9014 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9015 (x-disown-selection-internal): New functions.
9016
9017 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9018
9019 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9020 warning.
9021 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9022 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9023
9024 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9025
9026 * simple.el (set-mark): Revert last change.
9027
9028 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9029
9030 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9031 rendering of pngs is not possible instead of messaging a long
9032 description.
9033
9034 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9035
9036 * w32-fns.el (x-selection-owner-p): New function.
9037
9038 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9039 (mouse-yank-at-click, mouse-yank-primary): If
9040 select-active-regions is non-nil, deactivate the mark before
9041 insertion.
9042
9043 * simple.el (deactivate-mark, set-mark): Only save selection if we
9044 own it.
9045
9046 2009-07-17 Kenichi Handa <handa@m17n.org>
9047
9048 * case-table.el (describe-buffer-case-table): Fix for the case
9049 that KEY is a cons.
9050
9051 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9052
9053 * vc-rcs.el (vc-rcs-find-file-hook):
9054 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9055
9056 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9057
9058 * net/tramp.el (tramp-wait-for-output): Handle the case when
9059 commands do not return a newline but a null byte before the shell
9060 prompt. (Bug#3858)
9061
9062 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9063
9064 * term/ns-win.el (ns-set-alpha): Don't declare.
9065 (ns-set-background-alpha): Remove function.
9066
9067 2009-07-16 Kevin Ryde <user42@zip.com.au>
9068
9069 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9070 y-or-n-p, for safety.
9071
9072 2009-07-16 Richard Stallman <rms@gnu.org>
9073
9074 * files.el (auto-save-mode): If buffer-saved-size is -2,
9075 don't clobber it.
9076
9077 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9078 (rmail-retry-ignored-headers): Add more uninteresting fields.
9079
9080 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9081
9082 * net/rcirc.el (rcirc): Use history variables.
9083 (rcirc-server-name-history, rcirc-nick-name-history)
9084 (rcirc-server-port-history): New variables.
9085
9086 2009-07-15 Kenichi Handa <handa@m17n.org>
9087
9088 * international/mule-cmds.el (set-language-environment-charset):
9089 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9090 ignore them.
9091
9092 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9093 Delete unibyte-display.
9094
9095 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9096
9097 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9098
9099 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9100
9101 * simple.el (deactivate-mark): Optional argument FORCE.
9102 (set-mark): Use deactivate-mark.
9103
9104 * info.el (Info-search): No need to check transient-mark-mode
9105 before calling deactivate-mark.
9106
9107 * select.el (x-set-selection): Doc fix.
9108 (x-valid-simple-selection-p): Allow buffer values.
9109 (xselect--selection-bounds): Handle buffer values. Suggested by
9110 David De La Harpe Golden.
9111
9112 * mouse.el (mouse-set-region, mouse-drag-track): Call
9113 copy-region-as-kill before setting the mark, to let
9114 select-active-regions work.
9115
9116 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
9117
9118 * simple.el (deactivate-mark): If select-active-regions is
9119 non-nil, copy the selection data into a string.
9120 (activate-mark): If select-active-regions is non-nil, set the
9121 selection to the current buffer.
9122 (set-mark): Update selection if select-active-regions is non-nil.
9123
9124 * select.el (x-valid-simple-selection-p): Allow buffer values.
9125
9126 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9129 and more featureful message-mode.
9130
9131 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
9132
9133 * select.el (x-set-selection): Doc fix.
9134 (x-valid-simple-selection-p): Disallow selection data consisting
9135 of a list or cons of integers, since that is not used.
9136 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9137 (xselect-convert-to-string, xselect-convert-to-length)
9138 (xselect-convert-to-filename, xselect-convert-to-charpos)
9139 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9140
9141 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9142
9143 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9144 output in -break-info command (Emacs bug #3794).
9145
9146 2009-07-14 Glenn Morris <rgm@gnu.org>
9147
9148 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9149 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9150 (edebug-print-length, edebug-print-level, edebug-print-circle)
9151 (edebug-sit-for-seconds, edebug-view-outside)
9152 (edebug-bounce-point, edebug-set-global-break-condition)
9153 (edebug-Go-nonstop-mode, edebug-trace-mode)
9154 (edebug-Trace-fast-mode, edebug-continue-mode)
9155 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9156 (edebug-visit-eval-list): Doc fixes.
9157
9158 * subr.el (def-edebug-spec): Doc fix.
9159
9160 2009-07-14 Kenichi Handa <handa@m17n.org>
9161
9162 * international/characters.el: Fix setting of category ?C.
9163
9164 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9165
9166 * term/ns-win.el (x-select-font): defalias x-select-font to
9167 ns-popup-font-panel instead of generate-fontset-menu.
9168
9169 2009-07-12 Eli Zaretskii <eliz@gnu.org>
9170
9171 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9172
9173 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9174
9175 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9176 the PK\003\004 header (Bug#3770).
9177
9178 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9179
9180 * pcomplete.el (pcomplete-comint-setup): Check for
9181 shell-dynamic-complete-filename too.
9182
9183 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
9184
9185 * simple.el (temporary-goal-column): Change the value for
9186 line-move-visual to a cons cell.
9187 (line-move-visual): Record or set the window hscroll, if
9188 necessary (Bug#3494).
9189 (line-move-1): Handle cons value of temporary-goal-column.
9190
9191 2009-07-11 Kenichi Handa <handa@m17n.org>
9192
9193 * international/mule-diag.el (describe-character-set): Don't show
9194 width.
9195
9196 2009-07-10 Sam Steingold <sds@gnu.org>
9197
9198 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9199 Omake sometimes indents the errors it prints, so allow all
9200 regexps to start with spaces.
9201
9202 2009-07-10 Eli Zaretskii <eliz@gnu.org>
9203
9204 * cus-edit.el (customize-changed-options-previous-release):
9205 Bump value to 22.1. (Bug#3804)
9206
9207 2009-07-08 Sam Steingold <sds@gnu.org>
9208
9209 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9210 to be a cons cell (test . ignored-directory) to selectively ignore
9211 some directories depending on the location of the search.
9212
9213 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9214
9215 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9216 remote user is root, on the local host.
9217 (tramp-local-host-p): Either the local user or the remote user
9218 must be root. (Bug#3771)
9219
9220 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9221
9222 * progmodes/gdb-mi.el (gdb): Remove description of
9223 gdb-use-separate-io-buffer.
9224 (menu): Don't allow toggling of or enable
9225 gdb-use-separate-io-buffer from menubar.
9226
9227 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9228
9229 * mail/unrmail.el (unrmail): Make sure the message ends with two
9230 newlines (Bug#3769).
9231
9232 2009-07-08 Glenn Morris <rgm@gnu.org>
9233
9234 * calendar/calendar.el (calendar-current-date): Rework previous change.
9235
9236 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9237
9238 * calendar/calendar.el (calendar-current-date):
9239 Add an optional argument giving an offset from today.
9240
9241 2009-07-08 Glenn Morris <rgm@gnu.org>
9242
9243 * tutorial.el (tutorial--describe-nonstandard-key):
9244 Adjust the message for when a key has been unbound.
9245 (help-with-tutorial): Hide the arch-tag.
9246
9247 2009-07-08 Kenichi Handa <handa@m17n.org>
9248
9249 * international/fontset.el (setup-default-fontset): For each
9250 script, append (not set) font-specs.
9251
9252 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9253 docstring.
9254
9255 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9256
9257 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9258 -data-list-register-names to ...
9259 (gdb-starting): ... here because GDB 7.0 requires execution to
9260 have started when using this MI command.
9261 (gdb-set-header): New function to distinguish select and
9262 unselected tabs in gdb buffers.
9263 (gdb-propertize-header): New macro that uses gdb-set-header.
9264 (gdb-breakpoints-header, gdb-locals-header): Use it.
9265 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9266
9267 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9268
9269 * Makefile.in (ELCFILES): Remove fadr.elc.
9270
9271 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9272
9273 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9274 may contain frame information, so `string-match' should be used.
9275 (gdb-update): Disassembly is invalidated through
9276 `gdb-get-selected-frame'.
9277 (gdb-pad-string): New function to pad string with spaces.
9278 (gdb-invalidate-disassembly): Invalidate only if the buffer
9279 exists.
9280 (gdb-disassembly-handler-custom): Column alignment.
9281 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9282 placing new ones.
9283 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9284 end of line, too.
9285 (gdb-frame-handler): Match convention to for disassembly buffer
9286 mode name.
9287 (gdb-stack-list-frames-handler): Rewritten without regexps.
9288 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9289 not highlight breakpoints without line information.
9290 (gdb-input): Add trailing newline to command.
9291
9292 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9293 buffer properly.
9294 (gdb-breakpoints-list-handler-custom): Replacement for
9295 `gdb-break-list-handler'. Using real parser instead of regexps
9296 now.
9297 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9298 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9299 to place breakpoints.
9300 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9301 functions.
9302 (gdb-disassembly-handler-custom): Show overlay arrow.
9303 (gdb-disassembly-place-breakpoints): Show breakpoints in
9304 disassembly buffer.
9305 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9306 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9307 instead of parsing breakpoints buffer. Fixed old menu references
9308 in `gud-menu-map'.
9309
9310 * fadr.el: Remove.
9311
9312 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9313 (gdb-memory-address): New variable which holds top address of
9314 memory page shown in memory buffer.
9315 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9316 customization variables.
9317 New functions:
9318 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9319 display the memory buffer.
9320 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9321 buffer display parameters.
9322 (def-gdb-memory-format, gdb-memory-format-binary)
9323 (gdb-memory-format-octal, gdb-memory-format-unsigned)
9324 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9325 Functions for setting memory buffer format.
9326 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9327 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9328 unit size used in memory buffer.
9329 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9330 to next/previous page of memory buffer.
9331 Now using (bindat-get-field) instead of fadr functions.
9332
9333 2009-07-07 Sam Steingold <sds@gnu.org>
9334
9335 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9336 non-top-level files.
9337
9338 2009-07-07 Kenichi Handa <handa@m17n.org>
9339
9340 * international/mule-cmds.el (reset-language-environment): Put
9341 the highset priority to the charset iso-8859-1.
9342
9343 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9344
9345 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9346 to the end of the line when locating the block (Bug#700).
9347
9348 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
9349
9350 * net/tramp.el (tramp-handle-write-region): Flush file properties
9351 in case of short track.
9352
9353 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
9354
9355 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
9356 representation of verilog error regular expressions to work with
9357 Emacs-22's new format.
9358 (verilog-error-regexp-xemacs-alist): Coded custom representation
9359 of verilog error regular expressions to work with XEmacs format.
9360 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9361 error recognition into XEmacs.
9362 (verilog-error-regexp-add-emacs): Hook routine to install verilog
9363 error recognition into Emacs-22.
9364
9365 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9366
9367 * woman.el: Remove stand-alone closing parentheses.
9368 (woman-file-name, woman2-format-paragraphs)
9369 (woman-leave-blank-lines): Code cleanup.
9370 (woman-use-own-frame): Change default to nil.
9371 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9372 defaults to inherit from default faces.
9373 (woman2-process-escapes): Consume the newline after a stand-alone
9374 filler character (Bug#3651).
9375
9376 2009-07-06 Glenn Morris <rgm@gnu.org>
9377
9378 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9379 (top-level): Move provide to the end.
9380 (ffap): Remove defunct URL from custom group.
9381
9382 * subr.el (eval-after-load): Doc fix.
9383
9384 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
9385
9386 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9387 `calc-embedded-word' is called twice.
9388
9389 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * files.el (find-alternate-file-other-window, find-alternate-file):
9392 Obey confirm-nonexistent-file-or-buffer.
9393
9394 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
9395
9396 * dired-aux.el (dired-show-file-type): Handle remote files.
9397
9398 2009-07-05 Jari Aalto <jari.aalto@cante.net>
9399
9400 * desktop.el (desktop-globals-to-save):
9401 Add file-name-history (Bug#2750).
9402
9403 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
9404
9405 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9406
9407 2009-07-04 Johan Bockgård <bojohan@gnu.org>
9408
9409 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9410 property on entire argument since this is what eshell-lisp-command
9411 expects.
9412
9413 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
9414
9415 * net/tramp-gvfs.el (tramp-gvfs-methods)
9416 (tramp-gvfs-zeroconf-domain)
9417 (tramp-bluez-discover-devices-timeout): Add version flag.
9418 (tramp-gvfs-handler-mounted-unmounted)
9419 (tramp-gvfs-connection-mounted-p): Polish handling of
9420 incompatibilities between GVFS 0.2 and 1.0.
9421
9422 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9423
9424 * cus-start.el (all): Add make-pointer-invisible.
9425
9426 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9427
9428 * calc-math.el (math-use-emacs-fn): Make sure that the number is
9429 formatted correctly.
9430
9431 2009-07-02 Juri Linkov <juri@jurta.org>
9432
9433 * info.el: Virtual Info files and nodes.
9434 (Info-virtual-files, Info-virtual-nodes): New variables.
9435 (Info-current-node-virtual): New variable.
9436 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9437 New functions.
9438 (Info-file-supports-index-cookies): Use Info-virtual-file-p
9439 to check for a virtual file instead of checking a fixed list
9440 of node names.
9441 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9442 instead of ad-hoc processing of "dir" and (apropos history toc).
9443 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9444 instead of ad-hoc processing of "dir" and (apropos history toc).
9445 Reread a file when moving from a virtual node.
9446 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9447 (Info-directory-toc-nodes, Info-directory-find-file)
9448 (Info-directory-find-node): New functions.
9449 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9450 (Info-history): Move part of code to
9451 `Info-history-find-node'.
9452 (Info-history-toc-nodes, Info-history-find-file)
9453 (Info-history-find-node): New functions.
9454 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9455 (Info-toc): Move part of code to `Info-toc-find-node'.
9456 (Info-toc-find-node): New function.
9457 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
9458 the current Info file name to references because now the node
9459 "*TOC*" belongs to the same Info manual.
9460 (Info-toc-build): Rename from `Info-build-toc'.
9461 (Info-toc-nodes): Rename input argument `file' to `filename'.
9462 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9463 instead of ad-hoc processing of ("dir" apropos history toc).
9464 (Info-index-nodes): Use Info-virtual-file-p
9465 to check for a virtual file instead of checking a fixed list
9466 of node names.
9467 (Info-index-node): Add check for `Info-current-node-virtual'.
9468 Raise `save-match-data' higher up the tree to contain
9469 `search-forward' too (bug fix).
9470 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9471 (Info-virtual-index-nodes): New variable.
9472 (Info-virtual-index-find-node, Info-virtual-index): New functions.
9473 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9474 (Info-apropos-file, Info-apropos-nodes): New variables.
9475 (Info-apropos-toc-nodes, Info-apropos-find-file)
9476 (Info-apropos-find-node, Info-apropos-matches): New functions.
9477 (info-apropos): Move part of code to `Info-apropos-find-node' and
9478 `Info-apropos-matches'.
9479 (Info-mode-map): Bind "I" to `Info-virtual-index'.
9480 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9481 for a virtual file instead of checking a fixed list of node names.
9482
9483 * simple.el (async-shell-command): New command.
9484
9485 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9486
9487 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9488 instead of `mount-info'.
9489
9490 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
9491
9492 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9493 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9494
9495 2009-07-02 Kenichi Handa <handa@m17n.org>
9496
9497 * international/mule.el (set-keyboard-coding-system): Force *-unix
9498 coding-system to avoid eol conversion.
9499
9500 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
9501
9502 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9503 Add handler for `process-file', `shell-command' and
9504 `start-file-process'.
9505 (tramp-gvfs-handle-shell-command)
9506 (tramp-gvfs-handle-start-file-process)
9507 (tramp-gvfs-handle-process-file): New defuns.
9508 (tramp-synce-list-devices): Simplify check for existence of property.
9509
9510 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9511
9512 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9513
9514 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
9515
9516 * language/korean.el (set-language-info-alist): Add korean-cp949,
9517 cp949 to spec.
9518
9519 2009-07-01 Kenichi Handa <handa@m17n.org>
9520
9521 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9522
9523 * international/encoded-kb.el: Deleted.
9524
9525 * international/mule.el (set-keyboard-coding-system): Perform the
9526 necessary setup here instead of calling encoded-kbd-setup-display.
9527
9528 2009-07-01 Glenn Morris <rgm@gnu.org>
9529
9530 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9531
9532 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
9533
9534 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
9535
9536 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
9537
9538 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9539 Handle also the 'rename case, when setting file modes. (Bug#3712)
9540 (tramp-default-file-modes) Remove execute permissions.
9541
9542 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9543 (top): Add a default for "synce" in `tramp-default-user-alist'.
9544 Add completion function for "synce" method.
9545 (tramp-hal-service, tramp-hal-path-manager)
9546 (tramp-hal-interface-manager, tramp-hal-interface-device):
9547 New defconst.
9548 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9549 (tramp-synce-list-devices, tramp-synce-parse-device-names):
9550 New defuns.
9551
9552 * net/trampver.el: Update release number.
9553
9554 2009-06-30 Kenichi Handa <handa@m17n.org>
9555
9556 * international/fontset.el (setup-default-fontset): Add CJK fonts
9557 for symbols and the other miscellaneous characters.
9558
9559 * language/korea-util.el (setup-korean-environment-internal):
9560 Make char-width-table suitable for Korean environments.
9561 (exit-korean-environment): Cancel above.
9562
9563 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9564 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9565 setup-funcion to make char-widht-table suitable for respective
9566 environments, and an exit-function to cancel that.
9567
9568 * language/japan-util.el (setup-japanese-environment-internal):
9569 Call use-cjk-char-width-table with arg `ja_JP'.
9570
9571 * international/characters.el (cjk-char-width-table): Delete it.
9572 (cjk-char-width-table-list): New variable.
9573 (use-cjk-char-width-table): New arg local-name.
9574 (use-default-char-width-table): Fix for the case that Emacs is
9575 already using the default char-width-table.
9576
9577 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
9578
9579 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9580 modes mandatory. (Bug#3712)
9581
9582 2009-06-29 Alan Mackenzie <acm@muc.de>
9583
9584 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9585 correction between the visible width of TABs and their number of bytes.
9586
9587 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
9588
9589 * server.el (server-buffer-done): Prevent kill-buffer from
9590 prompting by clearing the buffer modification flag (Bug#3696).
9591
9592 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
9593
9594 * verilog-mode.el (verilog-beg-of-statement)
9595 (verilog-endcomment-reason-re): Support unique case and priority case.
9596 (verilog-basic-complete-re): Support localparam lineup.
9597 (verilog-beg-of-statement-1): Fix for robustness, unique case.
9598 (verilog-set-auto-endcomments): Fix for unique case, always_comb
9599 commenting.
9600 (verilog-leap-to-case-head): Now support *nested* unique &
9601 priority case statements.
9602 (verilog-auto-lineup): Make just declarations the default (as it
9603 had been).
9604 (verilog-leap-to-case-head): Support priority/unique case statements.
9605 (verilog-auto-lineup): Rework to give users radio buttons to
9606 select the various styles of automatic lineup.
9607 (verilog-error-regexp-alist): Rework to support the XEmacs style
9608 of error regular expressions from compilers, lint tools &
9609 simulators. Note that GNU Emacs has made it impossible for a mode
9610 to load such things.
9611 (electric-verilog-terminate-line, verilog-indent-declaration)
9612 (verilog-auto-wiure): Rework for radio button selection of
9613 auto-lineup selection of specification of auto lineup.
9614 (verilog-beg-of-statement-1): Redesign to support proper operation
9615 in additional code, based on testing with auto-lineup.
9616 (verilog-calculate-indent, assignments & declarations)
9617 (verilog-backward-token): Enhance to support auto-lineup of
9618 assignments & declarations.
9619 (verilog-in-directive-p, verilog-at-struct-p): New function for
9620 easy test of whether we are.
9621 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9622 to support safe execution at almost anyline.
9623 (verilog-calc-1): Properly support indenting deep inside generate
9624 blocks.
9625 (verilog-init-font) Remove definition & use of verilog-init-font,
9626 as it is redundant with font-lock-defaults.
9627 (verilog-mode): Alter the definition of verilog-font-lock-defaults
9628 to avoid circular calls if syntax-ppss is a function (as is the
9629 case now in 22.x GNU Emacs) as that function would sometimes call
9630 itself, leading to (nearly) infinite recursion.
9631 (verilog-ovm-begin-re, verilog-ovm-end-re)
9632 (verilog-ovm-statement-re, verilog-leap-to-head)
9633 (verilog-backward-token): Add support for OVM macros. Some are
9634 complete statements, and others open and close scopes like begin
9635 and end.
9636 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9637 (verilog-defun-level-generate-only-re): Really fix the defun-list
9638 compilation issue.
9639 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
9640 coverpoint, constraint and cross statements.
9641 (verilog-defun-level-list, verilog-generate-defun-level-list)
9642 (verilog-all-defun-level-list): Redo these specifications - it is
9643 too hard to support eval-when compile aggregation of lists also
9644 built at when-compile time.
9645 (verilog-defun-level-list): Place defconsts of variables used in
9646 building regular expressions which are built in eval-when-compile
9647 bodies in the same eval-when-compile body to facilitate compile
9648 without load.
9649 (verilog-beg-block-re-ordered): Support indenting
9650 virtual/protected tasks and functions.
9651 (verilog-defun-level-list, verilog-in-generate-region-p)
9652 (verilog-backward-ws&directives, verilog-calc-1): Speed up
9653 indentation of some module items (generate items).
9654 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9655 across virtual/protected tasks and functions.
9656
9657 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
9658
9659 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9660 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
9661 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9662 in concatenations. Reported by Yishay Belkind.
9663 (verilog-auto-ascii-enum): Support one-hot state machines in
9664 AUTOASCIIENUM. Suggested by Lloyd Gomez.
9665 (verilog-auto-inst, verilog-auto-inst-port): Include interface
9666 modport in AUTOINST and add vl-modport for users. Reported by
9667 David Rogoff.
9668 (verilog-auto-inout-module, verilog-auto-inst)
9669 (verilog-decls-get-interfaces, verilog-insert-definition)
9670 (verilog-insert-one-definition, verilog-read-decls)
9671 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9672 (verilog-sig-modport, verilog-signals-combine-bus)
9673 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9674 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9675 Suggested by David Rogoff.
9676 (verilog-repair-open-comma): Fix non-insertion of comma when
9677 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
9678 (verilog-make-width-expression): Simplify [A-1:0] expression
9679 widths to just {A{1'b0}}.
9680 (verilog-mode): Cleanup checkdoc warnings.
9681 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9682 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9683 inputs/outputs or data type. Suggested by Vasu Kandadi.
9684 (next-error-last-buffer): Fix byte-compiler warning.
9685 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9686 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
9687 or shell command text during AUTO expansion. Suggested by Tad Truex.
9688 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
9689 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
9690 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
9691 in AUTOINOUT. Reported by Matthew Lovell.
9692 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
9693 causing use of <= assignments. Reported by Alex Reed.
9694 (verilog-read-decls): Fix triand, trior, wand, wor to be
9695 recognized by AUTOWIRE. Reported by Spencer Isaacson.
9696 (verilog-extended-complete-re): Support import "DPI-C" functions.
9697 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
9698 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
9699 (verilog-insert-date, verilog-insert-year)
9700 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
9701 Windows systems. Reported by Michael Potts.
9702 (verilog-read-module-name): Fix AUTOINST when the child module
9703 declaration's name is a tick define. Reported by Elliot Mednick.
9704 (verilog-read-decls): Fix V2K parameter bit subscripts getting
9705 passed to next parameter's definition. Reported by Bruce T.
9706 (verilog-read-decls): Fix detecting "parameter int" when using
9707 AUTOINSTPARAM. Reported by Bruce T.
9708 (verilog-goto-defun): Fix goto not finding modules unless first
9709 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
9710 (verilog-mode): Expand -f flag arguments on entry to mode so
9711 verilog-goto-defun will work. Reported by Lawrence Butcher.
9712 (verilog-getopt): Expand environment variables in -f file
9713 arguments. Suggested by Lawrence Butcher.
9714 (verilog-set-define): Fix "Symbol's value as variable is void"
9715 when reading enumerations.
9716 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
9717 Suggested by Stephen Peltan.
9718 (verilog-read-defines): Fix reading of enumerations in include
9719 files. Reported by Steve Peltan.
9720
9721 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
9722
9723 * files.el (trash-directory): Fix defcustom type.
9724
9725 2009-06-28 Juri Linkov <juri@jurta.org>
9726
9727 * help-fns.el (describe-function-1): Correctly locate adviced
9728 functions in hyperlink (Bug#2438).
9729
9730 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
9731
9732 * files.el (trash-directory): Change default to nil.
9733 (move-file-to-trash): If trash-directory is nil and
9734 system-move-file-to-trash is unbound, perform freedesktop-style
9735 trashing.
9736
9737 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
9738
9739 * files.el (move-file-to-trash): Add freedesktop trash
9740 support (Bug#973).
9741
9742 2009-06-28 Glenn Morris <rgm@gnu.org>
9743
9744 * autorevert.el (global-auto-revert-non-file-buffers)
9745 (global-auto-revert-mode): Doc fixes.
9746
9747 2009-06-27 Johan Bockgård <bojohan@gnu.org>
9748
9749 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
9750
9751 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
9752
9753 * faces.el (x-handle-named-frame-geometry): Ensure that we have
9754 opened an X connection before calling x-get-resource (Bug#3194).
9755
9756 * play/doctor.el: Remove reference to obsolete website.
9757 (make-doctor-variables): Correct grammar mistake (Bug#2633).
9758
9759 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9760
9761 Remove find-file-not-found-hook VC method. (Bug#2757)
9762 * vc-hooks.el (vc-file-not-found-hook)
9763 (vc-default-find-file-not-found-hook): Remove functions.
9764 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
9765 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
9766 * vc.el:
9767 * vc-hg.el:
9768 * vc-git.el: Do not mention find-file-not-found-hook VC method.
9769
9770 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9771
9772 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
9773 compatibility function for `looking-back'.
9774
9775 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9776 Use `ispell-looking-back'.
9777
9778 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
9779
9780 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
9781 rather than `filename'.
9782
9783 2009-06-23 Miles Bader <miles@gnu.org>
9784
9785 * face-remap.el (text-scale-set): New function.
9786
9787 2009-06-23 Glenn Morris <rgm@gnu.org>
9788
9789 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
9790
9791 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
9792
9793 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
9794
9795 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
9796
9797 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9798 Simplify Persian conditionals.
9799
9800 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
9801 variable `filename'.
9802
9803 * comint.el (comint-insert-input): Doc fix.
9804
9805 * Makefile.in (ELCFILES): Fix typo in previous change.
9806
9807 2009-06-23 Miles Bader <miles@gnu.org>
9808
9809 * cus-start.el: Add entry for `recenter-redisplay'.
9810
9811 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9812
9813 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
9814 Add an optional argument for the backend, use it instead of
9815 calling vc-backend.
9816 (vc-mode-line): Add an optional argument for the backend.
9817 Pass the backend to vc-state and vc-working-revision. Move code for
9818 special handling for vc-state being a buffer to ...
9819
9820 * vc-rcs.el (vc-rcs-find-file-hook):
9821 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
9822
9823 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
9824 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
9825 vc-stay-local-p and vc-mode-line calls.
9826
9827 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
9828 (vc-cvs-diff, vc-cvs-annotate-command)
9829 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
9830 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
9831 vc-mode-line calls.
9832
9833 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
9834 direct comparison.
9835 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
9836 backend when calling vc-mode-line.
9837 (vc-register): Do not create a closure for calling the vc register
9838 function, call it directly.
9839
9840 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9841
9842 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
9843 to make it obvious item can be clicked.
9844
9845 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
9846
9847 2009-06-23 Kenichi Handa <handa@m17n.org>
9848
9849 * language/korea-util.el (korean-key-bindings): Change the binding
9850 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
9851 same command.
9852
9853 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
9854
9855 Sync with Tramp 2.1.16.
9856
9857 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
9858
9859 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
9860 when a loading of a package fails. Completion function for rsync
9861 is `tramp-completion-function-alist-ssh'.
9862 (all): Replace all calls of `split-string' and
9863 `tramp-split-string' by `tramp-compat-split-string'.
9864 (tramp-default-method): Use `tramp-compat-process-running-p'.
9865 (tramp-default-proxies-alist): Allow also Lisp forms.
9866 (tramp-remote-path): Add choice "Private Directories".
9867 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
9868 (tramp-domain-regexp): Allow also "-", "_" and ".".
9869 (tramp-end-of-output): Remove newlines, and add "$" at the end.
9870 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
9871 (tramp-debug-message): Insert header line in debug buffer.
9872 (tramp-handle-directory-files-and-attributes-with-stat):
9873 Care about filenames with spaces, or starting with "-".
9874 (tramp-handle-dired-uncache): New defun.
9875 (tramp-handle-insert-directory): Don't flush the directory from
9876 cache, this is handled by `dired-uncache' now.
9877 (tramp-handle-insert-file-contents): Improve error handling.
9878 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9879 Quote `tramp-end-of-output'.
9880 (tramp-action-password): Improve trace message.
9881 (tramp-check-for-regexp): Both echoes must be present, before removing.
9882 (tramp-open-connection-setup-interactive-shell): Trace coding system.
9883 (tramp-compute-multi-hops): Eval cons cells of
9884 `tramp-default-proxies-alist'.
9885 (tramp-maybe-open-connection): Use the same command pattern for
9886 first hop and further hops.
9887 (tramp-wait-for-output): Remove handling of newlines.
9888 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
9889 (tramp-split-string): Remove function. It is handled in
9890 tramp-compat now.
9891
9892 * net/tramp-cmds.el (tramp-bug):
9893 Recommend `tramp-cleanup-all-connections' in the bug mail.
9894
9895 * net/tramp-compat.el (tramp-compat-split-string)
9896 (tramp-compat-process-running-p): New defuns.
9897
9898 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
9899 for `dired-uncache'.
9900
9901 * net/tramp-gvfs.el: New package.
9902
9903 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9904 Add handler for `dired-uncache'.
9905 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
9906
9907 * net/trampver.el: Update release number. Make version check fit
9908 for SXEmacs 22.
9909
9910 2009-06-22 Jim Meyering <meyering@redhat.com>
9911
9912 Automatically handle .xz suffix (XZ-compressed files), too.
9913 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
9914 XZ is the successor to LZMA: <http://tukaani.org/xz/>
9915
9916 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
9917 Nick Roberts <nickrob@snap.net.nz>
9918
9919 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
9920 repository (http://sphinx.net.ru/hg/gdb-mi/).
9921
9922 2009-06-22 Glenn Morris <rgm@gnu.org>
9923
9924 * files.el (dir-locals-collect-mode-variables): Allow for any number of
9925 `mode' and `eval' entries. (Bug#3430)
9926
9927 * Makefile.in (ELCFILES): Add fadr.elc.
9928
9929 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
9930 differing behavior of \n and ^ in strings. (Bug#3385)
9931
9932 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
9933
9934 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
9935 property.
9936 (lisp-indent-function): Make it a defcustom.
9937
9938 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
9939
9940 * progmodes/gdb-ui.el: Replace with ...
9941 * progmodes/gdb-mi.el: ... this file.
9942 * progmodes/gud.el: Modify for gdb-mi.el.
9943
9944 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
9945
9946 * fadr.el: New file.
9947
9948 See ChangeLog.14 for earlier changes.
9949
9950 ;; Local Variables:
9951 ;; coding: utf-8
9952 ;; End:
9953
9954 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
9955
9956 This file is part of GNU Emacs.
9957
9958 GNU Emacs is free software: you can redistribute it and/or modify
9959 it under the terms of the GNU General Public License as published by
9960 the Free Software Foundation, either version 3 of the License, or
9961 (at your option) any later version.
9962
9963 GNU Emacs is distributed in the hope that it will be useful,
9964 but WITHOUT ANY WARRANTY; without even the implied warranty of
9965 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9966 GNU General Public License for more details.
9967
9968 You should have received a copy of the GNU General Public License
9969 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
9970
9971 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1