Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-01-12 Glenn Morris <rgm@gnu.org>
2
3 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4 it to bug-gnu-emacs rather than emacs-pretest-bug.
5
6 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
7
8 * cedet/data-debug.el (data-debug): Fix customization group reference.
9
10 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
11
12 * cedet/semantic/analyze.el (semantic-analyze-push-error)
13 (semantic-analyze-context, semantic-analyze-context-assignment)
14 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
15 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
16 (semantic-java-doc-keywords-map):
17 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
18 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
19 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
20 (semantic-c-classname, semantic-format-tag-uml-prototype)
21 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
22 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
23 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
24 (semantic-get-local-variables, semantic-end-of-command)
25 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
26 (lisp-mode):
27 * cedet/semantic/bovine/make.el (makefile-mode):
28 * cedet/semantic/wisent/python.el (wisent-python-string-re)
29 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
30 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
31 (semantic-lex, semantic-get-local-variables, python-mode):
32 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
33 * cedet/srecode/extract.el (srecode-extract-state-set)
34 (srecode-extract-method): Fix typos in docstrings.
35
36 2010-01-11 Sam Steingold <sds@gnu.org>
37
38 * imenu.el (imenu-default-create-index-function): Detect infinite
39 loops caused by imenu-prev-index-position-function.
40
41 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
42
43 * htmlfontify.el (htmlfontify-load-rgb-file)
44 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
45 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
46 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
47 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
48 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
49 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
50 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
51 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
52 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
53 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
54 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
55 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
56 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
57 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
58 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
59 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
60 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
61 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
62 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
63 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
64 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
65 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
66 backslash-quoting from parentheses, etc.
67
68 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
69
70 * progmodes/js.el: Autoload javascript-mode alias.
71
72 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
73
74 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
75 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
76 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
77 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
78 Fix typos in docstrings.
79 (ffap-url-regexp): Doc fix.
80 (ffap-at-mouse): Fix typo in message.
81
82 2010-01-11 Glenn Morris <rgm@gnu.org>
83
84 * version.el (emacs-copyright): Set copyright year to 2010.
85
86 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * format.el (format-annotate-function): Only set
89 write-region-post-annotation-function after running to-fn so as not to
90 affect nested write-region calls (bug#5273).
91
92 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
93
94 * cedet/semantic.el (semantic-new-buffer-setup-functions):
95 Add python parser.
96
97 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
98 wisent/python.el.
99
100 2010-01-10 Richard Kim <emacs18@gmail.com>
101
102 * cedet/semantic/wisent/python-wy.el:
103 * cedet/semantic/wisent/python.el: New files.
104
105 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
106
107 * man.el (Man-goto-section): Signal error if the section is not
108 found (Bug#5317).
109
110 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
111
112 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
113 URLs with a leading triple slash in the file: scheme. (Bug#5345)
114
115 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
116
117 * progmodes/compile.el: Don't treat compile-command as safe if
118 compilation-read-command might be nil (Bug#4218).
119
120 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
121
122 * startup.el (command-line-1): Use orig-argi to check for ignored X and
123 NS options.
124
125 2010-01-08 Kenichi Handa <handa@m17n.org>
126
127 * international/fontset.el (build-default-fontset-data):
128 Exclude characters in scripts kana, hangul, han, or cjk-misc.
129
130 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
131
132 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
133 to `create-file-buffer' as it expects, not just a buffer name.
134 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
135 to help uniquify. (Bug#3224)
136
137 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
138
139 * font-setting.el (font-setting-change-default-font): Use user-spec
140 instead of name.
141
142 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
143
144 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
145
146 2010-01-05 Tom Tromey <tromey@redhat.com>
147
148 * progmodes/python.el (python-font-lock-keywords):
149 Handle qualified decorators (Bug#881).
150
151 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
152
153 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
154 in a lightweight checkout.
155
156 2010-01-05 Kenichi Handa <handa@m17n.org>
157
158 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
159
160 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
161
162 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
163
164 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
165
166 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
167 checkouts. (Bug#618)
168 (vc-bzr-log-view-mode): Also highlight the author.
169 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
170 (vc-bzr-shelve-menu-map):
171 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
172 (vc-bzr-shelve-apply): Make prompt more explicit.
173
174 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
175
176 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
177 They are valid characters in URL paths (rfc3986), and at least
178 Firefox does not understand the encoded version (Bug#3166).
179
180 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
181
182 * progmodes/octave-mod.el (octave-end-keywords)
183 (octave-block-begin-or-end-regexp, octave-block-match-alist):
184 Add "end" keyword (Bug#3061).
185 (octave-end-as-array-index-p): New function.
186 (calculate-octave-indent): Use it.
187
188 2010-01-02 Karl Fogel <kfogel@red-bean.com>
189
190 * bookmark.el: Consistently put the text property on the bookmark name.
191 (bookmark-bmenu-marks-width): Bump back to 2, to include
192 annotation marks.
193 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
194 property on the bookmark name, instead of not putting it at all.
195 (bookmark-bmenu-list): Fix where we put the text property.
196
197 2010-01-02 Karl Fogel <kfogel@red-bean.com>
198
199 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
200 for showing buffer modified state (as added in the previous change).
201
202 2010-01-02 Karl Fogel <kfogel@red-bean.com>
203
204 * bookmark.el: Show modified state of bookmark buffer more accurately.
205 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
206 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
207 (with-buffer-modified-unmodified): New macro.
208 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
209 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
210 Use new macro to preserve the buffer modified state.
211
212 2010-01-02 Karl Fogel <kfogel@red-bean.com>
213
214 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
215 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
216 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
217 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
218 (bookmark-bmenu-rename, bookmark-bmenu-locate)
219 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
220 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
221
222 2010-01-02 Eli Zaretskii <eliz@gnu.org>
223
224 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
225 Make the lines in the generated doc string shorter. (Bug#4668)
226
227 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
228
229 * net/rcirc.el: Add follow-link binding (Bug#4738).
230
231 2010-01-02 Eli Zaretskii <eliz@gnu.org>
232
233 * Makefile.in (bzr-update): Rename from cvs-update.
234 (cvs-update): New target for backward compatibility.
235
236 * makefile.w32-in (bzr-update): Rename from cvs-update.
237 (cvs-update): New target for backward compatibility.
238
239 2010-01-02 Karl Fogel <kfogel@red-bean.com>
240
241 * bookmark.el: Remove gratuitous gratitude.
242
243 2010-01-02 Karl Fogel <kfogel@red-bean.com>
244
245 * bookmark.el (bookmark-bmenu-any-marks): New function
246 (bookmark-bmenu-save): Clear buffer modification if no marks.
247
248 2010-01-02 Karl Fogel <kfogel@red-bean.com>
249
250 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
251 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
252 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
253 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
254
255 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
256 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
257 To: emacs-devel {_AT_} gnu.org
258 Subject: bookmark.el bug report
259 Date: Mon, 28 Dec 2009 14:19:16 +0800
260 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
261
262 2010-01-02 Karl Fogel <kfogel@red-bean.com>
263
264 * bookmark.el: Improvements suggested by Drew Adams:
265 (bookmark-bmenu-ensure-position): New name for
266 `bookmark-bmenu-check-position'. Just ensure the position,
267 don't return any meaningful value.
268 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
269 New constants.
270
271 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
272
273 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
274 (bookmark-yank-point, bookmark-bmenu-check-position):
275 Fix typos in docstrings.
276 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
277 (bookmark-name-from-full-record, bookmark-get-position)
278 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
279 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
280 Remove useless quoting of parenthesis, etc. in docstrings.
281
282 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
283 (ediff-append-custom-diff): Fix typo in error message.
284 (ediff-meta-mark-equal-files): Fix typos in messages.
285
286 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
287
288 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
289 Fix typo in docstring.
290
291 * net/imap-hash.el (imap-hash-make): Doc fix.
292 (imap-hash-test): Fix typo in error message; reflow docstring.
293 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
294 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
295 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
296 Fix typos in docstrings.
297 (imap-hash-open-connection): Fix typo in error message.
298
299 * play/gomoku.el (gomoku): Fix typos in docstring.
300
301 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
302 (gdb-jsonify-buffer): Fix typos in docstring.
303 (gdb-goto-breakpoint): Fix typo in error message.
304 ("Display Other Windows"): Fix typo in help message.
305 (gdb-speedbar-expand-node): Fix typo in question.
306
307 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
308 (idlwave-html-system-help-location, idlwave-html-help-location)
309 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
310 (idlwave-help-browser-generic-args, idlwave-help-directory)
311 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
312 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
313 (idlwave-online-help, idlwave-help-html-link)
314 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
315 Fix typos in docstrings.
316 (idlwave-help-with-source, idlwave-help-find-routine-definition):
317 Reflow docstrings.
318 (idlwave-help-assistant-start): Fix typo in error message.
319
320 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
321 (octave-electric-space): Fix typos in docstrings.
322
323 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
324
325 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
326
327 2010-01-01 Juri Linkov <juri@jurta.org>
328
329 * comint.el (comint-input-ring-size): Make it a defcustom and
330 increase the default to 500 (Bug#5148).
331
332 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
333
334 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
335 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
336 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
337
338 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
339
340 Show working revision correctly for mercurial.
341 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
342 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
343
344 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
345
346 Declare some functions for the byte-compiler.
347 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
348 (speedbar-timer-fn, speedbar-change-expand-button-char)
349 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
350
351 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
352
353 This changeset reverts GDB Graphical Interface to use annotations.
354 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
355
356 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
357
358 Make vc-dir work on subdirectories of the bzr root.
359 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
360 file names relative to it.
361 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
362 relative directory to vc-bzr-after-dir-status.
363
364 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
365
366 * font-lock.el (font-lock-refresh-defaults): New function, which
367 can be used to let font-lock react to external changes in
368 variables like font-lock-defaults and keywords.
369 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
370
371 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
372
373 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
374
375 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
376
377 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
378
379 Supersede color.diff settings in git log (bug#5211).
380
381 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
382 escape chars in its output when the user has color.diff set to `always'.
383 This fix works on git 1.4.2 and newer (released on 2006-08-13).
384
385 2009-12-26 Kevin Ryde <user42@zip.com.au>
386
387 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
388 node. Keep previous "Index" name to work with past coreutils too.
389
390 * man.el (man): Revise docstring a bit to show -a and -l as
391 examples. Add -k description since support for it has otherwise
392 been a secret. (Further to bug#3717.)
393 (Man-bgproc-sentinel): When "-k foo" produces no output show error
394 "no matches" rather than "Can't find manpage", as the latter reads
395 like -k was interpreted as a page name, which is not so. (Bug#5431)
396
397 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
398
399 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
400 switches. Check also for //SUBDIRED// line.
401
402 2009-12-25 Kenichi Handa <handa@m17n.org>
403
404 * language/indian.el (devanagari-composable-pattern): Fixed to
405 handle ZWNJ and ZWJ. Use it in composition-function-table for
406 Devanagari.
407 (malayalam-composable-pattern): Fix previous change.
408
409 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
410
411 * ps-print.el (ps-face-attributes): It was not returning the
412 attribute face for faces specified as string. Reported by harven
413 <harven@free.fr>.
414 (ps-print-version): New version 7.3.5.
415
416 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
417
418 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
419 timezone names.
420 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
421 (icalendar--add-diary-entry): Remove the trailing blank that
422 diary-make-entry inserts.
423
424 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
425
426 Make `file-expand-wildcards' work for remote files.
427
428 * files.el (file-expand-wildcards): In case of remote files, check
429 only local file name part for wildcards. Provide feature 'files
430 and subfeature 'remote-wildcards. (Bug#5198)
431
432 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
433 if there is already an established connection.
434 (tramp-advice-file-expand-wildcards): Remove it.
435
436 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
437 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
438 Activate advice for older GNU Emacs versions. (Bug#5237)
439
440 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
441
442 Some doc fixes (more needed).
443
444 * find-cmd.el (find-constituents): Reflow docstring.
445 (find-cmd, find-prune, find-command): Fix typos in docstrings.
446 (find-generic): Doc fix.
447
448 2009-12-17 Juri Linkov <juri@jurta.org>
449
450 Fix regression from 23.1 to allow multiple modes in Local Variables.
451
452 * files.el (hack-local-variables-filter): While ignoring duplicates,
453 don't take `mode' into account.
454 (hack-local-variables-filter, hack-dir-local-variables): Don't
455 remove duplicate `mode' from local-variables-alist (like `eval').
456
457 2009-12-17 Juri Linkov <juri@jurta.org>
458
459 Make `dired-diff' more safe. (Bug#5225)
460
461 * dired-aux.el (dired-diff): Signal an error when `file' equals to
462 `current' or when `file' is a directory of the `current' file.
463
464 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
465
466 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
467 unconditionally preloaded files.
468
469 2009-12-16 Juri Linkov <juri@jurta.org>
470
471 Revert to old 23.1 logic of using the file at the mark as default.
472 * dired-aux.el (dired-diff): Use the file at the mark as default
473 if it's not the same as the current file, and the target dir is
474 the current dir or the mark is active. Add the current file
475 as the arg of `dired-dwim-target-defaults'. Use the default file
476 in the prompt. (Bug#5225)
477
478 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
479
480 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
481 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
482 (tramp-check-for-regexp): Check also, when an echoing shell stops
483 to echo sent commands.
484
485 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
486
487 * Makefile.in: Revert last change (Bug#5191).
488
489 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
490
491 * vc-hg.el (vc-hg-print-log): Fix argument order.
492 (vc-hg-working-revision): Make sure the command is executed in a
493 known environment so that we can parse the output. (Bug#4417)
494
495 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
496
497 * progmodes/python.el (python-symbol-completions): Remove text
498 properties from symbol string before calling python-send-receive.
499
500 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
501
502 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
503 when there are values for both file and line. (Bug#5060)
504
505 2009-12-14 Juri Linkov <juri@jurta.org>
506
507 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
508 whitespace after the file name of the first line of unified format,
509 because git-diff doesn't output whitespace and file modification time
510 after the file name.
511
512 2009-12-14 David Kastrup <dak@gnu.org>
513
514 * info.el (Info-hide-cookies-node): Before hiding a cookie,
515 check if it already has the `display' property added by
516 `Info-display-images-node', and not put the `invisible' property
517 in this case.
518
519 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
520
521 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
522 (semantic-mru-bookmark-mode): Doc fixes.
523
524 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
525 of assert.
526
527 2009-12-13 Glenn Morris <rgm@gnu.org>
528
529 * mail/emacsbug.el (message-sort-headers): Define for compiler.
530 (report-emacs-bug): In message-mode, sort manually before storing
531 original report text. (Bug#5178)
532 Remove superfluous save-excursion.
533
534 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
535
536 * net/dbus.el (dbus-property-handler): Filter lambda forms out
537 when responding to "GetAll" properties.
538
539 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
540
541 * simple.el (compose-mail): Remove mail-setup-with-from from
542 customization checks.
543
544 2009-12-12 Eli Zaretskii <eliz@gnu.org>
545
546 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
547 RAR archives created on Unix systems.
548
549 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
552 the varalias that was accidentally removed by the 2009-11-19 change
553 (bug#5186).
554
555 2009-12-12 Kenichi Handa <handa@m17n.org>
556
557 * language/indian.el (indian-compose-regexp): New function.
558 (malayalam-composable-pattern): Fix the pattern.
559 (composition-function-table): Set malayalam-composable-pattern for
560 Malayalam characters.
561
562 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
563
564 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
565 rather than down-mouse-1, based on follow-link conventions.
566
567 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
568 are compiled.
569
570 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
571
572 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
573 (verilog-vmm-statement-re, verilog-ovm-statement-re)
574 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
575 (verilog-leap-to-head, verilog-backward-token):
576 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
577
578 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
579
580 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
581 Cleanup user-visible spelling and documentation errors.
582 One reported by Gary Delp.
583 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
584 (verilog-read-decls): Fix AUTOWIRE with types declared in a
585 package, bug195. Reported by Pierre-David Pfister.
586
587 2009-12-11 Glenn Morris <rgm@gnu.org>
588
589 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
590
591 * mail/emacsbug.el: No longer require sendmail.
592 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
593 (report-emacs-bug-orig-text): Doc fix.
594 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
595 New local variables, to adapt to different mail-user-agents.
596 (report-emacs-bug): Fix test for a gnu.org address.
597 Use overlays for emphasis, since font-lock defeats 'face property.
598 Pretest bugs also end up at the newsgroup these days.
599 Stop message-mode stripping text properties.
600 Set and use the new buffer-local variables.
601 (report-emacs-bug-hook): Add doc-string.
602 Remove some unnecessary save-excursions and simplify.
603 Use the appropriate hook and send-command.
604
605 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
606 capitalization of some menu entries.
607
608 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
609
610 * whitespace.el (whitespace-display-char-on): Ensure
611 `buffer-display-table' is unique when two or more windows are
612 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
613 New version 12.1.
614
615 2009-12-10 Eli Zaretskii <eliz@gnu.org>
616
617 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
618 characters in the Attribute field.
619
620 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
621
622 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
623
624 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
627 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
628 Disregard autoload-excludes.
629 (update-directory-autoloads): Obey autoload-excludes here instead.
630 But don't store its contents in no-autoloads and remove entries that
631 refer to excludes files.
632
633 2009-12-10 Glenn Morris <rgm@gnu.org>
634
635 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
636 (expand-mail-aliases): Define for compiler.
637
638 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
639 Define for compiler.
640
641 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
642 appropriate for the mail-user-agent in use.
643
644 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
645
646 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
647
648 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
649
650 Fix short log parsing and fontification.
651 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
652 Fix fontification for the [merge] label.
653
654 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
655
656 Drop some properties to avoid surprises.
657 * htmlfontify.el (hfy-ignored-properties): New defcustom.
658 (hfy-fontify-buffer): Use it.
659
660 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 Minor cleanup.
663 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
664 Adjust all callers.
665 (ffap-locate-file): Remove unused arg `dir-ok' and make other
666 args compulsory. Adjust callers.
667 (ffap-gopher-at-point): Remove unused var `name'.
668
669 Get rid of the ELCFILES abomination.
670 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
671 (compile-elcfiles): New phony target.
672 (compile-main): Compute ELCFILES dynamically.
673 (compile-clean): New target to remove left-over elc files.
674 (compile, all): Use it.
675
676 2009-12-09 Kenichi Handa <handa@etlken>
677
678 * international/mule-diag.el: Require help-mode instead of help-fns.
679
680 2009-12-09 Kenichi Handa <handa@m17n.org>
681
682 * international/mule-cmds.el (ucs-names): Supply sufficiently
683 fine ranges instead of pre-calculating accurate ranges.
684 Iterate with bigger gc-cons-threshold.
685
686 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
687
688 Add support for stashing a snapshot of the current tree.
689 * vc-git.el (vc-git-stash-snapshot): New function.
690 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
691
692 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
693
694 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
695 instead of `(beginning|end)-of-line'.
696
697 2009-12-08 Glenn Morris <rgm@gnu.org>
698
699 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
700
701 * Makefile.in (ELCFILES): Regenerate.
702
703 2009-12-07 Juri Linkov <juri@jurta.org>
704
705 Don't lazy-highlight the comint output in history Isearch mode.
706
707 * comint.el (comint-history-isearch-search): Instead of
708 `comint-line-beginning-position', use `comint-after-pmark-p'
709 to check if point if before the process mark, and go to
710 `process-mark' in this case.
711
712 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * textmodes/tex-mode.el (latex-complete)
715 (latex-indent-or-complete): Remove.
716 (latex-mode): Set completion-at-point-functions instead.
717
718 Provide a standard completion command and hook it into TAB.
719 * minibuffer.el (completion-at-point-functions): New var.
720 (completion-at-point): New command.
721 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
722 * progmodes/python.el (python-mode-map): Use completion-at-point.
723 (python-completion-at-point): Rename from python-partial-symbol and
724 adjust for use in completion-at-point-functions.
725 (python-mode): Setup completion-at-point for Python completion.
726 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
727 extracted from lisp-complete-symbol.
728 (lisp-complete-symbol): Use it.
729 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
730 setup completion-at-point for Elisp completion.
731 (emacs-lisp-mode-map, lisp-interaction-mode-map):
732 Use completion-at-point.
733 * ielm.el (ielm-map): Use completion-at-point.
734 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
735 * progmodes/sym-comp.el: Move to...
736 * obsolete/sym-comp.el: Move from progmodes.
737
738 2009-12-07 Eli Zaretskii <eliz@gnu.org>
739
740 Prevent save-buffer in Rmail buffers from using the coding-system
741 of the current message, and from clobbering the encoding mnemonics
742 in the mode line (Bug#4623).
743
744 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
745 flag, too.
746 (rmail-message-encoding): New variable.
747 (rmail-write-region-annotate): Record the encoding of the current
748 message in rmail-message-encoding.
749 (rmail-after-save-hook): New function, restores the encoding of
750 the current message after the message collection is saved.
751
752 2009-12-07 Juri Linkov <juri@jurta.org>
753
754 * progmodes/grep.el (grep-read-files): Use `completing-read'
755 instead of `read-string'. Set its `collection' arg to
756 `read-file-name-internal'. (Bug#4301)
757
758 2009-12-07 Juri Linkov <juri@jurta.org>
759
760 Correctly restore original Isearch point. (Bug#4994)
761
762 * isearch.el (isearch-mode): Move `isearch-push-state' after
763 `(run-hooks 'isearch-mode-hook)'.
764 (isearch-cancel): When `isearch-push-state-function' is defined,
765 let-bind `isearch-cmds' to the first state (the last element of
766 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
767 function and restores the original point). Otherwise, move point
768 to `isearch-opoint'.
769
770 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
773 chars that don't have names, so the table can be built much faster at
774 run-time.
775
776 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
777
778 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
779 change. Suggested by David Kastrup.
780
781 * simple.el (compose-mail): Check for incompatibilities and warn.
782 (compose-mail-user-agent-warnings): New option.
783
784 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
785
786 Support showing a single log entry from vc-annotate.
787 * vc.el (print-log): Add a new argument: START-REVISION.
788 (vc-print-log-internal): Add a new optional argument and
789 pass it to the backend.
790 (vc-print-log, vc-print-root-log): Adjust callers.
791 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
792 buffer already displays the requested log entry, use it.
793 Otherwise display only the log entry in question.
794 * vc-svn.el (vc-svn-print-log):
795 * vc-mtn.el (vc-mtn-print-log):
796 * vc-hg.el (vc-hg-state):
797 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
798 (vc-git-show-log-entry): Return t on success.
799 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
800 (vc-bzr-show-log-entry): Return t on success.
801 * vc-rcs.el (vc-rcs-print-log):
802 * vc-sccs.el (vc-sccs-print-log):
803 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
804
805 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
806
807 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
808 Add menus to the meta mode. (Bug#5043)
809
810 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
811
812 * ediff-init.el (ediff-event-key): Use event-to-character instead of
813 event-key.
814
815 * ediff.el (ediff-buffers-internal): Add unwind-protect.
816
817 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
818
819 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
820 Berbain <raphael.berbain@gmail.com>.
821
822 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
823 characters.
824 (tramp-initial-end-of-output): New defconst.
825 (tramp-methods, tramp-find-shell)
826 (tramp-open-connection-setup-interactive-shell)
827 (tramp-maybe-open-connection): Use it.
828 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
829 existence of `#' and `$'.
830
831 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
832 `tramp-initial-end-of-output'.
833
834 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
835
836 Get the background mode from the terminal for xterm, and set
837 faces accordingly.
838 * term/xterm.el (xterm-set-background-mode): New function.
839 (terminal-init-xterm): Use it in case xterm supports background
840 color queries. Recompute faces after getting the background
841 color.
842
843 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
844
845 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
846 number comment back on its own line, for easier parsing.
847
848 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
849
850 Make it work for non-file buffers (bug#5102).
851 * doc-view.el (doc-view-current-cache-dir):
852 Use doc-view-buffer-file-name rather than buffer-file-name.
853 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
854
855 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
856
857 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
858 author field is too short.
859
860 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
861
862 * vc-git.el (vc-git-print-log): Handle a limit argument.
863 Display the short log in graph form and with labels.
864 (vc-git-log-view-mode): Handle labels.
865
866 Make vc-revert change VC state from 'added to 'unregistered.
867 * vc-git.el (vc-git-revert): Call git reset first.
868
869 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
870
871 * net/newst-backend.el, net/newst-plainview.el:
872 * net/newst-reader.el, net/newst-ticker.el:
873 * net/newst-treeview.el, net/newsticker.el:
874 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
875
876 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
877
878 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
879
880 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
881 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
882 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
883 Update annotation regexp.
884
885 * simple.el (beginning-of-visual-line): Constrain to field
886 boundaries (Bug#5106).
887
888 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
889
890 * xml.el (xml-substitute-numeric-entities): Move
891 newsticker--decode-numeric-entities in newst-backend.el to
892 xml-substitute-numeric-entities in xml.el. (Bug#5008)
893 * net/newst-backend.el (newsticker--parse-generic-feed)
894 (newsticker--parse-generic-items)
895 (newsticker--decode-numeric-entities): Move
896 newsticker--decode-numeric-entities in newst-backend.el to
897 xml-substitute-numeric-entities in xml.el. (Bug#5008)
898
899 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
900
901 * progmodes/js.el (js--js-not): Add null to the list of values.
902
903 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
904
905 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
906
907 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
908
909 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
910 delimiter if it is at the end of the current line.
911 (bibtex-generate-url-list): Fix docstring.
912
913 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
916 minibuffer's content with itself.
917 Fold the confirm-after-completion case into the `confirm' case.
918 (completion-pcm-word-delimiters): Add : and / to the delimiters.
919
920 2009-12-06 Kevin Ryde <user42@zip.com.au>
921
922 * ffap.el (ffap-rfc-path): Make this a defcustom since
923 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
924
925 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
926 manuals, similar to existing setup for help-mode. (Bug#3913.)
927
928 2009-12-05 Juri Linkov <juri@jurta.org>
929
930 Save and restore dired buffer's point positions too. (Bug#4880)
931
932 * dired.el (dired-save-positions): Return in the first element
933 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
934 Doc fix.
935 (dired-restore-positions): First restore buffer's position.
936 While restoring window's positions, check if window still displays
937 the original buffer.
938
939 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
940
941 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
942 if possible.
943
944 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
945 Make argument optional.
946
947 * shell.el (shell): Require ansi-color (Bug#5113).
948
949 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
950
951 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
952
953 2009-12-05 Alan Mackenzie <acm@muc.de>
954
955 * progmodes/cc-mode.el (c-before-hack-hook)
956 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
957 `c-file-style' to work again. This reversion restores the current
958 software to its state in Emacs 23.1. (Bug#4146)
959
960 2009-12-05 Kevin Ryde <user42@zip.com.au>
961
962 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
963 comment-start-skip to comment-end-skip as comment (Bug#4781).
964
965 2009-12-05 Juri Linkov <juri@jurta.org>
966
967 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
968 for virtual nodes. (Bug#4147)
969 (Info-find-node-2): Set `Info-current-node-virtual' to nil
970 when moving from a virtual node.
971 (Info-mode-menu): Add `Info-virtual-index' to the menu.
972 (Info-mode): Add `Info-virtual-index' to the docstring.
973
974 2009-12-05 Eric Ludlam <zappo@gnu.org>
975
976 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
977 Describe project macro symbols.
978
979 * cedet/semantic/complete.el (semantic-complete-do-completion):
980 Don't call semantic-collector-current-exact-match.
981
982 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
983 ede-objects as targets.
984
985 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
986 a target's object list even if compiler vars are already in the
987 Makefile.
988
989 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
990 list of headers producing necessary macros.
991
992 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
993
994 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
995 track of the buffer position of the end of a BibTeX entry as this
996 position may change during reformatting.
997 (bibtex-format-entry): Remove whitespace before processing
998 numerical fields so that we recognize the latter properly.
999 (bibtex-reformat): Do not use push which changes the global value
1000 of bibtex-entry-format.
1001 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1002 (bibtex-field-re-init): Replace only space characters by regexp
1003 for whitespace.
1004 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1005 (bibtex-initialize): Also update bibtex-strings.
1006 (bibtex-kill-field): Preserve white space at end of entry.
1007 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1008 Update bibtex-reference-keys.
1009
1010 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1013 point after a star, if that's the only place where modifications can
1014 make progress.
1015
1016 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1017
1018 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1019 in docstrings.
1020
1021 2009-12-04 Juri Linkov <juri@jurta.org>
1022
1023 * proced.el (proced): Call `(proced-update t)' to update process
1024 information instead of only running proced-post-display-hook.
1025 (proced-send-signal): Add a leading space to the buffer name
1026 " *Marked Processes*" to make this buffer ephemeral.
1027
1028 2009-12-04 Juri Linkov <juri@jurta.org>
1029
1030 * dired.el (dired-auto-revert-buffer): New defcustom.
1031 (dired-internal-noselect): Use it.
1032
1033 2009-12-04 Juri Linkov <juri@jurta.org>
1034
1035 Change roles of modes and functions in image-mode.el (Bug#5062).
1036
1037 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1038 in `auto-mode-alist'.
1039 (image-mode-previous-major-mode): New variable.
1040 (image-minor-mode-map): Rename from `image-mode-text-map'.
1041 (image-mode): Move graceful error-handling code from
1042 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1043 (image-minor-mode): Remove all image-handling code.
1044 Replace `image-mode-text-map' with `image-minor-mode-map'.
1045 Check for `image-type' in mode-line format string.
1046 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1047 (image-mode-as-text): New function with most code from
1048 `image-mode-maybe'.
1049 (image-toggle-display-text): Move code that removes image
1050 properties from `image-toggle-display' to here.
1051 (image-toggle-display-image): New function with code that adds
1052 image properties copied from `image-toggle-display'.
1053 (image-toggle-display): Remove most code with leaving only code
1054 that toggles between `image-mode-as-text' and `image-mode'.
1055
1056 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
1057
1058 * net/newst-treeview.el
1059 (newsticker--treeview-list-highlight-start): Restored call to
1060 save-excursion: Selected item was stuck.
1061 (newsticker--treeview-list-select): New.
1062 (newsticker--treeview-item-show-text)
1063 (newsticker--treeview-item-show)
1064 (newsticker--treeview-item-update): Use new
1065 newsticker-treeview-item-mode.
1066 (newsticker-treeview-update): Keep current item.
1067 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1068 (newsticker--treeview-first-feed): Doc change.
1069 (newsticker-treeview-list-menu)
1070 (newsticker-treeview-item-menu): Added menu entries.
1071 (newsticker-treeview-item-mode): New.
1072
1073 * net/newst-backend.el (newsticker-customize): Delete other
1074 windows.
1075
1076 2009-12-04 Sam Steingold <sds@gnu.org>
1077
1078 * log-view.el (log-view-mode-map): "q" calls quit-window,
1079 like in all the other non-self-insert buffers.
1080
1081 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 Minor cleanup.
1084 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1085 key decoding rather than do it manually via last-input-event +
1086 ascii-character.
1087 (term-exec): Use delete-and-extract-region.
1088 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1089 (term-process-pager): Remove unused var `i'.
1090 (term-dynamic-simple-complete): Make obsolete.
1091 (serial-update-config-menu): Remove unused vars `y' and `str'.
1092 (term-update-mode-line): Remove unused var `temp'.
1093
1094 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1095
1096 Limit the number of log entries displayed by default.
1097 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1098 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1099 using a prefix argument.
1100
1101 2009-12-03 Glenn Morris <rgm@gnu.org>
1102
1103 * progmodes/idlwave.el (class): Restore still useful declaration.
1104
1105 2009-12-03 Alan Mackenzie <acm@muc.de>
1106
1107 Enhance `c-parse-state' to run efficiently in "brace deserts".
1108
1109 * progmodes/cc-mode.el (c-basic-common-init):
1110 Call c-state-cache-init.
1111 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1112 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1113 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1114
1115 * progmodes/cc-langs.el (c-before-font-lock-function):
1116 c-extend-and-neutralize-syntax-in-CPP has been renamed
1117 c-neutralize-syntax-in-and-mark-CPP.
1118
1119 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1120 with `category' properties now, not `syntax-table' ones.
1121
1122 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1123 enhanced (but slower) version of c-end-of-macro that won't land
1124 inside a literal or on another awkward character.
1125 (c-state-cache-too-far, c-state-cache-start)
1126 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1127 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1128 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1129 (c-state-min-scan-pos, c-state-brace-pair-desert)
1130 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1131 buffer local variables.
1132 (c-state-literal-at, c-state-lit-beg)
1133 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1134 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1135 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1136 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1137 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1138 (c-renarrow-state-cache)
1139 (c-append-lower-brace-pair-to-state-cache)
1140 (c-state-push-any-brace-pair, c-append-to-state-cache)
1141 (c-remove-stale-state-cache)
1142 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1143 (c-invalidate-state-cache-1, c-parse-state-1)
1144 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1145 (c-parse-state): Enhance and refactor.
1146 (c-debug-parse-state): Amend to deal with all the new variables.
1147
1148 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1149 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1150 modify to use category text properties rather than syntax-table ones.
1151 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1152 to switch off/on the syntactic paren property of C++ template
1153 delimiters using the category property.
1154 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1155 template delims suppressed.
1156 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1157 New constant/macros which apply category properties to the start
1158 and end of preprocessor constructs.
1159 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1160 "comment out" the syntactic value of characters in preprocessor
1161 constructs.
1162 (c-with-cpps-commented-out)
1163 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1164 with characters in all or all but one preprocessor constructs
1165 "commented out".
1166
1167 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1168
1169 * proced.el (proced-filter-alist): Use regexp-quote.
1170
1171 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
1172
1173 Cleanup.
1174 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1175 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1176 arguments. Expand `default-directory'.
1177
1178 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1179 the benefit of returning an expanded localname.
1180 (tramp-tramp-file-p): Handle the case NAME is not a string.
1181
1182 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1183
1184 Add support for bzr shelve/unshelve.
1185 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1186 (vc-bzr-extra-menu-map): New variables.
1187 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1188 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1189 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1190 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1191 (vc-bzr-dir-extra-headers): Display shelves.
1192
1193 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1194
1195 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * textmodes/bibtex.el (bibtex-complete-internal):
1198 Use completion-in-region.
1199 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1200
1201 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1202
1203 Support applying stashes. Improve UI.
1204 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1205 (vc-git-stash-apply, vc-git-stash-pop)
1206 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1207 (vc-git-stash-menu): New functions.
1208 (vc-git-stash-menu-map): New variable.
1209 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1210
1211 2009-12-03 Glenn Morris <rgm@gnu.org>
1212
1213 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1214 (vc-print-log-internal): Fix previous change.
1215 (vc-revert): Correct pluralization.
1216
1217 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * progmodes/make-mode.el (makefile-special-targets-list): No need for
1220 it to be an alist any more.
1221 (makefile-complete): Use completion-in-region.
1222
1223 * progmodes/octave-mod.el (octave-complete-symbol):
1224 Use completion-in-region.
1225
1226 Misc cleanup.
1227 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1228 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1229 (idlwave-complete-class): Don't quote lambda.
1230 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1231 (idlwave-mode-map): Move initialization into declaration.
1232 (idlwave-action-and-binding): Use backquotes.
1233 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1234 Simplify.
1235 (idlwave-is-pointer-dereference): Remove unused var `pos'.
1236 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1237 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1238 `parts', and `all-parts'.
1239 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1240 (idlwave-convert-xml-system-routine-info): Remove unused string
1241 `version-string'.
1242 (idlwave-display-user-catalog-widget): Use dolist.
1243 (idlwave-scanning-lib): Declare dynamically-scoped var.
1244 (idlwave-scan-library-catalogs): Remove unused var `flags'.
1245 (completion-highlight-first-word-only): Declare to silence bytecomp.
1246 (idlwave-popup-select): Tighten scope of `resp'.
1247 (idlwave-find-struct-tag): Remove unused var `beg'.
1248 (idlwave-after-load-rinfo-hook): Declare.
1249 (idlwave-sintern-class-info): Remove unused var `taglist'.
1250 (idlwave-find-class-definition): Remove unused var `list'.
1251 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1252 (idlwave-what-module-find-class): Remove unused var `classes'.
1253
1254 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
1255
1256 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1257
1258 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1261 buffers visited. Remove redundant current-buffer-saving.
1262
1263 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 Use completion-in-buffer and remove uses of dynamic scoping.
1266 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1267 (pascal-buffer-to-use, pascal-flag): Don't declare.
1268 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1269 (pascal-get-completion-decl, pascal-keyword-completion):
1270 Add `pascal-str' argument, save-excursion,
1271 return the found completions, and don't filter with pascal-pred.
1272 (pascal-completion-cache): New var.
1273 (pascal-completion): Don't switch buffer any more (it was never
1274 necessary). Don't save-excursion any more (it's done by the called
1275 subroutines). Use a cache to avoid redundant computations.
1276 Use complete-with-action rather than pascal-completion-response and
1277 let it apply the predicate as well.
1278 (pascal-complete-word): Use completion-in-buffer when
1279 pascal-toggle-completions is nil.
1280 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1281 not used any more.
1282 (pascal-comp-defun): Don't change buffer any more.
1283 Use complete-with-action rather than pascal-completion-response and
1284 let it apply the predicate as well.
1285 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1286 when neded.
1287
1288 2009-12-02 Kenichi Handa <handa@m17n.org>
1289
1290 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1291 shape for all Indic scripts.
1292
1293 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 Use completion-in-buffer.
1296 * wid-edit.el (widget-field-text-end): New function.
1297 (widget-field-value-get): Use it.
1298 (widget-string-complete, widget-file-complete)
1299 (widget-color-complete): Use it and completion-in-region.
1300 (widget-complete): Don't narrow the buffer.
1301
1302 2009-12-02 Glenn Morris <rgm@gnu.org>
1303
1304 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
1305 (rmail-select-summary): Use rmail-pop-to-buffer.
1306 * mail/rmailsum.el: Replace all pop-to-buffer calls with
1307 rmail-pop-to-buffer, to prevent horizontal splits.
1308
1309 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1310 save-excursion with save-current-buffer.
1311 Widen before searching. (Bug#5093)
1312 (diary-list-sexp-entries): Remove superfluous save-excursion.
1313
1314 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
1315
1316 * woman.el (woman-make-bufname): Handle man-pages with "." in the
1317 name. (Bug#5038)
1318
1319 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
1320
1321 * ido.el (ido-file-internal): Handle filenames at point that do
1322 not have a directory part. (Bug#5049)
1323
1324 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
1325
1326 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1327 (mpc-songs-jump-to, mpc-resume): Doc fixes.
1328
1329 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
1330
1331 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1332 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1333 any more.
1334
1335 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * comint.el (comint-insert-input): Ignore clicks to the right of
1338 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1339
1340 * vc.el (vc-print-log-internal): Don't wait for the process to
1341 terminate before setting up the major mode.
1342
1343 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1344 in case.
1345
1346 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1347 the last element.
1348
1349 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1350
1351 2009-12-01 Glenn Morris <rgm@gnu.org>
1352
1353 * window.el (window--display-buffer-2): Fix previous changes.
1354
1355 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1358
1359 2009-12-01 Glenn Morris <rgm@gnu.org>
1360
1361 * Makefile.in (ELCFILES): Add mpc.elc.
1362
1363 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * mpc.el: New file.
1366
1367 2009-12-01 Glenn Morris <rgm@gnu.org>
1368
1369 * window.el (window-to-use): Define for compiler.
1370
1371 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1372 consistent with others (no final period).
1373
1374 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1375 (rmail-mime-show): Downcase the encoding. (Bug#5070)
1376
1377 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1378
1379 Make vc-print-log buttons work.
1380 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
1381
1382 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
1383
1384 * savehist.el (savehist-autosave-interval): Allow setting to nil
1385 through customize. (Bug#5056)
1386
1387 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
1388
1389 Fix references to jit-lock properties.
1390 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1391 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1392 (perl-font-lock-special-syntactic-constructs):
1393 Quote jit-lock-defer-multiline property.
1394
1395 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1396
1397 * vc-git.el (vc-git-registered): Call vc-git-root only once.
1398
1399 2009-11-30 Juri Linkov <juri@jurta.org>
1400
1401 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1402 value `buffer' of `multi-isearch-next-buffer-current-function'.
1403 Use `(current-buffer)' when `buffer' is nil.
1404 (multi-isearch-next-buffer-from-list): Don't fallback to
1405 `(current-buffer)' when `buffer' is nil. (Bug#4947)
1406
1407 2009-11-30 Juri Linkov <juri@jurta.org>
1408
1409 * misearch.el (multi-isearch-read-buffers): Move canonicalization
1410 of buffers with `get-buffer' to `multi-isearch-buffers'.
1411 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1412 Canonicalize BUFFERS with `get-buffer'. Doc fix.
1413 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1414 FILES with `expand-file-name' converting relative file names
1415 to absolute. Doc fix. (Bug#4727)
1416
1417 2009-11-30 Juri Linkov <juri@jurta.org>
1418
1419 * misearch.el (multi-isearch-read-buffers)
1420 (multi-isearch-read-matching-buffers): New functions.
1421 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1422 Use them in the `interactive' spec. Doc fix.
1423 (multi-isearch-read-files, multi-isearch-read-matching-files):
1424 New functions.
1425 (multi-isearch-files, multi-isearch-files-regexp):
1426 Use them in the `interactive' spec. Doc fix. (Bug#4725)
1427
1428 2009-11-30 Juri Linkov <juri@jurta.org>
1429
1430 * doc-view.el (doc-view-continuous):
1431 Rename from `doc-view-continuous-mode'.
1432 (doc-view-menu): Move "Toggle display" to the top.
1433 Add submenu "Continuous" with radio buttons "Off"/"On"
1434 and "Save as Default".
1435 (doc-view-scroll-up-or-next-page)
1436 (doc-view-scroll-down-or-previous-page)
1437 (doc-view-next-line-or-next-page)
1438 (doc-view-previous-line-or-previous-page): Rename
1439 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
1440
1441 2009-11-30 Juri Linkov <juri@jurta.org>
1442
1443 * comint.el (comint-mode-map): Rebind `M-r' from
1444 `comint-previous-matching-input' to
1445 `comint-history-isearch-backward-regexp'.
1446 Unbind `M-s' to allow global key binding `M-s'.
1447 Add menu items for `comint-history-isearch-backward' and
1448 `comint-history-isearch-backward-regexp'. (Bug#3746)
1449
1450 2009-11-30 Juri Linkov <juri@jurta.org>
1451
1452 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1453 For def=recenter, replace `recenter' with `recenter-top-bottom'
1454 that is called with `this-command' and `last-command' let-bound
1455 to `recenter-top-bottom'. When the last `def' was not `recenter',
1456 set `recenter-last-op' to nil. (Bug#4981)
1457
1458 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 Minor cleanup and simplification.
1461 * filecache.el (file-cache-add-directory)
1462 (file-cache-add-directory-recursively)
1463 (file-cache-add-from-file-cache-buffer)
1464 (file-cache-delete-file-regexp, file-cache-delete-directory)
1465 (file-cache-files-matching-internal, file-cache-display): Use dolist.
1466 (file-cache-temp-minibuffer-message): Delete function.
1467 (file-cache-minibuffer-complete): Use minibuffer-message instead.
1468
1469 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1470 Don't signal an error when bumping into EOB in tr, s, or y.
1471
1472 2009-11-29 Juri Linkov <juri@jurta.org>
1473
1474 * startup.el (fancy-about-text): Fix wording of Guided Tour.
1475 (Bug#4960)
1476
1477 * descr-text.el (describe-char-unidata-list): Use lowercase name
1478 for "Unicode name" like in other tags.
1479
1480 2009-11-29 Juri Linkov <juri@jurta.org>
1481
1482 * ediff-util.el (ediff-minibuffer-with-setup-hook):
1483 New compatibility macro.
1484 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1485
1486 2009-11-29 Juri Linkov <juri@jurta.org>
1487
1488 Add defcustom to define the cycling order of `recenter-top-bottom'.
1489 (Bug#4981)
1490
1491 * window.el (recenter-last-op): Doc fix.
1492 (recenter-positions): New defcustom.
1493 (recenter-top-bottom): Rewrite to use `recenter-positions'.
1494 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1495
1496 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
1497
1498 Improve integration of Tramp and ange-ftp in eshell.
1499
1500 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1501 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
1502 (eshell/sudo): Flatten args. Let-bind `default-directory'.
1503
1504 * eshell/esh-util.el (top): Require also Tramp when compiling.
1505 (eshell-directory-files-and-attributes): Check for FTP remote
1506 connection.
1507 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1508 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1509 (eshell-file-attributes): Handle ".". Return `entry'.
1510
1511 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1512 (ange-ftp-directory-files-and-attributes)
1513 (ange-ftp-real-directory-files-and-attributes): New defuns.
1514
1515 * net/tramp.el (tramp-maybe-open-connection): Open the remote
1516 shell with "exec" when possible. This prevents trailing prompts
1517 in `start-file-process'.
1518
1519 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 Try and remove assumptions about point-min==1.
1522 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1523 (rng-compute-mode-line-string): Show the validation percentage in
1524 terms of the narrowed text, not the widened text.
1525 (rng-do-some-validation): Don't catch internal errors when debugging.
1526 (rng-first-error): Simplify.
1527 (rng-after-change-function): Remove work around. AFAIK the bug has
1528 been fixed a while ago.
1529
1530 * image-mode.el (image-minor-mode): Exit more gracefully when the image
1531 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1532
1533 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1534
1535 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1536 `cd' doesn't always do it for us (bug#5067).
1537
1538 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1539 on 2009-10-25 as part of some other change (bug#5067).
1540
1541 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1544 `suspicious'.
1545 (byte-compile-warnings): Use byte-compile-warning-types.
1546 (byte-compile-save-excursion): Warn about use of set-buffer right
1547 after save-excursion.
1548
1549 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1550 the excursion as well.
1551
1552 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
1553
1554 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1555 providing a Tramp related implementation of "su" and "sudo".
1556 (eshell-unix-initialize): Add "su" and "sudo".
1557
1558 2009-11-27 Daiki Ueno <ueno@unixuser.org>
1559
1560 * net/socks.el (socks-send-command): Convert binary request to
1561 unibyte before sending. This fixes mishandling of some port
1562 numbers such as 129.
1563
1564 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * help.el (describe-bindings-internal): Remove `interactive'.
1567
1568 * man.el (Man-completion-table): Trim a terminating "(".
1569 Remove the space between name page a section.
1570 Add the command's description on the `help-echo' property.
1571 Remove `process-connection-type' binding since it's unused by
1572 call-process.
1573 Provide completion for the "<section> <name>" format as well.
1574 (Man-default-man-entry): Remove spurious var shadowing the argument.
1575
1576 2009-11-26 Kevin Ryde <user42@zip.com.au>
1577
1578 * log-view.el: Add "Keywords: tools", since its other keywords
1579 aren't in finder-known-keywords, and following vc.el.
1580
1581 * sha1.el (sha1-string-external): default-directory "/" in case
1582 otherwise non-existent. process-connection-type pipe for touch of
1583 efficiency recommended by elisp manual. (An aside in Bug#3911.)
1584
1585 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 Misc coding convention cleanups.
1588 * htmlfontify.el (hfy-init-kludge-hook): Rename from
1589 hfy-init-kludge-hooks.
1590 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1591 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1592 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
1593 and push.
1594 (hfy-slant, hfy-weight): Use tables rather than code.
1595 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
1596 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
1597 (hfy-face-attr-for-class): Initialize `face-spec' directly.
1598 (hfy-face-to-css): Remove `nconc' with single arg.
1599 (hfy-p-to-face-lennart): Use `or'.
1600 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
1601 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
1602 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
1603 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
1604 (hfy-force-fontification): Use run-hooks.
1605
1606 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
1607
1608 Various minor fixes.
1609 * htmlfontify.el (hfy-default-header): Add toggle_invis since
1610 Javascript belongs in the header, not the body.
1611 (hfy-javascript): Remove.
1612 (hfy-fontify-buffer): Don't insert it any more.
1613 (hfy-face-at): Handle (face0 face1 face2) style face properties.
1614 Fix bug in invis handling when there were no invis props in a chunk.
1615
1616 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
1619
1620 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1621
1622 * finder.el (finder-mode-map): Add a menu.
1623
1624 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
1625
1626 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
1627 "unsigned" structs.
1628
1629 (verilog-leap-to-head, verilog-backward-token): Handle "disable
1630 fork" statement better.
1631
1632 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
1633
1634 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
1635 (verilog-delete-empty-auto-pair, verilog-library-filenames):
1636 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
1637
1638 (verilog-auto-inst, verilog-auto-star-safe)
1639 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
1640 Fix removing "// Interfaces" when saving .* expansions. Reported by
1641 Pierre-David Pfister.
1642
1643 2009-11-26 Glenn Morris <rgm@gnu.org>
1644
1645 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
1646 the scope.
1647
1648 2009-11-25 Johan Bockgård <bojohan@gnu.org>
1649
1650 * vc-annotate.el (vc-annotate-revision-previous-to-line):
1651 Really use previous revision.
1652
1653 2009-11-25 Kevin Ryde <user42@zip.com.au>
1654
1655 * man.el (Man-completion-table): default-directory "/" in case
1656 doesn't otherwise exist. process-environment COLUMNS=999 so as
1657 not to truncate long names. process-connection-type pipe to avoid
1658 any chance of hitting the pseudo-tty TIOCGWINSZ.
1659 (man): completion-ignore-case t for friendliness and since man
1660 itself is case-insensitive on the command line.
1661 Further to Bug#3717.
1662
1663 * arc-mode.el: Add "Keywords: files", so the details in its
1664 commentary can be reached from finder-by-keyword.
1665 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
1666 editing mode, but it's comms related and sgml-mode.el has "comm"
1667 on that basis too.
1668 * textmodes/bibtex-style.el: Add "Keywords: tex".
1669 * international/isearch-x.el, international/ja-dic-cnv.el:
1670 * international/ja-dic-utl.el, international/kkc.el:
1671 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
1672
1673 2009-11-25 Juri Linkov <juri@jurta.org>
1674
1675 * man.el (Man-completion-table): Modify regexp to include
1676 section names to completion strings. (Bug#3717)
1677
1678 2009-11-25 Juri Linkov <juri@jurta.org>
1679
1680 Search recursively in gzipped files. (Bug#4982)
1681
1682 * progmodes/grep.el (grep-highlight-matches): Add new options
1683 `always' and `auto'. Doc fix.
1684 (grep-process-setup): Check `grep-highlight-matches' for
1685 `auto-detect' to determine the need to compute grep defaults.
1686 Move Windows/DOS specific --colors settings handling
1687 to `grep-compute-defaults'. Check `grep-highlight-matches'
1688 to get the value of "--color=".
1689 (grep-compute-defaults): Compute `grep-highlight-matches' when it
1690 has the value `auto-detect'. Move Windows/DOS specific settings
1691 from `grep-process-setup'.
1692 (zrgrep): New command with alias `rzgrep'.
1693
1694 2009-11-25 Juri Linkov <juri@jurta.org>
1695
1696 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
1697 to nil instead of switching off view-mode. (Bug#4896)
1698
1699 2009-11-25 Juri Linkov <juri@jurta.org>
1700
1701 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
1702
1703 * mwheel.el (mwheel-scroll-up-function)
1704 (mwheel-scroll-down-function): New defvars.
1705 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
1706 `scroll-up', and `mwheel-scroll-down-function' instead of
1707 `scroll-down'.
1708
1709 * doc-view.el (doc-view-scroll-up-or-next-page)
1710 (doc-view-scroll-down-or-previous-page): Add optional ARG.
1711 Use this ARG in the call to image-scroll-up/image-scroll-down.
1712 Change `interactive' spec to "P". Goto next/previous page only
1713 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
1714 SPC/DEL case). Doc fix.
1715 (doc-view-next-line-or-next-page)
1716 (doc-view-previous-line-or-previous-page): Rename arg to ARG
1717 for consistency.
1718 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
1719 `doc-view-scroll-up-or-next-page', and buffer-local
1720 `mwheel-scroll-down-function' to
1721 `doc-view-scroll-down-or-previous-page'.
1722
1723 2009-11-25 Juri Linkov <juri@jurta.org>
1724
1725 Provide additional default values (directories at other Dired
1726 windows) via M-n in the minibuffer of some Dired commands.
1727
1728 * dired-aux.el (dired-diff, dired-compare-directories)
1729 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
1730 `minibuffer-default' in `minibuffer-with-setup-hook'.
1731 (dired-dwim-target-directory): Find a window that displays Dired
1732 buffer instead of failing when the next window is not Dired.
1733 Use `get-window-with-predicate' to find for the next Dired window.
1734 (dired-dwim-target-defaults): New function.
1735
1736 * ediff-util.el (ediff-read-file-name):
1737 Use `dired-dwim-target-defaults' to set `minibuffer-default'
1738 in `minibuffer-with-setup-hook'.
1739
1740 2009-11-25 Juri Linkov <juri@jurta.org>
1741
1742 Provide additional default values (file name at point or at the
1743 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
1744
1745 * minibuffer.el (read-file-name-defaults): New function.
1746 (read-file-name): Reset `minibuffer-default' to nil when
1747 it duplicates initial input `insdef'.
1748 Bind `minibuffer-default-add-function' to lambda that
1749 calls `read-file-name-defaults' in `minibuffer-selected-window'.
1750 (minibuffer-insert-file-name-at-point): New command.
1751
1752 * files.el (file-name-at-point-functions): New defcustom.
1753 (find-file-default): Remove defvar.
1754 (find-file-read-args): Don't use `find-file-default'.
1755 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1756 to `read-file-name'.
1757 (find-file-literally): Use `read-file-name' with
1758 `confirm-nonexistent-file-or-buffer'.
1759
1760 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
1761
1762 * dired.el (dired-read-dir-and-switches):
1763 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1764 to `read-file-name'.
1765 (dired-file-name-at-point): New function.
1766 (dired-mode): Add hook `dired-file-name-at-point' to
1767 `file-name-at-point-functions'.
1768
1769 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 Really make the *Completions* window soft-dedicated (bug#5030).
1772 * window.el (window--display-buffer-2): Add `dedicated' argument.
1773 (display-buffer): Pass it when needed so the dedicated flag is set
1774 after calling set-window-buffer, which would otherwise reset it.
1775
1776 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * progmodes/meta-mode.el (meta-complete-symbol):
1779 * progmodes/etags.el (complete-tag):
1780 * mail/mailabbrev.el (mail-abbrev-complete-alias):
1781 Use completion-in-region.
1782
1783 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
1784 (dabbrev-completion): Use completion-in-region.
1785 (dabbrev--abbrev-at-point): Simplify regexp.
1786
1787 * abbrev.el (abbrev--before-point): Use word-motion functions
1788 if :regexp is not specified (bug#5031).
1789
1790 * subr.el (string-prefix-p): New function.
1791
1792 * man.el (Man-completion-cache): New var.
1793 (Man-completion-table): Use it.
1794
1795 * vc.el (vc-print-log-internal): Make `limit' optional for better
1796 compatibility (e.g. with vc-annotate.el).
1797
1798 2009-11-24 Kevin Ryde <user42@zip.com.au>
1799
1800 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
1801 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
1802
1803 * emacs-lisp/elint.el (elint-add-required-env): Better error message
1804 when .el source file not found or other error.
1805
1806 2009-11-24 Markus Triska <markus.triska@gmx.at>
1807
1808 * linum.el (linum-update-window): Ignore intangible (bug#4996).
1809
1810 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 Handle the [back] button properly (bug#4979).
1813 * descr-text.el (describe-text-properties): Add a `buffer' argument.
1814 Use help-setup-xref, help-buffer, and with-help-window.
1815 (describe-char): Add `buffer' argument.
1816 Pass proper command to help-setup-xref. Don't meddle with
1817 help-xref-stack-item directly.
1818 (describe-text-category): Use with-help-window and help-buffer.
1819
1820 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
1821 for the displayed buffer (bug#4887).
1822
1823 * man.el (Man-completion-table): New function.
1824 (man): Use it.
1825
1826 2009-11-24 David Reitter <david.reitter@gmail.com>
1827
1828 * vc-git.el (vc-git-registered): Use checkout directory (where
1829 .git is) rather than the file's directory and a relative path spec
1830 to work around a bug in git.
1831
1832 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
1833
1834 Improve handling of processes on remote hosts.
1835
1836 * eshell/esh-util.el (eshell-path-env): New defvar.
1837 (eshell-parse-colon-path): New defun.
1838 (eshell-file-attributes): Use `eshell-parse-colon-path'.
1839
1840 * eshell/esh-ext.el (eshell-search-path):
1841 Use `eshell-parse-colon-path'.
1842 (eshell-remote-command): Remove argument HANDLER.
1843 (eshell-external-command): Check for FTP remote connection.
1844
1845 * eshell/esh-proc.el (eshell-gather-process-output):
1846 Use `file-truename', in order to start also symlinked files.
1847 Apply `start-file-process' instead of `start-process'.
1848 Shorten `command' to the local file name part.
1849
1850 * eshell/em-cmpl.el (eshell-complete-commands-list):
1851 Use `eshell-parse-colon-path'.
1852
1853 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
1854
1855 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
1856 to `eshell-directory-change-hook'.
1857
1858 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
1859
1860 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
1861 because it could be enabled automatically if view-read-only is non-nil.
1862
1863 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
1864
1865 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
1866 made on 2009-11-22.
1867
1868 2009-11-24 Glenn Morris <rgm@gnu.org>
1869
1870 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
1871 deleted variable bookmark-bmenu-bookmark-column.
1872
1873 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1874 Move after definition of global-semantic-idle-tag-highlight-mode.
1875
1876 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1879
1880 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
1881
1882 * net/browse-url.el (browse-url-filename-alist): On Windows, add
1883 two slashes to the "file:" prefix.
1884 (browse-url-file-url): De-munge Cygwin filenames before passing
1885 them to Windows browser.
1886 (browse-url-default-windows-browser): Use call-process.
1887
1888 2009-11-23 Juri Linkov <juri@jurta.org>
1889
1890 Implement DocView Continuous mode. (Bug#4896)
1891 * doc-view.el (doc-view-continuous-mode): New defcustom.
1892 (doc-view-mode-map): Bind C-n/<down> to
1893 `doc-view-next-line-or-next-page', C-p/<up> to
1894 `doc-view-previous-line-or-previous-page'.
1895 (doc-view-next-line-or-next-page)
1896 (doc-view-previous-line-or-previous-page): New commands.
1897
1898 2009-11-23 Juri Linkov <juri@jurta.org>
1899
1900 Implement Isearch in comint input history. (Bug#3746)
1901 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1902 `isearch-mode-hook'.
1903 (comint-history-isearch): New defcustom.
1904 (comint-history-isearch-backward)
1905 (comint-history-isearch-backward-regexp): New commands.
1906 (comint-history-isearch-message-overlay): New buffer-local variable.
1907 (comint-history-isearch-setup, comint-history-isearch-end)
1908 (comint-goto-input, comint-history-isearch-search)
1909 (comint-history-isearch-message, comint-history-isearch-wrap)
1910 (comint-history-isearch-push-state)
1911 (comint-history-isearch-pop-state): New functions.
1912
1913 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
1914
1915 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
1916 return.
1917 (tramp-handle-make-symbolic-link)
1918 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1919 Quote file names.
1920 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1921 (tramp-handle-process-file): Use it.
1922
1923 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * window.el (move-to-window-line-last-op): Remove.
1926 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1927
1928 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1929
1930 Make M-r mirror the new cycling behavior of C-l.
1931 * window.el (move-to-window-line-last-op): New var.
1932 (move-to-window-line-top-bottom): New command.
1933 (global-map): Bind M-r move-to-window-line-top-bottom.
1934
1935 2009-11-23 Sven Joachim <svenjoac@gmx.de>
1936
1937 * dired-x.el (dired-guess-shell-alist-default):
1938 Support xz format. (Bug#4953)
1939
1940 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * cedet/srecode/map.el (srecode-get-maps):
1943 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1944 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1945 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1946 (semantic-toggle-decoration-style):
1947 * cedet/semantic/decorate/include.el
1948 (semantic-decoration-include-describe)
1949 (semantic-decoration-unknown-include-describe)
1950 (semantic-decoration-unparsed-include-describe)
1951 (semantic-decoration-all-include-summary):
1952 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1953 * cedet/semantic/analyze/complete.el
1954 (semantic-analyze-possible-completions):
1955 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1956 (semantic-show-unmatched-syntax-mode)
1957 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1958 (semantic-highlight-func-mode):
1959 * cedet/semantic/util.el (semantic-describe-buffer):
1960 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1961 (semantic-symref-find-tags-by-name)
1962 (semantic-symref-find-tags-by-regexp)
1963 (semantic-symref-find-tags-by-completion)
1964 (semantic-symref-find-file-references-by-name)
1965 (semantic-symref-find-text):
1966 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1967 (senator-yank-tag):
1968 * cedet/semantic/scope.el (semantic-calculate-scope):
1969 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1970 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1971 (define-semantic-idle-service):
1972 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1973 (semantic-complete-analyze-inline-idle):
1974 * cedet/semantic/analyze.el (semantic-analyze-current-context):
1975 * cedet/mode-local.el (describe-mode-local-bindings)
1976 (describe-mode-local-bindings-in-mode):
1977 * cedet/ede/make.el (ede-make-check-version):
1978 * cedet/ede/locate.el (ede-enable-locate-on-project):
1979 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1980 (cedet-idutils-version-check):
1981 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1982 (cedet-gnu-global-version-check):
1983 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1984 (cedet-cscope-version-check): Use called-interactively-p instead
1985 of interactive-p.
1986
1987 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1988 Use semantic-format-tag-prototype.
1989
1990 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1991
1992 * emulation/viper-cmd.el: Use viper-last-command-char instead of
1993 last-command-char/last-command-event.
1994 (viper-prefix-arg-value): Do correct conversion of event-char for
1995 XEmacs.
1996
1997 * emulation/viper-util.el, emulation/viper.el:
1998 Use viper-last-command-char instead of
1999 last-command-char/last-command-event.
2000
2001 * ediff-init.el, ediff-mult.el, ediff-util.el:
2002 Replace last-command-char and last-command-event
2003 with (ediff-last-command-char) everywhere.
2004
2005 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2006 created in fundamental mode.
2007
2008 * ediff.el (ediff-version): Revert the change of interactive-p to
2009 called-interactively-p.
2010
2011 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2012
2013 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2014 generation from word-movement command names.
2015
2016 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2019 (semantic-complete-jump-local, semantic-complete-jump):
2020 Improve prompt string.
2021
2022 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2023
2024 * cus-start.el (all): Add native condition for font-use-system-font.
2025
2026 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
2027
2028 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2029 Correct the patch from 2009-11-18. (Bug#3910)
2030
2031 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2032
2033 * progmodes/subword.el: Rename from lisp/subword.el.
2034
2035 * subword.el: Rename to progmodes/subword.el.
2036
2037 * Makefile.in (ELCFILES): Adapt to subword.el move.
2038
2039 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2040 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2043 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2044 (bookmark-bmenu-show-filenames): Use push.
2045 (bookmark-bmenu-hide-filenames): Use local var instead of
2046 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2047 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2048 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2049 filenames now that the bookmark names are always available.
2050
2051 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2054 (bookmark-search-pattern): Move and leave unbound.
2055 (bookmark-bmenu-mode-map): Change binding.
2056 (bookmark-read-search-input): Simplify.
2057 Don't use text-char-description. Don't error on non-char events.
2058 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2059 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2060 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2061 Use a local var for the timer.
2062 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2063 (i.e. bookmark-bmenu-search).
2064
2065 2009-11-21 Glenn Morris <rgm@gnu.org>
2066
2067 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2068
2069 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2070
2071 * net/browse-url.el (browse-url-default-windows-browser):
2072 Use cygstart for cygwin.
2073
2074 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2075
2076 * bookmark.el: Formatting and doc fixes only:
2077 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2078 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2079 Minor grammar and punctuation fixes in doc string.
2080 (bookmark-read-search-input): Adjust to fit within 80 columns.
2081
2082 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2083
2084 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2085 (c-backward-into-nomenclature): Adapt to subword renaming.
2086
2087 * subword.el (subword-forward, subword-backward, subword-mark)
2088 (subword-kill, subword-backward-kill, subword-transpose)
2089 (subword-downcase, subword-upcase, subword-capitalize)
2090 (subword-forward-internal, subword-backward-internal):
2091 Rename from forward-subword, backward-subword, mark-subword,
2092 kill-subword, backward-kill-subword, transpose-subwords,
2093 downcase-subword, upcase-subword, capitalize-subword,
2094 forward-subword-internal, backward-subword-internal.
2095
2096 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2097
2098 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2099 New options.
2100 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2101 New vars.
2102 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2103 (bookmark-bmenu-filter-alist-by-regexp)
2104 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2105 (bookmark-bmenu-search): New command.
2106 (bookmark-bmenu-mode-map): Bind it.
2107
2108 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2111
2112 * cedet/semantic/idle.el (define-semantic-idle-service)
2113 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2114
2115 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2116
2117 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2118 backward-subword to quit the byte-compiler.
2119
2120 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2121
2122 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2123
2124 * progmodes/cc-cmds.el (c-update-modeline)
2125 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2126 Refer to subword.el functions instead of cc-subword.el.
2127
2128 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2129 subword.el functions instead of cc-subword.el.
2130
2131 * progmodes/cc-subword.el: Rename to subword.el.
2132 * subword.el: Rename from progmodes/cc-subword.el.
2133 (subword-mode-map): Rename from c-subword-mode-map.
2134 (subword-mode): Rename from c-subword-mode.
2135 (global-subword-mode): New global minor mode.
2136 (forward-subword): Rename from c-forward-subword.
2137 (backward-subword): Rename from c-backward-subword.
2138 (mark-subword): Rename from c-mark-subword.
2139 (kill-subword): Rename from c-kill-subword.
2140 (backward-kill-subword): Rename from c-backward-kill-subword.
2141 (transpose-subwords): Rename from c-tranpose-subword.
2142 (downcase-subword): Rename from c-downcase-subword.
2143 (capitalize-subword): Rename from c-capitalize-subword.
2144 (forward-subword-internal): Rename from c-forward-subword-internal.
2145 (backward-subword-internal): Rename from c-backward-subword-internal.
2146
2147 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2148
2149 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2150 from a dired buffer.
2151 (vc-dired-deduce-fileset): New function.
2152 (vc-root-diff, vc-print-root-log): Use it.
2153
2154 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2155 nil LIMIT argument to vc-print-log-internal.
2156
2157 2009-11-20 Glenn Morris <rgm@gnu.org>
2158
2159 * Makefile.in (ELCFILES): Regenerate.
2160
2161 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2162
2163 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2164
2165 * cedet/semantic.el: Enable idle-mode menu items only if
2166 global-semantic-idle-scheduler-mode is enabled.
2167 (semantic-default-submodes): Doc fix.
2168
2169 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2170 When turning off, disable other idle modes.
2171
2172 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2173
2174 * calc/calc.el (calc-set-mode-line):
2175 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2176 (math-format-number): Rename `math-format-complement-signed' to
2177 `math-format-twos-complement'.
2178
2179 * calc/calc-bin.el (math-format-twos-complement): Rename from
2180 math-format-complement-signed.
2181 (calc-radix): Rename `calc-complement-signed-mode' to
2182 `calc-twos-complement-mode'.
2183 (calc-octal-radix, calc-hex-radix): Add an argument for
2184 two's complement.
2185
2186 * calc/calc-embed.el (calc-embedded-mode-vars):
2187 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2188
2189 * calc/calc-ext.el (calc-init-extensions):
2190 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2191 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2192
2193 * calc/calc-units.el (math-build-units-table-buffer):
2194 Let `calc-twos-complement-mode' be nil.
2195
2196 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2197 entries.
2198
2199 * calc/calc-vec.el (calcFunc-vunpack):
2200 * calc/calc-aent.el (calc-do-calc-eval):
2201 * calc/calc-forms.el (math-format-date):
2202 * calc/calc-graph.el (calc-graph-plot):
2203 * calc/calc-math.el (math-use-emacs-fn):
2204 * calc/calccomp.el (math-compose-expr):
2205 Let `calc-twos-complement-mode' be nil.
2206
2207 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2210 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2211 * minibuffer.el (completion-in-region-functions): New hook.
2212 (completion-in-region): New function.
2213 * emacs-lisp/lisp.el (lisp-complete-symbol):
2214 * pcomplete.el (pcomplete-std-complete): Use it.
2215
2216 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2219 (latex-complete-alist): New vars.
2220 (latex-string-prefix-p, latex-complete-bibtex-keys)
2221 (latex-complete-envnames, latex-complete-refkeys)
2222 (latex-complete-data): New functions.
2223 (latex-complete, latex-indent-or-complete): New commands.
2224
2225 * window.el (display-buffer-mark-dedicated): New var.
2226 (display-buffer): Obey it.
2227 * minibuffer.el (minibuffer-completion-help): Use it.
2228
2229 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2230
2231 * filecache.el (file-cache-add-file): Use push and cons.
2232 (file-cache-delete-file-regexp): Use push.
2233 (file-cache-complete): Use completion-in-region.
2234
2235 * simple.el (with-wrapper-hook): Fix thinko.
2236
2237 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2238 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2239 Use with-current-buffer and string-to-number.
2240 (hfy-fallback-colour-values): Use assoc-string.
2241 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2242 (hfy-face-at): Remove unused var `found-face'.
2243 (hfy-compile-stylesheet): Remove unused var `css'.
2244 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2245 and `orig-buffer'.
2246 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2247 Use with-current-buffer.
2248 (hfy-text-p): Use expand-file-name and fewer setq.
2249
2250 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
2251
2252 * htmlfontify.el, hfy-cmap.el: New files.
2253
2254 2009-11-19 Juri Linkov <juri@jurta.org>
2255
2256 * minibuffer.el (completions-format): New defcustom.
2257 (completion--insert-strings): Implement vertical format.
2258
2259 * simple.el (switch-to-completions): Move point to the first
2260 completion when point was at the beginning of the buffer.
2261
2262 2009-11-19 Juri Linkov <juri@jurta.org>
2263
2264 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2265
2266 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2267
2268 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2271 (mail-signature): Change default to t.
2272 (mail-from-style): Deprecate `system-default' value.
2273 (mail-insert-from-field): For default value of mail-from-style,
2274 default to `angles' unless `angles' needs quoting and `parens'
2275 does not.
2276 (mail-citation-prefix-regexp): Use citation regexp from
2277 message-mode.
2278
2279 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
2280
2281 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2282 Set variables for computing the prompt for reading password.
2283
2284 2009-11-19 Glenn Morris <rgm@gnu.org>
2285
2286 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2287
2288 * textmodes/flyspell.el (sgml-lexical-context): Declare.
2289
2290 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2291 (newsticker-treeview-listwindow-height): Fix custom type.
2292
2293 2009-11-19 Kenichi Handa <handa@m17n.org>
2294
2295 * descr-text.el (describe-char-padded-string): Compose with TAB
2296 only if there's a font for CH.
2297 (describe-char): Fix the condition for detecting a trivial composition.
2298
2299 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
2300
2301 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2302 more accurate version of the regexp. (Bug#3910)
2303
2304 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2305
2306 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2307
2308 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
2309
2310 * font-setting.el (font-use-system-font): Declare for byte-compiler.
2311 (font-setting-change-default-font): Fix typo in docstring.
2312
2313 2009-11-18 Alan Mackenzie <acm@muc.de>
2314
2315 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2316
2317 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2318
2319 * font-setting.el (font-use-system-font): Move ...
2320
2321 * cus-start.el (all): ... to here.
2322
2323 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
2324
2325 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2326 Don't set `ad-return-value' if `ad-do-it' doesn't.
2327
2328 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2329 modification time.
2330
2331 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2332
2333 * menu-bar.el: Put "Use system font" in Option-menu.
2334 (menu-bar-options-save): Add font-use-system-font.
2335
2336 * loadup.el: If feature system-font-setting or font-render-setting is
2337 there, load font-setting.
2338
2339 * Makefile.in (ELCFILES): Add font-settings.el.
2340 * font-setting.el: New file.
2341
2342 2009-11-17 Glenn Morris <rgm@gnu.org>
2343
2344 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2345
2346 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2347 Preserve point in the list buffer. (Bug#4939)
2348 Use point-at-eol.
2349 (newsticker--treeview-list-update-highlight)
2350 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2351
2352 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2353
2354 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2355 Remove.
2356
2357 * calc/calc-ext.el (calc-init-extensions): Remove references to
2358 symclip.
2359
2360 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2361
2362 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2363 * calc/calc-help.el (calc-b-prefix-help): Remove references to
2364 `calc-symclip'.
2365
2366 2009-11-16 Kevin Ryde <user42@zip.com.au>
2367
2368 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2369 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2370
2371 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2372 (lm-keywords-list): Allow comma-only separator like "foo,bar".
2373 Ignore trailing spaces by omit-nulls to split-string (fixing
2374 regression from Emacs 21 due to the incompatible split-string
2375 change). (Bug #4928.)
2376
2377 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2378
2379 * vc.el (vc-log-show-limit): Default to 2000.
2380 (vc-print-log-internal): Insert buttons to request more entries
2381 when limiting the output.
2382
2383 * vc-sccs.el (vc-sccs-print-log):
2384 * vc-rcs.el (vc-rcs-print-log):
2385 * vc-cvs.el (vc-cvs-print-log):
2386 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2387 LIMIT is non-nil.
2388
2389 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2390
2391 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2392 error when `tramp-gvfs-dbus-event-vector' is set.
2393 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2394
2395 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2398
2399 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2400
2401 * net/dbus.el (dbus-unregister-service): New defun.
2402 (dbus-register-property): Register the handlers of
2403 "org.freedesktop.DBus.Properties" for SERVICE.
2404 (dbus-property-handler): Fix docstring.
2405
2406 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2407
2408 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2409 Quote doc string reference in defvaralias as it is not in special form.
2410 (byte-compile-output-docform): Doc fix.
2411
2412 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2413
2414 * calc/calc.el (math-2-word-size, math-half-2-word-size)
2415 (calc-complement-signed-mode): New variables.
2416 (calc-set-mode-line): Add indicator for twos-complements.
2417 (math-format-number): Format twos-complement notation.
2418
2419 * calc/calc-bin.el (calc-word-size): Reset the variables
2420 `math-2-word-size' and `math-half-2-word-size'.
2421 (math-format-complement-signed, math-symclip, calcFunc-symclip)
2422 (calc-symclip): New functions.
2423
2424 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2425
2426 * calc/calc-embed.el (calc-embedded-mode-vars):
2427 Add `calc-complement-signed-mode' to the list of modes.
2428
2429 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2430 (calc-b-oper-keys): Add `calc-symclip' to list.
2431
2432 * calc/calc-ext.el (math-read-number-fancy): Read complement
2433 signed numbers.
2434 (calc-init-extensions): Add binding for `calc-symclip'.
2435 Add autoload for `calcFunc-symclip' and `calc-symclip'.
2436
2437 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2438 `calc-symclip'.
2439 (calc-modes-menu): Add item for twos complement mode.
2440
2441 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2442
2443 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * register.el (jump-to-register, insert-register): Handle Semantic
2446 tags. From commented-out advice in semantic/senator.el.
2447
2448 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2449
2450 * vc.el (vc-log-show-limit): New variable.
2451 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
2452 when using a prefix argument.
2453 (vc-print-log-internal): Add new argument LIMIT.
2454
2455 * vc-svn.el (vc-svn-print-log):
2456 * vc-mtn.el (vc-mtn-print-log):
2457 * vc-hg.el (vc-hg-print-log):
2458 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2459 pass it to the log command when set. Make the BUFFER argument
2460 non-optional.
2461
2462 * vc-sccs.el (vc-sccs-print-log):
2463 * vc-rcs.el (vc-rcs-print-log):
2464 * vc-git.el (vc-git-print-log):
2465 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2466 ignore it. Make the BUFFER argument non-optional
2467
2468 * bindings.el (mode-line-buffer-identification): Do not purecopy.
2469
2470 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * dired.el (dired-mode-map): Move encryption items to "Operate"
2473 menu (Bug#4703).
2474
2475 * strokes.el (strokes-update-window-configuration): Make strokes
2476 buffer current before erasing (Bug#4906).
2477
2478 * cedet/semantic/idle.el (semantic-idle-summary-mode)
2479 (semantic-idle-summary-mode): Define using define-minor-mode
2480 instead of define-semantic-idle-service.
2481 (semantic-idle-summary-mode): New function.
2482 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2483 that mouse motion does not reset the echo area.
2484
2485 2009-11-15 Juri Linkov <juri@jurta.org>
2486
2487 * simple.el (set-mark-default-inactive): Add :type, :group
2488 and :version. (Bug#4876)
2489
2490 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
2491
2492 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2493 (archive-unique-fname): ... here. (Bug#4929)
2494
2495 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2498 with a real fix.
2499
2500 * novice.el (disabled-command-function): Add useful args.
2501 Setup the help buffer so that [back] works.
2502 Remove redundant call to help-mode.
2503 (disabled-command-function): Use `case'.
2504 (en/disable-command): New function extracted from enable-command.
2505 (enable-command, disable-command): Use it.
2506
2507 2009-11-14 Glenn Morris <rgm@gnu.org>
2508
2509 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2510 constants. (Bug#4913)
2511
2512 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2513
2514 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2515
2516 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2517 defined in C that have no doc-strings. (Bug#1063)
2518
2519 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
2520
2521 * cus-edit.el (data, files):
2522 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
2523
2524 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2525
2526 * simple.el (shell-command): Doc fix (Bug#4891).
2527
2528 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2529
2530 2009-11-14 Glenn Morris <rgm@gnu.org>
2531
2532 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2533 statements for vc-diff, emerge-quit, and rmail-cease-edit.
2534 If they are already loaded, eval-after-load will do the right thing.
2535
2536 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2537 compiling.
2538
2539 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2540
2541 * simple.el (x-selection-owner-p): Declare.
2542 (read-mail-command): Use custom radio type rather than choice.
2543 (completion-no-auto-exit): Doc fix.
2544
2545 * custom.el (defgroup):
2546 * epg-config.el (epg): Doc fixes.
2547
2548 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2549
2550 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2551 * international/ccl.el (define-ccl-program): Do not purecopy the
2552 docstring, defconst does it anyway.
2553
2554 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * add-log.el (add-change-log-entry): Avoid displaying the changelog
2557 a second time.
2558
2559 * x-dnd.el (x-dnd-maybe-call-test-function):
2560 * window.el (split-window-vertically):
2561 * whitespace.el (whitespace-help-on):
2562 * vc-rcs.el (vc-rcs-consult-headers):
2563 * userlock.el (ask-user-about-lock-help)
2564 (ask-user-about-supersession-help):
2565 * type-break.el (type-break-force-mode-line-update):
2566 * time-stamp.el (time-stamp-conv-warn):
2567 * terminal.el (te-set-output-log, te-more-break, te-filter)
2568 (te-sentinel, terminal-emulator):
2569 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2570 (term-write-input-ring, term-check-source, term-start-output-log):
2571 (term-display-buffer-line, term-dynamic-list-completions):
2572 (term-ansi-make-term, serial-term):
2573 * subr.el (selective-display):
2574 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2575 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2576 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2577 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2578 (speedbar-remove-localized-speedbar-support)
2579 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2580 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2581 (speedbar-buffers-line-directory):
2582 * simple.el (shell-command-on-region, append-to-buffer)
2583 (prepend-to-buffer):
2584 * shadowfile.el (shadow-save-todo-file):
2585 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2586 (scroll-bar-maybe-set-window-start):
2587 * sb-image.el (speedbar-image-dump):
2588 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2589 (load-save-place-alist-from-file):
2590 * ps-samp.el (ps-print-message-from-summary):
2591 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2592 (ps-background-image, ps-begin-job, ps-do-despool):
2593 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
2594 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
2595 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
2596 (pr-call-process, pr-file-list, pr-interface-save):
2597 * novice.el (disabled-command-function)
2598 (enable-command, disable-command):
2599 * mouse.el (mouse-buffer-menu-alist):
2600 * mouse-copy.el (mouse-kill-preserving-secondary):
2601 * macros.el (kbd-macro-query):
2602 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
2603 * informat.el (batch-info-validate):
2604 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
2605 * hippie-exp.el (try-expand-dabbrev-visible):
2606 * help-mode.el (help-make-xrefs):
2607 * help-fns.el (describe-variable):
2608 * generic-x.el (bat-generic-mode-run-as-comint):
2609 * finder.el (finder-mouse-select):
2610 * find-dired.el (find-dired-sentinel):
2611 * filesets.el (filesets-file-close):
2612 * files.el (list-directory):
2613 * faces.el (list-faces-display, describe-face):
2614 * facemenu.el (list-colors-display):
2615 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
2616 * epg.el (epg--process-filter, epg-cancel):
2617 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
2618 (epa--read-signature-type):
2619 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
2620 (emerge-file-names):
2621 * ehelp.el (electric-helpify):
2622 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
2623 * ediff-vers.el (rcs-ediff-view-revision):
2624 * ediff-util.el (ediff-setup):
2625 * ediff-mult.el (ediff-append-custom-diff):
2626 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
2627 (ediff-wordify):
2628 * echistory.el (Electric-command-history-redo-expression):
2629 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2630 * disp-table.el (describe-display-table):
2631 * dired.el (dired-find-buffer-nocreate):
2632 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
2633 * dabbrev.el (dabbrev--same-major-mode-p):
2634 * chistory.el (list-command-history):
2635 * apropos.el (apropos-documentation):
2636 * allout.el (allout-obtain-passphrase):
2637 (allout-copy-exposed-to-buffer):
2638 (allout-verify-passphrase): Use with-current-buffer.
2639
2640 2009-11-13 Glenn Morris <rgm@gnu.org>
2641
2642 * Makefile.in (ELCFILES): Regenerate.
2643
2644 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
2645
2646 * net/dbus.el (dbus-registered-objects-table): Rename from
2647 `dbus-registered-functions-table', because it contains also properties.
2648 (dbus-unregister-object): Unregister also properties.
2649 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2650 Use a timeout of 500 msec, in order to not block.
2651 (dbus-register-property, dbus-property-handler): New defuns.
2652
2653 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * simple.el (minibuffer-default-add-completions): Drop deprecated
2656 4th arg.
2657
2658 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
2659
2660 * textmodes/artist.el (artist-mouse-choose-operation):
2661 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
2662 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
2663 (artist-compute-up-event-key): New function.
2664 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
2665
2666 2009-11-13 Kenichi Handa <handa@m17n.org>
2667
2668 * language/japan-util.el: Make sure that the value of jisx0208
2669 property is jisx0208 character.
2670
2671 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2672
2673 * international/mule.el (auto-coding-regexp-alist): Only purecopy
2674 car or each item, not the whole list.
2675
2676 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * minibuffer.el (minibuffer-completion-help):
2679 Use minibuffer-hide-completions.
2680
2681 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
2682
2683 * dired.el (dired-save-positions, dired-restore-positions): New funs.
2684 (dired-revert): Use them (bug#4880).
2685
2686 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2687
2688 * tooltip.el (tooltip-frame-parameters): Undo previous change.
2689
2690 2009-11-12 Juri Linkov <juri@jurta.org>
2691
2692 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
2693 New functions.
2694 (find-file-literally-at-point): Alias of `ffap-literally'.
2695
2696 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2697
2698 * textmodes/ispell.el (ispell-skip-region-alist):
2699 * textmodes/css-mode.el (auto-mode-alist):
2700 * progmodes/compile.el (auto-mode-alist):
2701 * international/mule.el (ctext-non-standard-encodings-alist)
2702 (ctext-non-standard-encodings-regexp):
2703 * simple.el (shell-command-switch, text-read-only):
2704 * replace.el (occur-mode-map):
2705 * paths.el (rmail-file-name):
2706 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
2707 * find-file.el (ff-special-constructs):
2708 * files.el (file-name-handler-alist):
2709 * composite.el: Purecopy strings.
2710
2711 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
2712
2713 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2714
2715 * widget.el (define-widget): Purecopy the docstring.
2716 * international/mule-cmds.el (charset): Do not purecopy the
2717 docstring here, define-widget does it.
2718
2719 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2720 * textmodes/bibtex-style.el (auto-mode-alist):
2721 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2722 * progmodes/compile.el (compile-command):
2723 * language/korea-util.el (default-korean-keyboard):
2724 * international/mule-conf.el (file-coding-system-alist):
2725 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
2726 * tooltip.el (tooltip-frame-parameters):
2727 * newcomment.el (comment-end, comment-padding):
2728 * dired.el (dired-trivial-filenames):
2729 * comint.el (comint-file-name-prefix): Purecopy initial values.
2730
2731 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
2732
2733 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
2734 (tramp-advice-minibuffer-electric-tilde): Unload advices via
2735 `tramp-unload'.
2736 (tramp-advice-make-auto-save-file-name)
2737 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
2738 after removing the advice.
2739
2740 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2741
2742 * progmodes/grep.el (grep-regexp-alist):
2743 * international/mule-cmds.el (iso-2022-control-alist):
2744 * emacs-lisp/timer.el (timer-duration-words):
2745 * subr.el (version-separator, version-regexp-alist):
2746 * minibuffer.el (completion-styles-alist):
2747 * faces.el (face-attribute-name-alist, list-faces-sample-text):
2748 Change defvars to defconsts.
2749
2750 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
2751 * loadup.el ("international/mule-conf"): Load the byte compiled version.
2752 * international/mule-conf.el: Allow to be byte compiled.
2753
2754 * international/mule.el (define-charset): Purecopy props.
2755 (load-with-code-conversion): Purecopy doc string and file name.
2756 (put-charset-property): Purecopy strings.
2757 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
2758
2759 * international/mule-cmds.el (register-input-method): Purecopy arguments.
2760 (define-char-code-property): Correctly purecopy the table.
2761
2762 * international/ccl.el (define-ccl-program): Purecopy the docstring.
2763
2764 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
2765
2766 * subr.el (add-hook): Purecopy strings.
2767 (eval-after-load): Purecopy load-history-regexp and the form.
2768
2769 * custom.el (custom-declare-group): Purecopy load-file-name.
2770
2771 * subr.el (menu-bar-separator): New defconst.
2772 * net/eudc.el (eudc-tools-menu):
2773 * international/mule-cmds.el (set-coding-system-map)
2774 (mule-menu-keymap):
2775 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2776 * vc-hooks.el (vc-menu-map):
2777 * replace.el (occur-mode-map):
2778 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
2779 (menu-bar-edit-menu, menu-bar-goto-menu)
2780 (menu-bar-custom-menu, menu-bar-showhide-menu)
2781 (menu-bar-options-menu, menu-bar-tools-menu)
2782 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
2783 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
2784 (menu-bar-help-menu):
2785 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
2786 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
2787
2788 * term/x-win.el (x-gtk-stock-map):
2789 * progmodes/vera-mode.el (auto-mode-alist):
2790 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2791 (inferior-lisp-program, inferior-lisp-load-command):
2792 * progmodes/hideshow.el (hs-special-modes-alist):
2793 * progmodes/gud.el (same-window-regexps):
2794 * progmodes/grep.el (grep-program, find-program, xargs-program):
2795 * net/telnet.el (same-window-regexps):
2796 * net/rlogin.el (same-window-regexps):
2797 * language/ethiopic.el (font-ccl-encoder-alist):
2798 * vc-sccs.el (vc-sccs-master-templates):
2799 * vc-rcs.el (vc-rcs-master-templates):
2800 * subr.el (cl-assertion-failed):
2801 * simple.el (next-error-overlay-arrow-position):
2802 * lpr.el (lpr-command):
2803 * locate.el (locate-ls-subdir-switches):
2804 * info.el (same-window-regexps, info)
2805 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2806 * image-mode.el (image-mode, auto-mode-alist):
2807 * hippie-exp.el (hippie-expand-ignore-buffers):
2808 * format.el (format-alist):
2809 * find-dired.el (find-ls-subdir-switches, find-grep-options)
2810 (find-name-arg):
2811 * facemenu.el (facemenu-keybindings):
2812 * dired.el (dired-listing-switches, dired-chown-program):
2813 * diff.el (diff-switches, diff-command):
2814 * cus-edit.el (same-window-regexps):
2815 * bindings.el (mode-line-mule-info)
2816 (mode-line-buffer-identification): Purecopy strings.
2817
2818 2009-11-11 Juri Linkov <juri@jurta.org>
2819
2820 * simple.el (dired-get-filename) <declare-function>:
2821 Tell the byte-compiler about dired-get-filename.
2822 (shell-command): In Dired mode, get filename from the current line
2823 as the default value.
2824
2825 2009-11-10 Glenn Morris <rgm@gnu.org>
2826
2827 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
2828 * calendar/holidays.el, progmodes/cperl-mode.el:
2829 Update x-popup-menu declarations.
2830
2831 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
2832 (list-load-path-shadows): Use dolist.
2833 (list-load-path-shadows): Use with-current-buffer.
2834
2835 2009-11-10 Juri Linkov <juri@jurta.org>
2836
2837 * minibuffer.el (read-file-name): Support a list of default values
2838 in `default-filename'. Use the first file name where only one
2839 element is required. Doc fix.
2840
2841 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
2842
2843 * net/dbus.el (dbus-unregister-object): Release service, if no
2844 other method is registered for it.
2845
2846 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
2847
2848 * bookmark.el (bookmark-completing-read): Sort bookmark names if
2849 bookmark-sort-flag is non-nil (Bug#4653).
2850
2851 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
2854 the progress reporter entirely.
2855
2856 * emulation/cua-base.el: Add CUA property to some CC mode commands
2857 (Bug#4100).
2858
2859 2009-11-08 Kevin Ryde <user42@zip.com.au>
2860
2861 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2862 at end of sentence (Bug#4818).
2863
2864 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
2865
2866 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2867 Handle "see declaration of" MSFT statements (Bug#4100).
2868
2869 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
2870
2871 * net/tramp.el (tramp-advice-make-auto-save-file-name)
2872 (tramp-advice-file-expand-wildcards): Unload via
2873 `ad-remove-advice'.
2874
2875 * net/trampver.el: Update release number.
2876
2877 2009-11-08 Kevin Ryde <user42@zip.com.au>
2878
2879 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2880 `ad-do-it'.
2881
2882 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
2883
2884 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2885 in order to keep context in SELinux.
2886
2887 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2888
2889 * dired-aux.el (dired-query): Place cursor in echo area and allow
2890 C-g.
2891
2892 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
2893 menu item if not on a directory (Bug#4701).
2894
2895 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
2896
2897 Sync with Tramp 2.1.17.
2898
2899 * net/tramp.el (tramp-handle-copy-directory): Don't use
2900 `file-remote-p' (due to compatibility).
2901
2902 * net/tramp-compat.el (tramp-compat-copy-directory)
2903 (tramp-compat-delete-directory): New defuns.
2904
2905 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2906 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
2907 `tramp-compat-delete-directory'.
2908
2909 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2910 (tramp-smb-handle-delete-directory): Use
2911 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
2912
2913 * net/trampver.el: Update release number.
2914
2915 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * tar-mode.el (tar-copy): Call write-region on the right buffer
2918 (Bug#4857).
2919
2920 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2921 by hand, if necessary (Bug#4878).
2922
2923 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
2924
2925 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2926 align size column (Bug#4839).
2927
2928 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2929 statement.
2930
2931 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2932
2933 * progmodes/ld-script.el (auto-mode-alist):
2934 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2935
2936 * cus-face.el (custom-declare-face): Purecopy face spec.
2937
2938 2009-11-06 Kenichi Handa <handa@m17n.org>
2939
2940 * international/uni-bidi.el: Re-generated.
2941 * international/uni-category.el: Re-generated.
2942 * international/uni-combining.el: Re-generated.
2943 * international/uni-mirrored.el: Re-generated.
2944
2945 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2946
2947 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2948 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2949 (tex-start-options, slitex-run-command, latex-run-command)
2950 (tex-run-command, tex-directory):
2951 * textmodes/ispell.el (ispell-html-skip-alists)
2952 (ispell-tex-skip-alists, ispell-tex-skip-alists):
2953 * textmodes/fill.el (adaptive-fill-first-line-regexp):
2954 (adaptive-fill-regexp):
2955 * textmodes/dns-mode.el (auto-mode-alist):
2956 * progmodes/python.el (interpreter-mode-alist):
2957 * progmodes/etags.el (tags-compression-info-list):
2958 * progmodes/etags.el (tags-file-name):
2959 * net/browse-url.el (browse-url-galeon-program)
2960 (browse-url-firefox-program):
2961 * mail/sendmail.el (mail-signature-file)
2962 (mail-citation-prefix-regexp):
2963 * international/mule-conf.el (eight-bit):
2964 * international/latexenc.el (latex-inputenc-coding-alist):
2965 * international/fontset.el (x-pixel-size-width-font-regexp):
2966 * emacs-lisp/warnings.el (warning-type-format):
2967 * emacs-lisp/trace.el (trace-buffer):
2968 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2969 (emacs-lisp-mode-map):
2970 * calendar/holidays.el (holiday-solar-holidays)
2971 (holiday-bahai-holidays, holiday-islamic-holidays)
2972 (holiday-christian-holidays, holiday-hebrew-holidays)
2973 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2974 (hebrew-holidays-1, holiday-oriental-holidays)
2975 (holiday-general-holidays):
2976 * x-dnd.el (x-dnd-known-types):
2977 * tool-bar.el (tool-bar):
2978 * startup.el (site-run-file):
2979 * shell.el (shell-dumb-shell-regexp):
2980 * rfn-eshadow.el (file-name-shadow-tty-properties)
2981 (file-name-shadow-properties):
2982 * paths.el (remote-shell-program, news-directory):
2983 * mouse.el ([C-down-mouse-3]):
2984 * menu-bar.el (menu-bar-tools-menu):
2985 * jka-cmpr-hook.el (jka-compr-load-suffixes)
2986 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2987 (jka-compr-compression-info-list):
2988 * isearch.el (search-whitespace-regexp):
2989 * image-file.el (image-file-name-extensions):
2990 * find-dired.el (find-ls-option):
2991 * files.el (directory-listing-before-filename-regexp)
2992 (directory-free-space-args, insert-directory-program)
2993 (list-directory-brief-switches, magic-fallback-mode-alist)
2994 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2995 (automount-dir-prefix):
2996 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2997 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2998 (face-font-registry-alternatives, face-font-registry-alternatives)
2999 (face-font-family-alternatives):
3000 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3001 (facemenu-foreground-menu, facemenu-face-menu):
3002 * epa-hook.el (epa-file-name-regexp):
3003 * dnd.el (dnd-protocol-alist):
3004 * textmodes/rst.el (auto-mode-alist):
3005 * button.el (default-button): Purecopy strings.
3006
3007 2009-11-06 Glenn Morris <rgm@gnu.org>
3008
3009 * Makefile.in (ELCFILES): Update.
3010
3011 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3014 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3015
3016 * nxml/xsd-regexp.el (xsdre-gen-categories):
3017 * nxml/xmltok.el (xmltok-parse-entity):
3018 * nxml/rng-parse.el (rng-parse-validate-file):
3019 * nxml/rng-maint.el (rng-format-manual)
3020 (rng-manual-output-force-new-line):
3021 * nxml/rng-loc.el (rng-save-schema-location-1):
3022 * nxml/rng-cmpct.el (rng-c-parse-file):
3023 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3024 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3025
3026 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3027
3028 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
3029 Remove extra save-excursions and make-variable-buffer-local's.
3030 Suggested by Stefan Monnier.
3031
3032 (verilog-getopt-file, verilog-module-inside-filename-p)
3033 (verilog-set-define): Merge GNU 1.35 and repair changes from
3034 switching to using with-current-buffer.
3035
3036 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3037 being treated as a number and confusing AUTORESET.
3038 Reported by Dan Dever.
3039
3040 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3041 Add verilog-auto-ignore-concat to fix backward compatibility with
3042 older verilog-modes. Reported by Dan Katz.
3043
3044 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3045 containing closing anchors "...$".
3046
3047 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3048 Reported by Wade Smith.
3049
3050 (verilog-batch-execute-func) Comment on function usage.
3051
3052 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
3053
3054 * verilog-mode.el (verilog-label-re): Fix regular expression for
3055 labels.
3056
3057 (verilog-label-re, verilog-calc-1): Support proper indent of named
3058 asserts.
3059
3060 (verilog-backward-token, verilog-basic-complete-re)
3061 (verilog-beg-of-statement, verilog-indent-re): Support proper
3062 indent of the assert statement at the beginning of a block of text.
3063
3064 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3065 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3066 tokens as begins.
3067
3068 2009-11-05 Glenn Morris <rgm@gnu.org>
3069
3070 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3071 Emacs 19. (Bug#1531)
3072 (byte-compile-fix-header): Update for the above change.
3073 Drop test for epoch::version.
3074
3075 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3076 * cus-dep.el (custom-make-dependencies):
3077 * finder.el (finder-compile-keywords):
3078 Use autoload-rubric's feature argument.
3079
3080 * calendar/diary-lib.el (top-level): Make load behave more like require.
3081
3082 * vc-git.el (vc-git-stash-map): Move definition before use.
3083
3084 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3085
3086 * custom.el (custom-declare-group): Purecopy standard-value.
3087 (custom-declare-group): Purecopy custom-prefix.
3088
3089 * international/mule.el (load-with-code-conversion):
3090 Call do-after-load-evaluation unconditionally.
3091
3092 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3093
3094 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3097
3098 2009-11-04 Glenn Morris <rgm@gnu.org>
3099
3100 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3101 (byte-compile-compatibility): Remove option.
3102 (byte-compile-close-variables, byte-compile-fix-header)
3103 (byte-compile-insert-header, byte-compile-output-docform)
3104 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3105 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3106 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3107 (byte-compile-insert, byte-compile-defun):
3108 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3109 (byte-defop-compiler19): Remove.
3110 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3111 used by anything. Replace all calls with byte-defop-compiler.
3112
3113 2009-11-04 Juri Linkov <juri@jurta.org>
3114
3115 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3116 (menu-bar-options-menu): Don't quote the `prop' arg of
3117 `menu-bar-make-mm-toggle'.
3118
3119 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * calendar/calendar.el (cal-loaddefs):
3122 * calendar/diary-lib.el (diary-loaddefs):
3123 * calendar/holidays.el (hol-loaddefs):
3124 * eshell/esh-module.el (esh-groups): Load rather than require.
3125
3126 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3129 point-min==1.
3130 (todo-top-priorities): Only display-buffer when called interactively.
3131 (todo-item-start): Don't save excursion point.
3132 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3133 (todo-insert-item-here, todo-file-item, todo-remove-item):
3134 Adjust uses of todo-item-start and todo-item-end.
3135
3136 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3137 (autoload-rubric): Don't use any more.
3138 * cedet/semantic/fw.el (semantic/loaddefs):
3139 * cedet/srecode.el (srecode/loaddefs):
3140 * cedet/ede.el (ede/loaddefs): Load rather than require.
3141 * cedet/ede/cpp-root.el:
3142 * cedet/ede/emacs.el:
3143 * cedet/ede/files.el:
3144 * cedet/ede/linux.el:
3145 * cedet/ede/locate.el:
3146 * cedet/ede/make.el:
3147 * cedet/ede/shell.el:
3148 * cedet/ede/speedbar.el:
3149 * cedet/ede/system.el:
3150 * cedet/ede/util.el:
3151 * cedet/semantic/analyze.el:
3152 * cedet/semantic/bovine.el:
3153 * cedet/semantic/complete.el:
3154 * cedet/semantic/ctxt.el:
3155 * cedet/semantic/db-file.el:
3156 * cedet/semantic/db-find.el:
3157 * cedet/semantic/db-global.el:
3158 * cedet/semantic/db-mode.el:
3159 * cedet/semantic/db-typecache.el:
3160 * cedet/semantic/db.el:
3161 * cedet/semantic/debug.el:
3162 * cedet/semantic/dep.el:
3163 * cedet/semantic/doc.el:
3164 * cedet/semantic/edit.el:
3165 * cedet/semantic/find.el:
3166 * cedet/semantic/format.el:
3167 * cedet/semantic/html.el:
3168 * cedet/semantic/ia-sb.el:
3169 * cedet/semantic/ia.el:
3170 * cedet/semantic/idle.el:
3171 * cedet/semantic/lex-spp.el:
3172 * cedet/semantic/lex.el:
3173 * cedet/semantic/mru-bookmark.el:
3174 * cedet/semantic/scope.el:
3175 * cedet/semantic/senator.el:
3176 * cedet/semantic/sort.el:
3177 * cedet/semantic/symref.el:
3178 * cedet/semantic/tag-file.el:
3179 * cedet/semantic/tag-ls.el:
3180 * cedet/semantic/tag-write.el:
3181 * cedet/semantic/tag.el:
3182 * cedet/semantic/util-modes.el:
3183 * cedet/semantic/analyze/complete.el:
3184 * cedet/semantic/analyze/refs.el:
3185 * cedet/semantic/bovine/c.el:
3186 * cedet/semantic/bovine/gcc.el:
3187 * cedet/semantic/bovine/make.el:
3188 * cedet/semantic/bovine/scm.el:
3189 * cedet/semantic/decorate/include.el:
3190 * cedet/semantic/decorate/mode.el:
3191 * cedet/semantic/symref/cscope.el:
3192 * cedet/semantic/symref/global.el:
3193 * cedet/semantic/symref/grep.el:
3194 * cedet/semantic/symref/idutils.el:
3195 * cedet/semantic/symref/list.el:
3196 * cedet/semantic/wisent/java-tags.el:
3197 * cedet/semantic/wisent/javascript.el:
3198 * cedet/srecode/compile.el:
3199 * cedet/srecode/cpp.el:
3200 * cedet/srecode/document.el:
3201 * cedet/srecode/el.el:
3202 * cedet/srecode/expandproto.el:
3203 * cedet/srecode/getset.el:
3204 * cedet/srecode/insert.el:
3205 * cedet/srecode/java.el:
3206 * cedet/srecode/map.el:
3207 * cedet/srecode/mode.el:
3208 * cedet/srecode/template.el:
3209 * cedet/srecode/texi.el: Remove the file-local setting of
3210 generated-autoload-feature.
3211
3212 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3213 and only put a prop if it is non-nil.
3214
3215 2009-11-03 Juri Linkov <juri@jurta.org>
3216
3217 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3218 (menu-bar-options-menu): Fix list quoting (Bug#4429).
3219
3220 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3221 and "Menu" to make top-level menu item visually one unit (like
3222 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3223 multi-word menu items). Fix :help string for quit-window.
3224
3225 2009-11-03 Glenn Morris <rgm@gnu.org>
3226
3227 * cedet/mode-local.el (with-mode-local): Doc fix.
3228
3229 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3230 (byte-compile-file-form-define-abbrev-table)
3231 (byte-compile-file-form-custom-declare-variable)
3232 (byte-compile-variable-ref, byte-compile-defvar):
3233 Whether or not a warning is enabled should only affect whether we issue
3234 the warning, not whether or not we collect the relevant data.
3235 Eg warnings can be turned on and off throughout the course of a file.
3236
3237 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3238 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3239
3240 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3243 * play/mpuz.el (mpuz-create-buffer):
3244 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3245 (lm-print-y,s,noise, lm-print-w0, lm-init):
3246 * play/gomoku.el (gomoku-prompt-for-move):
3247 * play/fortune.el (fortune-in-buffer):
3248 * play/dissociate.el (dissociated-press):
3249 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3250 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3251 * mail/supercite.el (sc-eref-show):
3252 * mail/smtpmail.el (smtpmail-send-it):
3253 * mail/rmailsum.el (rmail-summary-next-labeled-message)
3254 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3255 (rmail-summary-undelete-many, rmail-summary-rmail-update)
3256 (rmail-summary-goto-msg, rmail-summary-expunge)
3257 (rmail-summary-get-new-mail, rmail-summary-search-backward)
3258 (rmail-summary-add-label, rmail-summary-output-menu)
3259 (rmail-summary-output-body):
3260 * mail/rfc822.el (rfc822-addresses):
3261 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3262 * mail/mailpost.el (post-mail-send-it):
3263 * mail/hashcash.el (hashcash-generate-payment):
3264 * mail/feedmail.el (feedmail-run-the-queue)
3265 (feedmail-queue-send-edit-prompt-help-first)
3266 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3267 (feedmail-deduce-address-list):
3268 * eshell/esh-ext.el (eshell-remote-command):
3269 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3270 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3271 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3272 (viper-save-string-in-file, viper-valid-marker):
3273 * emulation/viper-keym.el (viper-toggle-key):
3274 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3275 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3276 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3277 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3278 (viper-exec-form-in-emacs, viper-brac-function):
3279 * emulation/viper.el (viper-delocalize-var):
3280 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3281 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3282 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3283 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3284 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3285 * emulation/edt.el (edt-electric-helpify):
3286 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3287 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3288 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3289 (cua-indent-to-global-mark-column):
3290 * calendar/diary-lib.el (calendar-mark-1):
3291 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3292 Use with-current-buffer.
3293 * emulation/viper.el (viper-delocalize-var): Use dolist.
3294
3295 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * comint.el (comint-replace-by-expanded-history-before-point):
3298 Replace !! with the previous input string literally (Bug#1795).
3299
3300 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
3301
3302 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3303 to be made up of whitespace.
3304
3305 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * minibuffer.el (read-file-name): Don't use file dialogs for
3308 remote directories (Bug#99).
3309
3310 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3313
3314 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
3315
3316 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3317 instead of deleting the window or frame.
3318
3319 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3320
3321 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3322 Support face colors.
3323
3324 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3325 New function. Support face colors (Bug#1168).
3326 (tex-common-initialization): Use it.
3327
3328 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3329 mode allows it (Bug#1168).
3330
3331 2009-10-31 Juri Linkov <juri@jurta.org>
3332
3333 * facemenu.el (list-colors-display): Don't mark buffer as
3334 modified (Bug#3948).
3335
3336 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3337
3338 * international/mule-diag.el (list-character-sets-1): Minor
3339 message fix (Bug#3526).
3340
3341 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3342 face property (Bug#4834).
3343 (etags-list-tags, etags-tags-apropos-additional)
3344 (etags-tags-apropos, tags-select-tags-table): Add follow-link
3345 property.
3346
3347 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3348 items.
3349
3350 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3351 items.
3352
3353 * cedet/ede.el (ede-minor-mode):
3354 * cedet/semantic.el (semantic-mode): Toggle menu separators.
3355
3356 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * textmodes/two-column.el (2C-split):
3359 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3360 * textmodes/tex-mode.el (tex-set-buffer-directory):
3361 * textmodes/spell.el (spell-region, spell-string):
3362 * textmodes/reftex.el (reftex-erase-buffer):
3363 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3364 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3365 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3366 (reftex-select-item):
3367 * textmodes/reftex-ref.el (reftex-label-info-update)
3368 (reftex-offer-label-menu):
3369 * textmodes/reftex-index.el (reftex-index-change-entry)
3370 (reftex-index-phrases-info):
3371 * textmodes/reftex-global.el (reftex-create-tags-file)
3372 (reftex-save-all-document-buffers, reftex-ensure-write-access):
3373 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3374 (reftex-view-crossref-from-bibtex):
3375 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3376 (reftex-extract-bib-entries-from-thebibliography)
3377 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3378 * textmodes/refbib.el (r2b-capitalize-title):
3379 (r2b-convert-buffer, r2b-help):
3380 * textmodes/page-ext.el (pages-directory)
3381 (pages-directory-goto-with-mouse):
3382 * textmodes/bibtex.el (bibtex-validate-globally):
3383 * textmodes/bib-mode.el (bib-capitalize-title):
3384 * textmodes/artist.el (artist-clear-buffer, artist-system):
3385 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3386 (local-set-scheme-interaction-buffer, xscheme-process-filter)
3387 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3388 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3389 (xscheme-send-control-g-interrupt, xscheme-start-process)
3390 (xscheme-process-sentinel, xscheme-cd):
3391 * progmodes/verilog-mode.el (verilog-read-always-signals)
3392 (verilog-set-define, verilog-getopt-file)
3393 (verilog-module-inside-filename-p):
3394 * progmodes/sh-script.el:
3395 * progmodes/python.el (python-pdbtrack-get-source-buffer)
3396 (python-pdbtrack-grub-for-buffer, python-execute-file):
3397 * progmodes/octave-inf.el (inferior-octave):
3398 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3399 (idlwave-shell-compile-helper-routines, idlwave-set-local)
3400 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3401 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3402 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3403 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3404 (idlwave-shell-filter, idlwave-shell-examine-highlight)
3405 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3406 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3407 (idlwave-shell-examine-display, idlwave-shell-run-region)
3408 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3409 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3410 * progmodes/idlw-help.el (idlwave-help-get-special-help)
3411 (idlwave-help-get-help-buffer):
3412 * progmodes/gud.el (gud-basic-call, gud-find-class)
3413 (gud-tooltip-activate-mouse-motions-if-enabled):
3414 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3415 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3416 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3417 (ebrowse-tags-next-file):
3418 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3419 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3420 (ebnf-eps-finish-and-write):
3421 * progmodes/cpp.el (cpp-edit-save):
3422 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3423 * progmodes/cc-defs.el (c-emacs-features):
3424 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3425 (antlr-directory-dependencies):
3426 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3427 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3428 (ada-find-any-references, ada-make-filename-from-adaname)
3429 (ada-make-body-gnatstub):
3430 * obsolete/rnews.el (news-list-news-groups):
3431 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3432 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3433 * net/rcirc.el (rcirc-debug):
3434 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3435 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3436 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3437 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3438 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3439 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3440 (newsticker--treeview-list-clear-highlight)
3441 (newsticker--treeview-list-update-highlight)
3442 (newsticker--treeview-list-highlight-start)
3443 (newsticker--treeview-tree-update-highlight)
3444 (newsticker--treeview-get-selected-item)
3445 (newsticker-treeview-mark-list-items-old)
3446 (newsticker--treeview-set-current-node):
3447 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3448 * net/newst-backend.el (newsticker--get-news-by-funcall)
3449 (newsticker--get-news-by-wget, newsticker--image-get)
3450 (newsticker--image-sentinel):
3451 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3452 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3453 (eudc-ph-close-session):
3454 * net/eudc.el (eudc-save-options):
3455 * language/thai-word.el (thai-update-word-table):
3456 * language/japan-util.el (japanese-string-conversion):
3457 * international/titdic-cnv.el (tsang-quick-converter)
3458 (ziranma-converter, ctlau-converter):
3459 * international/mule-cmds.el (describe-language-environment):
3460 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3461 (skkdic-convert-postfix, skkdic-convert-prefix):
3462 (skkdic-convert-okuri-nasi, skkdic-convert):
3463 * emacs-lisp/re-builder.el (reb-update-overlays):
3464 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3465 * emacs-lisp/gulp.el (gulp-send-requests):
3466 * emacs-lisp/find-gc.el (trace-call-tree):
3467 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3468 (eieio-describe-generic):
3469 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3470 * emacs-lisp/edebug.el (edebug-outside-excursion):
3471 * emacs-lisp/debug.el (debugger-make-xrefs):
3472 * emacs-lisp/cust-print.el (custom-prin1-to-string):
3473 * emacs-lisp/chart.el (chart-new-buffer):
3474 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3475 Use with-current-buffer.
3476 * textmodes/artist.el (artist-system): Don't call
3477 copy-sequence on a fresh string.
3478 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3479
3480 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
3481
3482 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3483 is no item to edit. (Bug#4820)
3484 (todo-top-priorities): Restore point and restore narrowing in Todo
3485 buffer. (Bug#4820)
3486
3487 2009-10-31 Glenn Morris <rgm@gnu.org>
3488
3489 * net/ange-ftp.el (top-level): Don't require dired when compiling.
3490 (comint-last-output-start, comint-last-input-start)
3491 (comint-last-input-end): Don't defvar when compiling.
3492 (ange-ftp-process-file): Use bound-and-true-p.
3493
3494 * pcmpl-rpm.el (top-level): Move provide statement to end.
3495 (pcmpl-rpm): Remove unused custom group.
3496
3497 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3498
3499 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3500
3501 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3502 (byte-compile-warnings): Add `constants' as an option.
3503 (byte-compile-callargs-warn, byte-compile-arglist-warn)
3504 (display-call-tree): Update for byte-compile-fdefinition possibly
3505 returning `(macro lambda ...)'. (Bug#4778)
3506 (byte-compile-variable-ref, byte-compile-setq-default):
3507 Respect `constants' member of byte-compile-warnings.
3508
3509 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3510 Use mapc rather than mapcar because the return value is never used.
3511
3512 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3513 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3514 * cedet/semantic/html.el:
3515 Suppress harmless warnings about setting up semantic-imenu (not
3516 part of Emacs) variables.
3517
3518 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * vc-bzr.el (vc-bzr-revision-keywords): New var.
3521 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3522 to "submit:".
3523
3524 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3525 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3526 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3527 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3528 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3529 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3530 (semantic-analyzer-debug-global-symbol)
3531 (semantic-analyzer-debug-missing-innertype)
3532 (semantic-analyzer-debug-insert-include-summary):
3533 * cedet/semantic/util.el (semantic-file-tag-table):
3534 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3535 (semantic-recursive-find-nonterminal-by-name):
3536 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3537 * cedet/semantic/tag-file.el (semantic-prototype-file):
3538 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3539 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3540 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3541 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3542 (semantic-idle-summary-maybe-highlight):
3543 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3544 (semantic-ia-sb-tag-info):
3545 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3546 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3547 * cedet/semantic/ede-grammar.el (project-compile-target):
3548 (ede-proj-makefile-insert-variables):
3549 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3550 (semantic-debug-set-source-location, semantic-debug-interface-layout)
3551 (semantic-debug-mode, semantic-debug):
3552 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3553 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3554 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3555 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3556 (semanticdb-find-translate-path-includes--internal)
3557 (semanticdb-reset-log, semanticdb-find-log-activity):
3558 * cedet/semantic/db-file.el (object-write):
3559 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3560 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3561 (semanticdb-create-ebrowse-database):
3562 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3563 * cedet/semantic/complete.el (semantic-displayor-focus-request)
3564 (semantic-collector-calculate-completions-raw)
3565 (semantic-complete-read-tag-analyzer):
3566 * cedet/semantic/analyze.el (semantic-analyze-pulse):
3567 * cedet/ede/util.el (ede-update-version-in-source):
3568 * cedet/ede/proj.el (project-delete-target):
3569 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3570 (ede-proj-flush-autoconf):
3571 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3572 (ede-proj-configure-synchronize):
3573 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3574 * cedet/ede/linux.el (ede-linux-version):
3575 * cedet/ede/emacs.el (ede-emacs-version):
3576 * cedet/ede/dired.el (ede-dired-add-to-target):
3577 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3578 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3579 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3580 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3581 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3582 (cedet-idutils-version-check):
3583 * cedet/cedet-global.el (cedet-gnu-global-call):
3584 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3585 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3586 * cedet/cedet-cscope.el (cedet-cscope-call)
3587 (cedet-cscope-expand-filename, cedet-cscope-version-check):
3588 Use with-current-buffer.
3589 * cedet/ede.el (ede-make-project-local-variable)
3590 (ede-set-project-variables, ede-set): Use dolist.
3591
3592 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3593
3594 * textmodes/ispell.el (ispell-skip-region-alist):
3595 * international/mule-conf.el (eight-bit):
3596 * international/fontset.el (font-encoding-alist):
3597 * startup.el (pure-space-overflow-message):
3598 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
3599 * paths.el (gnus-nntp-service, rmail-spool-directory)
3600 (term-file-prefix):
3601 * files.el (save-some-buffers-action-alist):
3602 * cmuscheme.el (same-window-buffer-names):
3603 * ielm.el (same-window-buffer-names):
3604 * shell.el (same-window-buffer-names):
3605 * mail/sendmail.el (same-window-buffer-names):
3606 * progmodes/inf-lisp.el (same-window-buffer-names):
3607 * bindings.el (mode-line-client)
3608 (mode-line-column-line-number-mode-map):
3609 * language/tibetan.el (tibetan-precomposition-rule-regexp)
3610 (tibetan-precomposed-regexp): Purecopy string arguments.
3611
3612 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
3615 (calcDigit-nondigit):
3616 * calc/calc-yank.el (calc-copy-to-buffer):
3617 * calc/calc-units.el (calc-invalidate-units-table):
3618 * calc/calc-trail.el (calc-trail-yank):
3619 * calc/calc-store.el (calc-insert-variables):
3620 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3621 * calc/calc-prog.el (calc-read-parse-table):
3622 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
3623 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
3624 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
3625 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
3626 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
3627 (calc-graph-name, calc-graph-find-command, calc-graph-view)
3628 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
3629 * calc/calc-ext.el (calc-realign):
3630 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
3631 (calc-embedded-finish-edit, calc-embedded-make-info)
3632 (calc-embedded-finish-command, calc-embedded-stack-change):
3633 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
3634
3635 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
3636 (overload-docstring-extension): Use that info.
3637 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
3638 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
3639 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
3640 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
3641 (semantic-nonterminal-full-name): Add the new `when' info.
3642 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
3643 `assert'.
3644
3645 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
3646 shell-dynamic-complete-filename in preference to
3647 comint-dynamic-complete-filename.
3648
3649 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3650 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3651 Don't consider whether the display supports colors.
3652 (bookmark-import-new-list): Use dolist.
3653 (bookmark-bmenu-mode-map): Move initialization into declaration.
3654 (bookmark-bmenu-list): Use dolist, simplify.
3655 (bookmark-show-all-annotations): Use save-selected-window and dolist.
3656 (menu-bar-final-items): Use push.
3657
3658 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3659
3660 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
3661 it works on remote files.
3662 (vc-hg-diff): Don't pass any `--cwd' argument.
3663
3664 2009-10-27 Kevin Ryde <user42@zip.com.au>
3665
3666 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3667 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
3668 (Further to Bug#3921).
3669
3670 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
3671
3672 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
3673 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
3674 calling `tramp-imap-put-file'. Add file size to the call.
3675 (tramp-imap-get-file-entries): Compute also user name, file size,
3676 and date.
3677 (tramp-imap-handle-insert-directory): Insert uid and gid.
3678 (tramp-imap-handle-file-attributes): Transform uid and gid
3679 according to `id-format'.
3680 (tramp-imap-put-file): New optional parameter SIZE. Encode file
3681 size in header X-Size.
3682
3683 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3684
3685 * simple.el (transpose-subr): Give clearer error when the mark
3686 is not set. (Bug#4807)
3687
3688 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
3689
3690 * net/tramp.el (tramp-perl-file-truename): New defconst.
3691 Perl code contributed by yary <not.com@gmail.com> (tiny change).
3692 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
3693 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
3694 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
3695
3696 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3697 Ignore `dired-call-process'.
3698 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
3699
3700 2009-10-26 Julian Scheid <julians37@gmail.com>
3701
3702 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
3703 (tramp-get-remote-readlink): New defun.
3704 (tramp-handle-file-truename): Use it.
3705 (tramp-handle-file-exists-p): Check file-attributes cache, assume
3706 file exists if cache value present.
3707 (tramp-check-cached-permissions) New defun.
3708 (tramp-handle-file-readable-p): Use it.
3709 (tramp-handle-file-writable-p): Likewise.
3710 (tramp-handle-file-executable-p): Likewise.
3711 (tramp-handle-file-name-all-completions): Try using Perl to get
3712 partial completions. When perl not available, combine `cd' and
3713 `ls' into single remote operation and use shell expansion to get
3714 partial remote directory contents. Set `file-exists-p' cache for
3715 directory and any files returned by ls. Change cache handling to
3716 support partial directory contents. Use error message emitted by
3717 remote `cd' or Perl code for local tramp-error.
3718 (tramp-do-copy-or-rename-file-directly): Avoid separate
3719 tramp-send-command-and-check call.
3720 (tramp-handle-process-file): Merge three remote ops into one.
3721 Do not flush all caches when `process-file-side-effects' is set.
3722 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
3723 file-attributes shows uid/gid to be set already.
3724
3725 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3726
3727 * textmodes/tex-mode.el (tex-dvi-view-command)
3728 (tex-show-queue-command, tex-open-quote):
3729 * progmodes/ruby-mode.el (auto-mode-alist)
3730 (interpreter-mode-alist): Purecopy strings.
3731
3732 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
3733
3734 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
3735 string for the hook, keymap and abbrev table.
3736
3737 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
3738
3739 * x-dnd.el (x-dnd-xdnd-to-action):
3740 * startup.el (fancy-startup-text, fancy-about-text): Change to
3741 defconst from defvar.
3742
3743 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
3744
3745 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
3746 Purecopy initialization strings.
3747
3748 * mail/sendmail.el (mail-header-separator)
3749 (mail-personal-alias-file):
3750 * mail/rmail.el (rmail-default-dont-reply-to-names)
3751 (rmail-ignored-headers, rmail-retry-ignored-headers)
3752 (rmail-highlighted-headers, rmail-secondary-file-directory)
3753 (rmail-secondary-file-regexp):
3754 * files.el (null-device, file-name-invalid-regexp)
3755 (locate-dominating-stop-dir-regexp)
3756 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
3757 (interpreter-mode-alist): Use mapcar instead of mapc.
3758
3759 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
3760
3761 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
3762 (completion-ignored-extensions):
3763 (debug-ignored-errors): Purecopy strings.
3764
3765 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
3768 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
3769 (pcomplete--here): Use push.
3770
3771 * subr.el (all-completions): Declare the 4th arg obsolete.
3772
3773 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * pcomplete.el (pcomplete-unquote-argument-function): New var.
3776 (pcomplete-unquote-argument): New function.
3777 (pcomplete--common-suffix): Always pay attention to case.
3778 (pcomplete--table-subvert): Quote and unquote the text.
3779 (pcomplete--common-quoted-suffix): New function.
3780 (pcomplete-std-complete): Use it and pcomplete-begin.
3781
3782 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
3783 we're inside a dedicated or minibuffer window.
3784
3785 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * cedet/semantic/fw.el (semantic-alias-obsolete)
3788 (semantic-varalias-obsolete): Make the `when' arg mandatory.
3789 (define-mode-overload-implementation):
3790 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
3791 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
3792 * cedet/semantic/util.el (semantic-file-token-stream)
3793 (semantic-something-to-stream):
3794 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
3795 (semantic-expand-nonterminal):
3796 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
3797 (semantic-find-dependency, semantic-find-nonterminal)
3798 (semantic-find-dependency):
3799 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
3800 (semantic-flex-text, semantic-flex-make-keyword-table)
3801 (semantic-flex-keyword-p, semantic-flex-keyword-put)
3802 (semantic-flex-keyword-get, semantic-flex-map-keywords)
3803 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
3804 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
3805 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
3806 (semantic-after-idle-scheduler-reparse-hooks):
3807 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
3808 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
3809 * cedet/semantic.el (semantic-toplevel-bovine-table)
3810 (semantic-toplevel-bovine-cache)
3811 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
3812 (semantic-init-mode-hooks, semantic-init-db-hooks)
3813 (semantic-bovination-working-type): Provide the `when' arg.
3814
3815 2009-10-24 Karl Fogel <kfogel@red-bean.com>
3816
3817 * bookmark.el: Update documentation, especially documentation
3818 of `bookmark-alist' and of the bookmark file format.
3819 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
3820
3821 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * mail/emacsbug.el (report-emacs-bug): Clarify that the
3824 keybindings apply to the mail buffer (Bug#4003). Shrink help
3825 window to buffer.
3826
3827 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3828 (global-whitespace-mode, global-whitespace-newline-mode)
3829 (whitespace-toggle-options, global-whitespace-toggle-options):
3830 Doc fix (Bug#3660).
3831
3832 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
3833 of xmltok-start before the end tag was inserted (Bug#2840).
3834
3835 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
3836 patterns that are preceded by an open-paren (Bug#1320).
3837
3838 2009-10-24 Sven Joachim <svenjoac@gmx.de>
3839
3840 * files.el (delete-directory): Delete symlinks to directories with
3841 delete-file (Bug#4739).
3842
3843 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3844
3845 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
3846 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
3847 argument to make-obsolete.
3848
3849 * cedet/semantic/fw.el (semantic-alias-obsolete)
3850 (semantic-varalias-obsolete): Add optional WHEN argument.
3851
3852 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3853
3854 * vc.el (vc-backend-for-registration): Rename from
3855 vc-get-backend-for-registration. Update callers.
3856
3857 * international/mule-cmds.el (set-language-info-alist):
3858 Purecopy lang-env.
3859 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
3860 (charset): Purecopy the name.
3861 (define-char-code-property): Purecopy string arguments.
3862
3863 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3864 Purecopy string arguments.
3865
3866 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3867 * ediff-hook.el (menu-bar-ediff-menu):
3868 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
3869 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
3870
3871 2009-10-24 Glenn Morris <rgm@gnu.org>
3872
3873 * comint.el (comint-dynamic-list-completions):
3874 * term.el (term-dynamic-list-completions): Use choose-completion rather
3875 than obsolete alias mouse-choose-completion.
3876
3877 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
3878 file-cache-choose-completion.
3879 (file-cache-choose-completion): Handle an optional event argument.
3880 (file-cache-mouse-choose-completion): Make it an obsolete alias.
3881
3882 * progmodes/octave-mod.el (octave-complete-symbol):
3883 Use choose-completion if mouse-choose-completion is ever removed.
3884
3885 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3886 use.
3887
3888 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3889 compiler.
3890
3891 * vc-hooks.el (vc-responsible-backend): Fix declaration.
3892
3893 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3896 Ignore `pred' now that we receive one.
3897 Handle test-completion specially.
3898
3899 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3900
3901 * vc.el (vc-responsible-backend): Throw an error if not backend is
3902 found. Remove the REGISTER argument. Move the code dealing with
3903 REGISTER ...
3904 (vc-get-backend-for-registration): ... here. New function.
3905 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
3906 of vc-responsible-backend, pass the file name instead of the
3907 directory name.
3908
3909 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
3912 New funs.
3913 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
3914 (pcomplete-comint-setup): Don't modify a global var via
3915 accidental side-effects.
3916 (pcomplete-shell-setup): Adjust call accordingly.
3917 (pcomplete-parse-comint-arguments): Use push.
3918
3919 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3922 Allow uncapitalized info node names (Bug#3921).
3923
3924 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3925 to the DEBUG file (Bug#3781).
3926
3927 2009-10-23 Jari Aalto <jari.aalto@cante.net>
3928
3929 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3930 dictionary entry (Bug#4579).
3931
3932 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
3933
3934 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3935 from `rfn-eshadow-update-overlay-hook' when unloading.
3936 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3937 "rsyncc". Adjust doc string.
3938 (tramp-temp-buffer-file-name) New buffer-local defvar.
3939 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3940 Keep temporary file when indicated by method ("rsync" and
3941 "rsyncc").
3942 (tramp-handle-write-region): Handle APPEND.
3943 (tramp-delete-temp-file-function): New defun. Added to
3944 `kill-buffer-hook'.
3945
3946 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
3947
3948 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3949
3950 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3951
3952 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3953 (color-name-rgb-alist, tty-standard-colors)
3954 (tty-color-mode-alist): Change to defconst.
3955
3956 * simple.el (mark-inactive): Purecopy message.
3957
3958 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3959 (global-map, yank-menu):
3960 * textmodes/ispell.el (ispell-menu-map):
3961 * net/eudc.el (eudc-tools-menu):
3962 * international/mule-cmds.el (describe-language-environment-map)
3963 (setup-language-environment-map, set-coding-system-map)
3964 (mule-menu-keymap):
3965 * vc-hooks.el (vc-menu-entry, vc-menu-map):
3966 * replace.el (occur-mode-map):
3967 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3968
3969 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
3970
3971 * calc/calc.el (math-read-number, math-read-number-simple): Use
3972 `save-match-data'.
3973
3974 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3977 rather than fiddling with global-map bindings, since it should only
3978 affect per-terminal settings.
3979 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3980
3981 * minibuffer.el (completion-table-with-terminator): Allow to specify
3982 the terminator-regexp.
3983
3984 * simple.el (switch-to-completions): Look for *Completions* in other
3985 frames as well.
3986
3987 * pcomplete.el: Allow the use of completion-tables.
3988 (pcomplete-std-complete): New command.
3989 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3990 (pcomplete--here): Use a function for `form' rather than an expression,
3991 so it can be byte-compiled.
3992 (pcomplete-here, pcomplete-here*): Adjust accordingly.
3993 Add edebug declaration.
3994 (pcomplete-show-completions): Remove unused var `curbuf'.
3995 (pcomplete-do-complete, pcomplete-stub):
3996 Don't assume `completions' is a list of strings any more.
3997
3998 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
3999
4000 * find-dired.el (find-name-arg): Fix typo in docstring.
4001
4002 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4003
4004 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4005 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4006
4007 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4008 pcomplete-entries.
4009
4010 * comint.el (comint-read-input-ring, comint-write-input-ring)
4011 (comint-substitute-in-file-name)
4012 (comint-dynamic-complete-as-filename)
4013 (comint-dynamic-simple-complete)
4014 (comint-dynamic-list-filename-completions)
4015 (comint-dynamic-list-completions)
4016 (comint-redirect-results-list-from-process): Minor simplifications.
4017
4018 2009-10-21 Kevin Ryde <user42@zip.com.au>
4019
4020 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4021 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4022 the first form. And insert a blank line after ";;; Code" since
4023 that's usual style. (Bug#4612)
4024
4025 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4026
4027 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * minibuffer.el (completion-table-with-terminator): Properly implement
4030 boundaries, in case `terminator' appears in the suffix.
4031 (completion--embedded-envvar-table): Don't return boundaries if
4032 there's no valid completion. Simplify.
4033 (completion-file-name-table): New completion table extracted from
4034 completion--file-name-table.
4035 (completion--file-name-table): Use it.
4036 (read-file-name-predicate): Declare obsolete.
4037 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4038 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4039 completion-file-name-table, and use the `pred' argument.
4040 * files.el (locate-file-completion-table): Use the `pred' arg rather
4041 than read-file-name-predicate.
4042 (abbreviate-file-name): Use \` rather than ^ for BOS.
4043
4044 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4045
4046 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4047 vc-responsible-backend to register, it causes problems.
4048
4049 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4052
4053 2009-10-21 Eric Ludlam <zappo@gnu.org>
4054
4055 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4056 (semantic-c-debug-mode-init-pch): New functions.
4057 (semantic-c-debug-mode-init-last-mode): New var.
4058 (semantic-c-parse-lexical-token): Use them.
4059
4060 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4061 When extracting the argument list, limit only by point-max.
4062
4063 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
4064
4065 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4066 (tramp-smb-handle-file-attributes): Use it.
4067 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4068 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4069 `mapcar'. Use `tramp-smb-get-stat-capability'.
4070 Add `dired-filename' text properties.
4071 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4072 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4073 version.
4074
4075 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * subr.el (read-key-delay): Reduce to 0.01.
4078 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4079 (bug#4751).
4080
4081 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4084
4085 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4086 (Info-menu): Remove unused vars `last' and `completions'.
4087 (Info-index-nodes): Remove unused var `node'.
4088
4089 * info.el (Info-complete-menu-item): Use complete-with-action.
4090
4091 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4092
4093 Make vc-annotate work through copies and renames.
4094 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4095 Return the file name too.
4096 (vc-annotate-revision-at-line)
4097 (vc-annotate-find-revision-at-line)
4098 (vc-annotate-revision-previous-to-line)
4099 (vc-annotate-show-log-revision-at-line): Update to get the file
4100 name from vc-annotate-extract-revision-at-line.
4101 (vc-annotate-show-diff-revision-at-line-internal): Change the
4102 argument to mean whether to show a file diff or not. Get the file
4103 name from vc-annotate-extract-revision-at-line.
4104 (vc-annotate-show-diff-revision-at-line):
4105 Update vc-annotate-show-diff-revision-at-line call.
4106 (vc-annotate-warp-revision): Add an optional file argument.
4107
4108 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4109 (vc-git-annotate-extract-revision-at-line): Also return the file
4110 name if found.
4111
4112 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4113 command. Remove unused code.
4114 (vc-hg-annotate-re): Update to match --follow output.
4115 (vc-hg-annotate-extract-revision-at-line): Also return the file
4116 name if found.
4117
4118 * vc.el: Update annotate-extract-revision-at-line documentation.
4119
4120 2009-10-18 Kevin Ryde <user42@zip.com.au>
4121
4122 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4123 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4124
4125 * net/browse-url.el (browse-url): Identify alist with "consp and
4126 not functionp" and let all other things go down the `apply' leg,
4127 as suggested by Stefan. (Further to bug#4531.)
4128
4129 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * minibuffer.el (read-file-name): Check for repeat before putting
4132 a default argument in file-name-history (Bug#4657).
4133
4134 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4135 read syntax (Bug#4737).
4136
4137 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4138
4139 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4140
4141 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4142 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4143 entries and make note of obsolete tags.
4144
4145 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4148
4149 2009-10-18 Glenn Morris <rgm@gnu.org>
4150
4151 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4152 grep, so that binary files (eg international/uni-bidi.el) can match.
4153 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4154 now, and in any case the file header format has changed.
4155
4156 2009-10-17 Glenn Morris <rgm@gnu.org>
4157
4158 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4159 (flyspell-get-word, flyspell-large-region)
4160 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4161
4162 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * Makefile.in (ELCFILES): Add ede/shell.
4165
4166 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4167
4168 * term/common-win.el (x-colors): Purecopy it.
4169
4170 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4173 permissive for when the buffer is empty.
4174 (tar-header-block-tokenize): Decode the username and groupname.
4175 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4176
4177 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4178
4179 * cedet/srecode/srt.el:
4180 * cedet/srecode/compile.el:
4181 * cedet/semantic/mru-bookmark.el:
4182 * cedet/semantic/debug.el:
4183 * cedet/semantic/complete.el:
4184 * cedet/semantic/analyze.el: Require CL when compiling.
4185
4186 2009-10-17 Eric Ludlam <zappo@gnu.org>
4187
4188 * cedet/semantic/scope.el
4189 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4190 tmpscope so that the regular scope will continue to work.
4191
4192 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4193 Use semantic-idle-summary-highlight-face as the highlighting.
4194
4195 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4196 contains multibyte characters, choose first applicable coding
4197 system automatically.
4198
4199 * cedet/ede/project-am.el (project-run-target): New method.
4200 (project-run-target): New method.
4201
4202 * cedet/ede.el (ede-target): Add run target menu item.
4203 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4204 (ede-run-target): New function.
4205 (ede-target::project-run-target): New method.
4206
4207 * cedet/ede/proj.el (project-run-target): New method.
4208
4209 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4210 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4211 Add :rules.
4212 (ede-proj-target-makefile-shared-object): Only libtool compilers
4213 now available. Add linkers for libtool.
4214 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4215 (ede-proj-makefile-target-name): Always use .la extension.
4216
4217 * cedet/ede/proj-prog.el (project-run-target): New method.
4218
4219 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4220 (ede-g++-linker): Change Change link lines.
4221
4222 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4223 When searching for old variables, go to the end of the buffer and
4224 search backward from there.
4225 (ede-proj-makefile-automake-insert-subdirs)
4226 (ede-proj-makefile-automake-insert-extradist): New methods.
4227 (ede-proj-makefile-create): Use them.
4228
4229 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4230 Force FILE to expand to the current target. Use file-exists-p to
4231 check that it exists.
4232
4233 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4234 (ede-linux-load): Wrap dir in file-name-as-directory.
4235 Set :version slot.
4236
4237 * cedet/ede/files.el (ede-get-locator-object): When enabling
4238 locate, do so on "top".
4239
4240 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4241 file-name-as-directory during compare.
4242 (ede-emacs-version): Return Emacs/XEmacs differentiator.
4243 Get version number from different places. Don't call egrep.
4244 (ede-emacs-load): Set :version slot. Call file-name-as-directory
4245 to set the directory.
4246
4247 * cedet/ede/shell.el: New file.
4248
4249 * cedet/inversion.el (inversion-decoders): Allow for stray . in
4250 alpha/beta variants.
4251
4252 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * international/mule-cmds.el (select-safe-coding-system): If the file
4255 has a coding cookie, use it regardless of any other setting (bug#4712).
4256
4257 2009-10-17 Glenn Morris <rgm@gnu.org>
4258
4259 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4260 All errors should have messages.
4261
4262 * foldout.el (foldout-mouse-swallow-events):
4263 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4264
4265 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4266 (dired-keep-marker-copy, dired-keep-marker-hardlink)
4267 (dired-keep-marker-symlink, dired-dwim-target)
4268 (dired-copy-preserve-time): Do not autoload these defcustoms.
4269
4270 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4271 messages from messing up the file coding. (Bug#4623)
4272
4273 2009-10-17 Jari Aalto <jari.aalto@cante.net>
4274
4275 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4276 if no match is found for the current dictionary. (Bug#4578)
4277
4278 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4279 optional, since that is how it is documented, and this is often called
4280 with a nil argument. (Bug#4577)
4281 (flyspell-external-point-words, flyspell-auto-correct-word)
4282 (flyspell-correct-word-before-point, flyspell-word-search-forward)
4283 (flyspell-word-search-backward): Remove nil argument in calls to
4284 flyspell-get-word, since it is not needed now.
4285
4286 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
4287
4288 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
4289
4290 2009-10-16 Glenn Morris <rgm@gnu.org>
4291
4292 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4293
4294 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4295
4296 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4297 (ange-ftp-file-size): New function.
4298 (ange-ftp-file-attributes): Use it.
4299
4300 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
4301
4302 * net/tramp-smb.el (tramp-smb-version): New defvar.
4303 (tramp-smb-maybe-open-connection): Use it, in order to avoid
4304 repeated checks.
4305
4306 2009-10-16 Glenn Morris <rgm@gnu.org>
4307
4308 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4309 Maybe copy some custom properties from old to new name. (Bug#4706)
4310
4311 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * subr.el (error, sit-for, start-process-shell-command)
4314 (start-file-process-shell-command): Set the calling convention
4315 after the function definition.
4316
4317 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * subr.el (error, sit-for, start-process-shell-command)
4320 (start-file-process-shell-command): Use the new
4321 set-advertised-calling-convention feature.
4322
4323 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
4324
4325 * international/ucs-normalize.el (ucs-normalize-version):
4326 Change to 1.2.
4327 (check-range): Adjust for Unicode 5.2.
4328
4329 2009-10-15 Juri Linkov <juri@jurta.org>
4330
4331 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4332 to the `menu-item' format.
4333
4334 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
4335
4336 * net/tramp.el (tramp-replace-environment-variables): Do not fail
4337 if the environment variable does not exist.
4338
4339 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4340 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4341 parameter.
4342 (tramp-smb-handle-add-name-to-file)
4343 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4344 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4345 (tramp-smb-handle-file-attributes)
4346 (tramp-smb-do-file-attributes-with-stat)
4347 (tramp-smb-handle-file-local-copy)
4348 (tramp-smb-handle-insert-directory)
4349 (tramp-smb-handle-make-directory)
4350 (tramp-smb-handle-make-directory-internal)
4351 (tramp-smb-handle-make-symbolic-link)
4352 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4353 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4354 (tramp-smb-maybe-open-connection): Apply the changed parameters.
4355 (tramp-smb-read-file-entry): Read Disk names in compressed format.
4356 Handle long file names.
4357 (tramp-smb-get-cifs-capabilities): Check, whether the connection
4358 process is running.
4359 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4360 Read share names with "-g" option.
4361
4362 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
4363
4364 * net/rcirc.el (rcirc-view-log-file): New command.
4365 (rcirc-track-minor-mode-map): Remove C-c ` binding.
4366 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4367 specified.
4368
4369 2009-10-15 Glenn Morris <rgm@gnu.org>
4370
4371 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4372 from the second command-line argument.
4373 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4374 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4375 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4376 w32-batch-update-autoloads.
4377 * emacs-lisp/autoload.el (autoload-make-program): New variable.
4378 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4379
4380 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4381 the headers cannot be located. Simplify, subtracting superflous
4382 save-excursions.
4383
4384 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 Replace completion-base-size by completion-base-position to fix bugs
4387 such as (bug#4699).
4388 * simple.el (completion-base-position): New var.
4389 (completion-base-size): Mark as obsolete.
4390 (choose-completion): Make it work for mouse events as well.
4391 Pass the new base-position to choose-completion-string.
4392 (choose-completion-guess-base-position): New function, extracted from
4393 choose-completion-delete-max-match.
4394 (choose-completion-delete-max-match): Use it. Make obsolete.
4395 (choose-completion-string): Use the new base-position info.
4396 (completion-root-regexp): Delete.
4397 (completion-setup-function): Preserve completion-base-position.
4398 Eliminate obsolete base-size manipulation.
4399 * minibuffer.el (display-completion-list): Don't mess with base-size.
4400 (minibuffer-completion-help): Set completion-base-position instead.
4401 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4402 choose-completion.
4403 * textmodes/bibtex.el (bibtex-complete):
4404 * emacs-lisp/crm.el (crm--choose-completion-string):
4405 Adjust to new calling convention.
4406 * complete.el (partial-completion-mode): Use minibufferp to avoid
4407 bumping into incompatible change to choose-completion-string-functions.
4408 * ido.el (ido-choose-completion-string): Make its calling convention
4409 more permissive.
4410 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4411 base-size manipulation.
4412 (comint-dynamic-list-input-ring): Use dotimes and push.
4413 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4414 fundamental-mode. Use `or'.
4415
4416 2009-10-14 Juri Linkov <juri@jurta.org>
4417
4418 * misearch.el (multi-isearch-next-buffer-from-list)
4419 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
4420
4421 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 * Makefile.in (compile-onefile): Load `bytecomp' rather than
4424 `bytecomp.el'.
4425
4426 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4427 string we return is all made up of text from the completions rather
4428 than part from the completions and part from the input (bug#4219).
4429
4430 * ido.el (ido-everywhere): Use define-minor-mode.
4431
4432 * buff-menu.el (list-buffers, ctl-x-map):
4433 Mark the entry points with ;;;###autoload cookies.
4434
4435 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4436
4437 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4438 correctly in the detached head case.
4439 (vc-git-print-log): Remove unused binding.
4440
4441 * vc.el (vc-responsible-backend): When a directory is passed for
4442 for registration create a VC repository if no backend is
4443 responsible for the directory argument.
4444 (vc-deduce-fileset): Tell vc-responsible-backend to register.
4445
4446 * vc.el: Move comments about RCS and SCCS ...
4447 * vc-rcs.el:
4448 * vc-sccs.el: ... here, respectively.
4449
4450 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * minibuffer.el (completion--file-name-table): Return nil if there's
4453 no file completion, even if substitute-in-file-name changed
4454 the string (bug#4708).
4455
4456 2009-10-13 Juri Linkov <juri@jurta.org>
4457
4458 * files-x.el (read-file-local-variable-value): Don't filter out
4459 minor modes from mode name completion (bug#4664).
4460
4461 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * international/mule-cmds.el (ucs-names): Remove exclusion of
4464 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4465
4466 2009-10-13 Kenichi Handa <handa@m17n.org>
4467
4468 * international/uni-name.el: Regenerated.
4469
4470 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
4473 should be automatically buffer-local, but isn't.)
4474
4475 2009-10-12 Sam Steingold <sds@gnu.org>
4476
4477 * progmodes/compile.el (compilation-next-error-function): Fix the
4478 timestamps if the buffer has been visited before.
4479 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4480 non-anchored patterns, like the perl one (bug#3928).
4481
4482 2009-10-12 Glenn Morris <rgm@gnu.org>
4483
4484 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4485 Let-bind `size'.
4486
4487 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
4488
4489 * proced.el (proced-unload-function): New function.
4490
4491 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4492 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4493 Doc fix.
4494
4495 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4496
4497 2009-10-11 Juri Linkov <juri@jurta.org>
4498
4499 * files-x.el (read-file-local-variable-value):
4500 Provide default value only for bound variables (bug#4664).
4501
4502 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
4503
4504 * net/tramp.el (tramp-local-host-p): Function shall return nil for
4505 connection methods like smb.
4506
4507 * net/tramp-cache.el (tramp-flush-connection-property): The hash
4508 can be empty.
4509
4510 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4511 (tramp-smb-file-name-handler-alist): Add handlers for
4512 `add-name-to-file', `make-symbolic-link'.
4513 (tramp-smb-handle-add-name-to-file)
4514 (tramp-smb-do-file-attributes-with-stat)
4515 (tramp-smb-handle-make-symbolic-link)
4516 (tramp-smb-get-cifs-capabilities): New defuns.
4517 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4518 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4519 (tramp-smb-handle-file-local-copy)
4520 (tramp-smb-handle-make-directory-internal)
4521 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4522 The file name syntax depends on cifs capabilities.
4523 (tramp-smb-handle-file-attributes):
4524 Call `tramp-smb-do-file-attributes-with-stat' if possible.
4525 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4526 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4527
4528 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4531 (eieio-defclass): Apply deftype handler and setf-method properties
4532 directly.
4533 (eieio-add-new-slot): Avoid union function from cl library.
4534 (eieio--typep): New function.
4535 (eieio-perform-slot-validation): Use it.
4536
4537 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4538
4539 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
4540 Update documentation to refer to the variables documented in r1.135.
4541 (Bug#4188)
4542
4543 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4544
4545 * bookmark.el (Info-suffix-list): Remove this unused variable.
4546 (bookmark-current-point): Remove this obsolete variable.
4547 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4548 Adjust for removal of bookmark-current-point.
4549
4550 (bookmarks-already-loaded, bookmark-current-buffer)
4551 (bookmark-yank-point): Document. (Bug#4188)
4552
4553 2009-10-10 Glenn Morris <rgm@gnu.org>
4554
4555 * frame.el (frame-height): Doc fix.
4556
4557 * calendar/calendar.el (calendar-split-width-threshold): New option.
4558 (calendar-basic-setup): Use calendar-split-width-threshold.
4559
4560 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
4561
4562 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4563 Use .la for Automake.
4564
4565 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
4566
4567 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4568 Use "autoreconf -i". Suggested by Andreas Schwab.
4569
4570 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4573 Ideographic Supplement" range (U+1F200..U+1F2FF).
4574
4575 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4576
4577 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4578 since the list will have been rebuilt anyway. (Bug#4349)
4579
4580 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4581
4582 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4583 (bookmark-bmenu-execute-deletions): Don't save here, as
4584 bookmark-delete will now do so if necessary.
4585 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4586 (Bug#4348)
4587
4588 2009-10-09 Glenn Morris <rgm@gnu.org>
4589
4590 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4591
4592 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4593
4594 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
4595 (bookmark-jump-other-window): Just invoke bookmark-jump with new
4596 argument now, so the two function's behaviors will match. (Bug#3645)
4597
4598 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * cedet/ede/proj.el (project-make-dist, project-compile-project):
4601 Fix filename test.
4602 (ede-proj-dist-makefile): Use expand-file-name instead of concat
4603 to expand file names.
4604
4605 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
4606
4607 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
4608 (tramp-file-name-real-host, tramp-file-name-port):
4609 Apply `save-match-data'.
4610
4611 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
4612 case both directories are remote.
4613 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
4614 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
4615
4616 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4617
4618 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
4619 (ede-proj-target-makefile-objectcode): Use it.
4620
4621 * cedet/ede/source.el (ede-want-any-source-files-p)
4622 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
4623 Return search result. This error was introduced while merging.
4624
4625 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
4628
4629 2009-10-07 Glenn Morris <rgm@gnu.org>
4630
4631 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
4632 of concat.
4633
4634 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * files-x.el (read-file-local-variable): Include some
4637 non-user-variables in the completion table (bug#4664).
4638
4639 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
4640
4641 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
4642 message.
4643
4644 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4645 (tramp-smb-file-name-handler-alist): Add handler for
4646 `copy-directory', `expand-file-name', `set-file-modes'.
4647 (tramp-smb-handle-copy-directory)
4648 (tramp-smb-handle-expand-file-name)
4649 (tramp-smb-handle-set-file-modes): New defuns.
4650 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
4651 (tramp-smb-handle-file-attributes): Simplify check for retrieving
4652 entry.
4653 (tramp-smb-handle-insert-directory): Don't flush the cache.
4654 (tramp-smb-maybe-open-connection): Check for samba client and
4655 server versions.
4656
4657 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4658
4659 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
4660 to not error out of search for "^lisp=" fails.
4661
4662 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4663
4664 * makefile.w32-in (WINS_UPDATES): New macro.
4665 (custom-deps, finder-data, autoloads): Use it.
4666
4667 2009-10-07 Glenn Morris <rgm@gnu.org>
4668
4669 * Makefile.in (autoloads): Revert previous change.
4670 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
4671 the list of preloaded files passed on the command-line, get
4672 it from src/Makefile.
4673
4674 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
4675 show the original buffer rather than a random one.
4676
4677 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
4678
4679 * help.el (describe-no-warranty): Place point in a slightly better
4680 position in the GPLv3 text.
4681
4682 2009-10-06 Sam Steingold <sds@gnu.org>
4683
4684 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
4685 the comm attribute is present before calling regexp-quote.
4686
4687 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * play/animate.el (animate-string): For good effect, make sure
4690 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
4691
4692 * play/animate.el (animate-sequence, animate-birthday-present):
4693 * misc.el (butterfly): Don't set `indent-tabs-mode'.
4694
4695 2009-10-06 Glenn Morris <rgm@gnu.org>
4696
4697 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
4698
4699 * emacs-lisp/autoload.el (autoload-excludes): New variable.
4700 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
4701 (batch-update-autoloads): Process a string value of autoload-excludes,
4702 set during the build process.
4703 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
4704
4705 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
4706 inside with-parsed... macro so that `v' is defined.
4707
4708 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
4709 * progmodes/fortran.el (fortran-end-of-block)
4710 (fortran-beginning-of-block):
4711 Also push mark in the macro case.
4712
4713 * emerge.el (emerge-show-file-name):
4714 * calc/calc.el (calc-quit):
4715 * calc/calc-misc.el (calc-big-or-small):
4716 * calc/calc-graph.el (calc-graph-view):
4717 * calc/calc-ext.el (calc-reset):
4718 * calendar/calendar.el (calendar-basic-setup):
4719 Use window-full-height-p.
4720
4721 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
4722 header we don't understand, don't insert another. (Bug#4624)
4723 If changing mime charset, insert the new one in the right place.
4724
4725 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
4726
4727 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4728 (cal-tex-cursor-month): Correctly increment the end date for diary and
4729 holiday listing. (Bug#4626)
4730
4731 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * help-fns.el (describe-function-1): Don't burp if the function is not
4734 a symbol.
4735
4736 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
4739 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
4740 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
4741 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
4742
4743 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
4744 (eieio-default-superclass): Reflow docstrings.
4745 (this, class-option-assoc, defclass, eieio-class-un-autoload)
4746 (eieio-unbind-method-implementations, defmethod)
4747 (eieio-validate-slot-value, eieio-validate-class-slot-value)
4748 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
4749 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
4750 (eieio-slot-originating-class-p, eieio-slot-name-index)
4751 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
4752 (constructor, initialize-instance, no-next-method, object-print)
4753 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
4754 Fix typos in docstrings.
4755 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
4756 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
4757 (next-method-p): Doc fixes.
4758 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
4759 Fix typos in error messages.
4760 (eieio-defmethod): Fix typo in description of generic method.
4761
4762 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
4763 (eieio-persistent-save-interactive, slot-missing):
4764 Fix typos in docstrings.
4765 (eieio-instance-inheritor-slot-boundp): Doc fix.
4766
4767 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
4768 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
4769
4770 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
4771 (eieio-custom-object-apply-reset):
4772 Fix typos in docstrings and error messages.
4773
4774 * emacs-lisp/eieio-datadebug.el (data-debug-show):
4775 Fix typo in docstring.
4776
4777 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
4778 (eieio-browse-tree): Doc fix.
4779 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
4780 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
4781 Fix typos in docstrings.
4782
4783 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
4784 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
4785 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
4786 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
4787 Reflow docstrings.
4788
4789 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4790
4791 * vc-hg.el (log-view-vc-backend): Declare for compiler.
4792 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
4793 Set log-view-vc-backend so that diff can work.
4794
4795 * log-view.el (log-view-diff): Use vc-diff-internal instead of
4796 vc-version-diff.
4797 (vc-diff-internal): Autoload this instead of vc-version-diff.
4798
4799 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4800
4801 * simple.el (eval-expression): Doc fix.
4802
4803 * progmodes/cwarn.el (cwarn-mode): Doc fix.
4804
4805 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4806
4807 * files.el (directory-files-no-dot-files-regexp): New defconst.
4808 (delete-directory): Use it.
4809 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
4810
4811 * net/tramp.el (tramp-verbose): Fix docstring.
4812 (tramp-methods): Add recursive option to `tramp-copy-args'.
4813 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
4814 "scp1_old", "scp2_old", "rsync", "rsyncc".
4815 (tramp-default-method): Check also for `auth-source-user-or-password'.
4816 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4817 Add handler for `copy-directory'.
4818 (tramp-handle-copy-directory): New defun.
4819 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
4820 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
4821 Optimize sent command.
4822
4823 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
4826 window if necessary.
4827
4828 * calendar/calendar.el (calendar-basic-setup): Don't call
4829 switch-to-buffer in a dedicated window.
4830
4831 2009-10-05 Karl Fogel <kfogel@red-bean.com>
4832
4833 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
4834 don't do anything related to relocating, just return nil.
4835 (bookmark-error-no-filename): New error.
4836 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
4837 bookmark has no file. Don't even attempt to handle things that
4838 are not files; the whole point of custom handlers is to keep that
4839 knowledge elsewhere anyway. Tighten some comments.
4840 (bookmark-file-or-variation-thereof): Remove now-unused function.
4841 (bookmark-location): Doc string fix.
4842 (Bug#4250)
4843
4844 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4845
4846 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
4847 don't use a file dialog, because they usually don't know how to read
4848 a directory target from the user. (Bug#4230)
4849 Also, make sure the prompt can display directories as well as files.
4850
4851 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4852
4853 * bookmark.el (bookmark-set, bookmark-buffer-name):
4854 Improve doc strings. (Bug#1193)
4855
4856 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4857
4858 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
4859 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
4860 (bookmark-get-annotation, bookmark-set-annotation)
4861 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4862 (bookmark-set-position, bookmark-get-front-context-string)
4863 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4864 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
4865 (bookmark-jump-other-window, bookmark-handle-bookmark)
4866 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
4867 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
4868 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
4869 Improve doc strings to say whether bookmark can be a string or
4870 a record or both, and make other consistency and clarity fixes.
4871 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
4872 (bookmark-default-annotation-text, bookmark-yank-word)
4873 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
4874 (bookmark-import-new-list, bookmark-maybe-rename)
4875 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4876 (bookmark-bmenu-bookmark): Give these doc strings.
4877 (bookmark-bmenu-check-position): Give this a doc string, but also
4878 add a FIXME comment about how the function may be pointless.
4879 (bookmark-default-handler): Rework doc string and change a
4880 parameter name, to clarify that this takes a bookmark record
4881 not a bookmark name.
4882 (bookmark-set): Change a parameter name to indicate its meaning,
4883 and improve the doc string a bit.
4884 (Bug#4188)
4885
4886 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4887
4888 * bookmark.el (bookmark-alist): Document the new `handler' element
4889 in the param alist.
4890 (bookmark-make-record-function): Adjust documentation for above.
4891 (Bug#4193)
4892
4893 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4894
4895 * info.el (Info-bookmark-make-record): Document this function.
4896 (Info-bookmark-jump): Document with a doc string, not just a comment.
4897 (Bug#4203)
4898
4899 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4900
4901 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
4902 (semantic-new-buffer-fcn): Call parser setup functions here.
4903 (semantic-mode): Don't call parser setup functions here, it's done
4904 in semantic-new-buffer-fcn now.
4905 (semantic-mode): Parse all existing buffers when enabled.
4906
4907 * cedet/srecode/compile.el (srecode-compile-file):
4908 Call semantic-new-buffer-fcn if the buffer has not been parsed.
4909
4910 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4913
4914 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
4915 (proj-comp-insert-variable-once): New macro, renamed from
4916 ede-pmake-insert-variable-once in ede/pmake.edl.
4917 (ede-proj-makefile-insert-variables): Use it.
4918
4919 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
4920
4921 * files.el (copy-directory): New defun.
4922
4923 * dired-aux.el (dired-copy-file-recursive): Use it.
4924
4925 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4926
4927 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4928 (makefile-end-of-command):
4929 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4930 (semantic-end-of-context): Fix previous change. Doc fixes.
4931
4932 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4933
4934 * files-x.el (modify-dir-local-variable)
4935 (copy-dir-locals-to-file-locals-prop-line):
4936 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4937 (makefile-end-of-command):
4938 * cedet/semantic/lex.el (semantic-lex-token):
4939 * cedet/semantic/analyze/fcn.el
4940 (semantic-analyze-dereference-metatype-1):
4941 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4942 (semantic-lex-cpp-undef):
4943 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4944 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4945 (semantic-end-of-context): Fix typos in docstrings.
4946
4947 * recentf.el (recentf-unload-function): New function.
4948
4949 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * cedet/ede.el (ede-project-placeholder-cache-file):
4952 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4953 * cedet/srecode/map.el (srecode-map-save-file):
4954 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
4955
4956 2009-10-04 Glenn Morris <rgm@gnu.org>
4957
4958 * window.el (window-full-height-p): Add doc string.
4959
4960 2009-10-04 Martin Rudalics <rudalics@gmx.at>
4961
4962 * window.el (window-full-height-p): New function. (Bug#4543)
4963
4964 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * cedet/srecode/insert.el: Require srecode/args.
4967
4968 * cedet/srecode/args.el: Require srecode/dictionary instead of
4969 srecode/insert.
4970
4971 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4972
4973 * files.el (auto-mode-alist): Add .srt and Project.ede.
4974
4975 * cedet/semantic.el (semantic-mode):
4976 Handle srecode-template-mode-hook as well.
4977 (semantic-mode): Use js-mode-hook for Javascript hook.
4978
4979 * cedet/srecode/template.el: Remove hook variable.
4980
4981 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4982
4983 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4984 projects exist.
4985 (ede-project-placeholder-cache-file): Default to a file in
4986 user-emacs-directory.
4987
4988 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4989 templates in data-directory.
4990 (srecode-map-save-file): Default to a file in user-emacs-directory.
4991
4992 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4993 directory.
4994
4995 2009-09-30 Eric Ludlam <zappo@gnu.org>
4996
4997 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4998 Doc fix.
4999
5000 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5001 Only insert each variable once.
5002
5003 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5004 (ede-pmake-insert-variable-shared): Use it.
5005
5006 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5007 for lexical table iff table is nil.
5008
5009 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5010
5011 * vc.el: Remove commented out code.
5012 (vc-derived-from-dir-mode): Remove, unused.
5013 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5014
5015 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5018 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5019 there could be recursive loading when `default-directory' is a
5020 remote file name. (Bug#4614)
5021
5022 2009-10-03 Glenn Morris <rgm@gnu.org>
5023
5024 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5025 the frame is wide.
5026 (calendar-generate-window): Test for shrinkability rather than width.
5027
5028 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5029 declaration, currently false.
5030
5031 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5032 reusing existing buffers, in case we happen to visit two files with the
5033 same basename. (Bug#4593)
5034
5035 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5036
5037 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5038 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5039 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5040 subdirs of cedet as well.
5041 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5042
5043 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5046 Obey advertised-signature-table.
5047
5048 * help-fns.el (help-function-arglist): Don't check
5049 advertised-signature-table.
5050 (describe-function-1): Do it here instead so it also applies to subrs.
5051
5052 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5053
5054 * simple.el (start-file-process): Say in the doc-string, that file
5055 handlers might not support pty association, if PROGRAM is nil.
5056
5057 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5058 HOST and USER are strings. They are nil, when there are
5059 incomplete entries in ~/.netrc, for example.
5060 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5061 root directory ("device busy" error otherwise).
5062
5063 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5064 Flush file properties of created directory.
5065
5066 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5067
5068 * makefile.w32-in (WINS_BASIC): Remove cedet.
5069 (WINS_CEDET): Add cedet.
5070 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5071
5072 2009-10-02 Kevin Ryde <user42@zip.com.au>
5073
5074 * net/browse-url.el (browse-url): Pass any symbol in
5075 browse-url-browser-function to `apply', since if you've mistakenly put
5076 an unbound symbol then the error is clearer. (Bug#4531)
5077
5078 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * allout.el (allout-init, allout-back-to-current-heading)
5081 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5082 (allout-ascend, allout-up-current-level, allout-end-of-level)
5083 (allout-previous-visible-heading, allout-forward-current-level)
5084 (allout-backward-current-level, allout-show-children):
5085 * apropos.el (apropos-describe-plist):
5086 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5087 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5088 * completion.el (add-completion, add-permanent-completion):
5089 * descr-text.el (describe-text-category, describe-char):
5090 * desktop.el (desktop-lazy-abort):
5091 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5092 * dired.el (dired-build-subdir-alist):
5093 * ediff.el (ediff-version):
5094 * elide-head.el (elide-head, elide-head-show):
5095 * emerge.el (emerge-version):
5096 * env.el (getenv):
5097 * face-remap.el (variable-pitch-mode):
5098 * faces.el (describe-face):
5099 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5100 (dired-at-point):
5101 * files.el (find-file-existing, auto-save-mode):
5102 * font-lock.el (font-lock-fontify-buffer):
5103 * help-fns.el (describe-function, describe-variable)
5104 (describe-syntax, describe-categories):
5105 * help.el (view-lossage, describe-bindings, describe-key)
5106 (describe-mode):
5107 * hexl.el (hexl-current-address):
5108 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5109 * info.el (Info-goto-emacs-key-command-node):
5110 * log-edit.el (log-edit-insert-cvs-template)
5111 (log-edit-insert-cvs-rcstemplate):
5112 * menu-bar.el (menu-bar-mode):
5113 * mouse.el (mouse-appearance-menu):
5114 * newcomment.el (comment-indent-new-line):
5115 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5116 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5117 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5118 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5119 * recentf.el (recentf-mode):
5120 * savehist.el (savehist-mode, savehist-save):
5121 * shadowfile.el (shadow-copy-files):
5122 * simple.el (kill-ring-save, next-line, previous-line)
5123 (normal-erase-is-backspace-mode):
5124 * strokes.el (strokes-update-window-configuration)
5125 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5126 (strokes-xpm-for-stroke):
5127 * time.el (emacs-uptime, emacs-init-time):
5128 * tutorial.el (tutorial--describe-nonstandard-key)
5129 (tutorial--detailed-help):
5130 * type-break.el (type-break-mode)
5131 (type-break-mode-line-message-mode, type-break-query-mode)
5132 (type-break-guesstimate-keystroke-threshold):
5133 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5134 * version.el (emacs-version):
5135 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5136 * winner.el (winner-mode):
5137 * calendar/timeclock.el (timeclock-in, timeclock-out)
5138 (timeclock-status-string, timeclock-change)
5139 (timeclock-workday-remaining-string)
5140 (timeclock-workday-elapsed-string)
5141 (timeclock-when-to-leave-string):
5142 * calendar/todo-mode.el (todo-add-category):
5143 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5144 * emacs-lisp/autoload.el (update-file-autoloads):
5145 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5146 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5147 (checkdoc-message-text, checkdoc-defun):
5148 * emacs-lisp/debug.el (debugger-list-functions):
5149 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5150 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5151 (eieio-describe-generic):
5152 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5153 * emacs-lisp/shadow.el (list-load-path-shadows):
5154 * emulation/cua-base.el (cua-mode):
5155 * emulation/edt.el (edt-set-scroll-margins):
5156 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5157 (tpu-toggle-regexp, tpu-toggle-search-direction)
5158 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5159 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5160 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5161 (viper-set-parsing-style-toggling-macro)
5162 (viper-set-emacs-state-searchstyle-macros):
5163 * emulation/viper.el (viper-set-hooks):
5164 * eshell/esh-mode.el (eshell-truncate-buffer):
5165 * international/mule-cmds.el (prefer-coding-system)
5166 (describe-input-method, describe-language-environment):
5167 * international/mule-diag.el (list-character-sets)
5168 (describe-character-set, describe-coding-system)
5169 (describe-fontset, list-fontsets, list-input-methods):
5170 * mail/sendmail.el (mail-signature):
5171 * net/ange-ftp.el (ange-ftp-copy-file):
5172 * net/browse-url.el (browse-url):
5173 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5174 * net/quickurl.el (quickurl-add-url):
5175 * net/rcirc.el (names, topic):
5176 * net/xesam.el (xesam-mode):
5177 * play/5x5.el (5x5-new-game):
5178 * play/yow.el (apropos-zippy):
5179 * progmodes/ada-mode.el (ada-mode-version):
5180 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5181 (f90-end-of-block)
5182 (f90-beginning-of-block):
5183 * progmodes/fortran.el (fortran-end-of-block)
5184 (fortran-beginning-of-block):
5185 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5186 * progmodes/python.el (python-describe-symbol, python-shell):
5187 * term/ns-win.el (ns-print-buffer):
5188 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5189 * textmodes/flyspell.el (flyspell-mode-on):
5190 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5191 (pages-directory-for-addresses):
5192 * textmodes/table.el (table-recognize-cell)
5193 (table-query-dimension, table-generate-source)
5194 (table-insert-sequence, table--warn-incompatibility):
5195 * textmodes/tex-mode.el (tex-validate-buffer):
5196 * textmodes/texinfmt.el (texinfmt-version)
5197 (texinfo-format-buffer):
5198 Use `called-interactively-p' instead of `interactive-p'.
5199
5200 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5201
5202 * image-mode.el (image-toggle-display):
5203 * emacs-lisp/elp.el (elp-instrument-function):
5204 * emacs-lisp/advice.el (ad-make-advised-definition):
5205 * emacs-lisp/easy-mmode.el (define-minor-mode):
5206 * net/browse-url.el (browse-url-maybe-new-window):
5207 * progmodes/sh-script.el (sh-learn-buffer-indent):
5208 Pass new argument 'any to `called-interactively-p'.
5209
5210 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5211
5212 * international/uni-bidi.el:
5213 * international/uni-category.el:
5214 * international/uni-combining.el:
5215 * international/uni-comment.el:
5216 * international/uni-decimal.el:
5217 * international/uni-decomposition.el:
5218 * international/uni-digit.el:
5219 * international/uni-lowercase.el:
5220 * international/uni-mirrored.el:
5221 * international/uni-name.el:
5222 * international/uni-numeric.el:
5223 * international/uni-old-name.el:
5224 * international/uni-titlecase.el:
5225 * international/uni-uppercase.el:
5226 Regenerate from Unicode 5.2.0 data.
5227
5228 2009-10-01 Glenn Morris <rgm@gnu.org>
5229
5230 * Makefile.in (ELCFILES): Regenerate.
5231
5232 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * subr.el (interactive-p): Mark obsolete.
5235 (called-interactively-p): Make the optional-ness of `kind' obsolete.
5236 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5237 advertised-signature-table for subroutines as well.
5238
5239 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5240 (set-advertised-calling-convention): New function.
5241 (make-obsolete, define-obsolete-function-alias)
5242 (make-obsolete-variable, define-obsolete-variable-alias):
5243 Make the optional-ness of `when' obsolete.
5244 (define-obsolete-face-alias): Make `when' non-optional.
5245 * help-fns.el (help-function-arglist):
5246 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5247 Use advertised-signature-table.
5248
5249 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5250
5251 * files.el (delete-directory): New defun. The original function
5252 in fileio.c has been renamed to `delete-directory-internal'.
5253
5254 * dired.el (dired-delete-file): Call `delete-directory' with
5255 RECURSIVE parameter.
5256
5257 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5258 parameter RECURSIVE. Implementation is missing.
5259
5260 * net/tramp.el (tramp-handle-make-directory): Flush upper
5261 directory's file properties.
5262 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5263 (tramp-handle-dired-recursive-delete-directory): Flush directory
5264 properties after the remove command only.
5265
5266 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5267 Handle optional parameter RECURSIVE.
5268
5269 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5270 Handle optional parameter RECURSIVE.
5271
5272 * net/tramp-smb.el (tramp-smb-errors): Add error message for
5273 connection timeout.
5274 (tramp-smb-handle-delete-directory): Handle optional parameter
5275 RECURSIVE.
5276
5277 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5280 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5281 (byte-compile-defmacro): Use backquotes.
5282
5283 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5284
5285 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5286 has no associated file.
5287 (vc-resynch-buffer): Use vc-dir-buffers.
5288
5289 2009-10-01 Glenn Morris <rgm@gnu.org>
5290
5291 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5292 (chart-file-count):
5293 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5294 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5295 * emacs-lisp/eieio-opt.el (eieio-describe-class):
5296 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5297 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5298 (eieio-copy-parents-into-subclass, make-instance, class-children)
5299 (eieio-generic-form):
5300 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5301 * cedet/cedet-idutils.el (cedet-idutils-search)
5302 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5303 (cedet-idutils-version-check):
5304 * cedet/cedet.el (cedet-version):
5305 * cedet/data-debug.el (data-debug-insert-overlay-button)
5306 (data-debug-insert-overlay-list-button)
5307 (data-debug-insert-buffer-button)
5308 (data-debug-insert-buffer-list-button)
5309 (data-debug-insert-process-button, data-debug-insert-ring-button)
5310 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5311 (data-debug-insert-stuff-vector-button)
5312 (data-debug-insert-symbol-button, data-debug-insert-string)
5313 (data-debug-insert-number, data-debug-insert-lambda-expression)
5314 (data-debug-insert-nil, data-debug-insert-simple-thing)
5315 (data-debug-insert-custom, data-debug-edebug-expr):
5316 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5317 (global-ede-mode-map, ede-new, ede-debug-target)
5318 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5319 * cedet/semantic.el (semantic-minimum-working-buffer-size)
5320 (semantic-fetch-tags, semantic-submode-list)
5321 (semantic-default-submodes):
5322 * cedet/ede/source.el (ede-source-match):
5323 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5324 (project-am-package-info):
5325 * cedet/ede/proj.el (ede-proj-target, project-new-target):
5326 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5327 * cedet/ede/proj-comp.el (ede-current-build-list):
5328 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5329 * cedet/ede/files.el (ede-toplevel-project-or-nil):
5330 * cedet/ede/cpp-root.el (initialize-instance):
5331 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5332 (autoconf-parameter-strip, autoconf-insert-new-macro):
5333 * cedet/semantic/wisent.el (wisent-lex-eoi):
5334 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5335 (semantic-show-parser-state-mode):
5336 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5337 * cedet/semantic/tag.el (semantic-tag-new-variable)
5338 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5339 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5340 (semantic--tag-deep-copy-tag-list)
5341 (semantic-tag-components-with-overlays-default):
5342 * cedet/semantic/symref.el (semantic-symref-find-text):
5343 * cedet/semantic/senator.el (senator-yank-tag)
5344 (senator-transpose-tags-up):
5345 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5346 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5347 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5348 * cedet/semantic/lex.el (semantic-lex-comment-regex)
5349 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5350 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5351 * cedet/semantic/lex-spp.el
5352 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5353 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5354 * cedet/semantic/idle.el
5355 (semantic-idle-summary-current-symbol-info-brutish)
5356 (semantic-idle-summary-current-symbol-info-default):
5357 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5358 (semantic--grammar-macro-compl-dict):
5359 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5360 * cedet/semantic/format.el (semantic-format-tag-custom-list)
5361 (semantic-format-tag-canonical-name-default):
5362 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5363 (semantic-find-tags-for-completion)
5364 (semantic-find-tags-by-scope-protection-default)
5365 (semantic-deep-find-tags-for-completion):
5366 * cedet/semantic/edit.el
5367 (semantic-edits-incremental-reparse-failed-hook)
5368 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5369 (semantic-edits-splice-remove, semantic-edits-splice-replace):
5370 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5371 * cedet/semantic/dep.el (semantic-dependency-include-path):
5372 * cedet/semantic/db.el (semanticdb-default-find-index-class)
5373 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5374 (semanticdb-project-roots):
5375 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5376 (semanticdb-find-adebug-insert-scanned-tag-cons)
5377 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5378 (semanticdb-brute-deep-find-tags-for-completion):
5379 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5380 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5381 (semantic-end-of-context-default)
5382 (semantic-ctxt-current-function-default)
5383 (semantic-ctxt-scoped-types-default):
5384 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5385 (semantic-complete-inline-tag-engine)
5386 (semantic-complete-inline-custom-type)
5387 (semantic-complete-read-tag-analyzer):
5388 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5389 (semantic-chart-database-size):
5390 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5391 (semantic-analyze-current-context):
5392 * cedet/semantic/symref/list.el (semantic-symref)
5393 (semantic-symref-hide-buffer, semantic-symref-symbol):
5394 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5395 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5396 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5397 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5398 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5399 (semantic-c-dereference-template):
5400 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5401 (semantic--analyze-refs-full-lookup-with-parents)
5402 (semantic--analyze-refs-full-lookup-simple):
5403 * cedet/semantic/analyze/complete.el
5404 (semantic-analyze-possible-completions):
5405 * cedet/srecode/table.el (srecode-mode-table-new):
5406 * cedet/srecode/srt.el (srecode-read-variable-name):
5407 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5408 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5409 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5410 * cedet/srecode/map.el (srecode-current-map):
5411 * cedet/srecode/insert.el (srecode-insert)
5412 (srecode-insert-variable-secondname-handler, srecode-insert-method)
5413 (srecode-template-inserter-point-override)
5414 (srecode-insert-include-lookup):
5415 * cedet/srecode/getset.el (srecode-auto-choose-class):
5416 * cedet/srecode/extract.el (srecode-inserter-extract):
5417 * cedet/srecode/document.el
5418 (srecode-document-autocomment-return-last-alist)
5419 (srecode-document-autocomment-param-type-alist)
5420 (srecode-document-insert-function-comment)
5421 (srecode-document-insert-variable-one-line-comment)
5422 (srecode-document-function-name-comment):
5423 * cedet/srecode/dictionary.el (srecode-create-dictionary)
5424 (srecode-compound-toString):
5425 * cedet/srecode/compile.el (srecode-flush-active-templates):
5426 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5427 Doc/message fixes.
5428
5429 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5430 match-data. (Bug#4555).
5431
5432 * cedet/semantic/bovine/gcc.el
5433 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5434 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5435
5436 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5437 rather than parsing it as a regexp. This relaxes the layout
5438 requirements and makes errors easier to detect.
5439 (check-declare-verify): Check file is regular.
5440 (check-declare-directory): Doc fix.
5441 * subr.el (declare-function): Doc fix.
5442
5443 * ibuffer.el (ibuffer-format-qualifier):
5444 * isearch.el (hi-lock-regexp-okay):
5445 * calc/calc.el (math-zerop):
5446 * mail/uce.el (rmail-msgbeg, rmail-msgend):
5447 * term/w32-win.el (setup-default-fontset, set-fontset-font):
5448 Remove unused declarations.
5449
5450 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5451
5452 * cedet/semantic/wisent/javat-wy.el
5453 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5454
5455 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
5456
5457 * cedet/srecode/expandproto.el: Fix provide statement.
5458
5459 2009-09-30 Eric Ludlam <zappo@gnu.org>
5460
5461 * emacs-lisp/eieio.el (boolean-p): Delete.
5462
5463 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
5464
5465 * cedet/ede/srecode.el: Fix provide statement.
5466
5467 2009-09-30 Glenn Morris <rgm@gnu.org>
5468
5469 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5470 * cedet/ede/proj-aux.el (ede-aux-source):
5471 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5472 (ede-misc-source):
5473 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5474 (semantic-mrub-switch-tags): Fix doc typos.
5475
5476 * cedet/semantic/db-global.el (data-debug-new-buffer)
5477 (data-debug-insert-thing): Remove unneeded declarations (one broken).
5478 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5479
5480 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5481
5482 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5483 use of CL function `remove-if-not'.
5484
5485 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5486
5487 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5488 filename is not a string.
5489
5490 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
5491
5492 * files.el (safe-local-eval-forms): Fix typo.
5493
5494 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * vc-hooks.el (vc-dir-buffers): New var.
5497 (vc-state-refresh): New function.
5498 (vc-state): Use it.
5499 (vc-after-save): Always ask the backend to recompute the new state.
5500 Always call vc-dir if necessary, using vc-dir-buffers.
5501 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5502 Use vc-dir-buffers.
5503 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5504 (vc-dir-prepare-status-buffer, vc-dir-update)
5505 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5506 Don't call expand-file-name on default-directory.
5507
5508 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * speedbar.el (speedbar-item-delete):
5511 * calc/calc-prog.el (calc-kbd-if):
5512 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5513
5514 * epa.el (epa-key-list-mode-map):
5515 * hi-lock.el (hi-lock-menu): Fix typos in menus.
5516
5517 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5518 (hs-show-hook): Fix typo in docstring.
5519
5520 2009-09-29 Glenn Morris <rgm@gnu.org>
5521
5522 * cedet/semantic/symref/idutils.el:
5523 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5524
5525 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5526
5527 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5528 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5529 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5530 Mark declarations not understood by check-declare.
5531
5532 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5533 file-name-nondirectory call preventing location of cedet files.
5534 (check-declare-verify): Use literal search rather than re-search.
5535 Add basic defmethod and defclass, and define-overloadable-function.
5536
5537 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5538 Use tramp-compat-file-attributes rather than nonexistent
5539 tramp-compat-handle-file-attributes.
5540
5541 * Makefile.in (lisptagsfiles4): New.
5542 (AUTOGENEL): Add cedet loaddefs files.
5543 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5544 (update-elclist, compile-always, backup-compiled-files)
5545 (bootstrap-clean): Add yet another directory level.
5546 (update-elclist): Use LC_COLLATE rather than COLLATE.
5547 (ELCFILES): Update, via `make update-elclist'.
5548
5549 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5550
5551 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5552 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5553 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5554
5555 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
5556
5557 * Makefile.in (lisptagsfiles3): Define.
5558 (TAGS, TAGS-LISP): Use it.
5559 (update-elclist): Add third directory level to look for elc files.
5560 (compile-always): Likewise.
5561 (backup-compiled-files): Likewise.
5562 (bootstrap-clean): Likewise.
5563 (ELCFILES): Update.
5564
5565 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
5566
5567 * Makefile.in (ELCFILES): Add CEDET files.
5568
5569 2009-09-28 Eric Ludlam <zappo@gnu.org>
5570
5571 CEDET (development tools) package merged.
5572
5573 * cedet/*.el:
5574 * cedet/ede/*.el:
5575 * cedet/semantic/*.el:
5576 * cedet/srecode/*.el: New files.
5577
5578 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5579
5580 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5581
5582 * net/tramp.el (top): Require tramp-imap.
5583
5584 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5585 Use `tramp-compat-handle-file-attributes'.
5586
5587 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5588
5589 * net/tramp-imap.el: New package.
5590
5591 2009-09-28 Eric Ludlam <zappo@gnu.org>
5592
5593 * emacs-lisp/chart.el:
5594 * emacs-lisp/eieio-base.el:
5595 * emacs-lisp/eieio-comp.el:
5596 * emacs-lisp/eieio-custom.el:
5597 * emacs-lisp/eieio-datadebug.el:
5598 * emacs-lisp/eieio-opt.el:
5599 * emacs-lisp/eieio-speedbar.el:
5600 * emacs-lisp/eieio.el: New files.
5601
5602 * cedet/cedet-cscope.el:
5603 * cedet/cedet-files.el:
5604 * cedet/cedet-global.el:
5605 * cedet/cedet-idutils.el:
5606 * cedet/data-debug.el:
5607 * cedet/inversion.el:
5608 * cedet/mode-local.el:
5609 * cedet/pulse.el: New files.
5610
5611 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5612
5613 * whitespace.el (whitespace-trailing-regexp)
5614 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5615 Fix doc string.
5616
5617 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
5618
5619 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
5620 menu.
5621
5622 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
5623 menu-bar-ediff-menu.
5624
5625 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
5626 define-overloadable-function.
5627
5628 * progmodes/autoconf.el: Provide autoconf as well, so that this
5629 file can be `require'd.
5630
5631 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
5632
5633 * emacs-lisp/autoload.el (generated-autoload-feature)
5634 (generated-autoload-load-name): New vars.
5635 (autoload-rubric, autoload-generate-file-autoloads): Use them.
5636 (make-autoload): Recognize define-overloadable-function and
5637 defclass forms (for EIEIO).
5638
5639 * Makefile.in (update-subdirs): Exclude cedet directory.
5640
5641 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5642
5643 * term/ns-win.el: Don't set the region face background. (Bug#4381)
5644
5645 * faces.el: Default light-background background for region face to
5646 ns_selection_color under NS.
5647
5648 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5649
5650 * net/imap-hash.el: New library, see NEWS.
5651
5652 * Makefile.in (ELCFILES): Add imap-hash.el.
5653
5654 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
5657 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
5658 * help-macro.el (make-help-screen): Avoid using an ambiguous function
5659 definition where the docstring could be taken for the return value.
5660
5661 2009-09-26 Glenn Morris <rgm@gnu.org>
5662
5663 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
5664 Add option to only show images below a certain size.
5665 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
5666 save-excursion calls.
5667
5668 2009-09-26 Eli Zaretskii <eliz@gnu.org>
5669
5670 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
5671 subdirectories) and eieio.
5672
5673 2009-09-26 Alan Mackenzie <acm@muc.de>
5674
5675 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
5676 buggy bracketing. (Bug#4289)
5677
5678 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
5679 character constants (as case labels). (Bug#4289)
5680
5681 2009-09-25 Juri Linkov <juri@jurta.org>
5682
5683 * files.el (safe-local-eval-forms): Allow time-stamp in
5684 before-save-hook (Bug#4554).
5685
5686 2009-09-25 Drew Adams <drew.adams@oracle.com>
5687
5688 * menu-bar.el (list-buffers-directory): Doc fix.
5689
5690 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
5693 Try and avoid copying twice the same paragraph.
5694 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
5695 Remove save-excursion.
5696 (log-edit-changelog-entry): Do it here instead.
5697
5698 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
5699
5700 * bs.el (bs--get-file-name): Use `list-buffers-directory'
5701 when available, instead of hardcoding mode names. Doc fix.
5702
5703 * menu-bar.el (list-buffers-directory): Add docstring.
5704 Make automatically buffer-local.
5705
5706 * dired.el (dired-mode):
5707 * files.el (cd-absolute):
5708 * pcvs.el (cvs-temp-buffer):
5709 * pcvs-util.el (cvs-get-buffer-create):
5710 * shell.el (shell-mode):
5711 * vc-dir.el (vc-dir-mode):
5712 Don't make `list-buffers-directory' buffer local.
5713
5714 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
5715
5716 * comint.el (comint-exec, comint-run, make-comint):
5717 Doc fixes (Bug#4542).
5718
5719 2009-09-25 Glenn Morris <rgm@gnu.org>
5720
5721 * mail/rmailmm.el (rmail-mime): New custom group.
5722 Move all defcustoms in this file into this group.
5723 (rmail-mime-media-type-handlers-alist): Revert previous change.
5724 (rmail-mime-show-images): New option.
5725 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
5726 references to it, since it wasn't actually used for anything.
5727 (rmail-mime-insert-image): New function.
5728 (rmail-mime-image): Use rmail-mime-insert-image.
5729 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
5730 obey the value of `rmail-mime-show-images' option. Print the size of
5731 attachments.
5732
5733 2009-09-25 David Engster <deng@randomsample.de>
5734
5735 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
5736
5737 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5738
5739 * whitespace.el: Does not highlight trailing spaces While point is
5740 at end of line. Does not highligt spaces at beginning of buffer
5741 while point is at beginning of buffer. Does not highlight spaces
5742 at end of buffer while point is at end of buffer. (Bug#4177)
5743 New version 12.0.
5744 (whitespace-display-mappings): Adjust initialization.
5745 (whitespace-point, whitespace-font-lock-refontify): New vars.
5746 (whitespace-color-on, whitespace-color-off): Adjust code.
5747 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5748 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
5749 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
5750
5751 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
5754
5755 * textmodes/sgml-mode.el: Remove xml-mode alias.
5756
5757 * files.el (auto-mode-alist, conf-mode-maybe)
5758 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
5759
5760 2009-09-24 Alan Mackenzie <acm@muc.de>
5761
5762 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
5763 c-forward-conditionals, but it doesn't move point and doesn't set
5764 the mark.
5765 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
5766 (c-down-conditional-with-else, c-backward-conditional)
5767 (c-forward-conditional): Refactor to use c-scan-conditionals.
5768
5769 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5770
5771 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
5772 (help-default-arg-highlight): Remove.
5773 (help-highlight-arg): New function.
5774 (help-do-arg-highlight): Use it.
5775 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
5776
5777 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * term.el (term-set-scroll-region, term-handle-ansi-escape):
5780 Undo last change, which didn't fix the problem and introduced others.
5781
5782 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
5783
5784 * progmodes/gdb-mi.el: Don't require speedbar.
5785 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
5786
5787 2009-09-24 Glenn Morris <rgm@gnu.org>
5788
5789 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
5790
5791 * term/ns-win.el (ns-reg-to-script): Define for compiler.
5792
5793 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
5794 there is no newline after the final mime boundary. (Bug#4539)
5795 Move markers on insertion so that any buttons inserted don't end up in
5796 the next part of a multipart message.
5797 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
5798 (rmail-mime-bulk-handler): Optionally handle images.
5799 (rmail-mime-image): New button action.
5800 (rmail-mime-image-handler): New function.
5801 (rmail-mime-mode): New mode.
5802 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
5803
5804 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
5807 than just dropping elements from it (bug#4504).
5808
5809 * term.el (term-set-scroll-region): Don't move cursor any more.
5810 (term-handle-ansi-escape): Call term-goto here instead.
5811 Suggested by Ivan Kanis <apple@kanis.eu>.
5812
5813 * term.el: Require CL.
5814 (term-ansi-reset): New function.
5815 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
5816 (term-handle-colors-array): Simplify.
5817
5818 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5819
5820 * allout.el (allout-overlay-interior-modification-handler)
5821 (allout-obtain-passphrase):
5822 * epa-file.el (epa-file-write-region):
5823 * ps-print.el (ps-begin-job):
5824 * vc-hooks.el (vc-toggle-read-only):
5825 * vc-rcs.el (vc-rcs-rollback):
5826 * vc-sccs.el (vc-sccs-rollback):
5827 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
5828 (vc-version-diff, vc-revert, vc-rollback):
5829 * wdired.el (wdired-check-kill-buffer):
5830 * emacs-lisp/authors.el (authors):
5831 * net/socks.el (socks-open-connection):
5832 * net/zeroconf.el (zeroconf-service-add-hook):
5833 * obsolete/vc-mcvs.el (vc-mcvs-register):
5834 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
5835 (gdb-select-frame):
5836 * progmodes/grep.el (lgrep, rgrep):
5837 * progmodes/idlw-help.el (idlwave-help-check-locations)
5838 (idlwave-help-html-link, idlwave-help-assistant-open-link):
5839 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5840 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
5841 (reftex-toc-rename-label): Fix typos in error messages.
5842
5843 * dired-aux.el (dired-do-shell-command): Reflow docstring.
5844 (dired-copy-how-to-fn): Doc fix.
5845 (dired-files-attributes, dired-read-shell-command):
5846 Fix typos in docstrings.
5847
5848 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
5849 (dired-x-find-file-other-window): Reflow docstrings.
5850 (dired-omit-marker-char, dired-read-shell-command)
5851 (dired-x-submit-report): Fix typos in docstrings.
5852
5853 * shell.el (shell-mode-hook):
5854 * view.el (View-scroll-line-forward):
5855 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
5856 Fix typos in docstrings.
5857
5858 * net/dig.el (dig-invoke): Fix typo in docstring.
5859 (query-dig): Reflow docstring.
5860
5861 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
5862 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
5863 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
5864 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
5865 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
5866 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
5867 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
5868 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
5869 (idlwave-completion-map, idlwave-current-indent)
5870 (idlwave-custom-ampersand-surround, idlwave-customize)
5871 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
5872 (idlwave-define-abbrev, idlwave-determine-class-special)
5873 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
5874 (idlwave-end-block-reg, idlwave-end-of-statement)
5875 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
5876 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
5877 (idlwave-explicit-class-listed, idlwave-file-header)
5878 (idlwave-fill-paragraph, idlwave-find-class-definition)
5879 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
5880 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
5881 (idlwave-in-quote, idlwave-indent-action-table)
5882 (idlwave-indent-expand-table, idlwave-indent-line)
5883 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
5884 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
5885 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
5886 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
5887 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
5888 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
5889 (idlwave-outlawed-buffers, idlwave-popup-select)
5890 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
5891 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
5892 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
5893 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
5894 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
5895 (idlwave-statement-type, idlwave-struct-skip)
5896 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5897 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5898 (idlwave-what-module-find-class): Fix typos in docstrings.
5899 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5900 (idlwave-calculate-cont-indent, idlwave-expand-equal)
5901 (idlwave-find-module, idlwave-find-structure-definition)
5902 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5903 (idlwave-list-load-path-shadows, idlwave-next-statement)
5904 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
5905 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
5906 (idlwave-template): Reflow docstrings.
5907
5908 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
5909 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
5910 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
5911 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
5912 (idlwave-shell-display-line, idlwave-shell-display-wframe)
5913 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
5914 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
5915 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
5916 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5917 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5918 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5919 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5920 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5921 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5922 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5923 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5924 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5925 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5926 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5927 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5928 Fix typos in docstrings.
5929 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5930 (idlwave-shell-hide-output, idlwave-shell-mode)
5931 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5932 Reflow docstrings.
5933
5934 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5935
5936 2009-09-24 Ivan Kanis <apple@kanis.eu>
5937
5938 * term.el (term-bold-attribute): New var.
5939 (term-handle-colors-array): Use it.
5940
5941 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
5942
5943 * progmodes/gdb-mi.el (gdb-version): New variable.
5944 (gdb-non-stop-handler): Set gdb-version.
5945 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5946 Condition "--thread" option on gdb-version.
5947 (gdb-invalidate-threads): Remove unused argument.
5948
5949 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5952 to looking-back to avoid ridiculous slow down in large files (bug#4511).
5953
5954 2009-09-23 Glenn Morris <rgm@gnu.org>
5955
5956 * mail/rmail.el (rmail-reply): Don't try to add a References header when
5957 replying to mail without References or Message-Id. (Bug#4525)
5958
5959 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5960
5961 * term/ns-win.el (ns-reg-to-script): New variable.
5962
5963 2009-09-23 Daiki Ueno <ueno@unixuser.org>
5964
5965 * epg.el (epg-wait-for-status): Preserve existing 'error results.
5966
5967 2009-09-22 Sam Steingold <sds@gnu.org>
5968
5969 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
5970 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5971 to 1 because hg returns status 1 when nothing is found.
5972 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5973
5974 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * textmodes/fill.el: Convert to utf-8 encoding.
5977 (fill-french-nobreak-p): Remove redundant » and « inherited from our
5978 pre-unicode days.
5979
5980 * add-log.el (change-log-fill-forward-paragraph): New function.
5981 (change-log-mode): Use it so fill-region DTRT.
5982 Set fill-indent-according-to-mode here rather than in
5983 change-log-fill-paragraph.
5984 (change-log-fill-paragraph): Remove.
5985
5986 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
5987
5988 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5989 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
5990
5991 2009-09-22 Glenn Morris <rgm@gnu.org>
5992
5993 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5994 the scroll-bar scroll the calendar window rather than the buffer.
5995
5996 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5997 commands that move point (as opposed to scrolling).
5998
5999 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6000
6001 * emacs-lisp/elint.el (elint): New custom group.
6002 (elint-log-buffer): Make it a defcustom.
6003 (elint-scan-preloaded, elint-ignored-warnings)
6004 (elint-directory-skip-re): New options.
6005 (elint-builtin-variables): Doc fix.
6006 (elint-preloaded-env): New variable.
6007 (elint-unknown-builtin-args): Add an entry for encode-time.
6008 (elint-extra-errors): Make it a variable rather than a constant.
6009 (elint-preloaded-skip-re): New constant.
6010 (elint-directory): Skip files matching elint-directory-skip-re.
6011 (elint-features): New variable, local to linted buffers.
6012 (elint-update-env): Initialize elint-features. Possibly add
6013 elint-preloaded-env to the buffer's environment.
6014 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6015 Skip quoted forms.
6016 (elint-init-form): New function, extracted from elint-init-env.
6017 Make non-list forms a warning rather than an error.
6018 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6019 easy-menu-define, put that adds an error-condition, and provide.
6020 When requiring cl, also require cl-macs. Really require cl, to handle
6021 some cl macros. Store required libraries in the list elint-features,
6022 so as not to re-load them. Treat cc-require like require.
6023 (elint-init-env): Call elint-init-form to do the work.
6024 Handle eval-and-compile and such like.
6025 (elint-add-required-env): Do not clear messages.
6026 (elint-special-forms): Add handlers for function, defalias, if, when,
6027 unless, and, or.
6028 (elint-form): Add optional argument to ignore elint-special-forms,
6029 useful to prevent recursive calls from handlers. Doc fix.
6030 Respect elint-ignored-warnings.
6031 (elint-form): Respect elint-ignored-warnings.
6032 (elint-bound-variable, elint-bound-function): New variables.
6033 (elint-unbound-variable): Respect elint-bound-variable.
6034 (elint-get-args): Respect elint-bound-function.
6035 (elint-check-cond-form): Add some simple handling for (f)boundp and
6036 featurep tests.
6037 (elint-check-defalias-form): New handler.
6038 (elint-check-let-form): Make an empty let a warning rather than an
6039 error.
6040 (elint-check-setq-form): Make an empty setq a warning rather than an
6041 error. Respect elint-ignored-warnings.
6042 (elint-check-defvar-form): Accept null doc-strings.
6043 (elint-check-conditional-form): New handler. Does some simple-minded
6044 checking of featurep and (f)boundp tests.
6045 (elint-put-function-args): New function.
6046 (elint-initialize): Use elint-scan-doc-file rather than
6047 elint-find-builtin-variables. Use elint-put-function-args.
6048 Possibly scan preloaded-file-list.
6049 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6050 extend to handle functions as well.
6051
6052 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6053
6054 * linum.el (linum-delete-overlays, linum-update-window):
6055 Do not modify the right margin. (Bug#3971)
6056
6057 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
6058
6059 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6060 nxml-mode instead of xml-mode.
6061
6062 2009-09-21 Kevin Ryde <user42@zip.com.au>
6063
6064 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6065
6066 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * net/dig.el (dig-mode): Use define-derived-mode.
6069
6070 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6071
6072 * vc-dispatcher.el (vc-do-command): Return the process object in
6073 the asynchronous case. Use when instead of if. Do not run
6074 vc-exec-after to display a message if not enabled. (Bug#4463)
6075
6076 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6077 properties to the stash strings.
6078 (vc-git-stash-list): Return a list of strings.
6079 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6080 (vc-git-stash-show-at-point): New functions.
6081 (vc-git-stash-map): New keymap.
6082
6083 * register.el (ctl-x-r-map): Define the keys here instead of
6084 using autoload.
6085
6086 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6087
6088 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6089 list, to workaround performance problem (bug#4485).
6090
6091 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
6092
6093 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6094
6095 2009-09-20 Daiki Ueno <ueno@unixuser.org>
6096
6097 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6098 Document that this option is not recommended to use.
6099
6100 2009-09-19 Glenn Morris <rgm@gnu.org>
6101
6102 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6103 variable `var'.
6104
6105 * calc/calc-alg.el (var):
6106 * calc/calcalg2.el (var): Define for compiler.
6107
6108 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6111 Doc fix (Bug#3932).
6112
6113 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6114
6115 * time-stamp.el (time-stamp-month-dd-yyyy)
6116 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6117 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6118 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6119 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6120 Remove functions that have been obsolete since 1995 (Bug#4436).
6121
6122 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6123 indent buffer only if called interactively (Bug#4452).
6124
6125 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
6126 Eli Zaretskii <eliz@gnu.org>
6127
6128 This fixes bug#4197 (merged to bug#865, though not identical).
6129 * server.el (server-auth-dir): Add docstring note about FAT32.
6130 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6131 but warn against using them.
6132
6133 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
6134
6135 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6136 older GDB where there is no has_more field.
6137
6138 2009-09-19 Glenn Morris <rgm@gnu.org>
6139
6140 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6141
6142 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6143
6144 * files.el (auto-mode-alist): Change default for XML files to nXML
6145 mode (Bug#4169).
6146
6147 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
6148
6149 * server.el (server-ensure-safe-dir): Pass 'integer
6150 to `file-attributes', as suggested.
6151
6152 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6155 (dired-query): Use read-key.
6156
6157 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6158
6159 * cus-start.el (ns-use-qd-smoothing): Remove.
6160
6161 2009-09-18 Glenn Morris <rgm@gnu.org>
6162
6163 * allout.el (top-level): Remove unnecessary progn.
6164
6165 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6166
6167 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6168 definition of abbrev table.
6169
6170 * speedbar.el (speedbar-track-mouse):
6171 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6172 * net/eudc.el (eudc-expand-inline):
6173 * net/newst-backend.el (newsticker--cache-read-feed):
6174 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6175 condition-case handlers.
6176
6177 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
6178
6179 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6180 (gdb-var-list): Add an element for has_more field.
6181 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6182 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6183 (gdb-var-update-handler-1): Parse output of dynamic variable
6184 objects (STL containers).
6185 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6186 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6187
6188 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6189 gdb-var-list.
6190 (gud-speedbar-buttons): Make node expandable if expression "has more"
6191 children.
6192
6193 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6194
6195 * startup.el (emacs-quick-startup): Remove variable and all uses.
6196 (command-line): Set `inhibit-x-resources' instead.
6197 (command-line-1): Use `inhibit-x-resources' instead.
6198
6199 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
6200
6201 * subr.el: Fix last change to avoid using the `unless' macro,
6202 which breaks bootstrapping.
6203
6204 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6207 extended definitions, in case we reload subr.el after having
6208 loaded CL.
6209 (eval-next-after-load): Mark as obsolete.
6210
6211 2009-09-17 Juri Linkov <juri@jurta.org>
6212
6213 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6214 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6215 (menu-bar-showhide-menu, menu-bar-tools-menu)
6216 (menu-bar-describe-menu, menu-bar-help-menu)
6217 (minibuffer-local-completion-map, minibuffer-local-map):
6218 Fix list quoting.
6219
6220 2009-09-17 Glenn Morris <rgm@gnu.org>
6221
6222 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6223 arguments, whether or not it has a handler.
6224
6225 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6226
6227 * simple.el (hard-newline): Give it a doc-string.
6228
6229 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6230 (lisp-mode-syntax-table): Give them doc-strings.
6231
6232 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6233
6234 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6235 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6236 (menu-bar-options-menu, menu-bar-showhide-menu)
6237 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6238 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6239 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6240 (menu-bar-options-menu, menu-bar-tools-menu)
6241 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6242 (menu-bar-help-menu):
6243 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6244 string arguments.
6245
6246 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6247 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6248 calls for the menu names and :help.
6249
6250 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * mouse.el (minor-mode-menu-from-indicator): Pay attention
6253 to :minor-mode-function (bug#4455).
6254
6255 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * startup.el (command-line): Initialize the window-system after
6258 processing the command-line.
6259
6260 * textmodes/page.el (what-page): Make sure we don't inf-loop if
6261 page-delimiter matches the empty string.
6262
6263 2009-09-16 Glenn Morris <rgm@gnu.org>
6264
6265 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6266 byte-compile-not-obsolete-var. It's a list now.
6267 (byte-compile-not-obsolete-funcs): New variable.
6268 (byte-compile-warn-obsolete): Don't warn about functions if they are in
6269 byte-compile-not-obsolete-funcs.
6270 (byte-compile-variable-ref, byte-compile-defvar): Update for
6271 byte-compile-not-obsolete-vars name-change and list nature.
6272 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6273 and variables behind (f)boundp tests.
6274 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6275
6276 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6277
6278 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6279
6280 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6283 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6284 Don't autoload.
6285
6286 2009-09-15 Stephen Eglen <stephen@gnu.org>
6287
6288 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6289 the virtual-buffers, use the name of the buffer specified by
6290 find-file-noselect, as the match may be a symlink. (This was a
6291 problem if the target and the symlink had different names.)
6292
6293 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6296
6297 * desktop.el (desktop-path): Check user-emacs-directory.
6298
6299 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6300
6301 * loadup.el: Use after-load-functions to GC after loading each file.
6302 Remove the explicit GC calls that used to be sprinkled around.
6303
6304 * subr.el (after-load-functions): New hook.
6305 (do-after-load-evaluation): Run it. Use string-match-p to detect
6306 `obsolete' packages, rather than painfully extracting the relevant
6307 directory name.
6308
6309 2009-09-15 Glenn Morris <rgm@gnu.org>
6310
6311 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6312 free variable `doc'.
6313
6314 * dired.el (dired-mode-map): Add menu entry for async shell command.
6315
6316 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6317 variables, also consider the .elc files, since the .el files are
6318 normally gzipped (subsequent code locates the .el.gz from the .elc).
6319
6320 * calc/calc-prog.el (arglist): Define for compiler.
6321
6322 * calendar/diary-lib.el (diary-display-function): Change the default to
6323 fancy display.
6324 (body): Define for compiler.
6325
6326 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6327 (byte-compile-file-form, byte-compile-lambda)
6328 (byte-compile-top-level-body, byte-compile-form)
6329 (byte-compile-variable-ref, byte-compile-setq)
6330 (byte-compile-setq-default, byte-compile-body)
6331 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6332 (batch-byte-compile): Give some more local variables with common names
6333 a "bytecomp-" prefix to avoid masking warnings about free variables.
6334
6335 * startup.el (command-line-1): Give local variables with common names a
6336 distinguishing prefix, so as not to hide free variable warnings during
6337 bootstrap.
6338
6339 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6340 clever and add a suffix to make a unique name, just let the user decide
6341 whether or not to overwrite it. If the input is a directory, write the
6342 default filename to that directory. (Bug#4388)
6343 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6344 is a filename-as-a-directory.
6345
6346 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * textmodes/page.el (what-page): Don't move to beginning of line.
6349 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6350
6351 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6352
6353 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6354
6355 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6356
6357 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6358 * help.el (help-for-help-internal): Add purecopy calls for text.
6359
6360 * vc.el (top): print-log method now takes an optional SHORTLOG
6361 argument. Add a new method: root.
6362 (vc-root-diff, vc-print-root-log): New functions.
6363 (vc-log-short-style): New variable.
6364 (vc-print-log-internal): Add support for showing short logs.
6365
6366 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6367 vc-print-root-log and vc-print-root-diff.
6368
6369 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6370 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6371 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6372 short logs.
6373
6374 * vc-cvs.el (vc-cvs-print-log):
6375 * vc-mtn.el (vc-mtn-print-log):
6376 * vc-rcs.el (vc-rcs-print-log):
6377 * vc-sccs.el (vc-sccs-print-log):
6378 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6379 that is ignored for now.
6380
6381 * vc-mtn.el (vc-mtn-annotate-command):
6382 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6383
6384 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6387 to function-key-map, and give them ascii-character property.
6388 * term/x-win.el (x-alternatives-map):
6389 * term/ns-win.el (ns-alternatives-map):
6390 * term/internal.el (msdos-key-remapping-map):
6391 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6392
6393 2009-09-14 Glenn Morris <rgm@gnu.org>
6394
6395 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6396 temp-buffers (2009-09-12).
6397
6398 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6401 the new read-key function.
6402
6403 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6404
6405 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6406 is defined (Bug#4405).
6407
6408 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
6409
6410 * recentf.el (recentf-cleanup): Use a hash table to find
6411 duplicates (Bug#4407).
6412
6413 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
6414
6415 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6416 kp-0 to ascii equivalents (Bug#4325).
6417
6418 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6419
6420 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6421
6422 * eshell/em-hist.el:
6423 * eshell/em-dirs.el (eshell-complete-user-reference):
6424 Declare pcomplete functions and variables to avoid compiler warnings.
6425
6426 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
6427
6428 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6429 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6430 * eshell/em-alias.el (eshell-aliases-file):
6431 * eshell/em-hist.el (eshell-history-file-name):
6432 Use expand-file-name instead of concat to make file names (Bug#4308).
6433
6434 2009-09-13 Glenn Morris <rgm@gnu.org>
6435
6436 * ediff-merg.el (ediff-do-merge):
6437 * filesets.el (filesets-run-cmd):
6438 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6439 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6440 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6441 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6442 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6443 Replace empty `let's with `progn'.
6444
6445 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * mail/sendmail.el (send-mail-function):
6448 * tooltip.el (tooltip-mode):
6449 * simple.el (transient-mark-mode):
6450 * rfn-eshadow.el (file-name-shadow-mode):
6451 * frame.el (blink-cursor-mode):
6452 * font-core.el (global-font-lock-mode):
6453 * files.el (temporary-file-directory)
6454 (small-temporary-file-directory, auto-save-file-name-transforms):
6455 * epa-hook.el (auto-encryption-mode):
6456 * composite.el (global-auto-composition-mode):
6457 Use custom-initialize-delay.
6458 * startup.el (command-line): Don't explicitly call
6459 custom-reevaluate-setting for all the above vars.
6460 * custom.el (custom-initialize-safe-set)
6461 (custom-initialize-safe-default): Delete.
6462
6463 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * term/x-win.el (x-initialize-window-system):
6466 * term/w32-win.el (w32-initialize-window-system):
6467 * term/ns-win.el (ns-initialize-window-system): Don't call
6468 mouse-wheel-mode since it's enabled globally by default already.
6469
6470 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6471 actually define the variable, but only silences the byte-compiler.
6472 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6473 before looking it up.
6474 (mouse-wheel-scroll-amount): Also reset the bindings if this value
6475 is changed.
6476
6477 2009-09-12 Glenn Morris <rgm@gnu.org>
6478
6479 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6480 1000.
6481 (elint-add-required-env): Don't beep on error.
6482 (elint-forms): In case of error, return ENV unchanged.
6483 (elint-init-env): Skip non-list forms.
6484 (elint-log): Handle unknown file positions.
6485
6486 2009-09-12 Daiki Ueno <ueno@unixuser.org>
6487
6488 * epg.el (epg-make-context): Add autoload cookie.
6489 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6490 (epg-decrypt-string, epg-start-verify, epg-verify-file)
6491 (epg-verify-string, epg-start-sign, epg-sign-file)
6492 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6493 (epg-encrypt-string, epg-start-export-keys)
6494 (epg-export-keys-to-file, epg-export-keys-to-string)
6495 (epg-start-import-keys, epg-import-keys-from-file)
6496 (epg-import-keys-from-string, epg-start-receive-keys)
6497 (epg-receive-keys, epg-import-keys-from-server)
6498 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6499 (epg-sign-keys, epg-start-generate-key)
6500 (epg-generate-key-from-file, epg-generate-key-from-string):
6501 Remove autoload cookie.
6502
6503 2009-09-12 Eli Zaretskii <eliz@gnu.org>
6504
6505 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6506 reevaluation of trash-directory.
6507
6508 * mwheel.el: Fix last change.
6509 (mouse-wheel-mode): New defvar.
6510 (mouse-wheel-mode): Remove autoload cookie.
6511
6512 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * mwheel.el (mwheel-installed-bindings): New var.
6515 (mouse-wheel-mode): Use it, so as to make sure we really remove all
6516 the bindings we set last time. Use custom-initialize-delay.
6517 * loadup.el: Load mwheel after term/*-win.el.
6518 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6519 and mouse-wheel-up-event now that their first evaluation is done
6520 sufficiently late to be correct.
6521
6522 * startup.el (tutorial-directory): Make it a defcustom.
6523 Use custom-initialize-delay rather than eval-at-startup to set it.
6524 * image.el (image-load-path): Make it a defcustom.
6525 Use custom-initialize-delay rather than eval-at-startup to set it.
6526 * subr.el (eval-at-startup): Remove.
6527 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6528
6529 * subr.el (do-after-load-evaluation): Warn the user after loading an
6530 obsolete package.
6531
6532 2009-09-12 Glenn Morris <rgm@gnu.org>
6533
6534 * proced.el (proced-mark-alt): Remove alias.
6535 (proced-mode-map): Remove proced-mark-alt.
6536
6537 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6538 Elint file and directory. Remove initialization entry.
6539
6540 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6541 commands.
6542 (elint-current-buffer): Set mode-line-process.
6543 (elint-init-env): Handle define-derived-mode.
6544 Fix declare-function with unspecified arglist. Guard against odd
6545 defalias statements (eg iso-insert's 8859-1-map).
6546 (elint-add-required-env): Use a temp buffer.
6547 (elint-form): Just print the function/macro name, not the whole form.
6548 Return env unchanged if we fail to parse a macro.
6549 (elint-forms): Guard against parse errors.
6550 (elint-output): New function, to handle batch mode.
6551 (elint-log-message): Add optional argument. Use elint-output.
6552 (elint-set-mode-line): New function.
6553
6554 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
6555
6556 * emacs-lisp/elp.el (elp-not-profilable): Add more
6557 functions (Bug#4233).
6558
6559 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6562 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6563
6564 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6565
6566 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6567 (gdb-var-list-children): Use json parsing.
6568
6569 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
6570
6571 * progmodes/js.el (js--proper-indentation): Handle the case where
6572 char-before is null. Reported by Deniz Dogan.
6573
6574 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6575
6576 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6577
6578 2009-09-11 Daiki Ueno <ueno@unixuser.org>
6579
6580 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6581 (epg-digest-algorithm-alist): Add SHA224.
6582 (epg-context-set-passphrase-callback)
6583 (epg-context-set-progress-callback): Add description about
6584 callback function.
6585
6586 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * custom.el (custom-delayed-init-variables): New var.
6589 (custom-initialize-delay): New function.
6590 * startup.el (command-line): "Re"evaluate all vars in
6591 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
6592 explicitly any more.
6593 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
6594 to avoid creating a ~/.emacs.d at build-time (bug#4347).
6595
6596 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
6597
6598 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
6601 (gdb-var-update-handler): Use json parsing.
6602
6603 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6604
6605 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
6606 decode annotated text, regardless of language environment. (Bug#2741)
6607
6608 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * Makefile.in (autoloads): Make rmail.el writable as well.
6611
6612 2009-09-11 Glenn Morris <rgm@gnu.org>
6613
6614 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
6615 loaddefs.el.
6616 * dired.el: Regenerate with extracted autoloads.
6617 * Makefile.in (autoloads): Make dired.el writable.
6618
6619 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
6620 * ibuffer.el: Regenerate with extracted autoloads.
6621 * Makefile.in (autoloads): Make ibuffer.el writable.
6622
6623 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
6624 * version.el (emacs-copyright, emacs-major-version)
6625 (emacs-minor-version): Reformat doc-strings for make-docfile.
6626
6627 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
6628 functions and variables, since they must be stuff specific to some other
6629 platform.
6630 (apropos-print): Make mouse-click message less specific about button.
6631
6632 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
6633 that records where a macro was defined.
6634 * help-fns.el (describe-function-1): Mention if a function has a
6635 compiler-macro.
6636 * help-mode.el (help-function-cmacro): New button.
6637
6638 * locate.el (top-level): Always require dired.
6639 (locate-mode-map): Initialize inside the defvar.
6640
6641 * net/ange-ftp.el (dired-compress-file): Declare.
6642 (ange-ftp-dired-compress-file): Add doc string.
6643
6644 * term/ns-win.el (x-display-name, x-setup-function-keys):
6645 Unify doc-strings with X versions.
6646
6647 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * emulation/crisp.el (crisp-mode-map): Move initialization
6650 into declaration.
6651 (crisp-mode): Use define-minor-mode.
6652
6653 * progmodes/xscheme.el (xscheme-evaluation-commands):
6654 Put a :advertised-binding property rather than using
6655 advertised-xscheme-send-previous-expression.
6656 (advertised-xscheme-send-previous-expression): Declare obsolete.
6657 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
6658 `advertised-undo'.
6659 (crisp-mode): Add corresponding bindings to
6660 undo's :advertised-binding instead.
6661 * dired.el (dired-mode-map): Put a :advertised-binding property rather
6662 than using dired-advertised-find-file.
6663 (dired-advertised-find-file):
6664 * simple.el (advertised-undo):
6665 * wid-edit.el (advertised-widget-backward): Declare obsolete.
6666 (widget-keymap): Put a :advertised-binding property rather
6667 than using advertised-widget-backward.
6668 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
6669 than using advertised-undo.
6670 * tutorial.el (tutorial--default-keys): Adjust accordingly.
6671
6672 2009-09-10 Simon South <ssouth@slowcomputing.org>
6673
6674 * progmodes/delphi.el (delphi-tab): Indent region when Transient
6675 Mark mode is enabled and region is active; otherwise indent or
6676 insert TAB as usual.
6677 (delphi-mode): Update description of TAB-key binding.
6678
6679 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * subr.el (define-key-rebound-commands): Mark obsolete.
6682 * startup.el (precompute-menubar-bindings): Remove.
6683 (normal-top-level): Remove obsolete code that tried to precompute
6684 menubar bindings.
6685 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
6686 define-key-rebound-commands and precompute-menubar-bindings.
6687
6688 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
6689
6690 * net/imap.el (imap-interactive-login): Better messages.
6691 (imap-open): Fix bug with renamed buffer on reconnect.
6692 (imap-authenticate): Add buffer-local imap-last-authenticator variable
6693 for easier debugging and cleaner code. On successful (guessed based on
6694 server capabilities) secondary authentication, set imap-state
6695 correctly.
6696 (imap-last-authenticator): Define imap-last-authenticator as a variable
6697 to avoid warnings.
6698
6699 2009-09-10 Glenn Morris <rgm@gnu.org>
6700
6701 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
6702
6703 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
6704 (byte-compile-file-form-autoload): Don't warn about unknown functions
6705 where the autoload statement comes after the use.
6706 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
6707 that any handlers inside the body (eg require) are in turn respected.
6708
6709 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
6710 effects.
6711
6712 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
6713 and syntax and abbrev tables basic docs, if they don't have any.
6714
6715 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
6716
6717 * international/mule-cmds.el (top-level): Require cl when compiling.
6718 (view-hello-file): Use default-value rather than
6719 default-enable-multibyte-characters.
6720
6721 * progmodes/fortran.el: Move all safe and risky properties into the
6722 defcustoms.
6723
6724 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
6725 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
6726 * mail/undigest.el:
6727 Put autoloads in rmail.el rather than loaddefs.el.
6728 * mail/rmail.el: Regenerate with extracted autoloads.
6729
6730 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
6731 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
6732
6733 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
6734
6735 Reported in thread for Bug#4375.
6736 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
6737 "-data-evaluate-expression" instead of print.
6738 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
6739 (gdb-tooltip-print): Parse output from above MI command.
6740 (gdb): Revert 2009-08-11 change. User should detach inferior
6741 manually.
6742
6743 Remove the word "separate" from IO functions as inferior
6744 output is now never displayed in the GUD buffer.
6745
6746 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
6747
6748 * startup.el (command-line-normalize-file-name): On Windows and
6749 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
6750
6751 2009-09-10 Juri Linkov <juri@jurta.org>
6752
6753 * isearch.el (isearch-text-char-description): Propertize escape
6754 character sequences with the `escape-glyph' face. (Bug#4344)
6755
6756 * simple.el (shell-command): Set asynchronous process filter to
6757 `comint-output-filter'. (Bug#4343)
6758
6759 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
6760 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
6761 the list. Move "asm" to the bottom.
6762 (grep-find-ignored-directories): Add `choice' with nil value
6763 to empty the list easily.
6764 (grep-find-ignored-files): New option.
6765 (grep-files-history): Set to nil by default instead of '("ch" "el").
6766 (grep-compute-defaults): Add "<X>" to `grep-template'.
6767 (grep-read-files): Bind new local variables `default-alias' and
6768 `default-extension'. Use a list of default values for the file prompt.
6769 (lgrep): Add `--exclude=' command line options composed from
6770 `grep-find-ignored-files'.
6771 (rgrep): Add `-name' command line options composed from
6772 `grep-find-ignored-files'. (Bug#4301)
6773
6774 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
6777 (bug#4368).
6778
6779 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6780
6781 * calendar/time-date.el (autoload):
6782 Expand define-obsolete-function-alias into defalias and make-obsolete
6783 for old Emacsen that Gnus supports.
6784 (with-no-warnings): Define it for old Emacsen.
6785 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6786 is available.
6787 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6788 float-time is available; suppress compile warning for time-to-seconds.
6789
6790 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
6791
6792 * net/imap.el (imap-message-map): Docstring fix.
6793
6794 2009-09-09 Glenn Morris <rgm@gnu.org>
6795
6796 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
6797 line numbers too. (Bug#4374)
6798
6799 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * smerge-mode.el (smerge-remove-props, smerge-refine):
6802 Use with-silent-modifications (bug#4342).
6803
6804 * subr.el (with-silent-modifications): New macro.
6805
6806 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
6807
6808 * files.el (top-level): Require `cl' when compiling.
6809
6810 2009-09-07 Glenn Morris <rgm@gnu.org>
6811
6812 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
6813
6814 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
6815 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
6816
6817 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
6818
6819 * vc-git.el (vc-git-annotate-command): Use separator to parse
6820 arguments correctly.
6821
6822 2009-09-06 Eli Zaretskii <eliz@gnu.org>
6823
6824 * proced.el (proced-mode): Doc fix.
6825
6826 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
6827
6828 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
6829 lstat fails.
6830 (tramp-do-file-attributes-with-ls): Check for file existence at
6831 remote end.
6832 (tramp-do-file-attributes-with-stat): Likewise.
6833 (tramp-convert-file-attributes): Return nil when attr is nil.
6834
6835 2009-09-05 Glenn Morris <rgm@gnu.org>
6836
6837 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
6838 properties to this button.
6839 (diary-fancy-display): Don't extend the button to the final newline.
6840 (diary-fancy-display-mode): Continue to define "q" as a local key.
6841
6842 * calendar/cal-china.el (holiday-chinese): Make it slightly more
6843 efficient.
6844
6845 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
6846
6847 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
6848 (byte-compile-dest-file-function): New option.
6849 (byte-compile-dest-file): Doc fix.
6850 Obey byte-compile-dest-file-function.
6851 (byte-compile-cl-file-p): New function.
6852 (byte-compile-eval): Only suppress noruntime warnings about cl functions
6853 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
6854 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
6855 than for file being previously loaded.
6856 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
6857 (byte-compile-file-form-require): Handle the case where requiring a file
6858 indirectly causes CL to be loaded.
6859
6860 2009-09-05 Karl Fogel <kfogel@red-bean.com>
6861
6862 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
6863 before killing the old buffer, since by the time `kill-buffer' is
6864 run so many buffer variables have been set to nil that it may not
6865 behave as expected. (Bug#4061)
6866
6867 2009-09-05 Karl Fogel <kfogel@red-bean.com>
6868
6869 * files.el (find-alternate-file): If the old buffer is modified
6870 and visiting a file, behave similarly to `kill-buffer' when
6871 killing it, thus reverting to the pre-1.878 behavior; see
6872 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
6873 for discussion. Also, consult `buffer-file-name' as a variable
6874 not as a function, for consistency with the rest of the code.
6875
6876 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
6877
6878 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6879 also when adding a new directory.
6880
6881 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
6882 defun.
6883
6884 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * files.el (locate-file-completion-table): Make it provide boundary
6887 information, so partial-completion works better.
6888
6889 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
6890
6891 * mail/footnote.el (Footnote-text-under-cursor):
6892 Check footnote-text-marker-alist before using it (bug#4324).
6893
6894 2009-09-04 Glenn Morris <rgm@gnu.org>
6895
6896 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6897 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6898 * play/solitaire.el, play/tetris.el:
6899 Remove leading * from defcustom and defface docs.
6900
6901 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6902 necessary.
6903 (diary-fancy-overriding-map): New variable.
6904 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
6905 Use view-mode.
6906
6907 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6908 goto-line.
6909
6910 2009-09-03 Glenn Morris <rgm@gnu.org>
6911
6912 * arc-mode.el (archive-mode):
6913 * dos-fns.el (set-default-process-coding-system):
6914 * man.el (Man-getpage-in-background):
6915 * menu-bar.el (menu-bar-describe-menu):
6916 * server.el (server-process-filter):
6917 * startup.el (command-line):
6918 * tar-mode.el (tar-header-block-tokenize, tar-extract):
6919 * w32-fns.el (set-default-process-coding-system):
6920 * x-dnd.el (x-dnd-handle-file-name):
6921 * international/mule-cmds.el (mule-menu-keymap)
6922 (set-default-coding-systems, language-info-alist, set-language-info)
6923 (set-language-environment, standard-display-european-internal)
6924 (set-locale-environment):
6925 * international/mule-diag.el (mule-diag):
6926 * mail/emacsbug.el (report-emacs-bug):
6927 * mail/rmail.el (rmail-mode):
6928 * mail/sendmail.el (mail-setup):
6929 Use default-value rather than default-enable-multibyte-characters.
6930
6931 * progmodes/f90.el: Move all safe properties into the defcustoms.
6932 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6933
6934 * calendar/appt.el (appt-check):
6935 * calendar/diary-lib.el (diary-set-header, diary-live-p)
6936 (diary-check-diary-file, diary-list-entries)
6937 (diary-include-other-diary-files, diary-simple-display)
6938 (diary-fancy-display, diary-print-entries)
6939 (diary-mark-included-diary-files, diary-make-entry):
6940 Don't call substitute-in-file-name on diary-file.
6941
6942 2009-09-03 Eduard Wiebe <usenet@pusto.de>
6943 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * mail/footnote.el (footnote-prefix): Make it a defcustom.
6946 (footnote-mode-map): Move initialization into the declaration.
6947 (footnote-minor-mode-map): Define it rather than changing global-map.
6948 (footnote-mode): Use define-minor-mode.
6949
6950 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
6951
6952 * net/tramp.el (tramp-handle-file-attributes-with-ls)
6953 (tramp-do-file-attributes-with-perl)
6954 (tramp-do-file-attributes-with-stat): Rename from
6955 `tramp-handle-file-attributes-with-*'.
6956 (tramp-handle-file-attributes): Use them.
6957 (tramp-do-directory-files-and-attributes-with-perl)
6958 (tramp-do-directory-files-and-attributes-with-stat): Rename from
6959 `tramp-handle-directory-files-and-attributes-with-*'.
6960 (tramp-handle-directory-files-and-attributes): Use them.
6961 (tramp-method-out-of-band-p): Additional parameter SIZE.
6962 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6963 (tramp-handle-write-region): Use it.
6964 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
6965 (tramp-handle-vc-registered): Check, whether the first run did
6966 return files to be tested.
6967 (tramp-advice-make-auto-save-file-name): Do not call directly
6968 `tramp-handle-make-auto-save-file-name', because this would bypass
6969 the locking mechanism.
6970
6971 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
6972 (file-remote-p, process-file, start-file-process, set-file-times)
6973 (tramp-compat-file-attributes): Compatibility functions shall not
6974 call directly `tramp-handle-*', because this would bypass the
6975 locking mechanism.
6976 (tramp-compat-number-sequence): New defun.
6977
6978 2009-09-02 Glenn Morris <rgm@gnu.org>
6979
6980 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6981 alias for float-time.
6982 (time-to-number-of-days): In Emacs, use float-time.
6983 * net/newst-backend.el (time-add): Suppress warnings from compat
6984 function.
6985 * time.el (emacs-uptime, emacs-init-time):
6986 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6987 Use float-time rather than time-to-seconds.
6988
6989 * minibuffer.el (completion-initials-expand): Fix typo.
6990
6991 * faces.el (modeline, modeline-inactive, modeline-highlight)
6992 (modeline-buffer-id):
6993 * info.el (info-menu-5): Mark these face aliases as obsolete.
6994
6995 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
6996
6997 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6998 space ...
6999 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7000 no "--thread" option.
7001 (gdb-stopped): Don't print "Switched to thread" message when it is
7002 unchanged.
7003
7004 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * minibuffer.el (completion-try-completion)
7007 (completion-all-completions): Remove ill-defined (and
7008 mistakenly installed and luckily never used nor documented)
7009 `completion-styles' property.
7010 (completion-initials-expand, completion-initials-all-completions)
7011 (completion-initials-try-completion): New functions.
7012 (completion-styles-alist): Add doc to each entry.
7013 Add new `initials' entry.
7014
7015 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7016
7017 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7018 MI command -var-evaluate-expression.
7019 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7020 and tweak for case of string child.
7021 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7022
7023 2009-09-01 Glenn Morris <rgm@gnu.org>
7024
7025 * add-log.el (change-log-date-face, change-log-name-face)
7026 (change-log-email-face, change-log-file-face, change-log-list-face)
7027 (change-log-conditionals-face, change-log-function-face)
7028 (change-log-acknowledgement-face):
7029 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7030 (custom-modified-face, custom-set-face, custom-changed-face)
7031 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7032 (custom-documentation-face, custom-state-face, custom-comment-face)
7033 (custom-comment-tag-face, custom-variable-tag-face)
7034 (custom-variable-button-face, custom-face-tag-face)
7035 (custom-group-tag-face-1, custom-group-tag-face):
7036 * diff-mode.el (diff-header-face, diff-file-header-face)
7037 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7038 (diff-added-face, diff-changed-face, diff-function-face)
7039 (diff-context-face, diff-nonexistent-face):
7040 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7041 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7042 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7043 (Info-title-4-face):
7044 * isearch.el (isearch-lazy-highlight-face):
7045 * log-view.el (log-view-file-face, log-view-message-face):
7046 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7047 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7048 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7049 (cvs-msg-face):
7050 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7051 (smerge-base-face, smerge-markers-face):
7052 * wid-edit.el (widget-documentation-face, widget-button-face)
7053 (widget-field-face, widget-single-line-field-face)
7054 (widget-inactive-face, widget-button-pressed-face):
7055 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7056 (woman-addition-face):
7057 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7058 (eshell-ls-executable-face, eshell-ls-readonly-face)
7059 (eshell-ls-unreadable-face, eshell-ls-special-face)
7060 (eshell-ls-missing-face, eshell-ls-archive-face)
7061 (eshell-ls-backup-face, eshell-ls-product-face)
7062 (eshell-ls-clutter-face):
7063 * eshell/em-prompt.el (eshell-prompt-face):
7064 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7065 * obsolete/old-whitespace.el (whitespace-highlight-face):
7066 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7067 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7068 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7069 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7070 (antlr-font-lock-literal-face):
7071 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7072 (ebrowse-root-class-face, ebrowse-file-name-face)
7073 (ebrowse-default-face, ebrowse-member-attribute-face)
7074 (ebrowse-member-class-face, ebrowse-progress-face):
7075 * progmodes/make-mode.el (makefile-space-face):
7076 * progmodes/sh-script.el (sh-heredoc-face):
7077 * textmodes/flyspell.el (flyspell-incorrect-face)
7078 (flyspell-duplicate-face):
7079 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7080 * textmodes/texinfo.el (texinfo-heading-face):
7081 Mark face aliases with "-face" suffix as obsolete.
7082
7083 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7084 compiler.
7085
7086 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7087 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7088 easy-menu-define wants to modify these.
7089
7090 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7091
7092 * net/browse-url.el (browse-url-file-url):
7093 * term/internal.el (dos-codepage-setup):
7094 Use default-value rather than default-enable-multibyte-characters.
7095
7096 * progmodes/etags.el (etags-goto-tag-location):
7097 * progmodes/flymake.el (flymake-highlight-line)
7098 (flymake-goto-file-and-line, flymake-goto-line):
7099 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7100 (gdb-goto-breakpoint):
7101 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7102 * progmodes/python.el (python-find-function)
7103 (python-pdbtrack-track-stack-file):
7104 * progmodes/verilog-mode.el (verilog-surelint-off):
7105 * term/ns-win.el (ns-open-file-select-line):
7106 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7107 Use forward-line rather than goto-line.
7108
7109 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7110 * textmodes/reftex-index.el (reftex-display-index):
7111 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7112 * textmodes/reftex-toc.el (reftex-toc):
7113 Remove unnecessary bindings of default-major-mode (all are followed by
7114 major-mode check and possible mode switch).
7115
7116 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7117
7118 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7119 Handle watchpoints (bug#4282).
7120 (def-gdb-thread-buffer-command): Enable thread to be selected by
7121 clicking without selecting threads buffer first.
7122 (gdb-current-context-command): Use selected frame so that "up",
7123 "down" etc work in the GUD buffer.
7124 (gdb-update): Find selected frame before rendering stack buffer.
7125 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7126
7127 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * progmodes/sym-comp.el (displayed-completions): Remove.
7130 (symbol-complete): Use minibuffer-complete.
7131
7132 2009-08-31 Glenn Morris <rgm@gnu.org>
7133
7134 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7135
7136 * apropos.el (apropos-symbols-internal):
7137 Handle (obsolete) face aliases.
7138
7139 * faces.el (describe-face): Adjust the output format to be more like
7140 describe-variable, and to mention (obsolete) face aliases.
7141 Adjust the whitespace so that help-setup-xref works.
7142
7143 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7144 * calendar/diary-lib.el (diary-button-face):
7145 Mark these face aliases as obsolete.
7146
7147 * calendar/calendar.el (calendar-today): Doc fix.
7148
7149 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7150
7151 * progmodes/gdb-mi.el (gdb-control-all-threads)
7152 (gdb-control-current-thread): Force tool bar update.
7153 (gdb-non-stop-handler): New function.
7154 (gdb-init-1): Use it to test if non-stop mode is supported.
7155 Remove unused gdbmi buffer type.
7156
7157 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7158
7159 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7160 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7161
7162 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7163
7164 * comint.el (comint-exec-1): Check command is non-null first.
7165 Part of gdb-mi.el change (2009-08-28).
7166
7167 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7170
7171 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
7172
7173 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7174 instead of `dolist' to avoid a recursive require when bootstrapping.
7175
7176 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7179
7180 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7181
7182 * net/imap.el (imap-send-command): Simplify.
7183 (imap-wait-for-tag): point-max -> buffer-size.
7184
7185 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7186
7187 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7188 with constant argument.
7189
7190 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7191
7192 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7193
7194 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7195 Change default, since most of our files don't have a history.
7196 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7197 the user.
7198
7199 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7200 Add comint-run.
7201
7202 * calc/calc.el: Improve commenting convention.
7203 (calc-digit-map, toplevel): Simplify.
7204
7205 * comint.el (comint-insert-input): Be careful to only set point if we
7206 don't delegate to some other command.
7207
7208 * proced.el (proced-signal-list): Make it an alist.
7209 (proced-grammar-alist): Capitalize names.
7210 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7211 Disable undo manually and make it read-only.
7212 Use completion-annotate-function.
7213
7214 * minibuffer.el (minibuffer-message): If the current buffer is not
7215 a minibuffer, insert the message in the echo area rather than at the
7216 end of the buffer.
7217 (completion-annotate-function): New variable.
7218 (minibuffer-completion-help): Use it.
7219 (completion--embedded-envvar-table): Environment vars are
7220 always case-sensitive.
7221
7222 2009-08-30 Glenn Morris <rgm@gnu.org>
7223
7224 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7225 from fortran-current-defun.
7226 (fortran-beginning-of-subprogram): Be more precise about finding the
7227 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
7228 (fortran-end-of-subprogram): Simplify.
7229 (fortran-current-defun): Use fortran-start-prog-re.
7230
7231 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
7232
7233 * subr.el (do-after-load-evaluation): Simplify.
7234
7235 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7236
7237 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7238
7239 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
7240 (vc-rcs-print-log): Use it.
7241
7242 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7243
7244 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * paths.el (abbrev-file-name): Move to abbrev.el.
7247 * abbrev.el (abbrev-file-name): Move from paths.el.
7248 Obey user-emacs-directory.
7249 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7250 user-emacs-directory.
7251 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7252 abbrev-file-name and calc-settings-file any more.
7253 * startup.el (command-line): Recompute abbrev-file-name and
7254 abbreviated-home-dir.
7255 (normal-no-mouse-startup-screen): Improve the generic code and get rid
7256 of the special code for when C-h bindings haven't been changed.
7257 (display-startup-echo-area-message): Use with-current-buffer.
7258 (command-line-1): Use a list of strings, rather than a list of lists
7259 of strings for longopts.
7260
7261 * files.el (get-free-disk-space): Use / for default-directory.
7262
7263 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7264 Use with-current-buffer.
7265
7266 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7267 Recognize immutable variables like most-positive-fixnum.
7268 (byte-compile-setq-default): Check and warn if trying to assign
7269 to an immutable variable, or a non-variable.
7270
7271 * progmodes/cc-vars.el (c-comment-continuation-stars):
7272 * progmodes/cc-engine.el (c-looking-at-bos):
7273 * progmodes/cc-cmds.el (c-toggle-auto-state)
7274 (c-forward-into-nomenclature, c-backward-into-nomenclature)
7275 (c-comment-line-break-function): Add version of obsolescence.
7276
7277 2009-08-28 Juri Linkov <juri@jurta.org>
7278
7279 * files.el (magic-fallback-mode-alist): Add ZIP magic number
7280 associated with `archive-mode'.
7281
7282 * image.el (image-type-header-regexps): Use only JPEG magic number
7283 to determine JPEG images, and don't use `image-jpeg-p' because
7284 Emacs can display non-JFIF non-Exif JPEG images.
7285
7286 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7287
7288 * arc-mode.el (archive-mode):
7289 * emacs-lisp/re-builder.el (re-builder-unload-function):
7290 Protect against the default value of `major-mode' being nil.
7291
7292 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7293
7294 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7295 Fix typos in docstrings.
7296
7297 * progmodes/js.el (js--macro-decl-re): Doc fix.
7298 (js--plain-method-re, js--split-name): Refloc docstring.
7299 (js--class-styles, js--make-merged-item, js--splice-into-items):
7300 Fix typos in docstrings; reflow docstrings.
7301 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7302 (js--variable-decl-matcher, js--inside-pitem-p)
7303 (js--parse-state-at-point, js--get-all-known-symbols)
7304 (js--symbol-history, js-find-symbol, js--js-references)
7305 (js--moz-interactor, js--js-encode-value, js--read-tab):
7306 Fix typos in docstrings.
7307
7308 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7309
7310 * textmodes/reftex.el (reftex-get-file-buffer-force):
7311 * progmodes/verilog-mode.el (verilog-batch-execute-func):
7312 * emulation/viper.el (viper-go-away, viper-set-hooks):
7313 * emacs-lisp/re-builder.el (re-builder-unload-function):
7314 * emacs-lisp/bytecomp.el (byte-compile-file):
7315 * ses.el (ses-unload-function):
7316 * hexl.el (hexl-find-file):
7317 * files.el (normal-mode):
7318 * ehelp.el (with-electric-help):
7319 * autoinsert.el (auto-insert-alist):
7320 * arc-mode.el (archive-mode):
7321 Use (default-value 'major-mode) instead of default-major-mode.
7322
7323 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7324 * international/mule.el (load-with-code-conversion):
7325 * emacs-lisp/debug.el (debug):
7326 * ediff-vers.el (ediff-rcs-get-output-buffer):
7327 * dired.el (dired-internal-noselect): Don't let-bind
7328 default-major-mode around code that doesn't use it.
7329 E.g. buffer creation via get-buffer-create doesn't use it.
7330
7331 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
7332
7333 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7334 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7335 when writing the temp file. Otherwise, epa-file gets confused.
7336 (tramp-register-file-name-handlers): Make it a defun. Move also
7337 `epa-file-handler' to the front of `file-name-handler-alist'.
7338
7339 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7342 start right after a ^M.
7343 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7344 (tramp-completion-file-name-regexp-separate)
7345 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7346 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7347 Don't modify last-coding-system-used by accident.
7348 (tramp-completion-file-name-handler): Apply the checks here,
7349 instead during registration.
7350 (tramp-register-file-name-handlers) Renamed from
7351 `tramp-register-file-name-handler'. Register both
7352 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7353 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
7354
7355 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
7356
7357 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7358 Remove variable ...
7359 (gdb-init-1, gdb-display-separate-io-buffer)
7360 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7361 references to it.
7362 (gdb-inferior-io-mode): Use make-comint-in-buffer.
7363 (gdb-inferior-filter): Use comint-output-filter to stop
7364 echoing and remove ^M characters.
7365
7366 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * emulation/viper-init.el (viper-restore-cursor-type):
7369 * emulation/cua-base.el (cua--update-indications):
7370 Replace default-cursor-type with (default-value 'cursor-type).
7371
7372 * mail/sendmail.el (mail-recover-1):
7373 * international/mule-diag.el (describe-current-coding-system-briefly)
7374 (describe-current-coding-system):
7375 * international/mule-cmds.el (select-safe-coding-system)
7376 (select-message-coding-system)
7377 (set-language-environment-coding-systems, set-locale-environment):
7378 * hexl.el (hexl-insert-multibyte-char):
7379 * dos-w32.el (find-buffer-file-type-coding-system):
7380 * simple.el (what-cursor-position):
7381 Replace uses of default-buffer-file-coding-system
7382 with (default-value 'buffer-file-coding-system).
7383
7384 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7385 Replace uses of default-cursor-in-non-selected-windows
7386 with (default-value 'cursor-in-non-selected-windows).
7387 Use with-current-buffer.
7388
7389 * mail/feedmail.el: Use CL macros.
7390 (feedmail-run-the-queue, feedmail-send-it-immediately):
7391 * dos-w32.el (find-buffer-file-type): Replace uses of
7392 default-buffer-file-type with (default-value 'buffer-file-type).
7393
7394 2009-08-28 Glenn Morris <rgm@gnu.org>
7395
7396 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7397 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7398 Use default-value of major-mode rather than default-major-mode.
7399
7400 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * Makefile.in (update-elcfiles): Report left over elc files.
7403
7404 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7405 expand-file-name and with-current-buffer.
7406 (mail-get-names, mail-directory): Use with-current-buffer.
7407
7408 * vc.el (vc-read-revision): New function.
7409 (vc-version-diff, vc-merge): Use it.
7410
7411 2009-08-27 Sam Steingold <sds@gnu.org>
7412
7413 * simple.el (kill-do-not-save-duplicates): New user option.
7414 (kill-new): When it is non-nil, and the new string is the same as
7415 the latest kill, set replace to t to avoid duplicates in kill-ring.
7416
7417 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
7418
7419 * net/tramp.el (tramp-handle-process-file): Do not flush all
7420 caches when `process-file-side-effects' is set.
7421 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7422 instead of `tramp-find-file-exists-command'.
7423 Unset `process-file-side-effects'.
7424
7425 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
7426
7427 * net/tramp.el (tramp-methods): New method "rsyncc".
7428 (top): Add completion function for "rsyncc".
7429 (tramp-message-show-message): New defvar.
7430 (tramp-message, tramp-error): Use it.
7431 (tramp-do-copy-or-rename-file-directly): Extend check for direct
7432 remote copying.
7433 (tramp-do-copy-or-rename-file-out-of-band): Handle new
7434 `tramp-methods' entry `copy-env' of "rsyncc".
7435 (tramp-vc-registered-read-file-names): New defconst.
7436 (tramp-vc-registered-file-names): New defvar.
7437 (tramp-handle-vc-registered): Implement optimization strategy.
7438 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7439 (tramp-vc-file-name-handler): New defun.
7440 (tramp-get-ls-command, tramp-get-test-command)
7441 (tramp-get-file-exists-command, tramp-get-remote-ln)
7442 (tramp-get-remote-perl, tramp-get-remote-stat)
7443 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7444
7445 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7446 (tramp-cache-inhibit-cache): Extend doc string. It allows also
7447 timestamps.
7448 (tramp-get-file-property): Check for timestamps in
7449 `tramp-cache-inhibit-cache'.
7450 (tramp-set-file-property): Write timestamp.
7451
7452 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7453
7454 * language/japan-util.el (japanese-symbol-table): Add entries for
7455 cp932-2-byte.
7456
7457 * international/characters.el: Add category `j' to cp932-2-byte.
7458
7459 2009-08-27 Kenichi Handa <handa@m17n.org>
7460
7461 * international/fontset.el (build-default-fontset-data): New macro.
7462 (setup-default-fontset): Use build-default-fontset-data for CJK,
7463 tibetan, ethiopic, and ipa.
7464
7465 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * cus-start.el (default-major-mode): Customize `major-mode' instead.
7468 (enable-multibyte-characters): Not customizable any more.
7469
7470 * subr.el (default-mode-line-format, default-header-line-format)
7471 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7472 (default-direction-reversed, default-truncate-lines)
7473 (default-left-margin, default-tab-width, default-case-fold-search)
7474 (default-left-margin-width, default-right-margin-width)
7475 (default-left-fringe-width, default-right-fringe-width)
7476 (default-fringes-outside-margins, default-scroll-bar-width)
7477 (default-vertical-scroll-bar, default-indicate-empty-lines)
7478 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7479 (default-fringe-cursor-alist, default-scroll-up-aggressively)
7480 (default-scroll-down-aggressively, default-fill-column)
7481 (default-cursor-type, default-buffer-file-type)
7482 (default-cursor-in-non-selected-windows)
7483 (default-buffer-file-coding-system, default-major-mode)
7484 (default-enable-multibyte-characters): Mark as obsolete.
7485
7486 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
7487
7488 * vc-dir.el (vc-dir-update): Remove debug helper.
7489
7490 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7491
7492 2009-08-26 Sam Steingold <sds@gnu.org>
7493
7494 * simple.el (save-interprogram-paste-before-kill): New user option.
7495 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7496 save the interprogram-paste into kill-ring before overriding it
7497 with the Emacs kill.
7498
7499 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7500
7501 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7502 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7503 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7504 and move to vc-rcs.el.
7505 (vc-default-next-revision): Rename to vc-rcs-next-revision and
7506 move to vc-rcs.el.
7507 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7508 (vc-rcs-update-changelog): Remove.
7509 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7510 and move to vc-rcs.el.
7511
7512 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7513 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7514 renaming.
7515 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7516 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7517 vc.el, renamed to be RCS specific.
7518
7519 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7520 New functions.
7521 (vc-cvs-update-changelog): Move here from vc.el.
7522
7523 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7524 New functions.
7525
7526 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7527
7528 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7529
7530 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7531
7532 * vc-git.el (vc-git-register): Use "git add" for directories.
7533 (vc-git-stash, vc-git-stash-show): New functions.
7534 (vc-git-extra-menu-map): Bind them.
7535
7536 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7537 directory correctly in case the item is a directory itself.
7538
7539 * vc.el: Document the desired behavior for reverted files in the
7540 `added' state.
7541 (vc-default-prettify-state-info): Remove function, unused.
7542
7543 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
7544
7545 2009-08-26 Glenn Morris <rgm@gnu.org>
7546
7547 * bindings.el (standard-mode-line-format): Reposition dashes in
7548 which-func entry. (Bug#4217)
7549
7550 * files.el (enable-local-variables, enable-local-eval)
7551 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7552 the defcustoms.
7553 (auto-mode-alist, ignored-local-variables)
7554 (save-some-buffers-action-alist): Move risky declarations to the
7555 definitions.
7556 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7557 (font-lock-defaults, format-alist, imenu--index-alist)
7558 (imenu-generic-expression, input-method-alist, minor-mode-alist)
7559 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7560 (mode-line-modified, mode-line-mule-info, mode-line-position)
7561 (mode-line-process, mode-line-remote, outline-level)
7562 (parse-time-rules, rmail-output-file-alist)
7563 (special-display-buffer-names, vc-mode):
7564 Move risky declarations to the relevant files.
7565 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7566 (mode-line-modified, mode-line-process, mode-line-position)
7567 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7568 * font-core.el (font-lock-defaults):
7569 * format.el (format-alist):
7570 * vc-hooks.el (vc-mode):
7571 * window.el (special-display-buffer-names):
7572 * international/mule-cmds.el (input-method-alist):
7573 Define riskiness here (dumped file) rather than in files.el.
7574 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7575 * imenu.el (imenu-generic-expression, imenu--index-alist):
7576 * outline.el (outline-level):
7577 * time.el (display-time-string):
7578 * calendar/parse-time.el (parse-time-rules):
7579 * mail/rmailout.el (rmail-output-file-alist):
7580 Autoload riskiness here, rather than placing in files.el.
7581
7582 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
7583
7584 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7585
7586 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7587
7588 * simple.el (process-file-side-effects): New defvar.
7589
7590 * dired-aux.el (dired-show-file-type):
7591 * vc.el (vc-diff-internal):
7592 * vc-arch.el (vc-arch-diff):
7593 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
7594 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
7595 * vc-git.el (vc-git-registered, vc-git-working-revision)
7596 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
7597 (vc-git--empty-db-p):
7598 * vc-hooks.el (vc-user-login-name):
7599 * vc-svn.el (vc-svn-registered, vc-svn-state)
7600 (vc-svn-dir-extra-headers, vc-svn-find-revision):
7601 * progmodes/grep.el (grep-probe): Let-bind
7602 `process-file-side-effects' with nil.
7603
7604 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
7605
7606 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
7607 daemon. Replace ping by checking for running service for bluez
7608 and zeroconf. (Bug#4239)
7609
7610 2009-08-25 Kevin Ryde <user42@zip.com.au>
7611
7612 * net/dig.el (dig): Add autoload cookie.
7613
7614 2009-08-25 Glenn Morris <rgm@gnu.org>
7615
7616 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
7617 load-history for absolute file-names.
7618 (byte-compile-file-form-require): Warn about use of the cl package.
7619
7620 * format.el (format-alist): Doc fix.
7621
7622 * play/bubbles.el (top-level): Don't require cl at run-time.
7623
7624 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
7625 run-time cl).
7626
7627 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
7628
7629 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
7630 from cl package.
7631 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
7632
7633 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
7634
7635 * calc/calc-alg.el (math-trig-rewrite)
7636 (math-hyperbolic-trig-rewrite): New functions.
7637 (calc-simplify): Simplify trig functions when asked.
7638
7639 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * diff-mode.el (diff-find-source-location): Avoid goto-line.
7642
7643 2009-08-24 Kenichi Handa <handa@m17n.org>
7644
7645 * language/ind-util.el (mapthread): Delete it.
7646 (combinatorial): New function.
7647 (indian--puthash-cv): Use combinatorial instead of mapthread.
7648
7649 2009-08-22 Kevin Ryde <user42@zip.com.au>
7650
7651 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
7652 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
7653 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
7654 Clarify docstring that the value is strings not symbols.
7655 (checkdoc-list-of-strings-p): New function.
7656
7657 2009-08-22 Glenn Morris <rgm@gnu.org>
7658
7659 * files.el (auto-mode-alist):
7660 * hippie-exp.el (he-concat-directory-file-name):
7661 * lpr.el (lpr-windows-system, printer-name):
7662 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
7663 * ps-print.el (ps-windows-system):
7664 * startup.el (command-line):
7665 * emulation/viper-ex.el (viper-glob-function):
7666 * international/mule-cmds.el (set-language-environment-coding-systems):
7667 * net/ange-ftp.el (ange-ftp-write-region):
7668 * obsolete/fast-lock.el (fast-lock-cache-name):
7669 Remove code for defunct system-types emx, macos, mswindows, next-mach,
7670 unisoft-unix, vax-vms, win32, w32.
7671
7672 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
7673 given name if the pattern is not more specific.
7674
7675 * calendar/lunar.el (lunar-phase-names): New option.
7676 (lunar-phase): Doc fix.
7677 (lunar-cycles-per-year): New constant.
7678 (lunar-index): New function.
7679 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
7680 (lunar-phase-name): Use lunar-phase-names.
7681 (calendar-lunar-phases): Use format.
7682 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
7683
7684 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
7685 Copy imenu-example--name-and-position function here for own use.
7686 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
7687
7688 * bs.el (bs--redisplay):
7689 * cus-edit.el (custom-redraw):
7690 * ibuffer.el (ibuffer-bury-buffer):
7691 * server.el (server-goto-line-column):
7692 * startup.el (command-line-1):
7693 * strokes.el (strokes-xpm-for-stroke):
7694 * term.el (term-display-buffer-line):
7695 * view.el (View-goto-line):
7696 * calc/calc.el (calc-do, calc-trail-buffer):
7697 * play/gamegrid.el (gamegrid-add-score-insecure):
7698 * progmodes/ada-mode.el (ada-compile-goto-error):
7699 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
7700 (ebrowse-select-1st-to-9nth):
7701 * progmodes/cperl-mode.el (cperl-time-fontification):
7702 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
7703 * progmodes/gud.el (gud-display-line):
7704 (idlwave-shell-display-line):
7705 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
7706 * progmodes/make-mode.el (makefile-browser-toggle):
7707 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
7708 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
7709 * textmodes/picture.el (picture-draw-rectangle):
7710 * textmodes/reftex-index.el (reftex-index-goto-letter):
7711 (reftex-select-jump-to-previous):
7712 * textmodes/reftex-sel.el (reftex-find-start-point)
7713 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
7714 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
7715 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
7716 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7717 * textmodes/two-column.el (2C-associated-buffer):
7718 Use forward-line rather than goto-line.
7719
7720 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
7721 goto-line.
7722
7723 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
7724 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
7725 (quick-check-list-to-regexp): Declare.
7726
7727 * progmodes/make-mode.el (makefile-browser-insert-selection):
7728 Use goto-char rather than goto-line.
7729
7730 * progmodes/prolog.el (compilation-error-regexp-alist)
7731 (compilation-forget-errors): Declare.
7732
7733 2009-08-22 Juri Linkov <juri@jurta.org>
7734
7735 * progmodes/grep.el (lgrep, rgrep): At the beginning
7736 set `dir' to `default-directory' unless `dir' is a non-nil
7737 readable directory. (Bug#4052)
7738 (lgrep, rgrep): Change a weird way to report an error
7739 from using `read-string' to using `error'.
7740 Instead of using interactive arguments in the function body,
7741 add new argument `confirm'.
7742
7743 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7744
7745 * textmodes/remember.el (remember-buffer):
7746 * progmodes/cperl-mode.el (cperl-vc-header-alist):
7747 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
7748 (icalendar-extract-ical-from-buffer):
7749 * net/newst-treeview.el (newsticker-groups-filename):
7750 * net/newst-backend.el (newsticker-cache-filename):
7751 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
7752 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
7753 (speedbar-add-ignored-path-regexp, speedbar-line-path)
7754 (speedbar-buffers-line-path, speedbar-path-line)
7755 (speedbar-buffers-line-path):
7756 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
7757 (epg-sign-keys):
7758 * epa.el (epa-display-verify-result):
7759 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
7760
7761 2009-08-21 Glenn Morris <rgm@gnu.org>
7762
7763 * progmodes/js.el (inferior-moz-process): Fix declaration.
7764
7765 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
7766
7767 * obsolete/rnewspost.el (news-mail-reply):
7768 Use goto-char rather than goto-line.
7769
7770 * term/ns-win.el (ns-open-file-select-line):
7771 Use line-beginning-position rather than goto-line.
7772
7773 * apropos.el (apropos-command):
7774 * ehelp.el (electric-helpify):
7775 * printing.el (pr-show-setup):
7776 * strokes.el (strokes-help):
7777 * tutorial.el (tutorial--describe-nonstandard-key)
7778 (tutorial--detailed-help):
7779 * woman.el (woman-mini-help, woman-display-extended-fonts):
7780 * calc/calc-help.el (calc-describe-key):
7781 * emulation/edt.el (edt-electric-helpify):
7782 * international/mule-diag.el (mule-diag):
7783 * play/yow.el (apropos-zippy):
7784 * progmodes/python.el (python-describe-symbol):
7785 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
7786 * textmodes/table.el (*table--cell-describe-mode)
7787 (*table--cell-describe-bindings):
7788 Use help-print-return-message rather than the now obsolete alias.
7789
7790 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
7791 (calendar-cursor-to-visible-date):
7792 * play/5x5.el (5x5-position-cursor):
7793 * play/decipher.el (decipher):
7794 * play/gomoku.el (gomoku-goto-xy):
7795 * play/landmark.el (lm-goto-xy):
7796 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
7797 (mpuz-paint-digit):
7798 Use forward-line, not goto-line.
7799
7800 * mail/rmail.el (rmail-obsolete): Delete custom group.
7801 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
7802 (rmail-remote-password, rmail-remote-password-required):
7803 Remove unneeded :set-after and :set properties.
7804
7805 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
7806
7807 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
7808
7809 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
7810
7811 * loadup.el: Remove leftover macos code.
7812
7813 * vc-git.el (vc-git-annotate-command): Run asynchronously.
7814 Explicitly pass the date format to git blame so that user local
7815 so that the output format can be parsed.
7816
7817 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
7818
7819 * net/dbus.el (top): Don't check for (getenv
7820 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
7821
7822 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
7823
7824 * log-edit.el (log-edit-strip-single-file-name): New var.
7825 (log-edit-insert-changelog): Use it. Bug#3571
7826
7827 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * subr.el (read-passwd): Use read-key so keypad keys work as well.
7830 Bug#3287
7831
7832 * help.el (help-print-return-message): Rename from
7833 print-help-return-message.
7834
7835 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
7836 cvs-mode-map parent hack.
7837 (log-view-mode): Derive from special-mode.
7838
7839 * linum.el (linum-mode): window-size-change-functions is redundant.
7840 Adapt to new window-configuration-change-hook behavior.
7841 (linum-after-size, linum-after-config): Remove.
7842
7843 * imenu.el (imenu-example--name-and-position)
7844 (imenu-example--lisp-extract-index-name)
7845 (imenu-example--create-lisp-index, imenu-example--create-c-index):
7846 Mark as obsolete.
7847
7848 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
7849 (inferior-prolog-mode): Use it.
7850 (inferior-prolog-load-file): Reset list of errors.
7851
7852 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7853
7854 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
7855
7856 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
7857
7858 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
7859
7860 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
7861 is running already.
7862
7863 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * subr.el (listify-key-sequence-1): Use normal syntax since those
7866 integers are nowadays always represented by the same (positive) number
7867 on all platforms.
7868 (read-key-empty-map): New const.
7869 (read-key-delay): New var.
7870 (read-key): New function.
7871 (force-mode-line-update): Use with-current-buffer.
7872 (locate-user-emacs-file): Don't forget to abbreviate the file name.
7873 (start-process-shell-command, start-file-process-shell-command):
7874 Discourage the use of command-args.
7875
7876 2009-08-19 Glenn Morris <rgm@gnu.org>
7877
7878 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7879
7880 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * simple.el (choose-completion-string): Don't rely on
7883 minibuffer-completing-file-name and ad-hoc checks to decide whether
7884 to continue completion or not.
7885
7886 * minibuffer.el (minibuffer-hide-completions): New function.
7887 (completion--do-completion): Use it.
7888 (completions-annotations): New face.
7889 (completion--insert-strings): Use it.
7890 (completion-pcm--delim-wild-regex): Add docstring.
7891 (completion-pcm--string->pattern): Add support for 0-width delimiters
7892 in completion-pcm--delim-wild-regex.
7893
7894 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7897 Remove unused var `buffer-modified-p'.
7898
7899 * minibuffer.el (completion--do-completion): Move point for the #b001
7900 case as well (bug#4176).
7901 (minibuffer-complete, minibuffer-complete-word): Don't move point.
7902
7903 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
7904
7905 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
7906 and :session buses.
7907
7908 2009-08-18 Kenichi Handa <handa@m17n.org>
7909
7910 * international/ucs-normalize.el (ucs-normalize-version):
7911 Change to 1.1.
7912 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7913 (utf-8-hfs): Make it perform normalization on encoding too.
7914
7915 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
7916 (sentence-end-without-space): Delete duplicated chars.
7917 (sentence-end-base): Likewise.
7918
7919 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
7920 (html-mode): Delete duplicated chars from sentence-end-base.
7921
7922 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
7923 (texinfo-mode): Delete duplicated chars from sentence-end-base.
7924
7925 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
7926
7927 * files.el (hack-one-local-variable): If the mode function is for
7928 a minor mode, pass it an argument (Bug#4148).
7929
7930 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
7931
7932 * net/tramp.el (tramp-register-completion-file-name-handler):
7933 Check also for (member 'partial-completion completion-styles).
7934
7935 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7936
7937 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7938 abbrev (Bug#3943).
7939
7940 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
7941
7942 * progmodes/cperl-mode.el: Merge upstream 6.2.
7943 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7944 (cperl-forward-re): Check cperl-brace-recursing.
7945 (cperl-highlight-charclass): New function.
7946 (cperl-find-pods-heres): Use it.
7947 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7948 (cperl-beautify-regexp-piece): Fix column calculation.
7949 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
7950 (cperl-beautify-level): Don't process entire regexp.
7951 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7952 calling man.
7953 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7954 (cperl-init-faces): Build a list in the normal way.
7955
7956 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * calendar/parse-time.el (parse-time-string-chars): Save match
7959 data.
7960
7961 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7964 (sql-product): Use it.
7965 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7966 (sql-set-product): Add completion.
7967 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7968 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7969 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7970 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7971 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7972 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7973 (sql-highlight-db2-keywords): Remove.
7974 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7975 (sql-highlight-product): Use derived-mode-p.
7976 (sql-set-sqli-buffer): Use with-current-buffer.
7977 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7978 Simplify.
7979
7980 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7981
7982 * term.el: Fix commenting convention, turn comments into docstrings.
7983
7984 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7985
7986 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7987
7988 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
7989
7990 * calendar/parse-time.el (parse-time-string-chars): Compute using
7991 character classes, to handle non-ascii characters (Bug#3190).
7992
7993 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7996 another heredoc if the user adds another < (Bug#3226).
7997
7998 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7999 Don't initialize based on window-system (Bug#4124).
8000
8001 * facemenu.el (facemenu-read-color): Use a completion function
8002 that accepts any defined color, such as RGB triplets (Bug#3677).
8003
8004 * files.el (get-free-disk-space): Change fallback default
8005 directory to /. Expand DIR argument before switching to fallback.
8006 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8007
8008 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8009
8010 * files.el (load-library): Doc fix.
8011
8012 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8013
8014 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8015 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8016 incremental search string.
8017
8018 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8019 XEmacs.
8020
8021 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8022 (ediff-merge-region-is-non-clash)
8023 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8024 Also check if the job is really a merge job.
8025
8026 * ediff.el (ediff-current-file): New function.
8027
8028 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8029
8030 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8031 conventions.
8032 (js-insert-and-indent): Delete function.
8033 (js-mode-map): Don't bind keys to js-insert-and-indent.
8034 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8035 (js-end-of-defun): Rename from js--end-of-defun.
8036 (js-auto-indent-flag): Delete variable.
8037
8038 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
8039
8040 * progmodes/js.el: Remove proclaim statement.
8041 Defvar which-func-imenu-joiner-function to silence compiler.
8042
8043 * files.el (auto-mode-alist): Use js-mode for .js files.
8044
8045 * progmodes/js2-mode.el: Remove file.
8046
8047 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8048
8049 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8050
8051 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8052
8053 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8054 Karl Landstrom <karl.landstrom@brgeight.se>
8055
8056 * progmodes/js.el: New file.
8057
8058 2009-08-14 Mark A. Hershberger <mah@everybody.org>
8059
8060 * timezone.el (timezone-parse-date): Add ability to understand ISO
8061 basic format (minimal separators) dates in addition to the
8062 already-supported extended format dates.
8063
8064 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8065
8066 * international/ucs-normalize.el: Add a `coding' file variable.
8067
8068 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8069
8070 2009-08-14 Sam Steingold <sds@gnu.org>
8071
8072 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8073
8074 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * faces.el (help-argument-name): Define it here instead of
8077 help-fns.el, because in daemon mode help-fns.el may be loaded when
8078 faces are still uninitialized (Bug#1078).
8079
8080 * help-fns.el (help-argument-name): Move defface to faces.el.
8081
8082 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8083
8084 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8085 create buffer with a pty but no process so that GDB can make the
8086 inferior the controlling process.
8087
8088 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8089
8090 * international/ucs-normalize.el: New file.
8091
8092 2009-08-13 Richard Stallman <rms@gnu.org>
8093
8094 * mail/rmail.el (rmail-get-attr-names):
8095 Accept an attribute header that is too short.
8096
8097 * mail/rmail.el (rmail-forget-messages):
8098 Ignore nil elt in rmail-message-vector. Use dotimes.
8099
8100 * progmodes/compile.el (compilation-goto-locus):
8101 Use next-error-move-function.
8102
8103 * simple.el (next-error-move-function): New variable.
8104
8105 2009-08-12 Juri Linkov <juri@jurta.org>
8106
8107 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8108 always non-nil. (Bug#4052)
8109
8110 * replace.el (read-regexp): Return empty string when
8111 `default-value' is nil.
8112 (keep-lines-read-args): Don't use empty string as the
8113 default value for `read-regexp'. (Bug#2495)
8114
8115 2009-08-12 Juri Linkov <juri@jurta.org>
8116
8117 * international/mule-cmds.el (ucs-insert): Change arguments
8118 from `arg' to `character', `count', `inherit' to be the same
8119 as in `insert-char'. Doc fix. (Bug#4039)
8120
8121 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8122
8123 2009-08-12 Juri Linkov <juri@jurta.org>
8124
8125 * files-x.el: New file.
8126
8127 * files.el: Move code that deals with adding/deleting
8128 file/directory-local variables to files-x.el.
8129
8130 * Makefile.in (ELCFILES): Add files-x.elc.
8131
8132 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8133
8134 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8135 to use `goto-line'.
8136 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8137 `goto-line'.
8138 (gdb-invalidate-disassembly): Do not refresh upon receiving
8139 'update signal. Instead, update all disassembly buffers only after
8140 threads list.
8141 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8142 (gdb-starting): Moved -data-list-register-names...
8143 (gdb-stopped): ...here so it's sent when first thread stops.
8144 (gdb-registers-handler-custom): Do nothing if register names are
8145 unknown yet.
8146
8147 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8148 from `gdb-mi.el' to avoid extra tangling.
8149
8150 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8151 change which breaks `gud-def' definitions used in `gdb'.
8152 (gdb-update-gud-running): No extra fuss for updating frame number.
8153
8154 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8157 (describe-language-environment-map, setup-language-environment-map)
8158 (set-coding-system-map): Move initialization into declaration.
8159 (set-language-info-alist): Last arg to define-key-after can be skipped.
8160
8161 * international/quail.el (quail-completion-1): Simplify.
8162 (quail-define-rules): Use slightly more compact code.
8163 (quail-insert-decode-map): Propertize keys, compact columns.
8164
8165 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8166 Add goto-line.
8167
8168 2009-08-10 Miles Bader <miles@gnu.org>
8169
8170 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8171 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8172 (js2-instance-member, js2-private-member, js2-private-function-call)
8173 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8174 (js2-magic-paren, js2-external-variable):
8175 Remove "-face" suffix from face names.
8176 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8177 (js2-highlight-undeclared-vars, js2-peek-token)
8178 (js2-parse-function-params, js2-mode-show-errors)
8179 (js2-mode-show-warnings, js2-make-magic-delimiter)
8180 (js2-mode-highlight-magic-parens): Update to use new face names.
8181
8182 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
8183
8184 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8185 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8186
8187 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
8188
8189 * subr.el: Provide hashtable-print-readable.
8190
8191 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8192 hs-c-like-adjust-block-beginning.
8193 (hs-hide-block-at-point): Stop hiding at the beginning of
8194 hs-block-end-regexp (Bug#700).
8195
8196 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8197
8198 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8199 a macro.
8200 (gdb-registers-handler-custom): Do not fail when register names
8201 are unavailable.
8202
8203 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8204
8205 * progmodes/gdb-mi.el (gdb-control-all-threads)
8206 (gdb-control-current-thread): Interactive setters for
8207 `gdb-gud-control-all-threads' to use in menu.
8208 (gdb-show-run-p): Show «Go» when process is not active.
8209 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
8210 gud/thread.xpm and gud/all.xpm.
8211
8212 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
8213
8214 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8215 (nslookup-font-lock-keywords): Make it a variable.
8216 (net-utils-mode): New mode for viewing diagnostic network output.
8217 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8218 (net-utils-run-simple): New function.
8219 (ifconfig, iwconfig, netstat, arp, route): Use it.
8220
8221 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8222
8223 * progmodes/gdb-mi.el (gdb-read-memory-custom)
8224 (gdb-memory-set-address, def-gdb-set-positive-number)
8225 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8226 after changing settings.
8227 (gdb-invalidate-disassembly): Update when first shown.
8228 (gdb-edit-locals-value): Fixed.
8229 (gdb-registers-handler-custom): Print registers in right order and
8230 allow changing register values (only for current thread yet).
8231 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8232 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8233 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8234 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8235 info in mode name.
8236 (gdb-registers-mode-map): TAB to switch to locals.
8237
8238 2009-08-08 Eli Zaretskii <eliz@gnu.org>
8239
8240 * mail/rmail.el (rmail-add-mbox-headers)
8241 (rmail-set-message-counters-counter): Search for
8242 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
8243
8244 2009-08-08 Glenn Morris <rgm@gnu.org>
8245
8246 * Makefile.in (ELCFILES): Update.
8247
8248 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8249
8250 * mail/sendmail.el (mail-yank-original): Set
8251 buffer-file-coding-system from the one used by the message whose
8252 text is yanked.
8253
8254 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8255 to "windows" when "pgnuplot" is used.
8256 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8257 call accept-process-output if "pgnuplot" is used.
8258 (calc-graph-init): Don't send -display and -geometry to
8259 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
8260 running "pgnuplot -V" with shell-command-to-string.
8261
8262 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8263 the default.
8264
8265 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8266
8267 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8268 org/org-latex.elc.
8269
8270 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8271
8272 * vc-dispatcher.el (vc-resynch-window): Update comment.
8273
8274 * term.el (term-handle-ansi-escape): Add comments with the
8275 terminfo capabilities implemented.
8276
8277 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
8278
8279 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8280 (gdb-var-create-handler): Rewritten using JSON parser.
8281 (gdb-propertize-header): Moved earlier.
8282 (gdb-set-header): Removed to avoid duplication.
8283 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8284 Refresh disassembly buffers only after threads list have been
8285 update.
8286 (gdb-threads-header, gdb-registers-header): Per-buffer header line
8287 variables.
8288
8289 2009-08-04 Juri Linkov <juri@jurta.org>
8290
8291 * files.el: Commands to add/delete file/directory-local variables.
8292 (read-file-local-variable, read-file-local-variable-value)
8293 (read-file-local-variable-mode, modify-file-local-variable)
8294 (modify-file-local-variable-prop-line)
8295 (modify-dir-local-variable): New functions.
8296 (add-file-local-variable, delete-file-local-variable)
8297 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8298 (add-dir-local-variable, delete-dir-local-variable)
8299 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8300 (copy-dir-locals-to-file-locals-prop-line): New commands.
8301
8302 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * abbrev.el (insert-abbrev-table-description): Prettify output.
8305 Suggested by Karl Chen.
8306
8307 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
8308
8309 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8310 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8311 (gdb-overlay-arrow-position, gdb-thread-position)
8312 (gdb-disassembly-position): Declare variables.
8313 (gdb-wait-for-pending): Function now.
8314 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8315 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8316 compilation goes smoothly.
8317 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8318 (gdb-non-stop-setting): New customization setting which replaces
8319 `gdb-non-stop' so changing it doesn't break active GDB session.
8320 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8321 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8322 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8323 (gdb-show-threads-by-default): New customization options.
8324 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8325 routines.
8326 (gdb-get-buffer-create): Send buffers update signal when they are
8327 created.
8328 (gdb-invalidate-locals, gdb-invalidate-registers)
8329 (gdb-invalidate-breakpoints)
8330 (gdb-invalidate-threads, gdb-invalidate-disassembly)
8331 (gdb-invalidate-memory): Accept update signal.
8332 (gdb-current-context-command): Use --frame option.
8333 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8334 Implement `gdb-frame-number' selection logic.
8335 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8336 whether to show GUD toolbar buttons.
8337 (gdb-thread-exited): Unselect current thread when it exits.
8338 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8339 (gdb-mark-line): Routine which sets overlay arrow or inverses
8340 video on fringeless displays.
8341 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8342 to build aligned columns of data in GDB buffers and set text
8343 properties line-by-line.
8344 (gdb-invalidate-breakpoints)
8345 (gdb-breakpoints-list-handler-custom)
8346 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8347 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8348 (gdb-registers-handler-custom): Align data columns.
8349 (gdb-locals-handler-custom): Now prints data like in variable
8350 declarations.
8351 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8352 Removed confusing buttons.
8353 (gdb-invalidate-threads): Append --frame.
8354 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8355 between breakpoints/threads buffers.
8356 (gdb-set-window-buffer): Now can ignore dedicated windows.
8357 (gdb-propertize-header): Use `gdb-set-window-buffer'.
8358 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8359 (def-gdb-thread-buffer-gud-command): Replaces
8360 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8361 for fine thread control.
8362 (gdb-preempt-existing-or-display-buffer): New function used to
8363 display bound buffers without breaking window layout.
8364 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8365 (gdb-select-frame): New version of `gdb-frames-select' which now
8366 sets `gdb-frame-number' so commands may use --frame option instead
8367 of inner debugger state.
8368 (gdb-frame-handler): Do not set `gdb-frame-number'.
8369 (gdb-threads-mode-map): Select threads with mouse.
8370
8371 * progmodes/gud.el (gdb-gud-context-call): Declare function to
8372 avoid compilation warning.
8373 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8374 `gdb-show-stop-p`.
8375
8376 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8377 Argument `key' renamed to `buffer-type'.
8378 (gdb-current-context-buffer-name): Do not add thread info to
8379 buffer name when no thread is selected.
8380 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8381 command (bug 3794).
8382 (gdb-thread-selected): Handle `=thread-selected' notification.
8383 (gdb-wait-for-pending): New macro to deal with congestion problems.
8384 (gdb-breakpoints-list-handler-custom): Don't fail on pending
8385 breakpoints.
8386 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8387 This fixes problem similar to one described in bug 3947.
8388 (gud-menu-map): More menu items.
8389 (gdb-init-1): Reset `gdb-thread-number' to nil.
8390
8391 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8392 non-stop settings.
8393
8394 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8395 (gdb-current-context-command): Do not append --thread if
8396 `gdb-thread-number' is nil.
8397 (gdb-running-threads-count, gdb-stopped-threads-count): New
8398 variables.
8399 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8400 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8401 customization options.
8402 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8403 GUD commands.
8404 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8405 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8406 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8407 set `gdb-thread-number' and update `gud-running' properly.
8408 (gdb-running): Update threads list when new threads appear.
8409 (gdb-stopped): Support non-stop operation and new thread switching
8410 logic.
8411 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8412 (gdb-json-partial-output): New set of JSON routines.
8413 (def-gdb-auto-update-trigger): New `signal-list' optional
8414 argument.
8415 (gdb-thread-list-handler-custom): Update `gud-running',
8416 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8417 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8418 (gdb-continue-thread, gdb-step-thread): New commands for fine
8419 thread execution control.
8420 (gud-menu-map): New menu items to switch non-stop options.
8421 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8422 (gdb-send): Mimic RET properly (bug 3794).
8423
8424 * progmodes/gdb-mi.el (gdb-rules-name-maker)
8425 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8426 gdb-buffer-rules.
8427 (def-gdb-auto-update-handler): New nopreserve optional argument.
8428 (gdb-stack-list-frames-custom): Print stack from top to bottom.
8429
8430 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8431 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8432 (gdb-parent-mode): New mode to derive other GDB modes from.
8433 (gdb-display-disassembly-for-thread)
8434 (gdb-frame-disassembly-for-thread): New commands for threads
8435 buffer.
8436
8437 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8438 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8439 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8440 (gdb-update): We now store all GDB buffers in a list so that they
8441 can be updated by traversing a list instead of calling invalidate
8442 triggers explicitly.
8443 (def-gdb-trigger-and-handler): New macro to define trigger-handler
8444 pair for GDB buffer.
8445 (gdb-stack-buffer-name): Add thread information.
8446 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8447 handle pending triggers.
8448 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8449 (def-gdb-thread-buffer-simple-command)
8450 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8451 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8452 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8453 New commands which show buffers bound to thread.
8454 (gdb-stack-list-locals-regexp): Removed unused regexp.
8455
8456 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8457 (gdb-locals-buffer-name, gdb-registers-buffer-name)
8458 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8459 to (gud-comint-buffer) in *-buffer-name functions
8460 because (gdb-get-target-string) already does that.
8461 (gdb-locals-handler-custom, gdb-registers-handler-custom)
8462 (gdb-changed-registers-handler): Rewritten without regexps.
8463
8464 * progmodes/gdb-mi.el: Basic thread selection support.
8465 (gdb-thread-number): New variable.
8466 (gdb-current-context-command): New macro which adds --thread
8467 option to command.
8468 (gdb-threads-mode-map): Select thread with SPC.
8469 (gdb-thread-list-handler-custom): Mark current thread with overlay
8470 arrow. Synchronize GDB thread and Emacs thread.
8471 (gdb-select-thread): New command which selects current thread.
8472 (gdb-invalidate-frames, gdb-invalidate-locals)
8473 (gdb-invalidate-registers): Use --thread option.
8474
8475 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
8476
8477 * net/tramp.el (top): Make check for tramp-gvfs loading more
8478 robust. (Bug#3977)
8479 (tramp-handle-insert-file-contents): `unwind-protect' must be
8480 inside `with-parsed-tramp-file-name'.
8481
8482 * net/tramp-gvfs.el (top): Remove superfluous message when loading
8483 fails.
8484
8485 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
8486
8487 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8488 directory if CLASSPATH is not set.
8489
8490 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
8491
8492 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8493 New defconst.
8494 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
8495
8496 2009-08-02 Kevin Ryde <user42@zip.com.au>
8497
8498 * net/newst-backend.el (newsticker--raw-url-list-defaults):
8499 Update freshmeat link. Delete newsforge.com as it seems gone.
8500
8501 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8502
8503 * select.el (x-set-selection): Doc fix (Bug#4021).
8504
8505 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8506
8507 * help-fns.el (describe-variable): Treat list return values from
8508 dir-locals-find-file properly (Bug#4005).
8509
8510 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
8511
8512 * net/tramp.el (tramp-debug-message): Print also microseconds.
8513
8514 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
8515
8516 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8517 or END is non-nil.
8518 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8519 (tramp-get-debug-buffer): Change `outline-regexp' according to new
8520 format.
8521
8522 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
8523 (tramp-get-file-property): Use it.
8524
8525 * autorevert.el (auto-revert-handler): Allow
8526 `auto-revert-tail-mode' for remote files.
8527
8528 2009-08-02 Jason Rumney <jasonr@gnu.org>
8529
8530 * minibuffer.el (read-file-name): Treat confirm options to
8531 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
8532
8533 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8534
8535 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8536 (font-lock-variable-name-face, font-lock-constant-face): Darken
8537 the colors for light backgrounds.
8538
8539 2009-08-01 Eli Zaretskii <eliz@gnu.org>
8540
8541 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8542 month names. (Bug#3987)
8543
8544 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
8545
8546 * simple.el (line-move-finish): Pass whole number to
8547 line-move-to-column.
8548 (line-move-visual): Perform hscroll to the recorded position.
8549
8550 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
8551
8552 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8553
8554 2009-07-29 Alan Mackenzie <acm@muc.de>
8555
8556 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8557
8558 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
8559
8560 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8561 (gdb-place-breakpoints): Use full path when setting breakpoints.
8562
8563 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8564
8565 * calc/calc.el (calc-mode-map): Add keybinding for
8566 `calc-transpose-lines'.
8567
8568 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
8569
8570 * calc/calc-misc.el (calc-transpose-lines): New function.
8571
8572 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
8573
8574 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8575 Simplify check for out-of-band methods.
8576 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8577 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
8578
8579 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8580
8581 * vc-git.el (vc-git-checkin): Fix typo.
8582
8583 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
8584
8585 * progmodes/js2-mode.el: New file.
8586
8587 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
8588
8589 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8590 (gud-menu-map): Adjust tooltip accordingly.
8591
8592 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8593
8594 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
8595 (vc-bzr-log-view-mode): Adjust log-view-file-re.
8596
8597 * add-log.el (change-log-mode-map): Add a menu.
8598
8599 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
8600
8601 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8602 function returns nil.
8603 (dbus-handle-event): Handle special return value :ignore.
8604 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
8605
8606 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8607
8608 * view.el (view-mode-enable): Don't define Helper-return-blurb if
8609 it's not needed.
8610
8611 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8612
8613 Fix Bug#3888:
8614
8615 * w32-vars.el (x-select-enable-clipboard): Doc fix.
8616
8617 * term/pc-win.el (x-display-name, x-colors)
8618 (x-select-enable-clipboard, x-select-text): Doc fix.
8619
8620 * term/common-win.el (x-display-name, x-colors): Doc fix.
8621
8622 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
8623 (xw-defined-colors): Doc fix.
8624
8625 * w32-fns.el (x-select-text, x-setup-function-keys)
8626 (x-get-selection, x-set-selection): Doc fix.
8627
8628 * term/x-win.el (x-select-text, x-setup-function-keys)
8629 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
8630
8631 * select.el (x-set-selection): Doc fix.
8632
8633 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
8634
8635 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
8636 instead of "IsNSSSupportAvailable". Avahi ought to work also when
8637 "IsNSSSupportAvailable" method is not available. Reported by
8638 Steve Youngs <steve@sxemacs.org>.
8639
8640 2009-07-24 Kenichi Handa <handa@m17n.org>
8641
8642 * international/characters.el: Fix setting of category ?C, ?|, ?K,
8643 and ?H. Fix setting of case for Latin Extended and Greek Extended.
8644 (build-unicode-category-table): Fix range checks.
8645
8646 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8647
8648 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
8649 the buffer we try to sync is current when calling
8650 vc-resynch-buffer.
8651
8652 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
8653 not show up to date files.
8654
8655 2009-07-24 Glenn Morris <rgm@gnu.org>
8656
8657 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
8658 Add autoload cookies. If necessary, initialize.
8659 (elint-log): Handle non-file buffers.
8660 (elint-initialize): Add optional argument to reinitialize.
8661 (elint-find-builtin-variables): Save excursion.
8662
8663 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8664
8665 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8666 for Lint.
8667
8668 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8669
8670 * vc.el (vc-print-log-internal): New function, split out from ...
8671 (vc-print-log): ... here.
8672 (vc-dir-move-to-goal-column): Declare.
8673
8674 * vc-git.el (vc-git-add-signoff): New variable.
8675 (vc-git-checkin): Use it.
8676 (vc-git-toggle-signoff): New function.
8677 (vc-git-extra-menu-map): Bind it to menu.
8678 (vc-git--run-command-string): Accept a nil FILE argument.
8679 (vc-git-stash-list): New function.
8680 (vc-git-dir-extra-headers): Use it.
8681
8682 2009-07-23 Glenn Morris <rgm@gnu.org>
8683
8684 * help-fns.el (describe-variable): Describe ignored and risky local
8685 variables in a similar way to that in which we describe safe ones.
8686
8687 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
8688 (byte-compile-output-file-form, byte-compile-output-docform)
8689 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
8690 Give some more local variables with common names a "bytecomp-" prefix,
8691 so as not to shadow things during compilation.
8692 * emacs-lisp/cl-macs.el (load-time-value)
8693 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
8694 `outbuffer' to `bytecomp-outbuffer'.
8695
8696 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
8697 since the next two variables cover them automatically now.
8698 (elint-builtin-variables, elint-autoloaded-variables): New.
8699 (elint-unknown-builtin-args): Remove all members, since they can be
8700 parsed automatically now.
8701 (elint-extra-errors): New.
8702 (elint-env-add-env, elint-env-add-macro): Use cadr.
8703 (elint-current-buffer): Use or. Change final message.
8704 (elint-get-top-forms): Use line-end-position.
8705 (elint-init-env): Use cadr. Handle autoload, declare-function,
8706 and defalias.
8707 (elint-add-required-env): Doc fix. Use or. Standardize error.
8708 (regexp-assoc): Remove unused function.
8709 (elint-top-form): Set elint-current-pos, to record the start of the
8710 top-level form, for compilation-mode.
8711 (elint-form): Trap errors in macro expansion. Use dolist.
8712 (elint-unbound-variable): Use elint-builtin-variables and
8713 elint-autoloaded-variables.
8714 (elint-get-args): Use cadr, or.
8715 (elint-check-cond-form): Use dolist, cadr.
8716 (elint-check-condition-case-form): Doc fix. Use cadr.
8717 Use elint-extra-errors.
8718 (elint-log): New function.
8719 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
8720 Distinguish errors and warnings.
8721 (elint-log-message): Use with-current-buffer. Inhibit read-only.
8722 Use a bytecomp-style format.
8723 (elint-clear-log): Preserve default-directory. Inhibit read-only.
8724 (elint-get-log-buffer): Use compilation mode. Disable undo.
8725 Don't truncate lines.
8726 (elint-initialize): Set builtin and autoloaded variable lists.
8727 Only process elint-unknown-builtin-args if non-nil.
8728 (elint-find-builtin-variables, elint-find-autoloaded-variables):
8729 New functions.
8730 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
8731
8732 2009-07-22 Kevin Ryde <user42@zip.com.au>
8733
8734 * net/newst-backend.el (newsticker--parse-atom-1.0)
8735 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8736 (newsticker--parse-rss-1.0):
8737 * progmodes/idlwave.el (idlwave-mode):
8738 * progmodes/idlw-shell.el (idlwave-shell-mode):
8739 * progmodes/vera-mode.el (vera-mode):
8740 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
8741 * progmodes/vhdl-mode.el (vhdl-mode):
8742 * textmodes/table.el (table-generate-source)
8743 (table--warn-incompatibility):
8744 Hyperlink urls in docstrings with URL `...'.
8745
8746 2009-07-22 Glenn Morris <rgm@gnu.org>
8747
8748 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
8749 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
8750 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
8751 Remove leading * from defcustom docs.
8752
8753 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
8754
8755 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
8756 defcustom doc.
8757 (list-load-path-shadows): Optionally, just return shadows as a string.
8758
8759 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
8760
8761 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8762
8763 * mail/rmailedit.el (rmail-edit-mode): Use
8764 auto-save-include-big-deletions.
8765
8766 * mail/rmail.el (rmail-variables): Use
8767 auto-save-include-big-deletions.
8768
8769 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
8770 changes.
8771
8772 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8773
8774 * calc/calc.el (calc-undo-length): New variable.
8775 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
8776
8777 2009-07-21 Richard Stallman <rms@gnu.org>
8778
8779 * files.el (auto-save-mode): Handle buffer-save-size = -2
8780 for toggling mode.
8781
8782 2009-07-21 Glenn Morris <rgm@gnu.org>
8783
8784 * textmodes/ispell.el (ispell-looking-back): Update declaration.
8785
8786 * calendar/todo-mode.el (calendar-current-date): Update declaration.
8787
8788 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
8789 silence compiler. Instead...
8790 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
8791 (ps-print-ensure-fontified): Update for above function name changes.
8792
8793 * printing.el (pr-mh-get-msg-num, pr-mh-show)
8794 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
8795 silence compiler. Instead...
8796 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
8797 (mh-show-buffer): Only define for compiler.
8798 (pr-mh-current-message): Update for above function name changes.
8799
8800 * files.el (abort-if-file-too-large): Explicitly pass `filename'
8801 as an argument.
8802 (find-file-noselect, insert-file-1): Update for above change.
8803
8804 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
8805
8806 * mail/mailclient.el (mailclient-send-it): Fix message.
8807
8808 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
8809 (edebug-eval): Check cl-debug-env is bound.
8810 (print-level, print-circle): Don't redefine built-in variables.
8811
8812 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
8813 (custom-print-vectors): Remove old comments from doc.
8814
8815 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
8816 (emerge-version): Make the variable an obsolete alias for the
8817 emacs-version variable. Make the function obsolete.
8818 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
8819 Emerge options, rather than merging in into the main Options menu.
8820 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
8821 and auto advance modes. Disable edit/fast items when not relevant.
8822
8823 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8824
8825 * term/vt420.el (terminal-init-vt420): Fix typo.
8826
8827 2009-07-20 Sam Steingold <sds@gnu.org>
8828
8829 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
8830 variable (removed from compile.el on 2004-03-11).
8831
8832 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
8833
8834 * files.el (hack-local-variables-filter): Fix last change.
8835
8836 2009-07-19 Juri Linkov <juri@jurta.org>
8837
8838 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
8839 (dir-local-variables-alist): New buffer-local variable.
8840 (hack-local-variables-filter): If variable is not dir-local,
8841 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
8842 because file-local overrides dir-local.
8843 (c-postprocess-file-styles) <declare-function>:
8844 Remove obsolete declaration.
8845 (hack-dir-local-variables): Add dir-local variable/value pair to
8846 `dir-local-variables-alist' and remove duplicates. Doc fix.
8847
8848 * help-fns.el (describe-variable): Add information about
8849 file-local and dir-local variables.
8850
8851 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
8852
8853 * files.el (hack-local-variables-filter): Rewrite.
8854
8855 2009-07-19 Glenn Morris <rgm@gnu.org>
8856
8857 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
8858 Silence compiler by only defining on XEmacs.
8859
8860 * international/mule.el (auto-coding-regexp-alist): Only match
8861 BABYL... at the start of buffer, not of lines. (Bug#3790)
8862
8863 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
8864 non-calendar buffers (Bug#3862). Restore "not on a date" message.
8865 (cal-menu-context-mouse-menu): Doc fix.
8866
8867 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
8868
8869 * simple.el (mail-user-agent): Doc fix. Set :version tag.
8870
8871 2009-07-18 Juri Linkov <juri@jurta.org>
8872
8873 * info.el: Virtual Info keyword finder.
8874 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
8875 (Info-finder-file): New variable.
8876 (Info-finder-find-file): New function.
8877 (finder-known-keywords, finder-package-info)
8878 (find-library-name, lm-commentary): Use defvar and
8879 declare-function to silence compiler warnings.
8880 (Info-finder-find-node): New function.
8881 (info-finder): New command.
8882
8883 * subr.el (process-kill-buffer-query-function): New function.
8884 (add-hook)<kill-buffer-query-functions>: Add hook
8885 `process-kill-buffer-query-function'.
8886
8887 2009-07-18 Alan Mackenzie <acm@muc.de>
8888
8889 * progmodes/cc-mode.el (c-before-hack-hook)
8890 (c-postprocess-file-styles): Give invocation of `c-set-style'
8891 DONT-OVERRIDE parameter of t. Already set style variables will
8892 thus not be overridden by style settings given by `c-file-syle'.
8893
8894 * files.el (hack-local-variables-filter): Remove entries with
8895 duplicate keys from `file-local-variables-alist'.
8896
8897 2009-07-18 Eli Zaretskii <eliz@gnu.org>
8898
8899 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8900 x-set-selection if display-selections-p returns nil for the
8901 current frame.
8902
8903 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
8904
8905 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8906
8907 2009-07-18 Eli Zaretskii <eliz@gnu.org>
8908
8909 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
8910 Accept nil in addition to a regexp.
8911 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
8912 Accept nil in addition to a regexp.
8913 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
8914 buffers that have an associated file. Handle nil values of
8915 desktop-buffers-not-to-save and desktop-files-not-to-save.
8916 (Bug#3833)
8917
8918 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8919 (x-disown-selection-internal): New functions.
8920
8921 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
8922
8923 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8924 warning.
8925 (gdb-breakpoints-header): Move forward to avoid compiler warning.
8926 (gdb-make-header-line-mouse-map): Remove duplicate definition.
8927
8928 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
8929
8930 * simple.el (set-mark): Revert last change.
8931
8932 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
8933
8934 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8935 rendering of pngs is not possible instead of messaging a long
8936 description.
8937
8938 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
8939
8940 * w32-fns.el (x-selection-owner-p): New function.
8941
8942 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
8943 (mouse-yank-at-click, mouse-yank-primary): If
8944 select-active-regions is non-nil, deactivate the mark before
8945 insertion.
8946
8947 * simple.el (deactivate-mark, set-mark): Only save selection if we
8948 own it.
8949
8950 2009-07-17 Kenichi Handa <handa@m17n.org>
8951
8952 * case-table.el (describe-buffer-case-table): Fix for the case
8953 that KEY is a cons.
8954
8955 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8956
8957 * vc-rcs.el (vc-rcs-find-file-hook):
8958 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8959
8960 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
8961
8962 * net/tramp.el (tramp-wait-for-output): Handle the case when
8963 commands do not return a newline but a null byte before the shell
8964 prompt. (Bug#3858)
8965
8966 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8967
8968 * term/ns-win.el (ns-set-alpha): Don't declare.
8969 (ns-set-background-alpha): Remove function.
8970
8971 2009-07-16 Kevin Ryde <user42@zip.com.au>
8972
8973 * emacs-lisp/copyright.el (copyright-update): Save match-data across
8974 y-or-n-p, for safety.
8975
8976 2009-07-16 Richard Stallman <rms@gnu.org>
8977
8978 * files.el (auto-save-mode): If buffer-saved-size is -2,
8979 don't clobber it.
8980
8981 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8982 (rmail-retry-ignored-headers): Add more uninteresting fields.
8983
8984 2009-07-15 Jari Aalto <jari.aalto@cante.net>
8985
8986 * net/rcirc.el (rcirc): Use history variables.
8987 (rcirc-server-name-history, rcirc-nick-name-history)
8988 (rcirc-server-port-history): New variables.
8989
8990 2009-07-15 Kenichi Handa <handa@m17n.org>
8991
8992 * international/mule-cmds.el (set-language-environment-charset):
8993 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8994 ignore them.
8995
8996 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8997 Delete unibyte-display.
8998
8999 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9000
9001 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9002
9003 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9004
9005 * simple.el (deactivate-mark): Optional argument FORCE.
9006 (set-mark): Use deactivate-mark.
9007
9008 * info.el (Info-search): No need to check transient-mark-mode
9009 before calling deactivate-mark.
9010
9011 * select.el (x-set-selection): Doc fix.
9012 (x-valid-simple-selection-p): Allow buffer values.
9013 (xselect--selection-bounds): Handle buffer values. Suggested by
9014 David De La Harpe Golden.
9015
9016 * mouse.el (mouse-set-region, mouse-drag-track): Call
9017 copy-region-as-kill before setting the mark, to let
9018 select-active-regions work.
9019
9020 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
9021
9022 * simple.el (deactivate-mark): If select-active-regions is
9023 non-nil, copy the selection data into a string.
9024 (activate-mark): If select-active-regions is non-nil, set the
9025 selection to the current buffer.
9026 (set-mark): Update selection if select-active-regions is non-nil.
9027
9028 * select.el (x-valid-simple-selection-p): Allow buffer values.
9029
9030 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9031
9032 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9033 and more featureful message-mode.
9034
9035 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
9036
9037 * select.el (x-set-selection): Doc fix.
9038 (x-valid-simple-selection-p): Disallow selection data consisting
9039 of a list or cons of integers, since that is not used.
9040 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9041 (xselect-convert-to-string, xselect-convert-to-length)
9042 (xselect-convert-to-filename, xselect-convert-to-charpos)
9043 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9044
9045 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9046
9047 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9048 output in -break-info command (Emacs bug #3794).
9049
9050 2009-07-14 Glenn Morris <rgm@gnu.org>
9051
9052 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9053 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9054 (edebug-print-length, edebug-print-level, edebug-print-circle)
9055 (edebug-sit-for-seconds, edebug-view-outside)
9056 (edebug-bounce-point, edebug-set-global-break-condition)
9057 (edebug-Go-nonstop-mode, edebug-trace-mode)
9058 (edebug-Trace-fast-mode, edebug-continue-mode)
9059 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9060 (edebug-visit-eval-list): Doc fixes.
9061
9062 * subr.el (def-edebug-spec): Doc fix.
9063
9064 2009-07-14 Kenichi Handa <handa@m17n.org>
9065
9066 * international/characters.el: Fix setting of category ?C.
9067
9068 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9069
9070 * term/ns-win.el (x-select-font): defalias x-select-font to
9071 ns-popup-font-panel instead of generate-fontset-menu.
9072
9073 2009-07-12 Eli Zaretskii <eliz@gnu.org>
9074
9075 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9076
9077 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9078
9079 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9080 the PK\003\004 header (Bug#3770).
9081
9082 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9083
9084 * pcomplete.el (pcomplete-comint-setup): Check for
9085 shell-dynamic-complete-filename too.
9086
9087 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
9088
9089 * simple.el (temporary-goal-column): Change the value for
9090 line-move-visual to a cons cell.
9091 (line-move-visual): Record or set the window hscroll, if
9092 necessary (Bug#3494).
9093 (line-move-1): Handle cons value of temporary-goal-column.
9094
9095 2009-07-11 Kenichi Handa <handa@m17n.org>
9096
9097 * international/mule-diag.el (describe-character-set): Don't show
9098 width.
9099
9100 2009-07-10 Sam Steingold <sds@gnu.org>
9101
9102 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9103 Omake sometimes indents the errors it prints, so allow all
9104 regexps to start with spaces.
9105
9106 2009-07-10 Eli Zaretskii <eliz@gnu.org>
9107
9108 * cus-edit.el (customize-changed-options-previous-release):
9109 Bump value to 22.1. (Bug#3804)
9110
9111 2009-07-08 Sam Steingold <sds@gnu.org>
9112
9113 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9114 to be a cons cell (test . ignored-directory) to selectively ignore
9115 some directories depending on the location of the search.
9116
9117 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9118
9119 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9120 remote user is root, on the local host.
9121 (tramp-local-host-p): Either the local user or the remote user
9122 must be root. (Bug#3771)
9123
9124 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9125
9126 * progmodes/gdb-mi.el (gdb): Remove description of
9127 gdb-use-separate-io-buffer.
9128 (menu): Don't allow toggling of or enable
9129 gdb-use-separate-io-buffer from menubar.
9130
9131 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9132
9133 * mail/unrmail.el (unrmail): Make sure the message ends with two
9134 newlines (Bug#3769).
9135
9136 2009-07-08 Glenn Morris <rgm@gnu.org>
9137
9138 * calendar/calendar.el (calendar-current-date): Rework previous change.
9139
9140 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9141
9142 * calendar/calendar.el (calendar-current-date):
9143 Add an optional argument giving an offset from today.
9144
9145 2009-07-08 Glenn Morris <rgm@gnu.org>
9146
9147 * tutorial.el (tutorial--describe-nonstandard-key):
9148 Adjust the message for when a key has been unbound.
9149 (help-with-tutorial): Hide the arch-tag.
9150
9151 2009-07-08 Kenichi Handa <handa@m17n.org>
9152
9153 * international/fontset.el (setup-default-fontset): For each
9154 script, append (not set) font-specs.
9155
9156 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9157 docstring.
9158
9159 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9160
9161 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9162 -data-list-register-names to ...
9163 (gdb-starting): ... here because GDB 7.0 requires execution to
9164 have started when using this MI command.
9165 (gdb-set-header): New function to distinguish select and
9166 unselected tabs in gdb buffers.
9167 (gdb-propertize-header): New macro that uses gdb-set-header.
9168 (gdb-breakpoints-header, gdb-locals-header): Use it.
9169 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9170
9171 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9172
9173 * Makefile.in (ELCFILES): Remove fadr.elc.
9174
9175 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9176
9177 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9178 may contain frame information, so `string-match' should be used.
9179 (gdb-update): Disassembly is invalidated through
9180 `gdb-get-selected-frame'.
9181 (gdb-pad-string): New function to pad string with spaces.
9182 (gdb-invalidate-disassembly): Invalidate only if the buffer
9183 exists.
9184 (gdb-disassembly-handler-custom): Column alignment.
9185 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9186 placing new ones.
9187 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9188 end of line, too.
9189 (gdb-frame-handler): Match convention to for disassembly buffer
9190 mode name.
9191 (gdb-stack-list-frames-handler): Rewritten without regexps.
9192 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9193 not highlight breakpoints without line information.
9194 (gdb-input): Add trailing newline to command.
9195
9196 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9197 buffer properly.
9198 (gdb-breakpoints-list-handler-custom): Replacement for
9199 `gdb-break-list-handler'. Using real parser instead of regexps
9200 now.
9201 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9202 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9203 to place breakpoints.
9204 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9205 functions.
9206 (gdb-disassembly-handler-custom): Show overlay arrow.
9207 (gdb-disassembly-place-breakpoints): Show breakpoints in
9208 disassembly buffer.
9209 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9210 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9211 instead of parsing breakpoints buffer. Fixed old menu references
9212 in `gud-menu-map'.
9213
9214 * fadr.el: Remove.
9215
9216 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9217 (gdb-memory-address): New variable which holds top address of
9218 memory page shown in memory buffer.
9219 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9220 customization variables.
9221 New functions:
9222 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9223 display the memory buffer.
9224 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9225 buffer display parameters.
9226 (def-gdb-memory-format, gdb-memory-format-binary)
9227 (gdb-memory-format-octal, gdb-memory-format-unsigned)
9228 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9229 Functions for setting memory buffer format.
9230 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9231 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9232 unit size used in memory buffer.
9233 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9234 to next/previous page of memory buffer.
9235 Now using (bindat-get-field) instead of fadr functions.
9236
9237 2009-07-07 Sam Steingold <sds@gnu.org>
9238
9239 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9240 non-top-level files.
9241
9242 2009-07-07 Kenichi Handa <handa@m17n.org>
9243
9244 * international/mule-cmds.el (reset-language-environment): Put
9245 the highset priority to the charset iso-8859-1.
9246
9247 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9250 to the end of the line when locating the block (Bug#700).
9251
9252 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
9253
9254 * net/tramp.el (tramp-handle-write-region): Flush file properties
9255 in case of short track.
9256
9257 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
9258
9259 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
9260 representation of verilog error regular expressions to work with
9261 Emacs-22's new format.
9262 (verilog-error-regexp-xemacs-alist): Coded custom representation
9263 of verilog error regular expressions to work with XEmacs format.
9264 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9265 error recognition into XEmacs.
9266 (verilog-error-regexp-add-emacs): Hook routine to install verilog
9267 error recognition into Emacs-22.
9268
9269 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9270
9271 * woman.el: Remove stand-alone closing parentheses.
9272 (woman-file-name, woman2-format-paragraphs)
9273 (woman-leave-blank-lines): Code cleanup.
9274 (woman-use-own-frame): Change default to nil.
9275 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9276 defaults to inherit from default faces.
9277 (woman2-process-escapes): Consume the newline after a stand-alone
9278 filler character (Bug#3651).
9279
9280 2009-07-06 Glenn Morris <rgm@gnu.org>
9281
9282 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9283 (top-level): Move provide to the end.
9284 (ffap): Remove defunct URL from custom group.
9285
9286 * subr.el (eval-after-load): Doc fix.
9287
9288 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
9289
9290 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9291 `calc-embedded-word' is called twice.
9292
9293 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * files.el (find-alternate-file-other-window, find-alternate-file):
9296 Obey confirm-nonexistent-file-or-buffer.
9297
9298 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
9299
9300 * dired-aux.el (dired-show-file-type): Handle remote files.
9301
9302 2009-07-05 Jari Aalto <jari.aalto@cante.net>
9303
9304 * desktop.el (desktop-globals-to-save):
9305 Add file-name-history (Bug#2750).
9306
9307 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
9308
9309 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9310
9311 2009-07-04 Johan Bockgård <bojohan@gnu.org>
9312
9313 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9314 property on entire argument since this is what eshell-lisp-command
9315 expects.
9316
9317 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
9318
9319 * net/tramp-gvfs.el (tramp-gvfs-methods)
9320 (tramp-gvfs-zeroconf-domain)
9321 (tramp-bluez-discover-devices-timeout): Add version flag.
9322 (tramp-gvfs-handler-mounted-unmounted)
9323 (tramp-gvfs-connection-mounted-p): Polish handling of
9324 incompatibilities between GVFS 0.2 and 1.0.
9325
9326 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9327
9328 * cus-start.el (all): Add make-pointer-invisible.
9329
9330 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9331
9332 * calc-math.el (math-use-emacs-fn): Make sure that the number is
9333 formatted correctly.
9334
9335 2009-07-02 Juri Linkov <juri@jurta.org>
9336
9337 * info.el: Virtual Info files and nodes.
9338 (Info-virtual-files, Info-virtual-nodes): New variables.
9339 (Info-current-node-virtual): New variable.
9340 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9341 New functions.
9342 (Info-file-supports-index-cookies): Use Info-virtual-file-p
9343 to check for a virtual file instead of checking a fixed list
9344 of node names.
9345 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9346 instead of ad-hoc processing of "dir" and (apropos history toc).
9347 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9348 instead of ad-hoc processing of "dir" and (apropos history toc).
9349 Reread a file when moving from a virtual node.
9350 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9351 (Info-directory-toc-nodes, Info-directory-find-file)
9352 (Info-directory-find-node): New functions.
9353 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9354 (Info-history): Move part of code to
9355 `Info-history-find-node'.
9356 (Info-history-toc-nodes, Info-history-find-file)
9357 (Info-history-find-node): New functions.
9358 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9359 (Info-toc): Move part of code to `Info-toc-find-node'.
9360 (Info-toc-find-node): New function.
9361 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
9362 the current Info file name to references because now the node
9363 "*TOC*" belongs to the same Info manual.
9364 (Info-toc-build): Rename from `Info-build-toc'.
9365 (Info-toc-nodes): Rename input argument `file' to `filename'.
9366 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9367 instead of ad-hoc processing of ("dir" apropos history toc).
9368 (Info-index-nodes): Use Info-virtual-file-p
9369 to check for a virtual file instead of checking a fixed list
9370 of node names.
9371 (Info-index-node): Add check for `Info-current-node-virtual'.
9372 Raise `save-match-data' higher up the tree to contain
9373 `search-forward' too (bug fix).
9374 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9375 (Info-virtual-index-nodes): New variable.
9376 (Info-virtual-index-find-node, Info-virtual-index): New functions.
9377 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9378 (Info-apropos-file, Info-apropos-nodes): New variables.
9379 (Info-apropos-toc-nodes, Info-apropos-find-file)
9380 (Info-apropos-find-node, Info-apropos-matches): New functions.
9381 (info-apropos): Move part of code to `Info-apropos-find-node' and
9382 `Info-apropos-matches'.
9383 (Info-mode-map): Bind "I" to `Info-virtual-index'.
9384 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9385 for a virtual file instead of checking a fixed list of node names.
9386
9387 * simple.el (async-shell-command): New command.
9388
9389 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9390
9391 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9392 instead of `mount-info'.
9393
9394 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
9395
9396 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9397 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9398
9399 2009-07-02 Kenichi Handa <handa@m17n.org>
9400
9401 * international/mule.el (set-keyboard-coding-system): Force *-unix
9402 coding-system to avoid eol conversion.
9403
9404 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
9405
9406 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9407 Add handler for `process-file', `shell-command' and
9408 `start-file-process'.
9409 (tramp-gvfs-handle-shell-command)
9410 (tramp-gvfs-handle-start-file-process)
9411 (tramp-gvfs-handle-process-file): New defuns.
9412 (tramp-synce-list-devices): Simplify check for existence of property.
9413
9414 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9415
9416 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9417
9418 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
9419
9420 * language/korean.el (set-language-info-alist): Add korean-cp949,
9421 cp949 to spec.
9422
9423 2009-07-01 Kenichi Handa <handa@m17n.org>
9424
9425 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9426
9427 * international/encoded-kb.el: Deleted.
9428
9429 * international/mule.el (set-keyboard-coding-system): Perform the
9430 necessary setup here instead of calling encoded-kbd-setup-display.
9431
9432 2009-07-01 Glenn Morris <rgm@gnu.org>
9433
9434 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9435
9436 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
9437
9438 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
9439
9440 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
9441
9442 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9443 Handle also the 'rename case, when setting file modes. (Bug#3712)
9444 (tramp-default-file-modes) Remove execute permissions.
9445
9446 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9447 (top): Add a default for "synce" in `tramp-default-user-alist'.
9448 Add completion function for "synce" method.
9449 (tramp-hal-service, tramp-hal-path-manager)
9450 (tramp-hal-interface-manager, tramp-hal-interface-device):
9451 New defconst.
9452 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9453 (tramp-synce-list-devices, tramp-synce-parse-device-names):
9454 New defuns.
9455
9456 * net/trampver.el: Update release number.
9457
9458 2009-06-30 Kenichi Handa <handa@m17n.org>
9459
9460 * international/fontset.el (setup-default-fontset): Add CJK fonts
9461 for symbols and the other miscellaneous characters.
9462
9463 * language/korea-util.el (setup-korean-environment-internal):
9464 Make char-width-table suitable for Korean environments.
9465 (exit-korean-environment): Cancel above.
9466
9467 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9468 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9469 setup-funcion to make char-widht-table suitable for respective
9470 environments, and an exit-function to cancel that.
9471
9472 * language/japan-util.el (setup-japanese-environment-internal):
9473 Call use-cjk-char-width-table with arg `ja_JP'.
9474
9475 * international/characters.el (cjk-char-width-table): Delete it.
9476 (cjk-char-width-table-list): New variable.
9477 (use-cjk-char-width-table): New arg local-name.
9478 (use-default-char-width-table): Fix for the case that Emacs is
9479 already using the default char-width-table.
9480
9481 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
9482
9483 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9484 modes mandatory. (Bug#3712)
9485
9486 2009-06-29 Alan Mackenzie <acm@muc.de>
9487
9488 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9489 correction between the visible width of TABs and their number of bytes.
9490
9491 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
9492
9493 * server.el (server-buffer-done): Prevent kill-buffer from
9494 prompting by clearing the buffer modification flag (Bug#3696).
9495
9496 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
9497
9498 * verilog-mode.el (verilog-beg-of-statement)
9499 (verilog-endcomment-reason-re): Support unique case and priority case.
9500 (verilog-basic-complete-re): Support localparam lineup.
9501 (verilog-beg-of-statement-1): Fix for robustness, unique case.
9502 (verilog-set-auto-endcomments): Fix for unique case, always_comb
9503 commenting.
9504 (verilog-leap-to-case-head): Now support *nested* unique &
9505 priority case statements.
9506 (verilog-auto-lineup): Make just declarations the default (as it
9507 had been).
9508 (verilog-leap-to-case-head): Support priority/unique case statements.
9509 (verilog-auto-lineup): Rework to give users radio buttons to
9510 select the various styles of automatic lineup.
9511 (verilog-error-regexp-alist): Rework to support the XEmacs style
9512 of error regular expressions from compilers, lint tools &
9513 simulators. Note that GNU Emacs has made it impossible for a mode
9514 to load such things.
9515 (electric-verilog-terminate-line, verilog-indent-declaration)
9516 (verilog-auto-wiure): Rework for radio button selection of
9517 auto-lineup selection of specification of auto lineup.
9518 (verilog-beg-of-statement-1): Redesign to support proper operation
9519 in additional code, based on testing with auto-lineup.
9520 (verilog-calculate-indent, assignments & declarations)
9521 (verilog-backward-token): Enhance to support auto-lineup of
9522 assignments & declarations.
9523 (verilog-in-directive-p, verilog-at-struct-p): New function for
9524 easy test of whether we are.
9525 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9526 to support safe execution at almost anyline.
9527 (verilog-calc-1): Properly support indenting deep inside generate
9528 blocks.
9529 (verilog-init-font) Remove definition & use of verilog-init-font,
9530 as it is redundant with font-lock-defaults.
9531 (verilog-mode): Alter the definition of verilog-font-lock-defaults
9532 to avoid circular calls if syntax-ppss is a function (as is the
9533 case now in 22.x GNU Emacs) as that function would sometimes call
9534 itself, leading to (nearly) infinite recursion.
9535 (verilog-ovm-begin-re, verilog-ovm-end-re)
9536 (verilog-ovm-statement-re, verilog-leap-to-head)
9537 (verilog-backward-token): Add support for OVM macros. Some are
9538 complete statements, and others open and close scopes like begin
9539 and end.
9540 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9541 (verilog-defun-level-generate-only-re): Really fix the defun-list
9542 compilation issue.
9543 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
9544 coverpoint, constraint and cross statements.
9545 (verilog-defun-level-list, verilog-generate-defun-level-list)
9546 (verilog-all-defun-level-list): Redo these specifications - it is
9547 too hard to support eval-when compile aggregation of lists also
9548 built at when-compile time.
9549 (verilog-defun-level-list): Place defconsts of variables used in
9550 building regular expressions which are built in eval-when-compile
9551 bodies in the same eval-when-compile body to facilitate compile
9552 without load.
9553 (verilog-beg-block-re-ordered): Support indenting
9554 virtual/protected tasks and functions.
9555 (verilog-defun-level-list, verilog-in-generate-region-p)
9556 (verilog-backward-ws&directives, verilog-calc-1): Speed up
9557 indentation of some module items (generate items).
9558 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9559 across virtual/protected tasks and functions.
9560
9561 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
9562
9563 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9564 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
9565 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9566 in concatenations. Reported by Yishay Belkind.
9567 (verilog-auto-ascii-enum): Support one-hot state machines in
9568 AUTOASCIIENUM. Suggested by Lloyd Gomez.
9569 (verilog-auto-inst, verilog-auto-inst-port): Include interface
9570 modport in AUTOINST and add vl-modport for users. Reported by
9571 David Rogoff.
9572 (verilog-auto-inout-module, verilog-auto-inst)
9573 (verilog-decls-get-interfaces, verilog-insert-definition)
9574 (verilog-insert-one-definition, verilog-read-decls)
9575 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9576 (verilog-sig-modport, verilog-signals-combine-bus)
9577 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9578 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9579 Suggested by David Rogoff.
9580 (verilog-repair-open-comma): Fix non-insertion of comma when
9581 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
9582 (verilog-make-width-expression): Simplify [A-1:0] expression
9583 widths to just {A{1'b0}}.
9584 (verilog-mode): Cleanup checkdoc warnings.
9585 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9586 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9587 inputs/outputs or data type. Suggested by Vasu Kandadi.
9588 (next-error-last-buffer): Fix byte-compiler warning.
9589 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9590 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
9591 or shell command text during AUTO expansion. Suggested by Tad Truex.
9592 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
9593 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
9594 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
9595 in AUTOINOUT. Reported by Matthew Lovell.
9596 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
9597 causing use of <= assignments. Reported by Alex Reed.
9598 (verilog-read-decls): Fix triand, trior, wand, wor to be
9599 recognized by AUTOWIRE. Reported by Spencer Isaacson.
9600 (verilog-extended-complete-re): Support import "DPI-C" functions.
9601 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
9602 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
9603 (verilog-insert-date, verilog-insert-year)
9604 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
9605 Windows systems. Reported by Michael Potts.
9606 (verilog-read-module-name): Fix AUTOINST when the child module
9607 declaration's name is a tick define. Reported by Elliot Mednick.
9608 (verilog-read-decls): Fix V2K parameter bit subscripts getting
9609 passed to next parameter's definition. Reported by Bruce T.
9610 (verilog-read-decls): Fix detecting "parameter int" when using
9611 AUTOINSTPARAM. Reported by Bruce T.
9612 (verilog-goto-defun): Fix goto not finding modules unless first
9613 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
9614 (verilog-mode): Expand -f flag arguments on entry to mode so
9615 verilog-goto-defun will work. Reported by Lawrence Butcher.
9616 (verilog-getopt): Expand environment variables in -f file
9617 arguments. Suggested by Lawrence Butcher.
9618 (verilog-set-define): Fix "Symbol's value as variable is void"
9619 when reading enumerations.
9620 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
9621 Suggested by Stephen Peltan.
9622 (verilog-read-defines): Fix reading of enumerations in include
9623 files. Reported by Steve Peltan.
9624
9625 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
9626
9627 * files.el (trash-directory): Fix defcustom type.
9628
9629 2009-06-28 Juri Linkov <juri@jurta.org>
9630
9631 * help-fns.el (describe-function-1): Correctly locate adviced
9632 functions in hyperlink (Bug#2438).
9633
9634 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
9635
9636 * files.el (trash-directory): Change default to nil.
9637 (move-file-to-trash): If trash-directory is nil and
9638 system-move-file-to-trash is unbound, perform freedesktop-style
9639 trashing.
9640
9641 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
9642
9643 * files.el (move-file-to-trash): Add freedesktop trash
9644 support (Bug#973).
9645
9646 2009-06-28 Glenn Morris <rgm@gnu.org>
9647
9648 * autorevert.el (global-auto-revert-non-file-buffers)
9649 (global-auto-revert-mode): Doc fixes.
9650
9651 2009-06-27 Johan Bockgård <bojohan@gnu.org>
9652
9653 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
9654
9655 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
9656
9657 * faces.el (x-handle-named-frame-geometry): Ensure that we have
9658 opened an X connection before calling x-get-resource (Bug#3194).
9659
9660 * play/doctor.el: Remove reference to obsolete website.
9661 (make-doctor-variables): Correct grammar mistake (Bug#2633).
9662
9663 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9664
9665 Remove find-file-not-found-hook VC method. (Bug#2757)
9666 * vc-hooks.el (vc-file-not-found-hook)
9667 (vc-default-find-file-not-found-hook): Remove functions.
9668 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
9669 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
9670 * vc.el:
9671 * vc-hg.el:
9672 * vc-git.el: Do not mention find-file-not-found-hook VC method.
9673
9674 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9675
9676 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
9677 compatibility function for `looking-back'.
9678
9679 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9680 Use `ispell-looking-back'.
9681
9682 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
9683
9684 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
9685 rather than `filename'.
9686
9687 2009-06-23 Miles Bader <miles@gnu.org>
9688
9689 * face-remap.el (text-scale-set): New function.
9690
9691 2009-06-23 Glenn Morris <rgm@gnu.org>
9692
9693 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
9694
9695 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
9696
9697 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
9698
9699 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
9700
9701 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9702 Simplify Persian conditionals.
9703
9704 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
9705 variable `filename'.
9706
9707 * comint.el (comint-insert-input): Doc fix.
9708
9709 * Makefile.in (ELCFILES): Fix typo in previous change.
9710
9711 2009-06-23 Miles Bader <miles@gnu.org>
9712
9713 * cus-start.el: Add entry for `recenter-redisplay'.
9714
9715 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9716
9717 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
9718 Add an optional argument for the backend, use it instead of
9719 calling vc-backend.
9720 (vc-mode-line): Add an optional argument for the backend.
9721 Pass the backend to vc-state and vc-working-revision. Move code for
9722 special handling for vc-state being a buffer to ...
9723
9724 * vc-rcs.el (vc-rcs-find-file-hook):
9725 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
9726
9727 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
9728 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
9729 vc-stay-local-p and vc-mode-line calls.
9730
9731 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
9732 (vc-cvs-diff, vc-cvs-annotate-command)
9733 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
9734 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
9735 vc-mode-line calls.
9736
9737 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
9738 direct comparison.
9739 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
9740 backend when calling vc-mode-line.
9741 (vc-register): Do not create a closure for calling the vc register
9742 function, call it directly.
9743
9744 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9745
9746 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
9747 to make it obvious item can be clicked.
9748
9749 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
9750
9751 2009-06-23 Kenichi Handa <handa@m17n.org>
9752
9753 * language/korea-util.el (korean-key-bindings): Change the binding
9754 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
9755 same command.
9756
9757 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
9758
9759 Sync with Tramp 2.1.16.
9760
9761 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
9762
9763 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
9764 when a loading of a package fails. Completion function for rsync
9765 is `tramp-completion-function-alist-ssh'.
9766 (all): Replace all calls of `split-string' and
9767 `tramp-split-string' by `tramp-compat-split-string'.
9768 (tramp-default-method): Use `tramp-compat-process-running-p'.
9769 (tramp-default-proxies-alist): Allow also Lisp forms.
9770 (tramp-remote-path): Add choice "Private Directories".
9771 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
9772 (tramp-domain-regexp): Allow also "-", "_" and ".".
9773 (tramp-end-of-output): Remove newlines, and add "$" at the end.
9774 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
9775 (tramp-debug-message): Insert header line in debug buffer.
9776 (tramp-handle-directory-files-and-attributes-with-stat):
9777 Care about filenames with spaces, or starting with "-".
9778 (tramp-handle-dired-uncache): New defun.
9779 (tramp-handle-insert-directory): Don't flush the directory from
9780 cache, this is handled by `dired-uncache' now.
9781 (tramp-handle-insert-file-contents): Improve error handling.
9782 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9783 Quote `tramp-end-of-output'.
9784 (tramp-action-password): Improve trace message.
9785 (tramp-check-for-regexp): Both echoes must be present, before removing.
9786 (tramp-open-connection-setup-interactive-shell): Trace coding system.
9787 (tramp-compute-multi-hops): Eval cons cells of
9788 `tramp-default-proxies-alist'.
9789 (tramp-maybe-open-connection): Use the same command pattern for
9790 first hop and further hops.
9791 (tramp-wait-for-output): Remove handling of newlines.
9792 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
9793 (tramp-split-string): Remove function. It is handled in
9794 tramp-compat now.
9795
9796 * net/tramp-cmds.el (tramp-bug):
9797 Recommend `tramp-cleanup-all-connections' in the bug mail.
9798
9799 * net/tramp-compat.el (tramp-compat-split-string)
9800 (tramp-compat-process-running-p): New defuns.
9801
9802 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
9803 for `dired-uncache'.
9804
9805 * net/tramp-gvfs.el: New package.
9806
9807 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9808 Add handler for `dired-uncache'.
9809 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
9810
9811 * net/trampver.el: Update release number. Make version check fit
9812 for SXEmacs 22.
9813
9814 2009-06-22 Jim Meyering <meyering@redhat.com>
9815
9816 Automatically handle .xz suffix (XZ-compressed files), too.
9817 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
9818 XZ is the successor to LZMA: <http://tukaani.org/xz/>
9819
9820 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
9821 Nick Roberts <nickrob@snap.net.nz>
9822
9823 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
9824 repository (http://sphinx.net.ru/hg/gdb-mi/).
9825
9826 2009-06-22 Glenn Morris <rgm@gnu.org>
9827
9828 * files.el (dir-locals-collect-mode-variables): Allow for any number of
9829 `mode' and `eval' entries. (Bug#3430)
9830
9831 * Makefile.in (ELCFILES): Add fadr.elc.
9832
9833 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
9834 differing behavior of \n and ^ in strings. (Bug#3385)
9835
9836 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
9837
9838 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
9839 property.
9840 (lisp-indent-function): Make it a defcustom.
9841
9842 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
9843
9844 * progmodes/gdb-ui.el: Replace with ...
9845 * progmodes/gdb-mi.el: ... this file.
9846 * progmodes/gud.el: Modify for gdb-mi.el.
9847
9848 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
9849
9850 * fadr.el: New file.
9851
9852 See ChangeLog.14 for earlier changes.
9853
9854 ;; Local Variables:
9855 ;; coding: utf-8
9856 ;; End:
9857
9858 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
9859
9860 This file is part of GNU Emacs.
9861
9862 GNU Emacs is free software: you can redistribute it and/or modify
9863 it under the terms of the GNU General Public License as published by
9864 the Free Software Foundation, either version 3 of the License, or
9865 (at your option) any later version.
9866
9867 GNU Emacs is distributed in the hope that it will be useful,
9868 but WITHOUT ANY WARRANTY; without even the implied warranty of
9869 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9870 GNU General Public License for more details.
9871
9872 You should have received a copy of the GNU General Public License
9873 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
9874
9875 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1