* progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
[bpt/emacs.git] / lisp / ChangeLog
1 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4 rather than down-mouse-1, based on follow-link conventions.
5
6 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
7 are compiled.
8
9 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
10
11 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re,
12 verilog-vmm-statement-re, verilog-ovm-statement-re,
13 verilog-defun-level-not-generate-re, verilog-calculate-indent,
14 verilog-leap-to-head, verilog-backward-token): Fix
15 indenting VMM macros. Reported by Jonathan Ashbrook.
16
17 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
18
19 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
20 Cleanup user-visible spelling and documentation errors. One
21 reported by Gary Delp.
22 (verilog-submit-bug-report): Mention bug tracking and CC
23 co-author.
24 (verilog-read-decls): Fix AUTOWIRE with types declared in a
25 package, bug195. Reported by Pierre-David Pfister.
26
27 2009-12-11 Glenn Morris <rgm@gnu.org>
28
29 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
30
31 * mail/emacsbug.el: No longer require sendmail.
32 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
33 (report-emacs-bug-orig-text): Doc fix.
34 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
35 New local variables, to adapt to different mail-user-agents.
36 (report-emacs-bug): Fix test for a gnu.org address.
37 Use overlays for emphasis, since font-lock defeats 'face property.
38 Pretest bugs also end up at the newsgroup these days.
39 Stop message-mode stripping text properties.
40 Set and use the new buffer-local variables.
41 (report-emacs-bug-hook): Add doc-string.
42 Remove some unnecessary save-excursions and simplify.
43 Use the appropriate hook and send-command.
44
45 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
46 capitalization of some menu entries.
47
48 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
49
50 * whitespace.el (whitespace-display-char-on): Ensure
51 `buffer-display-table' is unique when two or more windows are
52 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
53 New version 12.1.
54
55 2009-12-10 Eli Zaretskii <eliz@gnu.org>
56
57 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
58 characters in the Attribute field.
59
60 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
61
62 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
63
64 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
67 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
68 Disregard autoload-excludes.
69 (update-directory-autoloads): Obey autoload-excludes here instead.
70 But don't store its contents in no-autoloads and remove entries that
71 refer to excludes files.
72
73 2009-12-10 Glenn Morris <rgm@gnu.org>
74
75 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
76 (expand-mail-aliases): Define for compiler.
77
78 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
79 Define for compiler.
80
81 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
82 appropriate for the mail-user-agent in use.
83
84 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
85
86 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
87
88 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
89
90 Fix short log parsing and fontification.
91 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
92 Fix fontification for the [merge] label.
93
94 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
95
96 Drop some properties to avoid surprises.
97 * htmlfontify.el (hfy-ignored-properties): New defcustom.
98 (hfy-fontify-buffer): Use it.
99
100 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 Minor cleanup.
103 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
104 Adjust all callers.
105 (ffap-locate-file): Remove unused arg `dir-ok' and make other
106 args compulsory. Adjust callers.
107 (ffap-gopher-at-point): Remove unused var `name'.
108
109 Get rid of the ELCFILES abomination.
110 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
111 (compile-elcfiles): New phony target.
112 (compile-main): Compute ELCFILES dynamically.
113 (compile-clean): New target to remove left-over elc files.
114 (compile, all): Use it.
115
116 2009-12-09 Kenichi Handa <handa@etlken>
117
118 * international/mule-diag.el: Require help-mode instead of help-fns.
119
120 2009-12-09 Kenichi Handa <handa@m17n.org>
121
122 * international/mule-cmds.el (ucs-names): Supply a sufficiently
123 fine ranges instead of pre-calculating accurate ranges.
124 Iterate with bigger gc-cons-threshold.
125
126 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
127
128 Add support for stashing a snapshot of the current tree.
129 * vc-git.el (vc-git-stash-snapshot): New function.
130 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
131
132 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
133
134 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
135 instead of `(beginning|end)-of-line'.
136
137 2009-12-08 Glenn Morris <rgm@gnu.org>
138
139 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
140
141 * Makefile.in (ELCFILES): Regenerate.
142
143 2009-12-07 Juri Linkov <juri@jurta.org>
144
145 Don't lazy-highlight the comint output in history Isearch mode.
146
147 * comint.el (comint-history-isearch-search): Instead of
148 `comint-line-beginning-position', use `comint-after-pmark-p'
149 to check if point if before the process mark, and go to
150 `process-mark' in this case.
151
152 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * textmodes/tex-mode.el (latex-complete)
155 (latex-indent-or-complete): Remove.
156 (latex-mode): Set completion-at-point-functions instead.
157
158 Provide a standard completion command and hook it into TAB.
159 * minibuffer.el (completion-at-point-functions): New var.
160 (completion-at-point): New command.
161 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
162 * progmodes/python.el (python-mode-map): Use completion-at-point.
163 (python-completion-at-point): Rename from python-partial-symbol and
164 adjust for use in completion-at-point-functions.
165 (python-mode): Setup completion-at-point for Python completion.
166 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
167 extracted from lisp-complete-symbol.
168 (lisp-complete-symbol): Use it.
169 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
170 setup completion-at-point for Elisp completion.
171 (emacs-lisp-mode-map, lisp-interaction-mode-map):
172 Use completion-at-point.
173 * ielm.el (ielm-map): Use completion-at-point.
174 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
175 * progmodes/sym-comp.el: Move to...
176 * obsolete/sym-comp.el: Move from progmodes.
177
178 2009-12-07 Eli Zaretskii <eliz@gnu.org>
179
180 Prevent save-buffer in Rmail buffers from using the coding-system
181 of the current message, and from clobbering the encoding mnemonics
182 in the mode line (Bug#4623).
183
184 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
185 flag, too.
186 (rmail-message-encoding): New variable.
187 (rmail-write-region-annotate): Record the encoding of the current
188 message in rmail-message-encoding.
189 (rmail-after-save-hook): New function, restores the encoding of
190 the current message after the message collection is saved.
191
192 2009-12-07 Juri Linkov <juri@jurta.org>
193
194 * progmodes/grep.el (grep-read-files): Use `completing-read'
195 instead of `read-string'. Set its `collection' arg to
196 `read-file-name-internal'. (Bug#4301)
197
198 2009-12-07 Juri Linkov <juri@jurta.org>
199
200 Correctly restore original Isearch point. (Bug#4994)
201
202 * isearch.el (isearch-mode): Move `isearch-push-state' after
203 `(run-hooks 'isearch-mode-hook)'.
204 (isearch-cancel): When `isearch-push-state-function' is defined,
205 let-bind `isearch-cmds' to the first state (the last element of
206 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
207 function and restores the original point). Otherwise, move point
208 to `isearch-opoint'.
209
210 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
211
212 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
213 chars that don't have names, so the table can be built much faster at
214 run-time.
215
216 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
217
218 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
219 change. Suggested by David Kastrup.
220
221 * simple.el (compose-mail): Check for incompatibilities and warn.
222 (compose-mail-user-agent-warnings): New option.
223
224 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
225
226 Support showing a single log entry from vc-annotate.
227 * vc.el (print-log): Add a new argument: START-REVISION.
228 (vc-print-log-internal): Add a new optional argument and
229 pass it to the backend.
230 (vc-print-log, vc-print-root-log): Adjust callers.
231 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
232 buffer already displays the requested log entry, use it.
233 Otherwise display only the log entry in question.
234 * vc-svn.el (vc-svn-print-log):
235 * vc-mtn.el (vc-mtn-print-log):
236 * vc-hg.el (vc-hg-state):
237 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
238 (vc-git-show-log-entry): Return t on success.
239 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
240 (vc-bzr-show-log-entry): Return t on success.
241 * vc-rcs.el (vc-rcs-print-log):
242 * vc-sccs.el (vc-sccs-print-log):
243 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
244
245 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
246
247 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer): Add
248 menus to the meta mode. (Bug#5043)
249
250 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
251
252 * ediff-init.el (ediff-event-key): Use event-to-character instead of
253 event-key.
254
255 * ediff.el (ediff-buffers-internal): Add unwind-protect.
256
257 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
258
259 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
260 Berbain <raphael.berbain@gmail.com>.
261
262 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
263 characters.
264 (tramp-initial-end-of-output): New defconst.
265 (tramp-methods, tramp-find-shell)
266 (tramp-open-connection-setup-interactive-shell)
267 (tramp-maybe-open-connection): Use it.
268 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
269 existence of `#' and `$'.
270
271 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
272 `tramp-initial-end-of-output'.
273
274 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
275
276 Get the background mode from the terminal for xterm, and set
277 faces accordingly.
278 * term/xterm.el (xterm-set-background-mode): New function.
279 (terminal-init-xterm): Use it in case xterm supports background
280 color queries. Recompute faces after getting the background
281 color.
282
283 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
284
285 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
286 number comment back on its own line, for easier parsing.
287
288 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 Make it work for non-file buffers (bug#5102).
291 * doc-view.el (doc-view-current-cache-dir):
292 Use doc-view-buffer-file-name rather than buffer-file-name.
293 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
294
295 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
296
297 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
298 author field is too short.
299
300 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
301
302 * vc-git.el (vc-git-print-log): Handle a limit argument.
303 Display the short log in graph form and with labels.
304 (vc-git-log-view-mode): Handle labels.
305
306 Make vc-revert change VC state from 'added to 'unregistered.
307 * vc-git.el (vc-git-revert): Call git reset first.
308
309 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
310
311 * net/newst-backend.el, net/newst-plainview.el:
312 * net/newst-reader.el, net/newst-ticker.el:
313 * net/newst-treeview.el, net/newsticker.el:
314 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
315
316 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
317
318 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
319
320 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
321 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
322 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
323 Update annotation regexp.
324
325 * simple.el (beginning-of-visual-line): Constrain to field
326 boundaries (Bug#5106).
327
328 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
329
330 * xml.el (xml-substitute-numeric-entities): Move
331 newsticker--decode-numeric-entities in newst-backend.el to
332 xml-substitute-numeric-entities in xml.el. (Bug#5008)
333 * net/newst-backend.el (newsticker--parse-generic-feed)
334 (newsticker--parse-generic-items)
335 (newsticker--decode-numeric-entities): Move
336 newsticker--decode-numeric-entities in newst-backend.el to
337 xml-substitute-numeric-entities in xml.el. (Bug#5008)
338
339 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
340
341 * progmodes/js.el (js--js-not): Add null to the list of values.
342
343 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
344
345 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
346
347 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
348
349 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
350 delimiter if it is at the end of the current line.
351 (bibtex-generate-url-list): Fix docstring.
352
353 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
356 minibuffer's content with itself.
357 Fold the confirm-after-completion case into the `confirm' case.
358 (completion-pcm-word-delimiters): Add : and / to the delimiters.
359
360 2009-12-06 Kevin Ryde <user42@zip.com.au>
361
362 * ffap.el (ffap-rfc-path): Make this a defcustom since
363 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
364
365 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
366 manuals, similar to existing setup for help-mode. (Bug#3913.)
367
368 2009-12-05 Juri Linkov <juri@jurta.org>
369
370 Save and restore dired buffer's point positions too. (Bug#4880)
371
372 * dired.el (dired-save-positions): Return in the first element
373 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
374 Doc fix.
375 (dired-restore-positions): First restore buffer's position.
376 While restoring window's positions, check if window still displays
377 the original buffer.
378
379 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
380
381 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
382 if possible.
383
384 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
385 Make argument optional.
386
387 * shell.el (shell): Require ansi-color (Bug#5113).
388
389 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
390
391 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
392
393 2009-12-05 Alan Mackenzie <acm@muc.de>
394
395 * progmodes/cc-mode.el (c-before-hack-hook)
396 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
397 `c-file-style' to work again. This reversion restores the current
398 software to its state in Emacs 23.1. (Bug#4146)
399
400 2009-12-05 Kevin Ryde <user42@zip.com.au>
401
402 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
403 comment-start-skip to comment-end-skip as comment (Bug#4781).
404
405 2009-12-05 Juri Linkov <juri@jurta.org>
406
407 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
408 for virtual nodes. (Bug#4147)
409 (Info-find-node-2): Set `Info-current-node-virtual' to nil
410 when moving from a virtual node.
411 (Info-mode-menu): Add `Info-virtual-index' to the menu.
412 (Info-mode): Add `Info-virtual-index' to the docstring.
413
414 2009-12-05 Eric Ludlam <zappo@gnu.org>
415
416 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
417 Describe project macro symbols.
418
419 * cedet/semantic/complete.el (semantic-complete-do-completion):
420 Don't call semantic-collector-current-exact-match.
421
422 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
423 ede-objects as targets.
424
425 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
426 a target's object list even if compiler vars are already in the
427 Makefile.
428
429 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
430 list of headers producing necessary macros.
431
432 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
433
434 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
435 track of the buffer position of the end of a BibTeX entry as this
436 position may change during reformatting.
437 (bibtex-format-entry): Remove whitespace before processing
438 numerical fields so that we recognize the latter properly.
439 (bibtex-reformat): Do not use push which changes the global value
440 of bibtex-entry-format.
441 (bibtex-field-braces-alist, bibtex-field-strings-alist)
442 (bibtex-field-re-init): Replace only space characters by regexp
443 for whitespace.
444 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
445 (bibtex-initialize): Also update bibtex-strings.
446 (bibtex-kill-field): Preserve white space at end of entry.
447 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
448 Update bibtex-reference-keys.
449
450 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * minibuffer.el (completion-pcm--merge-try): Also consider placing
453 point after a star, if that's the only place where modifications can
454 make progress.
455
456 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
457
458 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
459 in docstrings.
460
461 2009-12-04 Juri Linkov <juri@jurta.org>
462
463 * proced.el (proced): Call `(proced-update t)' to update process
464 information instead of only running proced-post-display-hook.
465 (proced-send-signal): Add a leading space to the buffer name
466 " *Marked Processes*" to make this buffer ephemeral.
467
468 2009-12-04 Juri Linkov <juri@jurta.org>
469
470 * dired.el (dired-auto-revert-buffer): New defcustom.
471 (dired-internal-noselect): Use it.
472
473 2009-12-04 Juri Linkov <juri@jurta.org>
474
475 Change roles of modes and functions in image-mode.el (Bug#5062).
476
477 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
478 in `auto-mode-alist'.
479 (image-mode-previous-major-mode): New variable.
480 (image-minor-mode-map): Rename from `image-mode-text-map'.
481 (image-mode): Move graceful error-handling code from
482 `image-minor-mode' to here. On errors call `image-mode-as-text'.
483 (image-minor-mode): Remove all image-handling code.
484 Replace `image-mode-text-map' with `image-minor-mode-map'.
485 Check for `image-type' in mode-line format string.
486 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
487 (image-mode-as-text): New function with most code from
488 `image-mode-maybe'.
489 (image-toggle-display-text): Move code that removes image
490 properties from `image-toggle-display' to here.
491 (image-toggle-display-image): New function with code that adds
492 image properties copied from `image-toggle-display'.
493 (image-toggle-display): Remove most code with leaving only code
494 that toggles between `image-mode-as-text' and `image-mode'.
495
496 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
497
498 * net/newst-treeview.el
499 (newsticker--treeview-list-highlight-start): Restored call to
500 save-excursion: Selected item was stuck.
501 (newsticker--treeview-list-select): New.
502 (newsticker--treeview-item-show-text)
503 (newsticker--treeview-item-show)
504 (newsticker--treeview-item-update): Use new
505 newsticker-treeview-item-mode.
506 (newsticker-treeview-update): Keep current item.
507 (newsticker-treeview-next-new-or-immortal-item): Doc change.
508 (newsticker--treeview-first-feed): Doc change.
509 (newsticker-treeview-list-menu)
510 (newsticker-treeview-item-menu): Added menu entries.
511 (newsticker-treeview-item-mode): New.
512
513 * net/newst-backend.el (newsticker-customize): delete other
514 windows.
515
516 2009-12-04 Sam Steingold <sds@gnu.org>
517
518 * log-view.el (log-view-mode-map): "q" calls quit-window,
519 like in all the other non-self-insert buffers.
520
521 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 Minor cleanup.
524 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
525 key decoding rather than do it manually via last-input-event +
526 ascii-character.
527 (term-exec): Use delete-and-extract-region.
528 (term-handle-ansi-terminal-messages): Remove unused var `end'.
529 (term-process-pager): Remove unused var `i'.
530 (term-dynamic-simple-complete): Make obsolete.
531 (serial-update-config-menu): Remove unused vars `y' and `str'.
532 (term-update-mode-line): Remove unused var `temp'.
533
534 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
535
536 Limit the number of log entries displayed by default.
537 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
538 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
539 using a prefix argument.
540
541 2009-12-03 Glenn Morris <rgm@gnu.org>
542
543 * progmodes/idlwave.el (class): Restore still useful declaration.
544
545 2009-12-03 Alan Mackenzie <acm@muc.de>
546
547 Enhance `c-parse-state' to run efficiently in "brace deserts".
548
549 * progmodes/cc-mode.el (c-basic-common-init):
550 Call c-state-cache-init.
551 (c-neutralize-syntax-in-and-mark-CPP): Rename from
552 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
553 placing `category' properties value 'c-cpp-delimiter at its boundaries.
554
555 * progmodes/cc-langs.el (c-before-font-lock-function):
556 c-extend-and-neutralize-syntax-in-CPP has been renamed
557 c-neutralize-syntax-in-and-mark-CPP.
558
559 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
560 with `category' properties now, not `syntax-table' ones.
561
562 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
563 enhanced (but slower) version of c-end-of-macro that won't land
564 inside a literal or on another awkward character.
565 (c-state-cache-too-far, c-state-cache-start)
566 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
567 (c-state-nonlit-pos-cache-limit, c-state-point-min)
568 (c-state-point-min-lit-type, c-state-point-min-lit-start)
569 (c-state-min-scan-pos, c-state-brace-pair-desert)
570 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
571 buffer local variables.
572 (c-state-literal-at, c-state-lit-beg)
573 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
574 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
575 (c-state-cache-top-paren, c-state-cache-after-top-paren)
576 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
577 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
578 (c-renarrow-state-cache)
579 (c-append-lower-brace-pair-to-state-cache)
580 (c-state-push-any-brace-pair, c-append-to-state-cache)
581 (c-remove-stale-state-cache)
582 (c-remove-stale-state-cache-backwards, c-state-cache-init)
583 (c-invalidate-state-cache-1, c-parse-state-1)
584 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
585 (c-parse-state): Enhance and refactor.
586 (c-debug-parse-state): Amend to deal with all the new variables.
587
588 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
589 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
590 modify to use category text properties rather than syntax-table ones.
591 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
592 to switch off/on the syntactic paren property of C++ template
593 delimiters using the category property.
594 (c-with-<->-as-parens-suppressed): Macro to invoke code with
595 template delims suppressed.
596 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
597 New constant/macros which apply category properties to the start
598 and end of preprocessor constructs.
599 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
600 "comment out" the syntactic value of characters in preprocessor
601 constructs.
602 (c-with-cpps-commented-out)
603 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
604 with characters in all or all but one preprocessor constructs
605 "commented out".
606
607 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
608
609 * proced.el (proced-filter-alist): Use regexp-quote.
610
611 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
612
613 Cleanup.
614 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
615 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
616 arguments. Expand `default-directory'.
617
618 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
619 the benefit of returning an expanded localname.
620 (tramp-tramp-file-p): Handle the case NAME is not a string.
621
622 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
623
624 Add support for bzr shelve/unshelve.
625 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
626 (vc-bzr-extra-menu-map): New variables.
627 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
628 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
629 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
630 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
631 (vc-bzr-dir-extra-headers): Display shelves.
632
633 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
634
635 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * textmodes/bibtex.el (bibtex-complete-internal):
638 Use completion-in-region.
639 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
640
641 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
642
643 Support applying stashes. Improve UI.
644 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
645 (vc-git-stash-apply, vc-git-stash-pop)
646 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
647 (vc-git-stash-menu): New functions.
648 (vc-git-stash-menu-map): New variable.
649 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
650
651 2009-12-03 Glenn Morris <rgm@gnu.org>
652
653 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
654 (vc-print-log-internal): Fix previous change.
655 (vc-revert): Correct pluralization.
656
657 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * progmodes/make-mode.el (makefile-special-targets-list): No need for
660 it to be an alist any more.
661 (makefile-complete): Use completion-in-region.
662
663 * progmodes/octave-mod.el (octave-complete-symbol):
664 Use completion-in-region.
665
666 Misc cleanup.
667 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
668 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
669 (idlwave-complete-class): Don't quote lambda.
670 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
671 (idlwave-mode-map): Move initialization into declaration.
672 (idlwave-action-and-binding): Use backquotes.
673 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
674 Simplify.
675 (idlwave-is-pointer-dereference): Remove unused var `pos'.
676 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
677 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
678 `parts', and `all-parts'.
679 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
680 (idlwave-convert-xml-system-routine-info): Remove unused string
681 `version-string'.
682 (idlwave-display-user-catalog-widget): Use dolist.
683 (idlwave-scanning-lib): Declare dynamically-scoped var.
684 (idlwave-scan-library-catalogs): Remove unused var `flags'.
685 (completion-highlight-first-word-only): Declare to silence bytecomp.
686 (idlwave-popup-select): Tighten scope of `resp'.
687 (idlwave-find-struct-tag): Remove unused var `beg'.
688 (idlwave-after-load-rinfo-hook): Declare.
689 (idlwave-sintern-class-info): Remove unused var `taglist'.
690 (idlwave-find-class-definition): Remove unused var `list'.
691 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
692 (idlwave-what-module-find-class): Remove unused var `classes'.
693
694 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
695
696 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
697
698 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
701 buffers visited. Remove redundant current-buffer-saving.
702
703 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 Use completion-in-buffer and remove uses of dynamic scoping.
706 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
707 (pascal-buffer-to-use, pascal-flag): Don't declare.
708 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
709 (pascal-get-completion-decl, pascal-keyword-completion):
710 Add `pascal-str' argument, save-excursion,
711 return the found completions, and don't filter with pascal-pred.
712 (pascal-completion-cache): New var.
713 (pascal-completion): Don't switch buffer any more (it was never
714 necessary). Don't save-excursion any more (it's done by the called
715 subroutines). Use a cache to avoid redundant computations.
716 Use complete-with-action rather than pascal-completion-response and
717 let it apply the predicate as well.
718 (pascal-complete-word): Use completion-in-buffer when
719 pascal-toggle-completions is nil.
720 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
721 not used any more.
722 (pascal-comp-defun): Don't change buffer any more.
723 Use complete-with-action rather than pascal-completion-response and
724 let it apply the predicate as well.
725 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
726 when neded.
727
728 2009-12-02 Kenichi Handa <handa@m17n.org>
729
730 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
731 shape for all Indic scripts.
732
733 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 Use completion-in-buffer.
736 * wid-edit.el (widget-field-text-end): New function.
737 (widget-field-value-get): Use it.
738 (widget-string-complete, widget-file-complete)
739 (widget-color-complete): Use it and completion-in-region.
740 (widget-complete): Don't narrow the buffer.
741
742 2009-12-02 Glenn Morris <rgm@gnu.org>
743
744 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
745 (rmail-select-summary): Use rmail-pop-to-buffer.
746 * mail/rmailsum.el: Replace all pop-to-buffer calls with
747 rmail-pop-to-buffer, to prevent horizontal splits.
748
749 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
750 save-excursion with save-current-buffer.
751 Widen before searching. (Bug#5093)
752 (diary-list-sexp-entries): Remove superfluous save-excursion.
753
754 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
755
756 * woman.el (woman-make-bufname): Handle man-pages with "." in the
757 name. (Bug#5038)
758
759 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
760
761 * ido.el (ido-file-internal): Handle filenames at point that do
762 not have a directory part. (Bug#5049)
763
764 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
765
766 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
767 (mpc-songs-jump-to, mpc-resume): Doc fixes.
768
769 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
770
771 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
772 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
773 any more.
774
775 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * comint.el (comint-insert-input): Ignore clicks to the right of
778 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
779
780 * vc.el (vc-print-log-internal): Don't wait for the process to
781 terminate before setting up the major mode.
782
783 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
784 in case.
785
786 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
787 the last element.
788
789 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
790
791 2009-12-01 Glenn Morris <rgm@gnu.org>
792
793 * window.el (window--display-buffer-2): Fix previous changes.
794
795 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
796
797 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
798
799 2009-12-01 Glenn Morris <rgm@gnu.org>
800
801 * Makefile.in (ELCFILES): Add mpc.elc.
802
803 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * mpc.el: New file.
806
807 2009-12-01 Glenn Morris <rgm@gnu.org>
808
809 * window.el (window-to-use): Define for compiler.
810
811 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
812 consistent with others (no final period).
813
814 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
815 (rmail-mime-show): Downcase the encoding. (Bug#5070)
816
817 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
818
819 Make vc-print-log buttons work.
820 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
821
822 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
823
824 * savehist.el (savehist-autosave-interval): Allow setting to nil
825 through customize. (Bug#5056)
826
827 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
828
829 Fix references to jit-lock properties.
830 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
831 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
832 (perl-font-lock-special-syntactic-constructs):
833 Quote jit-lock-defer-multiline property.
834
835 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
836
837 * vc-git.el (vc-git-registered): Call vc-git-root only once.
838
839 2009-11-30 Juri Linkov <juri@jurta.org>
840
841 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
842 value `buffer' of `multi-isearch-next-buffer-current-function'.
843 Use `(current-buffer)' when `buffer' is nil.
844 (multi-isearch-next-buffer-from-list): Don't fallback to
845 `(current-buffer)' when `buffer' is nil. (Bug#4947)
846
847 2009-11-30 Juri Linkov <juri@jurta.org>
848
849 * misearch.el (multi-isearch-read-buffers): Move canonicalization
850 of buffers with `get-buffer' to `multi-isearch-buffers'.
851 (multi-isearch-buffers, multi-isearch-buffers-regexp):
852 Canonicalize BUFFERS with `get-buffer'. Doc fix.
853 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
854 FILES with `expand-file-name' converting relative file names
855 to absolute. Doc fix. (Bug#4727)
856
857 2009-11-30 Juri Linkov <juri@jurta.org>
858
859 * misearch.el (multi-isearch-read-buffers)
860 (multi-isearch-read-matching-buffers): New functions.
861 (multi-isearch-buffers, multi-isearch-buffers-regexp):
862 Use them in the `interactive' spec. Doc fix.
863 (multi-isearch-read-files, multi-isearch-read-matching-files):
864 New functions.
865 (multi-isearch-files, multi-isearch-files-regexp):
866 Use them in the `interactive' spec. Doc fix. (Bug#4725)
867
868 2009-11-30 Juri Linkov <juri@jurta.org>
869
870 * doc-view.el (doc-view-continuous):
871 Rename from `doc-view-continuous-mode'.
872 (doc-view-menu): Move "Toggle display" to the top.
873 Add submenu "Continuous" with radio buttons "Off"/"On"
874 and "Save as Default".
875 (doc-view-scroll-up-or-next-page)
876 (doc-view-scroll-down-or-previous-page)
877 (doc-view-next-line-or-next-page)
878 (doc-view-previous-line-or-previous-page): Rename
879 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
880
881 2009-11-30 Juri Linkov <juri@jurta.org>
882
883 * comint.el (comint-mode-map): Rebind `M-r' from
884 `comint-previous-matching-input' to
885 `comint-history-isearch-backward-regexp'.
886 Unbind `M-s' to allow global key binding `M-s'.
887 Add menu items for `comint-history-isearch-backward' and
888 `comint-history-isearch-backward-regexp'. (Bug#3746)
889
890 2009-11-30 Juri Linkov <juri@jurta.org>
891
892 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
893 For def=recenter, replace `recenter' with `recenter-top-bottom'
894 that is called with `this-command' and `last-command' let-bound
895 to `recenter-top-bottom'. When the last `def' was not `recenter',
896 set `recenter-last-op' to nil. (Bug#4981)
897
898 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 Minor cleanup and simplification.
901 * filecache.el (file-cache-add-directory)
902 (file-cache-add-directory-recursively)
903 (file-cache-add-from-file-cache-buffer)
904 (file-cache-delete-file-regexp, file-cache-delete-directory)
905 (file-cache-files-matching-internal, file-cache-display): Use dolist.
906 (file-cache-temp-minibuffer-message): Delete function.
907 (file-cache-minibuffer-complete): Use minibuffer-message instead.
908
909 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
910 Don't signal an error when bumping into EOB in tr, s, or y.
911
912 2009-11-29 Juri Linkov <juri@jurta.org>
913
914 * startup.el (fancy-about-text): Fix wording of Guided Tour.
915 (Bug#4960)
916
917 * descr-text.el (describe-char-unidata-list): Use lowercase name
918 for "Unicode name" like in other tags.
919
920 2009-11-29 Juri Linkov <juri@jurta.org>
921
922 * ediff-util.el (ediff-minibuffer-with-setup-hook):
923 New compatibility macro.
924 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
925
926 2009-11-29 Juri Linkov <juri@jurta.org>
927
928 Add defcustom to define the cycling order of `recenter-top-bottom'.
929 (Bug#4981)
930
931 * window.el (recenter-last-op): Doc fix.
932 (recenter-positions): New defcustom.
933 (recenter-top-bottom): Rewrite to use `recenter-positions'.
934 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
935
936 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
937
938 Improve integration of Tramp and ange-ftp in eshell.
939
940 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
941 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
942 (eshell/sudo): Flatten args. Let-bind `default-directory'.
943
944 * eshell/esh-util.el (top): Require also Tramp when compiling.
945 (eshell-directory-files-and-attributes): Check for FTP remote
946 connection.
947 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
948 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
949 (eshell-file-attributes): Handle ".". Return `entry'.
950
951 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
952 (ange-ftp-directory-files-and-attributes)
953 (ange-ftp-real-directory-files-and-attributes): New defuns.
954
955 * net/tramp.el (tramp-maybe-open-connection): Open the remote
956 shell with "exec" when possible. This prevents trailing prompts
957 in `start-file-process'.
958
959 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 Try and remove assumptions about point-min==1.
962 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
963 (rng-compute-mode-line-string): Show the validation percentage in
964 terms of the narrowed text, not the widened text.
965 (rng-do-some-validation): Don't catch internal errors when debugging.
966 (rng-first-error): Simplify.
967 (rng-after-change-function): Remove work around. AFAIK the bug has
968 been fixed a while ago.
969
970 * image-mode.el (image-minor-mode): Exit more gracefully when the image
971 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
972
973 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
974
975 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
976 `cd' doesn't always do it for us (bug#5067).
977
978 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
979 on 2009-10-25 as part of some other change (bug#5067).
980
981 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
984 `suspicious'.
985 (byte-compile-warnings): Use byte-compile-warning-types.
986 (byte-compile-save-excursion): Warn about use of set-buffer right
987 after save-excursion.
988
989 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
990 the excursion as well.
991
992 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
993
994 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
995 providing a Tramp related implementation of "su" and "sudo".
996 (eshell-unix-initialize): Add "su" and "sudo".
997
998 2009-11-27 Daiki Ueno <ueno@unixuser.org>
999
1000 * net/socks.el (socks-send-command): Convert binary request to
1001 unibyte before sending. This fixes mishandling of some port
1002 numbers such as 129.
1003
1004 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * help.el (describe-bindings-internal): Remove `interactive'.
1007
1008 * man.el (Man-completion-table): Trim a terminating "(".
1009 Remove the space between name page a section.
1010 Add the command's description on the `help-echo' property.
1011 Remove `process-connection-type' binding since it's unused by
1012 call-process.
1013 Provide completion for the "<section> <name>" format as well.
1014 (Man-default-man-entry): Remove spurious var shadowing the argument.
1015
1016 2009-11-26 Kevin Ryde <user42@zip.com.au>
1017
1018 * log-view.el: Add "Keywords: tools", since its other keywords
1019 aren't in finder-known-keywords, and following vc.el.
1020
1021 * sha1.el (sha1-string-external): default-directory "/" in case
1022 otherwise non-existent. process-connection-type pipe for touch of
1023 efficiency recommended by elisp manual. (An aside in Bug#3911.)
1024
1025 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 Misc coding convention cleanups.
1028 * htmlfontify.el (hfy-init-kludge-hook): Rename from
1029 hfy-init-kludge-hooks.
1030 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1031 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1032 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
1033 and push.
1034 (hfy-slant, hfy-weight): Use tables rather than code.
1035 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
1036 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
1037 (hfy-face-attr-for-class): Initialize `face-spec' directly.
1038 (hfy-face-to-css): Remove `nconc' with single arg.
1039 (hfy-p-to-face-lennart): Use `or'.
1040 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
1041 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
1042 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
1043 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
1044 (hfy-force-fontification): Use run-hooks.
1045
1046 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
1047
1048 Various minor fixes.
1049 * htmlfontify.el (hfy-default-header): Add toggle_invis since
1050 Javascript belongs in the header, not the body.
1051 (hfy-javascript): Remove.
1052 (hfy-fontify-buffer): Don't insert it any more.
1053 (hfy-face-at): Handle (face0 face1 face2) style face properties.
1054 Fix bug in invis handling when there were no invis props in a chunk.
1055
1056 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
1059
1060 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1061
1062 * finder.el (finder-mode-map): Add a menu.
1063
1064 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
1065
1066 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
1067 "unsigned" structs.
1068
1069 (verilog-leap-to-head, verilog-backward-token): Handle "disable
1070 fork" statement better.
1071
1072 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
1073
1074 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
1075 (verilog-delete-empty-auto-pair, verilog-library-filenames):
1076 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
1077
1078 (verilog-auto-inst, verilog-auto-star-safe)
1079 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
1080 Fix removing "// Interfaces" when saving .* expansions. Reported by
1081 Pierre-David Pfister.
1082
1083 2009-11-26 Glenn Morris <rgm@gnu.org>
1084
1085 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
1086 the scope.
1087
1088 2009-11-25 Johan Bockgård <bojohan@gnu.org>
1089
1090 * vc-annotate.el (vc-annotate-revision-previous-to-line):
1091 Really use previous revision.
1092
1093 2009-11-25 Kevin Ryde <user42@zip.com.au>
1094
1095 * man.el (Man-completion-table): default-directory "/" in case
1096 doesn't otherwise exist. process-environment COLUMNS=999 so as
1097 not to truncate long names. process-connection-type pipe to avoid
1098 any chance of hitting the pseudo-tty TIOCGWINSZ.
1099 (man): completion-ignore-case t for friendliness and since man
1100 itself is case-insensitive on the command line.
1101 Further to Bug#3717.
1102
1103 * arc-mode.el: Add "Keywords: files", so the details in its
1104 commentary can be reached from finder-by-keyword.
1105 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
1106 editing mode, but it's comms related and sgml-mode.el has "comm"
1107 on that basis too.
1108 * textmodes/bibtex-style.el: Add "Keywords: tex".
1109 * international/isearch-x.el, international/ja-dic-cnv.el:
1110 * international/ja-dic-utl.el, international/kkc.el:
1111 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
1112
1113 2009-11-25 Juri Linkov <juri@jurta.org>
1114
1115 * man.el (Man-completion-table): Modify regexp to include
1116 section names to completion strings. (Bug#3717)
1117
1118 2009-11-25 Juri Linkov <juri@jurta.org>
1119
1120 Search recursively in gzipped files. (Bug#4982)
1121
1122 * progmodes/grep.el (grep-highlight-matches): Add new options
1123 `always' and `auto'. Doc fix.
1124 (grep-process-setup): Check `grep-highlight-matches' for
1125 `auto-detect' to determine the need to compute grep defaults.
1126 Move Windows/DOS specific --colors settings handling
1127 to `grep-compute-defaults'. Check `grep-highlight-matches'
1128 to get the value of "--color=".
1129 (grep-compute-defaults): Compute `grep-highlight-matches' when it
1130 has the value `auto-detect'. Move Windows/DOS specific settings
1131 from `grep-process-setup'.
1132 (zrgrep): New command with alias `rzgrep'.
1133
1134 2009-11-25 Juri Linkov <juri@jurta.org>
1135
1136 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
1137 to nil instead of switching off view-mode. (Bug#4896)
1138
1139 2009-11-25 Juri Linkov <juri@jurta.org>
1140
1141 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
1142
1143 * mwheel.el (mwheel-scroll-up-function)
1144 (mwheel-scroll-down-function): New defvars.
1145 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
1146 `scroll-up', and `mwheel-scroll-down-function' instead of
1147 `scroll-down'.
1148
1149 * doc-view.el (doc-view-scroll-up-or-next-page)
1150 (doc-view-scroll-down-or-previous-page): Add optional ARG.
1151 Use this ARG in the call to image-scroll-up/image-scroll-down.
1152 Change `interactive' spec to "P". Goto next/previous page only
1153 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
1154 SPC/DEL case). Doc fix.
1155 (doc-view-next-line-or-next-page)
1156 (doc-view-previous-line-or-previous-page): Rename arg to ARG
1157 for consistency.
1158 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
1159 `doc-view-scroll-up-or-next-page', and buffer-local
1160 `mwheel-scroll-down-function' to
1161 `doc-view-scroll-down-or-previous-page'.
1162
1163 2009-11-25 Juri Linkov <juri@jurta.org>
1164
1165 Provide additional default values (directories at other Dired
1166 windows) via M-n in the minibuffer of some Dired commands.
1167
1168 * dired-aux.el (dired-diff, dired-compare-directories)
1169 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
1170 `minibuffer-default' in `minibuffer-with-setup-hook'.
1171 (dired-dwim-target-directory): Find a window that displays Dired
1172 buffer instead of failing when the next window is not Dired.
1173 Use `get-window-with-predicate' to find for the next Dired window.
1174 (dired-dwim-target-defaults): New function.
1175
1176 * ediff-util.el (ediff-read-file-name):
1177 Use `dired-dwim-target-defaults' to set `minibuffer-default'
1178 in `minibuffer-with-setup-hook'.
1179
1180 2009-11-25 Juri Linkov <juri@jurta.org>
1181
1182 Provide additional default values (file name at point or at the
1183 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
1184
1185 * minibuffer.el (read-file-name-defaults): New function.
1186 (read-file-name): Reset `minibuffer-default' to nil when
1187 it duplicates initial input `insdef'.
1188 Bind `minibuffer-default-add-function' to lambda that
1189 calls `read-file-name-defaults' in `minibuffer-selected-window'.
1190 (minibuffer-insert-file-name-at-point): New command.
1191
1192 * files.el (file-name-at-point-functions): New defcustom.
1193 (find-file-default): Remove defvar.
1194 (find-file-read-args): Don't use `find-file-default'.
1195 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1196 to `read-file-name'.
1197 (find-file-literally): Use `read-file-name' with
1198 `confirm-nonexistent-file-or-buffer'.
1199
1200 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
1201
1202 * dired.el (dired-read-dir-and-switches):
1203 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1204 to `read-file-name'.
1205 (dired-file-name-at-point): New function.
1206 (dired-mode): Add hook `dired-file-name-at-point' to
1207 `file-name-at-point-functions'.
1208
1209 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 Really make the *Completions* window soft-dedicated (bug#5030).
1212 * window.el (window--display-buffer-2): Add `dedicated' argument.
1213 (display-buffer): Pass it when needed so the dedicated flag is set
1214 after calling set-window-buffer, which would otherwise reset it.
1215
1216 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * progmodes/meta-mode.el (meta-complete-symbol):
1219 * progmodes/etags.el (complete-tag):
1220 * mail/mailabbrev.el (mail-abbrev-complete-alias):
1221 Use completion-in-region.
1222
1223 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
1224 (dabbrev-completion): Use completion-in-region.
1225 (dabbrev--abbrev-at-point): Simplify regexp.
1226
1227 * abbrev.el (abbrev--before-point): Use word-motion functions
1228 if :regexp is not specified (bug#5031).
1229
1230 * subr.el (string-prefix-p): New function.
1231
1232 * man.el (Man-completion-cache): New var.
1233 (Man-completion-table): Use it.
1234
1235 * vc.el (vc-print-log-internal): Make `limit' optional for better
1236 compatibility (e.g. with vc-annotate.el).
1237
1238 2009-11-24 Kevin Ryde <user42@zip.com.au>
1239
1240 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
1241 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
1242
1243 * emacs-lisp/elint.el (elint-add-required-env): Better error message
1244 when .el source file not found or other error.
1245
1246 2009-11-24 Markus Triska <markus.triska@gmx.at>
1247
1248 * linum.el (linum-update-window): Ignore intangible (bug#4996).
1249
1250 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 Handle the [back] button properly (bug#4979).
1253 * descr-text.el (describe-text-properties): Add a `buffer' argument.
1254 Use help-setup-xref, help-buffer, and with-help-window.
1255 (describe-char): Add `buffer' argument.
1256 Pass proper command to help-setup-xref. Don't meddle with
1257 help-xref-stack-item directly.
1258 (describe-text-category): Use with-help-window and help-buffer.
1259
1260 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
1261 for the displayed buffer (bug#4887).
1262
1263 * man.el (Man-completion-table): New function.
1264 (man): Use it.
1265
1266 2009-11-24 David Reitter <david.reitter@gmail.com>
1267
1268 * vc-git.el (vc-git-registered): Use checkout directory (where
1269 .git is) rather than the file's directory and a relative path spec
1270 to work around a bug in git.
1271
1272 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
1273
1274 Improve handling of processes on remote hosts.
1275
1276 * eshell/esh-util.el (eshell-path-env): New defvar.
1277 (eshell-parse-colon-path): New defun.
1278 (eshell-file-attributes): Use `eshell-parse-colon-path'.
1279
1280 * eshell/esh-ext.el (eshell-search-path):
1281 Use `eshell-parse-colon-path'.
1282 (eshell-remote-command): Remove argument HANDLER.
1283 (eshell-external-command): Check for FTP remote connection.
1284
1285 * eshell/esh-proc.el (eshell-gather-process-output):
1286 Use `file-truename', in order to start also symlinked files.
1287 Apply `start-file-process' instead of `start-process'.
1288 Shorten `command' to the local file name part.
1289
1290 * eshell/em-cmpl.el (eshell-complete-commands-list):
1291 Use `eshell-parse-colon-path'.
1292
1293 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
1294
1295 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
1296 to `eshell-directory-change-hook'.
1297
1298 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
1299
1300 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
1301 because it could be enabled automatically if view-read-only is non-nil.
1302
1303 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
1304
1305 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
1306 made on 2009-11-22.
1307
1308 2009-11-24 Glenn Morris <rgm@gnu.org>
1309
1310 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
1311 deleted variable bookmark-bmenu-bookmark-column.
1312
1313 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1314 Move after definition of global-semantic-idle-tag-highlight-mode.
1315
1316 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1319
1320 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
1321
1322 * net/browse-url.el (browse-url-filename-alist): On Windows, add
1323 two slashes to the "file:" prefix.
1324 (browse-url-file-url): De-munge Cygwin filenames before passing
1325 them to Windows browser.
1326 (browse-url-default-windows-browser): Use call-process.
1327
1328 2009-11-23 Juri Linkov <juri@jurta.org>
1329
1330 Implement DocView Continuous mode. (Bug#4896)
1331 * doc-view.el (doc-view-continuous-mode): New defcustom.
1332 (doc-view-mode-map): Bind C-n/<down> to
1333 `doc-view-next-line-or-next-page', C-p/<up> to
1334 `doc-view-previous-line-or-previous-page'.
1335 (doc-view-next-line-or-next-page)
1336 (doc-view-previous-line-or-previous-page): New commands.
1337
1338 2009-11-23 Juri Linkov <juri@jurta.org>
1339
1340 Implement Isearch in comint input history. (Bug#3746)
1341 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1342 `isearch-mode-hook'.
1343 (comint-history-isearch): New defcustom.
1344 (comint-history-isearch-backward)
1345 (comint-history-isearch-backward-regexp): New commands.
1346 (comint-history-isearch-message-overlay): New buffer-local variable.
1347 (comint-history-isearch-setup, comint-history-isearch-end)
1348 (comint-goto-input, comint-history-isearch-search)
1349 (comint-history-isearch-message, comint-history-isearch-wrap)
1350 (comint-history-isearch-push-state)
1351 (comint-history-isearch-pop-state): New functions.
1352
1353 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
1354
1355 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
1356 return.
1357 (tramp-handle-make-symbolic-link)
1358 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1359 Quote file names.
1360 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1361 (tramp-handle-process-file): Use it.
1362
1363 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * window.el (move-to-window-line-last-op): Remove.
1366 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1367
1368 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1369
1370 Make M-r mirror the new cycling behavior of C-l.
1371 * window.el (move-to-window-line-last-op): New var.
1372 (move-to-window-line-top-bottom): New command.
1373 (global-map): Bind M-r move-to-window-line-top-bottom.
1374
1375 2009-11-23 Sven Joachim <svenjoac@gmx.de>
1376
1377 * dired-x.el (dired-guess-shell-alist-default):
1378 Support xz format. (Bug#4953)
1379
1380 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * cedet/srecode/map.el (srecode-get-maps):
1383 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1384 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1385 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1386 (semantic-toggle-decoration-style):
1387 * cedet/semantic/decorate/include.el
1388 (semantic-decoration-include-describe)
1389 (semantic-decoration-unknown-include-describe)
1390 (semantic-decoration-unparsed-include-describe)
1391 (semantic-decoration-all-include-summary):
1392 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1393 * cedet/semantic/analyze/complete.el
1394 (semantic-analyze-possible-completions):
1395 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1396 (semantic-show-unmatched-syntax-mode)
1397 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1398 (semantic-highlight-func-mode):
1399 * cedet/semantic/util.el (semantic-describe-buffer):
1400 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1401 (semantic-symref-find-tags-by-name)
1402 (semantic-symref-find-tags-by-regexp)
1403 (semantic-symref-find-tags-by-completion)
1404 (semantic-symref-find-file-references-by-name)
1405 (semantic-symref-find-text):
1406 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1407 (senator-yank-tag):
1408 * cedet/semantic/scope.el (semantic-calculate-scope):
1409 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1410 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1411 (define-semantic-idle-service):
1412 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1413 (semantic-complete-analyze-inline-idle):
1414 * cedet/semantic/analyze.el (semantic-analyze-current-context):
1415 * cedet/mode-local.el (describe-mode-local-bindings)
1416 (describe-mode-local-bindings-in-mode):
1417 * cedet/ede/make.el (ede-make-check-version):
1418 * cedet/ede/locate.el (ede-enable-locate-on-project):
1419 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1420 (cedet-idutils-version-check):
1421 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1422 (cedet-gnu-global-version-check):
1423 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1424 (cedet-cscope-version-check): Use called-interactively-p instead
1425 of interactive-p.
1426
1427 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1428 Use semantic-format-tag-prototype.
1429
1430 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1431
1432 * emulation/viper-cmd.el: Use viper-last-command-char instead of
1433 last-command-char/last-command-event.
1434 (viper-prefix-arg-value): Do correct conversion of event-char for
1435 XEmacs.
1436
1437 * emulation/viper-util.el, emulation/viper.el:
1438 Use viper-last-command-char instead of
1439 last-command-char/last-command-event.
1440
1441 * ediff-init.el, ediff-mult.el, ediff-util.el:
1442 Replace last-command-char and last-command-event
1443 with (ediff-last-command-char) everywhere.
1444
1445 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1446 created in fundamental mode.
1447
1448 * ediff.el (ediff-version): Revert the change of interactive-p to
1449 called-interactively-p.
1450
1451 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
1452
1453 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1454 generation from word-movement command names.
1455
1456 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1459 (semantic-complete-jump-local, semantic-complete-jump):
1460 Improve prompt string.
1461
1462 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1463
1464 * cus-start.el (all): Add native condition for font-use-system-font.
1465
1466 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
1467
1468 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1469 Correct the patch from 2009-11-18. (Bug#3910)
1470
1471 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
1472
1473 * progmodes/subword.el: Rename from lisp/subword.el.
1474
1475 * subword.el: Rename to progmodes/subword.el.
1476
1477 * Makefile.in (ELCFILES): Adapt to subword.el move.
1478
1479 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1480 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1483 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1484 (bookmark-bmenu-show-filenames): Use push.
1485 (bookmark-bmenu-hide-filenames): Use local var instead of
1486 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
1487 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1488 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1489 filenames now that the bookmark names are always available.
1490
1491 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1494 (bookmark-search-pattern): Move and leave unbound.
1495 (bookmark-bmenu-mode-map): Change binding.
1496 (bookmark-read-search-input): Simplify.
1497 Don't use text-char-description. Don't error on non-char events.
1498 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1499 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1500 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1501 Use a local var for the timer.
1502 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1503 (i.e. bookmark-bmenu-search).
1504
1505 2009-11-21 Glenn Morris <rgm@gnu.org>
1506
1507 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
1508
1509 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1510
1511 * net/browse-url.el (browse-url-default-windows-browser):
1512 Use cygstart for cygwin.
1513
1514 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
1515
1516 * bookmark.el: Formatting and doc fixes only:
1517 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1518 (bookmark-bmenu-search): Wrap to fit within 80 columns.
1519 Minor grammar and punctuation fixes in doc string.
1520 (bookmark-read-search-input): Adjust to fit within 80 columns.
1521
1522 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1523
1524 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1525 (c-backward-into-nomenclature): Adapt to subword renaming.
1526
1527 * subword.el (subword-forward, subword-backward, subword-mark)
1528 (subword-kill, subword-backward-kill, subword-transpose)
1529 (subword-downcase, subword-upcase, subword-capitalize)
1530 (subword-forward-internal, subword-backward-internal):
1531 Rename from forward-subword, backward-subword, mark-subword,
1532 kill-subword, backward-kill-subword, transpose-subwords,
1533 downcase-subword, upcase-subword, capitalize-subword,
1534 forward-subword-internal, backward-subword-internal.
1535
1536 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1537
1538 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1539 New options.
1540 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1541 New vars.
1542 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1543 (bookmark-bmenu-filter-alist-by-regexp)
1544 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1545 (bookmark-bmenu-search): New command.
1546 (bookmark-bmenu-mode-map): Bind it.
1547
1548 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1551
1552 * cedet/semantic/idle.el (define-semantic-idle-service)
1553 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1554
1555 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1556
1557 * progmodes/cc-cmds.el: declare-functioned forward-subword and
1558 backward-subword to quit the byte-compiler.
1559
1560 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1561
1562 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1563
1564 * progmodes/cc-cmds.el (c-update-modeline)
1565 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1566 Refer to subword.el functions instead of cc-subword.el.
1567
1568 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1569 subword.el functions instead of cc-subword.el.
1570
1571 * progmodes/cc-subword.el: Rename to subword.el.
1572 * subword.el: Rename from progmodes/cc-subword.el.
1573 (subword-mode-map): Rename from c-subword-mode-map.
1574 (subword-mode): Rename from c-subword-mode.
1575 (global-subword-mode): New global minor mode.
1576 (forward-subword): Rename from c-forward-subword.
1577 (backward-subword): Rename from c-backward-subword.
1578 (mark-subword): Rename from c-mark-subword.
1579 (kill-subword): Rename from c-kill-subword.
1580 (backward-kill-subword): Rename from c-backward-kill-subword.
1581 (transpose-subwords): Rename from c-tranpose-subword.
1582 (downcase-subword): Rename from c-downcase-subword.
1583 (capitalize-subword): Rename from c-capitalize-subword.
1584 (forward-subword-internal): Rename from c-forward-subword-internal.
1585 (backward-subword-internal): Rename from c-backward-subword-internal.
1586
1587 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1588
1589 * vc.el (vc-deduce-fileset): Allow non-state changing operations
1590 from a dired buffer.
1591 (vc-dired-deduce-fileset): New function.
1592 (vc-root-diff, vc-print-root-log): Use it.
1593
1594 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1595 nil LIMIT argument to vc-print-log-internal.
1596
1597 2009-11-20 Glenn Morris <rgm@gnu.org>
1598
1599 * Makefile.in (ELCFILES): Regenerate.
1600
1601 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1604
1605 * cedet/semantic.el: Enable idle-mode menu items only if
1606 global-semantic-idle-scheduler-mode is enabled.
1607 (semantic-default-submodes): Doc fix.
1608
1609 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1610 When turning off, disable other idle modes.
1611
1612 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
1613
1614 * calc/calc.el (calc-set-mode-line):
1615 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1616 (math-format-number): Rename `math-format-complement-signed' to
1617 `math-format-twos-complement'.
1618
1619 * calc/calc-bin.el (math-format-twos-complement): Rename from
1620 math-format-complement-signed.
1621 (calc-radix): Rename `calc-complement-signed-mode' to
1622 `calc-twos-complement-mode'.
1623 (calc-octal-radix, calc-hex-radix): Add an argument for
1624 two's complement.
1625
1626 * calc/calc-embed.el (calc-embedded-mode-vars):
1627 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1628
1629 * calc/calc-ext.el (calc-init-extensions):
1630 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1631 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1632
1633 * calc/calc-units.el (math-build-units-table-buffer):
1634 Let `calc-twos-complement-mode' be nil.
1635
1636 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1637 entries.
1638
1639 * calc/calc-vec.el (calcFunc-vunpack):
1640 * calc/calc-aent.el (calc-do-calc-eval):
1641 * calc/calc-forms.el (math-format-date):
1642 * calc/calc-graph.el (calc-graph-plot):
1643 * calc/calc-math.el (math-use-emacs-fn):
1644 * calc/calccomp.el (math-compose-expr):
1645 Let `calc-twos-complement-mode' be nil.
1646
1647 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1650 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
1651 * minibuffer.el (completion-in-region-functions): New hook.
1652 (completion-in-region): New function.
1653 * emacs-lisp/lisp.el (lisp-complete-symbol):
1654 * pcomplete.el (pcomplete-std-complete): Use it.
1655
1656 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1659 (latex-complete-alist): New vars.
1660 (latex-string-prefix-p, latex-complete-bibtex-keys)
1661 (latex-complete-envnames, latex-complete-refkeys)
1662 (latex-complete-data): New functions.
1663 (latex-complete, latex-indent-or-complete): New commands.
1664
1665 * window.el (display-buffer-mark-dedicated): New var.
1666 (display-buffer): Obey it.
1667 * minibuffer.el (minibuffer-completion-help): Use it.
1668
1669 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1670
1671 * filecache.el (file-cache-add-file): Use push and cons.
1672 (file-cache-delete-file-regexp): Use push.
1673 (file-cache-complete): Use completion-in-region.
1674
1675 * simple.el (with-wrapper-hook): Fix thinko.
1676
1677 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1678 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1679 Use with-current-buffer and string-to-number.
1680 (hfy-fallback-colour-values): Use assoc-string.
1681 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1682 (hfy-face-at): Remove unused var `found-face'.
1683 (hfy-compile-stylesheet): Remove unused var `css'.
1684 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1685 and `orig-buffer'.
1686 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1687 Use with-current-buffer.
1688 (hfy-text-p): Use expand-file-name and fewer setq.
1689
1690 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
1691
1692 * htmlfontify.el, hfy-cmap.el: New files.
1693
1694 2009-11-19 Juri Linkov <juri@jurta.org>
1695
1696 * minibuffer.el (completions-format): New defcustom.
1697 (completion--insert-strings): Implement vertical format.
1698
1699 * simple.el (switch-to-completions): Move point to the first
1700 completion when point was at the beginning of the buffer.
1701
1702 2009-11-19 Juri Linkov <juri@jurta.org>
1703
1704 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
1705
1706 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1707
1708 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
1709
1710 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1711 (mail-signature): Change default to t.
1712 (mail-from-style): Deprecate `system-default' value.
1713 (mail-insert-from-field): For default value of mail-from-style,
1714 default to `angles' unless `angles' needs quoting and `parens'
1715 does not.
1716 (mail-citation-prefix-regexp): Use citation regexp from
1717 message-mode.
1718
1719 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
1720
1721 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1722 Set variables for computing the prompt for reading password.
1723
1724 2009-11-19 Glenn Morris <rgm@gnu.org>
1725
1726 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
1727
1728 * textmodes/flyspell.el (sgml-lexical-context): Declare.
1729
1730 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1731 (newsticker-treeview-listwindow-height): Fix custom type.
1732
1733 2009-11-19 Kenichi Handa <handa@m17n.org>
1734
1735 * descr-text.el (describe-char-padded-string): Compose with TAB
1736 only if there's a font for CH.
1737 (describe-char): Fix the condition for detecting a trivial composition.
1738
1739 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
1740
1741 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1742 more accurate version of the regexp. (Bug#3910)
1743
1744 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1745
1746 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1747
1748 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * font-setting.el (font-use-system-font): Declare for byte-compiler.
1751 (font-setting-change-default-font): Fix typo in docstring.
1752
1753 2009-11-18 Alan Mackenzie <acm@muc.de>
1754
1755 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1756
1757 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1758
1759 * font-setting.el (font-use-system-font): Move ...
1760
1761 * cus-start.el (all): ... to here.
1762
1763 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
1764
1765 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1766 Don't set `ad-return-value' if `ad-do-it' doesn't.
1767
1768 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1769 modification time.
1770
1771 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1772
1773 * menu-bar.el: Put "Use system font" in Option-menu.
1774 (menu-bar-options-save): Add font-use-system-font.
1775
1776 * loadup.el: If feature system-font-setting or font-render-setting is
1777 there, load font-setting.
1778
1779 * Makefile.in (ELCFILES): Add font-settings.el.
1780 * font-setting.el: New file.
1781
1782 2009-11-17 Glenn Morris <rgm@gnu.org>
1783
1784 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1785
1786 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1787 Preserve point in the list buffer. (Bug#4939)
1788 Use point-at-eol.
1789 (newsticker--treeview-list-update-highlight)
1790 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1791
1792 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1793
1794 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1795 Remove.
1796
1797 * calc/calc-ext.el (calc-init-extensions): Remove references to
1798 symclip.
1799
1800 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1801
1802 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1803 * calc/calc-help.el (calc-b-prefix-help): Remove references to
1804 `calc-symclip'.
1805
1806 2009-11-16 Kevin Ryde <user42@zip.com.au>
1807
1808 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1809 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1810
1811 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1812 (lm-keywords-list): Allow comma-only separator like "foo,bar".
1813 Ignore trailing spaces by omit-nulls to split-string (fixing
1814 regression from Emacs 21 due to the incompatible split-string
1815 change). (Bug #4928.)
1816
1817 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1818
1819 * vc.el (vc-log-show-limit): Default to 2000.
1820 (vc-print-log-internal): Insert buttons to request more entries
1821 when limiting the output.
1822
1823 * vc-sccs.el (vc-sccs-print-log):
1824 * vc-rcs.el (vc-rcs-print-log):
1825 * vc-cvs.el (vc-cvs-print-log):
1826 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1827 LIMIT is non-nil.
1828
1829 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1830
1831 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1832 error when `tramp-gvfs-dbus-event-vector' is set.
1833 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1834
1835 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1838
1839 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1840
1841 * net/dbus.el (dbus-unregister-service): New defun.
1842 (dbus-register-property): Register the handlers of
1843 "org.freedesktop.DBus.Properties" for SERVICE.
1844 (dbus-property-handler): Fix docstring.
1845
1846 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1847
1848 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1849 Quote doc string reference in defvaralias as it is not in special form.
1850 (byte-compile-output-docform): Doc fix.
1851
1852 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1853
1854 * calc/calc.el (math-2-word-size, math-half-2-word-size)
1855 (calc-complement-signed-mode): New variables.
1856 (calc-set-mode-line): Add indicator for twos-complements.
1857 (math-format-number): Format twos-complement notation.
1858
1859 * calc/calc-bin.el (calc-word-size): Reset the variables
1860 `math-2-word-size' and `math-half-2-word-size'.
1861 (math-format-complement-signed, math-symclip, calcFunc-symclip)
1862 (calc-symclip): New functions.
1863
1864 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1865
1866 * calc/calc-embed.el (calc-embedded-mode-vars):
1867 Add `calc-complement-signed-mode' to the list of modes.
1868
1869 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1870 (calc-b-oper-keys): Add `calc-symclip' to list.
1871
1872 * calc/calc-ext.el (math-read-number-fancy): Read complement
1873 signed numbers.
1874 (calc-init-extensions): Add binding for `calc-symclip'.
1875 Add autoload for `calcFunc-symclip' and `calc-symclip'.
1876
1877 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1878 `calc-symclip'.
1879 (calc-modes-menu): Add item for twos complement mode.
1880
1881 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1882
1883 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * register.el (jump-to-register, insert-register): Handle Semantic
1886 tags. From commented-out advice in semantic/senator.el.
1887
1888 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1889
1890 * vc.el (vc-log-show-limit): New variable.
1891 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
1892 when using a prefix argument.
1893 (vc-print-log-internal): Add new argument LIMIT.
1894
1895 * vc-svn.el (vc-svn-print-log):
1896 * vc-mtn.el (vc-mtn-print-log):
1897 * vc-hg.el (vc-hg-print-log):
1898 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1899 pass it to the log command when set. Make the BUFFER argument
1900 non-optional.
1901
1902 * vc-sccs.el (vc-sccs-print-log):
1903 * vc-rcs.el (vc-rcs-print-log):
1904 * vc-git.el (vc-git-print-log):
1905 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1906 ignore it. Make the BUFFER argument non-optional
1907
1908 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1909
1910 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * dired.el (dired-mode-map): Move encryption items to "Operate"
1913 menu (Bug#4703).
1914
1915 * strokes.el (strokes-update-window-configuration): Make strokes
1916 buffer current before erasing (Bug#4906).
1917
1918 * cedet/semantic/idle.el (semantic-idle-summary-mode)
1919 (semantic-idle-summary-mode): Define using define-minor-mode
1920 instead of define-semantic-idle-service.
1921 (semantic-idle-summary-mode): New function.
1922 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1923 that mouse motion does not reset the echo area.
1924
1925 2009-11-15 Juri Linkov <juri@jurta.org>
1926
1927 * simple.el (set-mark-default-inactive): Add :type, :group
1928 and :version. (Bug#4876)
1929
1930 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
1931
1932 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1933 (archive-unique-fname): ... here. (Bug#4929)
1934
1935 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1938 with a real fix.
1939
1940 * novice.el (disabled-command-function): Add useful args.
1941 Setup the help buffer so that [back] works.
1942 Remove redundant call to help-mode.
1943 (disabled-command-function): Use `case'.
1944 (en/disable-command): New function extracted from enable-command.
1945 (enable-command, disable-command): Use it.
1946
1947 2009-11-14 Glenn Morris <rgm@gnu.org>
1948
1949 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1950 constants. (Bug#4913)
1951
1952 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1953
1954 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1955
1956 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1957 defined in C that have no doc-strings. (Bug#1063)
1958
1959 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
1960
1961 * cus-edit.el (data, files):
1962 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
1963
1964 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1965
1966 * simple.el (shell-command): Doc fix (Bug#4891).
1967
1968 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1969
1970 2009-11-14 Glenn Morris <rgm@gnu.org>
1971
1972 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1973 statements for vc-diff, emerge-quit, and rmail-cease-edit.
1974 If they are already loaded, eval-after-load will do the right thing.
1975
1976 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1977 compiling.
1978
1979 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1980
1981 * simple.el (x-selection-owner-p): Declare.
1982 (read-mail-command): Use custom radio type rather than choice.
1983 (completion-no-auto-exit): Doc fix.
1984
1985 * custom.el (defgroup):
1986 * epg-config.el (epg): Doc fixes.
1987
1988 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1989
1990 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1991 * international/ccl.el (define-ccl-program): Do not purecopy the
1992 docstring, defconst does it anyway.
1993
1994 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1997 a second time.
1998
1999 * x-dnd.el (x-dnd-maybe-call-test-function):
2000 * window.el (split-window-vertically):
2001 * whitespace.el (whitespace-help-on):
2002 * vc-rcs.el (vc-rcs-consult-headers):
2003 * userlock.el (ask-user-about-lock-help)
2004 (ask-user-about-supersession-help):
2005 * type-break.el (type-break-force-mode-line-update):
2006 * time-stamp.el (time-stamp-conv-warn):
2007 * terminal.el (te-set-output-log, te-more-break, te-filter)
2008 (te-sentinel,terminal-emulator):
2009 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2010 (term-write-input-ring, term-check-source, term-start-output-log):
2011 (term-display-buffer-line, term-dynamic-list-completions):
2012 (term-ansi-make-term, serial-term):
2013 * subr.el (selective-display):
2014 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2015 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2016 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2017 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2018 (speedbar-remove-localized-speedbar-support)
2019 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2020 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2021 (speedbar-buffers-line-directory):
2022 * simple.el (shell-command-on-region, append-to-buffer)
2023 (prepend-to-buffer):
2024 * shadowfile.el (shadow-save-todo-file):
2025 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2026 (scroll-bar-maybe-set-window-start):
2027 * sb-image.el (speedbar-image-dump):
2028 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2029 (load-save-place-alist-from-file):
2030 * ps-samp.el (ps-print-message-from-summary):
2031 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2032 (ps-background-image, ps-begin-job, ps-do-despool):
2033 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
2034 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
2035 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
2036 (pr-call-process, pr-file-list, pr-interface-save):
2037 * novice.el (disabled-command-function)
2038 (enable-command, disable-command):
2039 * mouse.el (mouse-buffer-menu-alist):
2040 * mouse-copy.el (mouse-kill-preserving-secondary):
2041 * macros.el (kbd-macro-query):
2042 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
2043 * informat.el (batch-info-validate):
2044 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
2045 * hippie-exp.el (try-expand-dabbrev-visible):
2046 * help-mode.el (help-make-xrefs):
2047 * help-fns.el (describe-variable):
2048 * generic-x.el (bat-generic-mode-run-as-comint):
2049 * finder.el (finder-mouse-select):
2050 * find-dired.el (find-dired-sentinel):
2051 * filesets.el (filesets-file-close):
2052 * files.el (list-directory):
2053 * faces.el (list-faces-display, describe-face):
2054 * facemenu.el (list-colors-display):
2055 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
2056 * epg.el (epg--process-filter, epg-cancel):
2057 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
2058 (epa--read-signature-type):
2059 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
2060 (emerge-file-names):
2061 * ehelp.el (electric-helpify):
2062 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
2063 * ediff-vers.el (rcs-ediff-view-revision):
2064 * ediff-util.el (ediff-setup):
2065 * ediff-mult.el (ediff-append-custom-diff):
2066 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
2067 (ediff-wordify):
2068 * echistory.el (Electric-command-history-redo-expression):
2069 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2070 * disp-table.el (describe-display-table):
2071 * dired.el (dired-find-buffer-nocreate):
2072 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
2073 * dabbrev.el (dabbrev--same-major-mode-p):
2074 * chistory.el (list-command-history):
2075 * apropos.el (apropos-documentation):
2076 * allout.el (allout-obtain-passphrase):
2077 (allout-copy-exposed-to-buffer):
2078 (allout-verify-passphrase): Use with-current-buffer.
2079
2080 2009-11-13 Glenn Morris <rgm@gnu.org>
2081
2082 * Makefile.in (ELCFILES): Regenerate.
2083
2084 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
2085
2086 * net/dbus.el (dbus-registered-objects-table): Rename from
2087 `dbus-registered-functions-table', because it contains also properties.
2088 (dbus-unregister-object): Unregister also properties.
2089 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2090 Use a timeout of 500 msec, in order to not block.
2091 (dbus-register-property, dbus-property-handler): New defuns.
2092
2093 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * simple.el (minibuffer-default-add-completions): Drop deprecated
2096 4th arg.
2097
2098 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
2099
2100 * textmodes/artist.el (artist-mouse-choose-operation):
2101 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
2102 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
2103 (artist-compute-up-event-key): New function.
2104 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
2105
2106 2009-11-13 Kenichi Handa <handa@m17n.org>
2107
2108 * language/japan-util.el: Make sure that the value of jisx0208
2109 property is jisx0208 character.
2110
2111 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2112
2113 * international/mule.el (auto-coding-regexp-alist): Only purecopy
2114 car or each item, not the whole list.
2115
2116 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * minibuffer.el (minibuffer-completion-help):
2119 Use minibuffer-hide-completions.
2120
2121 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
2122
2123 * dired.el (dired-save-positions, dired-restore-positions): New funs.
2124 (dired-revert): Use them (bug#4880).
2125
2126 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2127
2128 * tooltip.el (tooltip-frame-parameters): Undo previous change.
2129
2130 2009-11-12 Juri Linkov <juri@jurta.org>
2131
2132 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
2133 New functions.
2134 (find-file-literally-at-point): Alias of `ffap-literally'.
2135
2136 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2137
2138 * textmodes/ispell.el (ispell-skip-region-alist):
2139 * textmodes/css-mode.el (auto-mode-alist):
2140 * progmodes/compile.el (auto-mode-alist):
2141 * international/mule.el (ctext-non-standard-encodings-alist)
2142 (ctext-non-standard-encodings-regexp):
2143 * simple.el (shell-command-switch, text-read-only):
2144 * replace.el (occur-mode-map):
2145 * paths.el (rmail-file-name):
2146 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
2147 * find-file.el (ff-special-constructs):
2148 * files.el (file-name-handler-alist):
2149 * composite.el: Purecopy strings.
2150
2151 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
2152
2153 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2154
2155 * widget.el (define-widget): Purecopy the docstring.
2156 * international/mule-cmds.el (charset): Do not purecopy the
2157 docstring here, define-widget does it.
2158
2159 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2160 * textmodes/bibtex-style.el (auto-mode-alist):
2161 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2162 * progmodes/compile.el (compile-command):
2163 * language/korea-util.el (default-korean-keyboard):
2164 * international/mule-conf.el (file-coding-system-alist):
2165 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
2166 * tooltip.el (tooltip-frame-parameters):
2167 * newcomment.el (comment-end, comment-padding):
2168 * dired.el (dired-trivial-filenames):
2169 * comint.el (comint-file-name-prefix): Purecopy initial values.
2170
2171 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
2172
2173 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
2174 (tramp-advice-minibuffer-electric-tilde): Unload advices via
2175 `tramp-unload'.
2176 (tramp-advice-make-auto-save-file-name)
2177 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
2178 after removing the advice.
2179
2180 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2181
2182 * progmodes/grep.el (grep-regexp-alist):
2183 * international/mule-cmds.el (iso-2022-control-alist):
2184 * emacs-lisp/timer.el (timer-duration-words):
2185 * subr.el (version-separator, version-regexp-alist):
2186 * minibuffer.el (completion-styles-alist):
2187 * faces.el (face-attribute-name-alist, list-faces-sample-text):
2188 Change defvars to defconsts.
2189
2190 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
2191 * loadup.el ("international/mule-conf"): Load the byte compiled version.
2192 * international/mule-conf.el: Allow to be byte compiled.
2193
2194 * international/mule.el (define-charset): Purecopy props.
2195 (load-with-code-conversion): Purecopy doc string and file name.
2196 (put-charset-property): Purecopy strings.
2197 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
2198
2199 * international/mule-cmds.el (register-input-method): Purecopy arguments.
2200 (define-char-code-property): Correctly purecopy the table.
2201
2202 * international/ccl.el (define-ccl-program): Purecopy the docstring.
2203
2204 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
2205
2206 * subr.el (add-hook): Purecopy strings.
2207 (eval-after-load): Purecopy load-history-regexp and the form.
2208
2209 * custom.el (custom-declare-group): Purecopy load-file-name.
2210
2211 * subr.el (menu-bar-separator): New defconst.
2212 * net/eudc.el (eudc-tools-menu):
2213 * international/mule-cmds.el (set-coding-system-map)
2214 (mule-menu-keymap):
2215 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2216 * vc-hooks.el (vc-menu-map):
2217 * replace.el (occur-mode-map):
2218 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
2219 (menu-bar-edit-menu, menu-bar-goto-menu)
2220 (menu-bar-custom-menu, menu-bar-showhide-menu)
2221 (menu-bar-options-menu, menu-bar-tools-menu)
2222 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
2223 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
2224 (menu-bar-help-menu):
2225 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
2226 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
2227
2228 * term/x-win.el (x-gtk-stock-map):
2229 * progmodes/vera-mode.el (auto-mode-alist):
2230 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2231 (inferior-lisp-program, inferior-lisp-load-command):
2232 * progmodes/hideshow.el (hs-special-modes-alist):
2233 * progmodes/gud.el (same-window-regexps):
2234 * progmodes/grep.el (grep-program, find-program, xargs-program):
2235 * net/telnet.el (same-window-regexps):
2236 * net/rlogin.el (same-window-regexps):
2237 * language/ethiopic.el (font-ccl-encoder-alist):
2238 * vc-sccs.el (vc-sccs-master-templates):
2239 * vc-rcs.el (vc-rcs-master-templates):
2240 * subr.el (cl-assertion-failed):
2241 * simple.el (next-error-overlay-arrow-position):
2242 * lpr.el (lpr-command):
2243 * locate.el (locate-ls-subdir-switches):
2244 * info.el (same-window-regexps, info)
2245 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2246 * image-mode.el (image-mode, auto-mode-alist):
2247 * hippie-exp.el (hippie-expand-ignore-buffers):
2248 * format.el (format-alist):
2249 * find-dired.el (find-ls-subdir-switches, find-grep-options)
2250 (find-name-arg):
2251 * facemenu.el (facemenu-keybindings):
2252 * dired.el (dired-listing-switches, dired-chown-program):
2253 * diff.el (diff-switches, diff-command):
2254 * cus-edit.el (same-window-regexps):
2255 * bindings.el (mode-line-mule-info)
2256 (mode-line-buffer-identification): Purecopy strings.
2257
2258 2009-11-11 Juri Linkov <juri@jurta.org>
2259
2260 * simple.el (dired-get-filename)<declare-function>:
2261 Tell the byte-compiler about dired-get-filename.
2262 (shell-command): In Dired mode, get filename from the current line
2263 as the default value.
2264
2265 2009-11-10 Glenn Morris <rgm@gnu.org>
2266
2267 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
2268 * calendar/holidays.el, progmodes/cperl-mode.el:
2269 Update x-popup-menu declarations.
2270
2271 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
2272 (list-load-path-shadows): Use dolist.
2273 (list-load-path-shadows): Use with-current-buffer.
2274
2275 2009-11-10 Juri Linkov <juri@jurta.org>
2276
2277 * minibuffer.el (read-file-name): Support a list of default values
2278 in `default-filename'. Use the first file name where only one
2279 element is required. Doc fix.
2280
2281 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
2282
2283 * net/dbus.el (dbus-unregister-object): Release service, if no
2284 other method is registered for it.
2285
2286 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
2287
2288 * bookmark.el (bookmark-completing-read): Sort bookmark names if
2289 bookmark-sort-flag is non-nil (Bug#4653).
2290
2291 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
2294 the progress reporter entirely.
2295
2296 * emulation/cua-base.el: Add CUA property to some CC mode commands
2297 (Bug#4100).
2298
2299 2009-11-08 Kevin Ryde <user42@zip.com.au>
2300
2301 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2302 at end of sentence (Bug#4818).
2303
2304 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
2305
2306 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2307 Handle "see declaration of" MSFT statements (Bug#4100).
2308
2309 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
2310
2311 * net/tramp.el (tramp-advice-make-auto-save-file-name)
2312 (tramp-advice-file-expand-wildcards): Unload via
2313 `ad-remove-advice'.
2314
2315 * net/trampver.el: Update release number.
2316
2317 2009-11-08 Kevin Ryde <user42@zip.com.au>
2318
2319 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2320 `ad-do-it'.
2321
2322 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
2323
2324 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2325 in order to keep context in SELinux.
2326
2327 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2328
2329 * dired-aux.el (dired-query): Place cursor in echo area and allow
2330 C-g.
2331
2332 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
2333 menu item if not on a directory (Bug#4701).
2334
2335 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
2336
2337 Sync with Tramp 2.1.17.
2338
2339 * net/tramp.el (tramp-handle-copy-directory): Don't use
2340 `file-remote-p' (due to compatibility).
2341
2342 * net/tramp-compat.el (tramp-compat-copy-directory)
2343 (tramp-compat-delete-directory): New defuns.
2344
2345 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2346 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
2347 `tramp-compat-delete-directory'.
2348
2349 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2350 (tramp-smb-handle-delete-directory ): Use
2351 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
2352
2353 * net/trampver.el: Update release number.
2354
2355 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * tar-mode.el (tar-copy): Call write-region on the right buffer
2358 (Bug#4857).
2359
2360 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2361 by hand, if necessary (Bug#4878).
2362
2363 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
2364
2365 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2366 align size column (Bug#4839).
2367
2368 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2369 statement.
2370
2371 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2372
2373 * progmodes/ld-script.el (auto-mode-alist):
2374 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2375
2376 * cus-face.el (custom-declare-face): Purecopy face spec.
2377
2378 2009-11-06 Kenichi Handa <handa@m17n.org>
2379
2380 * international/uni-bidi.el: Re-generated.
2381 * international/uni-category.el: Re-generated.
2382 * international/uni-combining.el: Re-generated.
2383 * international/uni-mirrored.el: Re-generated.
2384
2385 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2386
2387 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2388 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2389 (tex-start-options, slitex-run-command, latex-run-command)
2390 (tex-run-command, tex-directory):
2391 * textmodes/ispell.el (ispell-html-skip-alists)
2392 (ispell-tex-skip-alists, ispell-tex-skip-alists):
2393 * textmodes/fill.el (adaptive-fill-first-line-regexp):
2394 (adaptive-fill-regexp):
2395 * textmodes/dns-mode.el (auto-mode-alist):
2396 * progmodes/python.el (interpreter-mode-alist):
2397 * progmodes/etags.el (tags-compression-info-list):
2398 * progmodes/etags.el (tags-file-name):
2399 * net/browse-url.el (browse-url-galeon-program)
2400 (browse-url-firefox-program):
2401 * mail/sendmail.el (mail-signature-file)
2402 (mail-citation-prefix-regexp):
2403 * international/mule-conf.el (eight-bit):
2404 * international/latexenc.el (latex-inputenc-coding-alist):
2405 * international/fontset.el (x-pixel-size-width-font-regexp):
2406 * emacs-lisp/warnings.el (warning-type-format):
2407 * emacs-lisp/trace.el (trace-buffer):
2408 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2409 (emacs-lisp-mode-map):
2410 * calendar/holidays.el (holiday-solar-holidays)
2411 (holiday-bahai-holidays, holiday-islamic-holidays)
2412 (holiday-christian-holidays, holiday-hebrew-holidays)
2413 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2414 (hebrew-holidays-1, holiday-oriental-holidays)
2415 (holiday-general-holidays):
2416 * x-dnd.el (x-dnd-known-types):
2417 * tool-bar.el (tool-bar):
2418 * startup.el (site-run-file):
2419 * shell.el (shell-dumb-shell-regexp):
2420 * rfn-eshadow.el (file-name-shadow-tty-properties)
2421 (file-name-shadow-properties):
2422 * paths.el (remote-shell-program, news-directory):
2423 * mouse.el ([C-down-mouse-3]):
2424 * menu-bar.el (menu-bar-tools-menu):
2425 * jka-cmpr-hook.el (jka-compr-load-suffixes)
2426 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2427 (jka-compr-compression-info-list):
2428 * isearch.el (search-whitespace-regexp):
2429 * image-file.el (image-file-name-extensions):
2430 * find-dired.el (find-ls-option):
2431 * files.el (directory-listing-before-filename-regexp)
2432 (directory-free-space-args, insert-directory-program)
2433 (list-directory-brief-switches, magic-fallback-mode-alist)
2434 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2435 (automount-dir-prefix):
2436 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2437 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2438 (face-font-registry-alternatives, face-font-registry-alternatives)
2439 (face-font-family-alternatives):
2440 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2441 (facemenu-foreground-menu, facemenu-face-menu):
2442 * epa-hook.el (epa-file-name-regexp):
2443 * dnd.el (dnd-protocol-alist):
2444 * textmodes/rst.el (auto-mode-alist):
2445 * button.el (default-button): Purecopy strings.
2446
2447 2009-11-06 Glenn Morris <rgm@gnu.org>
2448
2449 * Makefile.in (ELCFILES): Update.
2450
2451 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2454 * emacs-lisp/levents.el: Move to obsolete/levents.el.
2455
2456 * nxml/xsd-regexp.el (xsdre-gen-categories):
2457 * nxml/xmltok.el (xmltok-parse-entity):
2458 * nxml/rng-parse.el (rng-parse-validate-file):
2459 * nxml/rng-maint.el (rng-format-manual)
2460 (rng-manual-output-force-new-line):
2461 * nxml/rng-loc.el (rng-save-schema-location-1):
2462 * nxml/rng-cmpct.el (rng-c-parse-file):
2463 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2464 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2465
2466 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
2467
2468 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2469 Remove extra save-excursions and make-variable-buffer-local's.
2470 Suggested by Stefan Monnier.
2471
2472 (verilog-getopt-file, verilog-module-inside-filename-p)
2473 (verilog-set-define): Merge GNU 1.35 and repair changes from
2474 switching to using with-current-buffer.
2475
2476 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2477 being treated as a number and confusing AUTORESET.
2478 Reported by Dan Dever.
2479
2480 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2481 Add verilog-auto-ignore-concat to fix backward compatibility with
2482 older verilog-modes. Reported by Dan Katz.
2483
2484 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2485 containing closing anchors "...$".
2486
2487 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2488 Reported by Wade Smith.
2489
2490 (verilog-batch-execute-func) Comment on function usage.
2491
2492 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
2493
2494 * verilog-mode.el (verilog-label-re): Fix regular expression for
2495 labels.
2496
2497 (verilog-label-re, verilog-calc-1): Support proper indent of named
2498 asserts.
2499
2500 (verilog-backward-token, verilog-basic-complete-re)
2501 (verilog-beg-of-statement, verilog-indent-re): Support proper
2502 indent of the assert statement at the beginning of a block of text.
2503
2504 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2505 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2506 tokens as begins.
2507
2508 2009-11-05 Glenn Morris <rgm@gnu.org>
2509
2510 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2511 Emacs 19. (Bug#1531)
2512 (byte-compile-fix-header): Update for the above change.
2513 Drop test for epoch::version.
2514
2515 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2516 * cus-dep.el (custom-make-dependencies):
2517 * finder.el (finder-compile-keywords):
2518 Use autoload-rubric's feature argument.
2519
2520 * calendar/diary-lib.el (top-level): Make load behave more like require.
2521
2522 * vc-git.el (vc-git-stash-map): Move definition before use.
2523
2524 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2525
2526 * custom.el (custom-declare-group): Purecopy standard-value.
2527 (custom-declare-group): Purecopy custom-prefix.
2528
2529 * international/mule.el (load-with-code-conversion):
2530 Call do-after-load-evaluation unconditionally.
2531
2532 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2533
2534 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2537
2538 2009-11-04 Glenn Morris <rgm@gnu.org>
2539
2540 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2541 (byte-compile-compatibility): Remove option.
2542 (byte-compile-close-variables, byte-compile-fix-header)
2543 (byte-compile-insert-header, byte-compile-output-docform)
2544 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2545 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2546 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2547 (byte-compile-insert, byte-compile-defun):
2548 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
2549 (byte-defop-compiler19): Remove.
2550 Without byte-compile-compatibility, the 'emacs19-opcode property is not
2551 used by anything. Replace all calls with byte-defop-compiler.
2552
2553 2009-11-04 Juri Linkov <juri@jurta.org>
2554
2555 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2556 (menu-bar-options-menu): Don't quote the `prop' arg of
2557 `menu-bar-make-mm-toggle'.
2558
2559 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
2560
2561 * calendar/calendar.el (cal-loaddefs):
2562 * calendar/diary-lib.el (diary-loaddefs):
2563 * calendar/holidays.el (hol-loaddefs):
2564 * eshell/esh-module.el (esh-groups): Load rather than require.
2565
2566 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * calendar/todo-mode.el (todo-add-category): Don't hardcode
2569 point-min==1.
2570 (todo-top-priorities): Only display-buffer when called interactively.
2571 (todo-item-start): Don't save excursion point.
2572 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
2573 (todo-insert-item-here, todo-file-item, todo-remove-item):
2574 Adjust uses of todo-item-start and todo-item-end.
2575
2576 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2577 (autoload-rubric): Don't use any more.
2578 * cedet/semantic/fw.el (semantic/loaddefs):
2579 * cedet/srecode.el (srecode/loaddefs):
2580 * cedet/ede.el (ede/loaddefs): Load rather than require.
2581 * cedet/ede/cpp-root.el:
2582 * cedet/ede/emacs.el:
2583 * cedet/ede/files.el:
2584 * cedet/ede/linux.el:
2585 * cedet/ede/locate.el:
2586 * cedet/ede/make.el:
2587 * cedet/ede/shell.el:
2588 * cedet/ede/speedbar.el:
2589 * cedet/ede/system.el:
2590 * cedet/ede/util.el:
2591 * cedet/semantic/analyze.el:
2592 * cedet/semantic/bovine.el:
2593 * cedet/semantic/complete.el:
2594 * cedet/semantic/ctxt.el:
2595 * cedet/semantic/db-file.el:
2596 * cedet/semantic/db-find.el:
2597 * cedet/semantic/db-global.el:
2598 * cedet/semantic/db-mode.el:
2599 * cedet/semantic/db-typecache.el:
2600 * cedet/semantic/db.el:
2601 * cedet/semantic/debug.el:
2602 * cedet/semantic/dep.el:
2603 * cedet/semantic/doc.el:
2604 * cedet/semantic/edit.el:
2605 * cedet/semantic/find.el:
2606 * cedet/semantic/format.el:
2607 * cedet/semantic/html.el:
2608 * cedet/semantic/ia-sb.el:
2609 * cedet/semantic/ia.el:
2610 * cedet/semantic/idle.el:
2611 * cedet/semantic/lex-spp.el:
2612 * cedet/semantic/lex.el:
2613 * cedet/semantic/mru-bookmark.el:
2614 * cedet/semantic/scope.el:
2615 * cedet/semantic/senator.el:
2616 * cedet/semantic/sort.el:
2617 * cedet/semantic/symref.el:
2618 * cedet/semantic/tag-file.el:
2619 * cedet/semantic/tag-ls.el:
2620 * cedet/semantic/tag-write.el:
2621 * cedet/semantic/tag.el:
2622 * cedet/semantic/util-modes.el:
2623 * cedet/semantic/analyze/complete.el:
2624 * cedet/semantic/analyze/refs.el:
2625 * cedet/semantic/bovine/c.el:
2626 * cedet/semantic/bovine/gcc.el:
2627 * cedet/semantic/bovine/make.el:
2628 * cedet/semantic/bovine/scm.el:
2629 * cedet/semantic/decorate/include.el:
2630 * cedet/semantic/decorate/mode.el:
2631 * cedet/semantic/symref/cscope.el:
2632 * cedet/semantic/symref/global.el:
2633 * cedet/semantic/symref/grep.el:
2634 * cedet/semantic/symref/idutils.el:
2635 * cedet/semantic/symref/list.el:
2636 * cedet/semantic/wisent/java-tags.el:
2637 * cedet/semantic/wisent/javascript.el:
2638 * cedet/srecode/compile.el:
2639 * cedet/srecode/cpp.el:
2640 * cedet/srecode/document.el:
2641 * cedet/srecode/el.el:
2642 * cedet/srecode/expandproto.el:
2643 * cedet/srecode/getset.el:
2644 * cedet/srecode/insert.el:
2645 * cedet/srecode/java.el:
2646 * cedet/srecode/map.el:
2647 * cedet/srecode/mode.el:
2648 * cedet/srecode/template.el:
2649 * cedet/srecode/texi.el: Remove the file-local setting of
2650 generated-autoload-feature.
2651
2652 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2653 and only put a prop if it is non-nil.
2654
2655 2009-11-03 Juri Linkov <juri@jurta.org>
2656
2657 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2658 (menu-bar-options-menu): Fix list quoting (Bug#4429).
2659
2660 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2661 and "Menu" to make top-level menu item visually one unit (like
2662 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2663 multi-word menu items). Fix :help string for quit-window.
2664
2665 2009-11-03 Glenn Morris <rgm@gnu.org>
2666
2667 * cedet/mode-local.el (with-mode-local): Doc fix.
2668
2669 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2670 (byte-compile-file-form-define-abbrev-table)
2671 (byte-compile-file-form-custom-declare-variable)
2672 (byte-compile-variable-ref, byte-compile-defvar):
2673 Whether or not a warning is enabled should only affect whether we issue
2674 the warning, not whether or not we collect the relevant data.
2675 Eg warnings can be turned on and off throughout the course of a file.
2676
2677 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2678 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2679
2680 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2683 * play/mpuz.el (mpuz-create-buffer):
2684 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2685 (lm-print-y,s,noise, lm-print-w0, lm-init):
2686 * play/gomoku.el (gomoku-prompt-for-move):
2687 * play/fortune.el (fortune-in-buffer):
2688 * play/dissociate.el (dissociated-press):
2689 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2690 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
2691 * mail/supercite.el (sc-eref-show):
2692 * mail/smtpmail.el (smtpmail-send-it):
2693 * mail/rmailsum.el (rmail-summary-next-labeled-message)
2694 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2695 (rmail-summary-undelete-many, rmail-summary-rmail-update)
2696 (rmail-summary-goto-msg, rmail-summary-expunge)
2697 (rmail-summary-get-new-mail, rmail-summary-search-backward)
2698 (rmail-summary-add-label, rmail-summary-output-menu)
2699 (rmail-summary-output-body):
2700 * mail/rfc822.el (rfc822-addresses):
2701 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2702 * mail/mailpost.el (post-mail-send-it):
2703 * mail/hashcash.el (hashcash-generate-payment):
2704 * mail/feedmail.el (feedmail-run-the-queue)
2705 (feedmail-queue-send-edit-prompt-help-first)
2706 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2707 (feedmail-deduce-address-list):
2708 * eshell/esh-ext.el (eshell-remote-command):
2709 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2710 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2711 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2712 (viper-save-string-in-file, viper-valid-marker):
2713 * emulation/viper-keym.el (viper-toggle-key):
2714 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2715 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2716 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2717 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2718 (viper-exec-form-in-emacs, viper-brac-function):
2719 * emulation/viper.el (viper-delocalize-var):
2720 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2721 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2722 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2723 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2724 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2725 * emulation/edt.el (edt-electric-helpify):
2726 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2727 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2728 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2729 (cua-indent-to-global-mark-column):
2730 * calendar/diary-lib.el (calendar-mark-1):
2731 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2732 Use with-current-buffer.
2733 * emulation/viper.el (viper-delocalize-var): Use dolist.
2734
2735 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * comint.el (comint-replace-by-expanded-history-before-point):
2738 Replace !! with the previous input string literally (Bug#1795).
2739
2740 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
2741
2742 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2743 to be made up of whitespace.
2744
2745 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * minibuffer.el (read-file-name): Don't use file dialogs for
2748 remote directories (Bug#99).
2749
2750 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2753
2754 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
2755
2756 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2757 instead of deleting the window or frame.
2758
2759 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2762 Support face colors.
2763
2764 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2765 New function. Support face colors (Bug#1168).
2766 (tex-common-initialization): Use it.
2767
2768 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2769 mode allows it (Bug#1168).
2770
2771 2009-10-31 Juri Linkov <juri@jurta.org>
2772
2773 * facemenu.el (list-colors-display): Don't mark buffer as
2774 modified (Bug#3948).
2775
2776 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2777
2778 * international/mule-diag.el (list-character-sets-1): Minor
2779 message fix (Bug#3526).
2780
2781 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2782 face property (Bug#4834).
2783 (etags-list-tags, etags-tags-apropos-additional)
2784 (etags-tags-apropos, tags-select-tags-table): Add follow-link
2785 property.
2786
2787 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2788 items.
2789
2790 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2791 items.
2792
2793 * cedet/ede.el (ede-minor-mode):
2794 * cedet/semantic.el (semantic-mode): Toggle menu separators.
2795
2796 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * textmodes/two-column.el (2C-split):
2799 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2800 * textmodes/tex-mode.el (tex-set-buffer-directory):
2801 * textmodes/spell.el (spell-region, spell-string):
2802 * textmodes/reftex.el (reftex-erase-buffer):
2803 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2804 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2805 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2806 (reftex-select-item):
2807 * textmodes/reftex-ref.el (reftex-label-info-update)
2808 (reftex-offer-label-menu):
2809 * textmodes/reftex-index.el (reftex-index-change-entry)
2810 (reftex-index-phrases-info):
2811 * textmodes/reftex-global.el (reftex-create-tags-file)
2812 (reftex-save-all-document-buffers, reftex-ensure-write-access):
2813 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2814 (reftex-view-crossref-from-bibtex):
2815 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2816 (reftex-extract-bib-entries-from-thebibliography)
2817 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2818 * textmodes/refbib.el (r2b-capitalize-title):
2819 (r2b-convert-buffer, r2b-help):
2820 * textmodes/page-ext.el (pages-directory)
2821 (pages-directory-goto-with-mouse):
2822 * textmodes/bibtex.el (bibtex-validate-globally):
2823 * textmodes/bib-mode.el (bib-capitalize-title):
2824 * textmodes/artist.el (artist-clear-buffer, artist-system):
2825 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2826 (local-set-scheme-interaction-buffer, xscheme-process-filter)
2827 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2828 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2829 (xscheme-send-control-g-interrupt, xscheme-start-process)
2830 (xscheme-process-sentinel, xscheme-cd):
2831 * progmodes/verilog-mode.el (verilog-read-always-signals)
2832 (verilog-set-define, verilog-getopt-file)
2833 (verilog-module-inside-filename-p):
2834 * progmodes/sh-script.el:
2835 * progmodes/python.el (python-pdbtrack-get-source-buffer)
2836 (python-pdbtrack-grub-for-buffer, python-execute-file):
2837 * progmodes/octave-inf.el (inferior-octave):
2838 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2839 (idlwave-shell-compile-helper-routines, idlwave-set-local)
2840 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2841 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2842 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2843 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2844 (idlwave-shell-filter, idlwave-shell-examine-highlight)
2845 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2846 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2847 (idlwave-shell-examine-display, idlwave-shell-run-region)
2848 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2849 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2850 * progmodes/idlw-help.el (idlwave-help-get-special-help)
2851 (idlwave-help-get-help-buffer):
2852 * progmodes/gud.el (gud-basic-call, gud-find-class)
2853 (gud-tooltip-activate-mouse-motions-if-enabled):
2854 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2855 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2856 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2857 (ebrowse-tags-next-file):
2858 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2859 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2860 (ebnf-eps-finish-and-write):
2861 * progmodes/cpp.el (cpp-edit-save):
2862 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2863 * progmodes/cc-defs.el (c-emacs-features):
2864 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2865 (antlr-directory-dependencies):
2866 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2867 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2868 (ada-find-any-references, ada-make-filename-from-adaname)
2869 (ada-make-body-gnatstub):
2870 * obsolete/rnews.el (news-list-news-groups):
2871 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2872 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2873 * net/rcirc.el (rcirc-debug):
2874 * net/newst-treeview.el (newsticker--treeview-list-add-item)
2875 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2876 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2877 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2878 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2879 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2880 (newsticker--treeview-list-clear-highlight)
2881 (newsticker--treeview-list-update-highlight)
2882 (newsticker--treeview-list-highlight-start)
2883 (newsticker--treeview-tree-update-highlight)
2884 (newsticker--treeview-get-selected-item)
2885 (newsticker-treeview-mark-list-items-old)
2886 (newsticker--treeview-set-current-node):
2887 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2888 * net/newst-backend.el (newsticker--get-news-by-funcall)
2889 (newsticker--get-news-by-wget, newsticker--image-get)
2890 (newsticker--image-sentinel):
2891 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2892 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2893 (eudc-ph-close-session):
2894 * net/eudc.el (eudc-save-options):
2895 * language/thai-word.el (thai-update-word-table):
2896 * language/japan-util.el (japanese-string-conversion):
2897 * international/titdic-cnv.el (tsang-quick-converter)
2898 (ziranma-converter, ctlau-converter):
2899 * international/mule-cmds.el (describe-language-environment):
2900 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2901 (skkdic-convert-postfix, skkdic-convert-prefix):
2902 (skkdic-convert-okuri-nasi, skkdic-convert):
2903 * emacs-lisp/re-builder.el (reb-update-overlays):
2904 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2905 * emacs-lisp/gulp.el (gulp-send-requests):
2906 * emacs-lisp/find-gc.el (trace-call-tree):
2907 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2908 (eieio-describe-generic):
2909 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2910 * emacs-lisp/edebug.el (edebug-outside-excursion):
2911 * emacs-lisp/debug.el (debugger-make-xrefs):
2912 * emacs-lisp/cust-print.el (custom-prin1-to-string):
2913 * emacs-lisp/chart.el (chart-new-buffer):
2914 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2915 Use with-current-buffer.
2916 * textmodes/artist.el (artist-system): Don't call
2917 copy-sequence on a fresh string.
2918 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2919
2920 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
2921
2922 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2923 is no item to edit. (Bug#4820)
2924 (todo-top-priorities): Restore point and restore narrowing in Todo
2925 buffer. (Bug#4820)
2926
2927 2009-10-31 Glenn Morris <rgm@gnu.org>
2928
2929 * net/ange-ftp.el (top-level): Don't require dired when compiling.
2930 (comint-last-output-start, comint-last-input-start)
2931 (comint-last-input-end): Don't defvar when compiling.
2932 (ange-ftp-process-file): Use bound-and-true-p.
2933
2934 * pcmpl-rpm.el (top-level): Move provide statement to end.
2935 (pcmpl-rpm): Remove unused custom group.
2936
2937 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2938
2939 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2940
2941 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2942 (byte-compile-warnings): Add `constants' as an option.
2943 (byte-compile-callargs-warn, byte-compile-arglist-warn)
2944 (display-call-tree): Update for byte-compile-fdefinition possibly
2945 returning `(macro lambda ...)'. (Bug#4778)
2946 (byte-compile-variable-ref, byte-compile-setq-default):
2947 Respect `constants' member of byte-compile-warnings.
2948
2949 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2950 Use mapc rather than mapcar because the return value is never used.
2951
2952 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2953 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2954 * cedet/semantic/html.el:
2955 Suppress harmless warnings about setting up semantic-imenu (not
2956 part of Emacs) variables.
2957
2958 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * vc-bzr.el (vc-bzr-revision-keywords): New var.
2961 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2962 to "submit:".
2963
2964 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2965 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2966 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2967 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2968 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2969 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2970 (semantic-analyzer-debug-global-symbol)
2971 (semantic-analyzer-debug-missing-innertype)
2972 (semantic-analyzer-debug-insert-include-summary):
2973 * cedet/semantic/util.el (semantic-file-tag-table):
2974 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2975 (semantic-recursive-find-nonterminal-by-name):
2976 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2977 * cedet/semantic/tag-file.el (semantic-prototype-file):
2978 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2979 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2980 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2981 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2982 (semantic-idle-summary-maybe-highlight):
2983 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2984 (semantic-ia-sb-tag-info):
2985 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2986 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2987 * cedet/semantic/ede-grammar.el (project-compile-target):
2988 (ede-proj-makefile-insert-variables):
2989 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2990 (semantic-debug-set-source-location, semantic-debug-interface-layout)
2991 (semantic-debug-mode, semantic-debug):
2992 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2993 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2994 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2995 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2996 (semanticdb-find-translate-path-includes--internal)
2997 (semanticdb-reset-log, semanticdb-find-log-activity):
2998 * cedet/semantic/db-file.el (object-write):
2999 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3000 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3001 (semanticdb-create-ebrowse-database):
3002 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3003 * cedet/semantic/complete.el (semantic-displayor-focus-request)
3004 (semantic-collector-calculate-completions-raw)
3005 (semantic-complete-read-tag-analyzer):
3006 * cedet/semantic/analyze.el (semantic-analyze-pulse):
3007 * cedet/ede/util.el (ede-update-version-in-source):
3008 * cedet/ede/proj.el (project-delete-target):
3009 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3010 (ede-proj-flush-autoconf):
3011 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3012 (ede-proj-configure-synchronize):
3013 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3014 * cedet/ede/linux.el (ede-linux-version):
3015 * cedet/ede/emacs.el (ede-emacs-version):
3016 * cedet/ede/dired.el (ede-dired-add-to-target):
3017 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3018 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3019 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3020 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3021 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3022 (cedet-idutils-version-check):
3023 * cedet/cedet-global.el (cedet-gnu-global-call):
3024 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3025 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3026 * cedet/cedet-cscope.el (cedet-cscope-call)
3027 (cedet-cscope-expand-filename, cedet-cscope-version-check):
3028 Use with-current-buffer.
3029 * cedet/ede.el (ede-make-project-local-variable)
3030 (ede-set-project-variables, ede-set): Use dolist.
3031
3032 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3033
3034 * textmodes/ispell.el (ispell-skip-region-alist):
3035 * international/mule-conf.el (eight-bit):
3036 * international/fontset.el (font-encoding-alist):
3037 * startup.el (pure-space-overflow-message):
3038 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
3039 * paths.el (gnus-nntp-service, rmail-spool-directory)
3040 (term-file-prefix):
3041 * files.el (save-some-buffers-action-alist):
3042 * cmuscheme.el (same-window-buffer-names):
3043 * ielm.el (same-window-buffer-names):
3044 * shell.el (same-window-buffer-names):
3045 * mail/sendmail.el (same-window-buffer-names):
3046 * progmodes/inf-lisp.el (same-window-buffer-names):
3047 * bindings.el (mode-line-client)
3048 (mode-line-column-line-number-mode-map):
3049 * language/tibetan.el (tibetan-precomposition-rule-regexp)
3050 (tibetan-precomposed-regexp): Purecopy string arguments.
3051
3052 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3053
3054 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
3055 (calcDigit-nondigit):
3056 * calc/calc-yank.el (calc-copy-to-buffer):
3057 * calc/calc-units.el (calc-invalidate-units-table):
3058 * calc/calc-trail.el (calc-trail-yank):
3059 * calc/calc-store.el (calc-insert-variables):
3060 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3061 * calc/calc-prog.el (calc-read-parse-table):
3062 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
3063 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
3064 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
3065 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
3066 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
3067 (calc-graph-name, calc-graph-find-command, calc-graph-view)
3068 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
3069 * calc/calc-ext.el (calc-realign):
3070 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
3071 (calc-embedded-finish-edit, calc-embedded-make-info)
3072 (calc-embedded-finish-command, calc-embedded-stack-change):
3073 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
3074
3075 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
3076 (overload-docstring-extension): Use that info.
3077 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
3078 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
3079 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
3080 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
3081 (semantic-nonterminal-full-name): Add the new `when' info.
3082 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
3083 `assert'.
3084
3085 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
3086 shell-dynamic-complete-filename in preference to
3087 comint-dynamic-complete-filename.
3088
3089 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3090 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3091 Don't consider whether the display supports colors.
3092 (bookmark-import-new-list): Use dolist.
3093 (bookmark-bmenu-mode-map): Move initialization into declaration.
3094 (bookmark-bmenu-list): Use dolist, simplify.
3095 (bookmark-show-all-annotations): Use save-selected-window and dolist.
3096 (menu-bar-final-items): Use push.
3097
3098 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3099
3100 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
3101 it works on remote files.
3102 (vc-hg-diff): Don't pass any `--cwd' argument.
3103
3104 2009-10-27 Kevin Ryde <user42@zip.com.au>
3105
3106 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3107 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
3108 (Further to Bug#3921).
3109
3110 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
3111
3112 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
3113 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
3114 calling `tramp-imap-put-file'. Add file size to the call.
3115 (tramp-imap-get-file-entries): Compute also user name, file size,
3116 and date.
3117 (tramp-imap-handle-insert-directory): Insert uid and gid.
3118 (tramp-imap-handle-file-attributes): Transform uid and gid
3119 according to `id-format'.
3120 (tramp-imap-put-file): New optional parameter SIZE. Encode file
3121 size in header X-Size.
3122
3123 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3124
3125 * simple.el (transpose-subr): Give clearer error when the mark
3126 is not set. (Bug#4807)
3127
3128 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
3129
3130 * net/tramp.el (tramp-perl-file-truename): New defconst.
3131 Perl code contributed by yary <not.com@gmail.com> (tiny change).
3132 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
3133 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
3134 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
3135
3136 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3137 Ignore `dired-call-process'.
3138 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
3139
3140 2009-10-26 Julian Scheid <julians37@gmail.com>
3141
3142 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
3143 (tramp-get-remote-readlink): New defun.
3144 (tramp-handle-file-truename): Use it.
3145 (tramp-handle-file-exists-p): Check file-attributes cache, assume
3146 file exists if cache value present.
3147 (tramp-check-cached-permissions) New defun.
3148 (tramp-handle-file-readable-p): Use it.
3149 (tramp-handle-file-writable-p): Likewise.
3150 (tramp-handle-file-executable-p): Likewise.
3151 (tramp-handle-file-name-all-completions): Try using Perl to get
3152 partial completions. When perl not available, combine `cd' and
3153 `ls' into single remote operation and use shell expansion to get
3154 partial remote directory contents. Set `file-exists-p' cache for
3155 directory and any files returned by ls. Change cache handling to
3156 support partial directory contents. Use error message emitted by
3157 remote `cd' or Perl code for local tramp-error.
3158 (tramp-do-copy-or-rename-file-directly): Avoid separate
3159 tramp-send-command-and-check call.
3160 (tramp-handle-process-file): Merge three remote ops into one.
3161 Do not flush all caches when `process-file-side-effects' is set.
3162 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
3163 file-attributes shows uid/gid to be set already.
3164
3165 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3166
3167 * textmodes/tex-mode.el (tex-dvi-view-command)
3168 (tex-show-queue-command, tex-open-quote):
3169 * progmodes/ruby-mode.el (auto-mode-alist)
3170 (interpreter-mode-alist): Purecopy strings.
3171
3172 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
3173
3174 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
3175 string for the hook, keymap and abbrev table.
3176
3177 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
3178
3179 * x-dnd.el (x-dnd-xdnd-to-action):
3180 * startup.el (fancy-startup-text, fancy-about-text): Change to
3181 defconst from defvar.
3182
3183 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
3184
3185 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
3186 Purecopy initialization strings.
3187
3188 * mail/sendmail.el (mail-header-separator)
3189 (mail-personal-alias-file):
3190 * mail/rmail.el (rmail-default-dont-reply-to-names)
3191 (rmail-ignored-headers, rmail-retry-ignored-headers)
3192 (rmail-highlighted-headers, rmail-secondary-file-directory)
3193 (rmail-secondary-file-regexp):
3194 * files.el (null-device, file-name-invalid-regexp)
3195 (locate-dominating-stop-dir-regexp)
3196 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
3197 (interpreter-mode-alist): Use mapcar instead of mapc.
3198
3199 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
3200
3201 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
3202 (completion-ignored-extensions):
3203 (debug-ignored-errors): Purecopy strings.
3204
3205 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
3208 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
3209 (pcomplete--here): Use push.
3210
3211 * subr.el (all-completions): Declare the 4th arg obsolete.
3212
3213 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * pcomplete.el (pcomplete-unquote-argument-function): New var.
3216 (pcomplete-unquote-argument): New function.
3217 (pcomplete--common-suffix): Always pay attention to case.
3218 (pcomplete--table-subvert): Quote and unquote the text.
3219 (pcomplete--common-quoted-suffix): New function.
3220 (pcomplete-std-complete): Use it and pcomplete-begin.
3221
3222 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
3223 we're inside a dedicated or minibuffer window.
3224
3225 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * cedet/semantic/fw.el (semantic-alias-obsolete)
3228 (semantic-varalias-obsolete): Make the `when' arg mandatory.
3229 (define-mode-overload-implementation):
3230 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
3231 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
3232 * cedet/semantic/util.el (semantic-file-token-stream)
3233 (semantic-something-to-stream):
3234 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
3235 (semantic-expand-nonterminal):
3236 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
3237 (semantic-find-dependency, semantic-find-nonterminal)
3238 (semantic-find-dependency):
3239 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
3240 (semantic-flex-text, semantic-flex-make-keyword-table)
3241 (semantic-flex-keyword-p, semantic-flex-keyword-put)
3242 (semantic-flex-keyword-get, semantic-flex-map-keywords)
3243 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
3244 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
3245 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
3246 (semantic-after-idle-scheduler-reparse-hooks):
3247 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
3248 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
3249 * cedet/semantic.el (semantic-toplevel-bovine-table)
3250 (semantic-toplevel-bovine-cache)
3251 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
3252 (semantic-init-mode-hooks, semantic-init-db-hooks)
3253 (semantic-bovination-working-type): Provide the `when' arg.
3254
3255 2009-10-24 Karl Fogel <kfogel@red-bean.com>
3256
3257 * bookmark.el: Update documentation, especially documentation
3258 of `bookmark-alist' and of the bookmark file format.
3259 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
3260
3261 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * mail/emacsbug.el (report-emacs-bug): Clarify that the
3264 keybindings apply to the mail buffer (Bug#4003). Shrink help
3265 window to buffer.
3266
3267 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3268 (global-whitespace-mode, global-whitespace-newline-mode)
3269 (whitespace-toggle-options, global-whitespace-toggle-options):
3270 Doc fix (Bug#3660).
3271
3272 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
3273 of xmltok-start before the end tag was inserted (Bug#2840).
3274
3275 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
3276 patterns that are preceded by an open-paren (Bug#1320).
3277
3278 2009-10-24 Sven Joachim <svenjoac@gmx.de>
3279
3280 * files.el (delete-directory): Delete symlinks to directories with
3281 delete-file (Bug#4739).
3282
3283 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3284
3285 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
3286 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
3287 argument to make-obsolete.
3288
3289 * cedet/semantic/fw.el (semantic-alias-obsolete)
3290 (semantic-varalias-obsolete): Add optional WHEN argument.
3291
3292 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3293
3294 * vc.el (vc-backend-for-registration): Rename from
3295 vc-get-backend-for-registration. Update callers.
3296
3297 * international/mule-cmds.el (set-language-info-alist):
3298 Purecopy lang-env.
3299 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
3300 (charset): Purecopy the name.
3301 (define-char-code-property): Purecopy string arguments.
3302
3303 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3304 Purecopy string arguments.
3305
3306 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3307 * ediff-hook.el (menu-bar-ediff-menu):
3308 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
3309 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
3310
3311 2009-10-24 Glenn Morris <rgm@gnu.org>
3312
3313 * comint.el (comint-dynamic-list-completions):
3314 * term.el (term-dynamic-list-completions): Use choose-completion rather
3315 than obsolete alias mouse-choose-completion.
3316
3317 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
3318 file-cache-choose-completion.
3319 (file-cache-choose-completion): Handle an optional event argument.
3320 (file-cache-mouse-choose-completion): Make it an obsolete alias.
3321
3322 * progmodes/octave-mod.el (octave-complete-symbol):
3323 Use choose-completion if mouse-choose-completion is ever removed.
3324
3325 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3326 use.
3327
3328 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3329 compiler.
3330
3331 * vc-hooks.el (vc-responsible-backend): Fix declaration.
3332
3333 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3336 Ignore `pred' now that we receive one.
3337 Handle test-completion specially.
3338
3339 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3340
3341 * vc.el (vc-responsible-backend): Throw an error if not backend is
3342 found. Remove the REGISTER argument. Move the code dealing with
3343 REGISTER ...
3344 (vc-get-backend-for-registration): ... here. New function.
3345 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
3346 of vc-responsible-backend, pass the file name instead of the
3347 directory name.
3348
3349 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
3352 New funs.
3353 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
3354 (pcomplete-comint-setup): Don't modify a global var via
3355 accidental side-effects.
3356 (pcomplete-shell-setup): Adjust call accordingly.
3357 (pcomplete-parse-comint-arguments): Use push.
3358
3359 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3362 Allow uncapitalized info node names (Bug#3921).
3363
3364 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3365 to the DEBUG file (Bug#3781).
3366
3367 2009-10-23 Jari Aalto <jari.aalto@cante.net>
3368
3369 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3370 dictionary entry (Bug#4579).
3371
3372 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
3373
3374 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3375 from `rfn-eshadow-update-overlay-hook' when unloading.
3376 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3377 "rsyncc". Adjust doc string.
3378 (tramp-temp-buffer-file-name) New buffer-local defvar.
3379 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3380 Keep temporary file when indicated by method ("rsync" and
3381 "rsyncc").
3382 (tramp-handle-write-region): Handle APPEND.
3383 (tramp-delete-temp-file-function): New defun. Added to
3384 `kill-buffer-hook'.
3385
3386 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
3387
3388 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3389
3390 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3391
3392 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3393 (color-name-rgb-alist, tty-standard-colors)
3394 (tty-color-mode-alist): Change to defconst.
3395
3396 * simple.el (mark-inactive): Purecopy message.
3397
3398 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3399 (global-map, yank-menu):
3400 * textmodes/ispell.el (ispell-menu-map):
3401 * net/eudc.el (eudc-tools-menu):
3402 * international/mule-cmds.el (describe-language-environment-map)
3403 (setup-language-environment-map, set-coding-system-map)
3404 (mule-menu-keymap):
3405 * vc-hooks.el (vc-menu-entry, vc-menu-map):
3406 * replace.el (occur-mode-map):
3407 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3408
3409 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
3410
3411 * calc/calc.el (math-read-number, math-read-number-simple): Use
3412 `save-match-data'.
3413
3414 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3417 rather than fiddling with global-map bindings, since it should only
3418 affect per-terminal settings.
3419 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3420
3421 * minibuffer.el (completion-table-with-terminator): Allow to specify
3422 the terminator-regexp.
3423
3424 * simple.el (switch-to-completions): Look for *Completions* in other
3425 frames as well.
3426
3427 * pcomplete.el: Allow the use of completion-tables.
3428 (pcomplete-std-complete): New command.
3429 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3430 (pcomplete--here): Use a function for `form' rather than an expression,
3431 so it can be byte-compiled.
3432 (pcomplete-here, pcomplete-here*): Adjust accordingly.
3433 Add edebug declaration.
3434 (pcomplete-show-completions): Remove unused var `curbuf'.
3435 (pcomplete-do-complete, pcomplete-stub):
3436 Don't assume `completions' is a list of strings any more.
3437
3438 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
3439
3440 * find-dired.el (find-name-arg): Fix typo in docstring.
3441
3442 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3445 (pcmpl-linux-fs-types): Same, and update to new modules layout.
3446
3447 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3448 pcomplete-entries.
3449
3450 * comint.el (comint-read-input-ring, comint-write-input-ring)
3451 (comint-substitute-in-file-name)
3452 (comint-dynamic-complete-as-filename)
3453 (comint-dynamic-simple-complete)
3454 (comint-dynamic-list-filename-completions)
3455 (comint-dynamic-list-completions)
3456 (comint-redirect-results-list-from-process): Minor simplifications.
3457
3458 2009-10-21 Kevin Ryde <user42@zip.com.au>
3459
3460 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3461 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3462 the first form. And insert a blank line after ";;; Code" since
3463 that's usual style. (Bug#4612)
3464
3465 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3466
3467 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * minibuffer.el (completion-table-with-terminator): Properly implement
3470 boundaries, in case `terminator' appears in the suffix.
3471 (completion--embedded-envvar-table): Don't return boundaries if
3472 there's no valid completion. Simplify.
3473 (completion-file-name-table): New completion table extracted from
3474 completion--file-name-table.
3475 (completion--file-name-table): Use it.
3476 (read-file-name-predicate): Declare obsolete.
3477 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3478 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3479 completion-file-name-table, and use the `pred' argument.
3480 * files.el (locate-file-completion-table): Use the `pred' arg rather
3481 than read-file-name-predicate.
3482 (abbreviate-file-name): Use \` rather than ^ for BOS.
3483
3484 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3485
3486 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3487 vc-responsible-backend to register, it causes problems.
3488
3489 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3492
3493 2009-10-21 Eric Ludlam <zappo@gnu.org>
3494
3495 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3496 (semantic-c-debug-mode-init-pch): New functions.
3497 (semantic-c-debug-mode-init-last-mode): New var.
3498 (semantic-c-parse-lexical-token): Use them.
3499
3500 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3501 When extracting the argument list, limit only by point-max.
3502
3503 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
3504
3505 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3506 (tramp-smb-handle-file-attributes): Use it.
3507 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3508 (tramp-smb-handle-insert-directory): Use `mapc' rather than
3509 `mapcar'. Use `tramp-smb-get-stat-capability'.
3510 Add `dired-filename' text properties.
3511 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3512 (tramp-smb-maybe-open-connection): Simplify check for smbclient
3513 version.
3514
3515 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * subr.el (read-key-delay): Reduce to 0.01.
3518 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3519 (bug#4751).
3520
3521 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3522
3523 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3524
3525 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3526 (Info-menu): Remove unused vars `last' and `completions'.
3527 (Info-index-nodes): Remove unused var `node'.
3528
3529 * info.el (Info-complete-menu-item): Use complete-with-action.
3530
3531 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3532
3533 Make vc-annotate work through copies and renames.
3534 * vc-annotate.el (vc-annotate-extract-revision-at-line):
3535 Return the file name too.
3536 (vc-annotate-revision-at-line)
3537 (vc-annotate-find-revision-at-line)
3538 (vc-annotate-revision-previous-to-line)
3539 (vc-annotate-show-log-revision-at-line): Update to get the file
3540 name from vc-annotate-extract-revision-at-line.
3541 (vc-annotate-show-diff-revision-at-line-internal): Change the
3542 argument to mean whether to show a file diff or not. Get the file
3543 name from vc-annotate-extract-revision-at-line.
3544 (vc-annotate-show-diff-revision-at-line):
3545 Update vc-annotate-show-diff-revision-at-line call.
3546 (vc-annotate-warp-revision): Add an optional file argument.
3547
3548 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3549 (vc-git-annotate-extract-revision-at-line): Also return the file
3550 name if found.
3551
3552 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3553 command. Remove unused code.
3554 (vc-hg-annotate-re): Update to match --follow output.
3555 (vc-hg-annotate-extract-revision-at-line): Also return the file
3556 name if found.
3557
3558 * vc.el: Update annotate-extract-revision-at-line documentation.
3559
3560 2009-10-18 Kevin Ryde <user42@zip.com.au>
3561
3562 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3563 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3564
3565 * net/browse-url.el (browse-url): Identify alist with "consp and
3566 not functionp" and let all other things go down the `apply' leg,
3567 as suggested by Stefan. (Further to bug#4531.)
3568
3569 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
3570
3571 * minibuffer.el (read-file-name): Check for repeat before putting
3572 a default argument in file-name-history (Bug#4657).
3573
3574 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3575 read syntax (Bug#4737).
3576
3577 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3578
3579 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3580
3581 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3582 (html-tag-alist, html-tag-help): Add descriptions for undocumented
3583 entries and make note of obsolete tags.
3584
3585 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3588
3589 2009-10-18 Glenn Morris <rgm@gnu.org>
3590
3591 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3592 grep, so that binary files (eg international/uni-bidi.el) can match.
3593 Remove test for "UnicodeData" files, since it is hopefully unnecessary
3594 now, and in any case the file header format has changed.
3595
3596 2009-10-17 Glenn Morris <rgm@gnu.org>
3597
3598 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3599 (flyspell-get-word, flyspell-large-region)
3600 (flyspell-auto-correct-previous-word): Doc/error message fixes.
3601
3602 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * Makefile.in (ELCFILES): Add ede/shell.
3605
3606 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3607
3608 * term/common-win.el (x-colors): Purecopy it.
3609
3610 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3613 permissive for when the buffer is empty.
3614 (tar-header-block-tokenize): Decode the username and groupname.
3615 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3616
3617 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * cedet/srecode/srt.el:
3620 * cedet/srecode/compile.el:
3621 * cedet/semantic/mru-bookmark.el:
3622 * cedet/semantic/debug.el:
3623 * cedet/semantic/complete.el:
3624 * cedet/semantic/analyze.el: Require CL when compiling.
3625
3626 2009-10-17 Eric Ludlam <zappo@gnu.org>
3627
3628 * cedet/semantic/scope.el
3629 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3630 tmpscope so that the regular scope will continue to work.
3631
3632 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3633 Use semantic-idle-summary-highlight-face as the highlighting.
3634
3635 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3636 contains multibyte characters, choose first applicable coding
3637 system automatically.
3638
3639 * cedet/ede/project-am.el (project-run-target): New method.
3640 (project-run-target): New method.
3641
3642 * cedet/ede.el (ede-target): Add run target menu item.
3643 (ede-project, ede-minor-keymap): Add ede-run-target binding.
3644 (ede-run-target): New function.
3645 (ede-target::project-run-target): New method.
3646
3647 * cedet/ede/proj.el (project-run-target): New method.
3648
3649 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3650 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
3651 Add :rules.
3652 (ede-proj-target-makefile-shared-object): Only libtool compilers
3653 now available. Add linkers for libtool.
3654 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3655 (ede-proj-makefile-target-name): Always use .la extension.
3656
3657 * cedet/ede/proj-prog.el (project-run-target): New method.
3658
3659 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3660 (ede-g++-linker): Change Change link lines.
3661
3662 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3663 When searching for old variables, go to the end of the buffer and
3664 search backward from there.
3665 (ede-proj-makefile-automake-insert-subdirs)
3666 (ede-proj-makefile-automake-insert-extradist): New methods.
3667 (ede-proj-makefile-create): Use them.
3668
3669 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3670 Force FILE to expand to the current target. Use file-exists-p to
3671 check that it exists.
3672
3673 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
3674 (ede-linux-load): Wrap dir in file-name-as-directory.
3675 Set :version slot.
3676
3677 * cedet/ede/files.el (ede-get-locator-object): When enabling
3678 locate, do so on "top".
3679
3680 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3681 file-name-as-directory during compare.
3682 (ede-emacs-version): Return Emacs/XEmacs differentiator.
3683 Get version number from different places. Don't call egrep.
3684 (ede-emacs-load): Set :version slot. Call file-name-as-directory
3685 to set the directory.
3686
3687 * cedet/ede/shell.el: New file.
3688
3689 * cedet/inversion.el (inversion-decoders): Allow for stray . in
3690 alpha/beta variants.
3691
3692 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * international/mule-cmds.el (select-safe-coding-system): If the file
3695 has a coding cookie, use it regardless of any other setting (bug#4712).
3696
3697 2009-10-17 Glenn Morris <rgm@gnu.org>
3698
3699 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3700 All errors should have messages.
3701
3702 * foldout.el (foldout-mouse-swallow-events):
3703 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3704
3705 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3706 (dired-keep-marker-copy, dired-keep-marker-hardlink)
3707 (dired-keep-marker-symlink, dired-dwim-target)
3708 (dired-copy-preserve-time): Do not autoload these defcustoms.
3709
3710 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3711 messages from messing up the file coding. (Bug#4623)
3712
3713 2009-10-17 Jari Aalto <jari.aalto@cante.net>
3714
3715 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3716 if no match is found for the current dictionary. (Bug#4578)
3717
3718 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3719 optional, since that is how it is documented, and this is often called
3720 with a nil argument. (Bug#4577)
3721 (flyspell-external-point-words, flyspell-auto-correct-word)
3722 (flyspell-correct-word-before-point, flyspell-word-search-forward)
3723 (flyspell-word-search-backward): Remove nil argument in calls to
3724 flyspell-get-word, since it is not needed now.
3725
3726 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
3727
3728 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
3729
3730 2009-10-16 Glenn Morris <rgm@gnu.org>
3731
3732 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3733
3734 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3735
3736 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3737 (ange-ftp-file-size): New function.
3738 (ange-ftp-file-attributes): Use it.
3739
3740 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
3741
3742 * net/tramp-smb.el (tramp-smb-version): New defvar.
3743 (tramp-smb-maybe-open-connection): Use it, in order to avoid
3744 repeated checks.
3745
3746 2009-10-16 Glenn Morris <rgm@gnu.org>
3747
3748 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3749 Maybe copy some custom properties from old to new name. (Bug#4706)
3750
3751 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
3752
3753 * subr.el (error, sit-for, start-process-shell-command)
3754 (start-file-process-shell-command): Set the calling convention
3755 after the function definition.
3756
3757 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * subr.el (error, sit-for, start-process-shell-command)
3760 (start-file-process-shell-command): Use the new
3761 set-advertised-calling-convention feature.
3762
3763 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
3764
3765 * international/ucs-normalize.el (ucs-normalize-version):
3766 Change to 1.2.
3767 (check-range): Adjust for Unicode 5.2.
3768
3769 2009-10-15 Juri Linkov <juri@jurta.org>
3770
3771 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3772 to the `menu-item' format.
3773
3774 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
3775
3776 * net/tramp.el (tramp-replace-environment-variables): Do not fail
3777 if the environment variable does not exist.
3778
3779 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3780 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3781 parameter.
3782 (tramp-smb-handle-add-name-to-file)
3783 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3784 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3785 (tramp-smb-handle-file-attributes)
3786 (tramp-smb-do-file-attributes-with-stat)
3787 (tramp-smb-handle-file-local-copy)
3788 (tramp-smb-handle-insert-directory)
3789 (tramp-smb-handle-make-directory)
3790 (tramp-smb-handle-make-directory-internal)
3791 (tramp-smb-handle-make-symbolic-link)
3792 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3793 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3794 (tramp-smb-maybe-open-connection): Apply the changed parameters.
3795 (tramp-smb-read-file-entry): Read Disk names in compressed format.
3796 Handle long file names.
3797 (tramp-smb-get-cifs-capabilities): Check, whether the connection
3798 process is running.
3799 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3800 Read share names with "-g" option.
3801
3802 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
3803
3804 * net/rcirc.el (rcirc-view-log-file): New command.
3805 (rcirc-track-minor-mode-map): Remove C-c ` binding.
3806 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3807 specified.
3808
3809 2009-10-15 Glenn Morris <rgm@gnu.org>
3810
3811 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3812 from the second command-line argument.
3813 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3814 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3815 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3816 w32-batch-update-autoloads.
3817 * emacs-lisp/autoload.el (autoload-make-program): New variable.
3818 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3819
3820 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3821 the headers cannot be located. Simplify, subtracting superflous
3822 save-excursions.
3823
3824 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 Replace completion-base-size by completion-base-position to fix bugs
3827 such as (bug#4699).
3828 * simple.el (completion-base-position): New var.
3829 (completion-base-size): Mark as obsolete.
3830 (choose-completion): Make it work for mouse events as well.
3831 Pass the new base-position to choose-completion-string.
3832 (choose-completion-guess-base-position): New function, extracted from
3833 choose-completion-delete-max-match.
3834 (choose-completion-delete-max-match): Use it. Make obsolete.
3835 (choose-completion-string): Use the new base-position info.
3836 (completion-root-regexp): Delete.
3837 (completion-setup-function): Preserve completion-base-position.
3838 Eliminate obsolete base-size manipulation.
3839 * minibuffer.el (display-completion-list): Don't mess with base-size.
3840 (minibuffer-completion-help): Set completion-base-position instead.
3841 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3842 choose-completion.
3843 * textmodes/bibtex.el (bibtex-complete):
3844 * emacs-lisp/crm.el (crm--choose-completion-string):
3845 Adjust to new calling convention.
3846 * complete.el (partial-completion-mode): Use minibufferp to avoid
3847 bumping into incompatible change to choose-completion-string-functions.
3848 * ido.el (ido-choose-completion-string): Make its calling convention
3849 more permissive.
3850 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3851 base-size manipulation.
3852 (comint-dynamic-list-input-ring): Use dotimes and push.
3853 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3854 fundamental-mode. Use `or'.
3855
3856 2009-10-14 Juri Linkov <juri@jurta.org>
3857
3858 * misearch.el (multi-isearch-next-buffer-from-list)
3859 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
3860
3861 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * Makefile.in (compile-onefile): Load `bytecomp' rather than
3864 `bytecomp.el'.
3865
3866 * minibuffer.el (completion-pcm--merge-completions): Make sure the
3867 string we return is all made up of text from the completions rather
3868 than part from the completions and part from the input (bug#4219).
3869
3870 * ido.el (ido-everywhere): Use define-minor-mode.
3871
3872 * buff-menu.el (list-buffers, ctl-x-map):
3873 Mark the entry points with ;;;###autoload cookies.
3874
3875 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3876
3877 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3878 correctly in the detached head case.
3879 (vc-git-print-log): Remove unused binding.
3880
3881 * vc.el (vc-responsible-backend): When a directory is passed for
3882 for registration create a VC repository if no backend is
3883 responsible for the directory argument.
3884 (vc-deduce-fileset): Tell vc-responsible-backend to register.
3885
3886 * vc.el: Move comments about RCS and SCCS ...
3887 * vc-rcs.el:
3888 * vc-sccs.el: ... here, respectively.
3889
3890 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * minibuffer.el (completion--file-name-table): Return nil if there's
3893 no file completion, even if substitute-in-file-name changed
3894 the string (bug#4708).
3895
3896 2009-10-13 Juri Linkov <juri@jurta.org>
3897
3898 * files-x.el (read-file-local-variable-value): Don't filter out
3899 minor modes from mode name completion (bug#4664).
3900
3901 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * international/mule-cmds.el (ucs-names): Remove exclusion of
3904 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3905
3906 2009-10-13 Kenichi Handa <handa@m17n.org>
3907
3908 * international/uni-name.el: Regenerated.
3909
3910 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
3913 should be automatically buffer-local, but isn't.)
3914
3915 2009-10-12 Sam Steingold <sds@gnu.org>
3916
3917 * progmodes/compile.el (compilation-next-error-function): Fix the
3918 timestamps if the buffer has been visited before.
3919 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3920 non-anchored patterns, like the perl one (bug#3928).
3921
3922 2009-10-12 Glenn Morris <rgm@gnu.org>
3923
3924 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3925 Let-bind `size'.
3926
3927 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
3928
3929 * proced.el (proced-unload-function): New function.
3930
3931 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3932 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3933 Doc fix.
3934
3935 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3936
3937 2009-10-11 Juri Linkov <juri@jurta.org>
3938
3939 * files-x.el (read-file-local-variable-value):
3940 Provide default value only for bound variables (bug#4664).
3941
3942 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
3943
3944 * net/tramp.el (tramp-local-host-p): Function shall return nil for
3945 connection methods like smb.
3946
3947 * net/tramp-cache.el (tramp-flush-connection-property): The hash
3948 can be empty.
3949
3950 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3951 (tramp-smb-file-name-handler-alist): Add handlers for
3952 `add-name-to-file', `make-symbolic-link'.
3953 (tramp-smb-handle-add-name-to-file)
3954 (tramp-smb-do-file-attributes-with-stat)
3955 (tramp-smb-handle-make-symbolic-link)
3956 (tramp-smb-get-cifs-capabilities): New defuns.
3957 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3958 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3959 (tramp-smb-handle-file-local-copy)
3960 (tramp-smb-handle-make-directory-internal)
3961 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3962 The file name syntax depends on cifs capabilities.
3963 (tramp-smb-handle-file-attributes):
3964 Call `tramp-smb-do-file-attributes-with-stat' if possible.
3965 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3966 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3967
3968 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3971 (eieio-defclass): Apply deftype handler and setf-method properties
3972 directly.
3973 (eieio-add-new-slot): Avoid union function from cl library.
3974 (eieio--typep): New function.
3975 (eieio-perform-slot-validation): Use it.
3976
3977 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3978
3979 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3980 Update documentation to refer to the variables documented in r1.135.
3981 (Bug#4188)
3982
3983 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3984
3985 * bookmark.el (Info-suffix-list): Remove this unused variable.
3986 (bookmark-current-point): Remove this obsolete variable.
3987 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3988 Adjust for removal of bookmark-current-point.
3989
3990 (bookmarks-already-loaded, bookmark-current-buffer)
3991 (bookmark-yank-point): Document. (Bug#4188)
3992
3993 2009-10-10 Glenn Morris <rgm@gnu.org>
3994
3995 * frame.el (frame-height): Doc fix.
3996
3997 * calendar/calendar.el (calendar-split-width-threshold): New option.
3998 (calendar-basic-setup): Use calendar-split-width-threshold.
3999
4000 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
4001
4002 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4003 Use .la for Automake.
4004
4005 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
4006
4007 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4008 Use "autoreconf -i". Suggested by Andreas Schwab.
4009
4010 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4011
4012 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4013 Ideographic Supplement" range (U+1F200..U+1F2FF).
4014
4015 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4016
4017 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4018 since the list will have been rebuilt anyway. (Bug#4349)
4019
4020 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4021
4022 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4023 (bookmark-bmenu-execute-deletions): Don't save here, as
4024 bookmark-delete will now do so if necessary.
4025 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4026 (Bug#4348)
4027
4028 2009-10-09 Glenn Morris <rgm@gnu.org>
4029
4030 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4031
4032 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4033
4034 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
4035 (bookmark-jump-other-window): Just invoke bookmark-jump with new
4036 argument now, so the two function's behaviors will match. (Bug#3645)
4037
4038 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * cedet/ede/proj.el (project-make-dist, project-compile-project):
4041 Fix filename test.
4042 (ede-proj-dist-makefile): Use expand-file-name instead of concat
4043 to expand file names.
4044
4045 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
4046
4047 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
4048 (tramp-file-name-real-host, tramp-file-name-port):
4049 Apply `save-match-data'.
4050
4051 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
4052 case both directories are remote.
4053 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
4054 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
4055
4056 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
4059 (ede-proj-target-makefile-objectcode): Use it.
4060
4061 * cedet/ede/source.el (ede-want-any-source-files-p)
4062 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
4063 Return search result. This error was introduced while merging.
4064
4065 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
4068
4069 2009-10-07 Glenn Morris <rgm@gnu.org>
4070
4071 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
4072 of concat.
4073
4074 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * files-x.el (read-file-local-variable): Include some
4077 non-user-variables in the completion table (bug#4664).
4078
4079 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
4080
4081 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
4082 message.
4083
4084 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4085 (tramp-smb-file-name-handler-alist): Add handler for
4086 `copy-directory', `expand-file-name', `set-file-modes'.
4087 (tramp-smb-handle-copy-directory)
4088 (tramp-smb-handle-expand-file-name)
4089 (tramp-smb-handle-set-file-modes): New defuns.
4090 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
4091 (tramp-smb-handle-file-attributes): Simplify check for retrieving
4092 entry.
4093 (tramp-smb-handle-insert-directory): Don't flush the cache.
4094 (tramp-smb-maybe-open-connection): Check for samba client and
4095 server versions.
4096
4097 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4098
4099 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
4100 to not error out of search for "^lisp=" fails.
4101
4102 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4103
4104 * makefile.w32-in (WINS_UPDATES): New macro.
4105 (custom-deps, finder-data, autoloads): Use it.
4106
4107 2009-10-07 Glenn Morris <rgm@gnu.org>
4108
4109 * Makefile.in (autoloads): Revert previous change.
4110 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
4111 the list of preloaded files passed on the command-line, get
4112 it from src/Makefile.
4113
4114 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
4115 show the original buffer rather than a random one.
4116
4117 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
4118
4119 * help.el (describe-no-warranty): Place point in a slightly better
4120 position in the GPLv3 text.
4121
4122 2009-10-06 Sam Steingold <sds@gnu.org>
4123
4124 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
4125 the comm attribute is present before calling regexp-quote.
4126
4127 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
4128
4129 * play/animate.el (animate-string): For good effect, make sure
4130 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
4131
4132 * play/animate.el (animate-sequence, animate-birthday-present):
4133 * misc.el (butterfly): Don't set `indent-tabs-mode'.
4134
4135 2009-10-06 Glenn Morris <rgm@gnu.org>
4136
4137 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
4138
4139 * emacs-lisp/autoload.el (autoload-excludes): New variable.
4140 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
4141 (batch-update-autoloads): Process a string value of autoload-excludes,
4142 set during the build process.
4143 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
4144
4145 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
4146 inside with-parsed... macro so that `v' is defined.
4147
4148 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
4149 * progmodes/fortran.el (fortran-end-of-block)
4150 (fortran-beginning-of-block):
4151 Also push mark in the macro case.
4152
4153 * emerge.el (emerge-show-file-name):
4154 * calc/calc.el (calc-quit):
4155 * calc/calc-misc.el (calc-big-or-small):
4156 * calc/calc-graph.el (calc-graph-view):
4157 * calc/calc-ext.el (calc-reset):
4158 * calendar/calendar.el (calendar-basic-setup):
4159 Use window-full-height-p.
4160
4161 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
4162 header we don't understand, don't insert another. (Bug#4624)
4163 If changing mime charset, insert the new one in the right place.
4164
4165 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
4166
4167 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4168 (cal-tex-cursor-month): Correctly increment the end date for diary and
4169 holiday listing. (Bug#4626)
4170
4171 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * help-fns.el (describe-function-1): Don't burp if the function is not
4174 a symbol.
4175
4176 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
4179 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
4180 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
4181 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
4182
4183 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
4184 (eieio-default-superclass): Reflow docstrings.
4185 (this, class-option-assoc, defclass, eieio-class-un-autoload)
4186 (eieio-unbind-method-implementations, defmethod)
4187 (eieio-validate-slot-value, eieio-validate-class-slot-value)
4188 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
4189 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
4190 (eieio-slot-originating-class-p, eieio-slot-name-index)
4191 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
4192 (constructor, initialize-instance, no-next-method, object-print)
4193 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
4194 Fix typos in docstrings.
4195 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
4196 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
4197 (next-method-p): Doc fixes.
4198 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
4199 Fix typos in error messages.
4200 (eieio-defmethod): Fix typo in description of generic method.
4201
4202 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
4203 (eieio-persistent-save-interactive, slot-missing):
4204 Fix typos in docstrings.
4205 (eieio-instance-inheritor-slot-boundp): Doc fix.
4206
4207 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
4208 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
4209
4210 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
4211 (eieio-custom-object-apply-reset):
4212 Fix typos in docstrings and error messages.
4213
4214 * emacs-lisp/eieio-datadebug.el (data-debug-show):
4215 Fix typo in docstring.
4216
4217 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
4218 (eieio-browse-tree): Doc fix.
4219 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
4220 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
4221 Fix typos in docstrings.
4222
4223 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
4224 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
4225 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
4226 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
4227 Reflow docstrings.
4228
4229 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4230
4231 * vc-hg.el (log-view-vc-backend): Declare for compiler.
4232 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
4233 Set log-view-vc-backend so that diff can work.
4234
4235 * log-view.el (log-view-diff): Use vc-diff-internal instead of
4236 vc-version-diff.
4237 (vc-diff-internal): Autoload this instead of vc-version-diff.
4238
4239 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4240
4241 * simple.el (eval-expression): Doc fix.
4242
4243 * progmodes/cwarn.el (cwarn-mode): Doc fix.
4244
4245 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4246
4247 * files.el (directory-files-no-dot-files-regexp): New defconst.
4248 (delete-directory): Use it.
4249 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
4250
4251 * net/tramp.el (tramp-verbose): Fix docstring.
4252 (tramp-methods): Add recursive option to `tramp-copy-args'.
4253 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
4254 "scp1_old", "scp2_old", "rsync", "rsyncc".
4255 (tramp-default-method): Check also for `auth-source-user-or-password'.
4256 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4257 Add handler for `copy-directory'.
4258 (tramp-handle-copy-directory): New defun.
4259 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
4260 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
4261 Optimize sent command.
4262
4263 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
4266 window if necessary.
4267
4268 * calendar/calendar.el (calendar-basic-setup): Don't call
4269 switch-to-buffer in a dedicated window.
4270
4271 2009-10-05 Karl Fogel <kfogel@red-bean.com>
4272
4273 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
4274 don't do anything related to relocating, just return nil.
4275 (bookmark-error-no-filename): New error.
4276 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
4277 bookmark has no file. Don't even attempt to handle things that
4278 are not files; the whole point of custom handlers is to keep that
4279 knowledge elsewhere anyway. Tighten some comments.
4280 (bookmark-file-or-variation-thereof): Remove now-unused function.
4281 (bookmark-location): Doc string fix.
4282 (Bug#4250)
4283
4284 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4285
4286 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
4287 don't use a file dialog, because they usually don't know how to read
4288 a directory target from the user. (Bug#4230)
4289 Also, make sure the prompt can display directories as well as files.
4290
4291 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4292
4293 * bookmark.el (bookmark-set, bookmark-buffer-name):
4294 Improve doc strings. (Bug#1193)
4295
4296 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4297
4298 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
4299 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
4300 (bookmark-get-annotation, bookmark-set-annotation)
4301 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4302 (bookmark-set-position, bookmark-get-front-context-string)
4303 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4304 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
4305 (bookmark-jump-other-window, bookmark-handle-bookmark)
4306 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
4307 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
4308 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
4309 Improve doc strings to say whether bookmark can be a string or
4310 a record or both, and make other consistency and clarity fixes.
4311 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
4312 (bookmark-default-annotation-text, bookmark-yank-word)
4313 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
4314 (bookmark-import-new-list, bookmark-maybe-rename)
4315 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4316 (bookmark-bmenu-bookmark): Give these doc strings.
4317 (bookmark-bmenu-check-position): Give this a doc string, but also
4318 add a FIXME comment about how the function may be pointless.
4319 (bookmark-default-handler): Rework doc string and change a
4320 parameter name, to clarify that this takes a bookmark record
4321 not a bookmark name.
4322 (bookmark-set): Change a parameter name to indicate its meaning,
4323 and improve the doc string a bit.
4324 (Bug#4188)
4325
4326 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4327
4328 * bookmark.el (bookmark-alist): Document the new `handler' element
4329 in the param alist.
4330 (bookmark-make-record-function): Adjust documentation for above.
4331 (Bug#4193)
4332
4333 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4334
4335 * info.el (Info-bookmark-make-record): Document this function.
4336 (Info-bookmark-jump): Document with a doc string, not just a comment.
4337 (Bug#4203)
4338
4339 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
4342 (semantic-new-buffer-fcn): Call parser setup functions here.
4343 (semantic-mode): Don't call parser setup functions here, it's done
4344 in semantic-new-buffer-fcn now.
4345 (semantic-mode): Parse all existing buffers when enabled.
4346
4347 * cedet/srecode/compile.el (srecode-compile-file):
4348 Call semantic-new-buffer-fcn if the buffer has not been parsed.
4349
4350 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4351
4352 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4353
4354 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
4355 (proj-comp-insert-variable-once): New macro, renamed from
4356 ede-pmake-insert-variable-once in ede/pmake.edl.
4357 (ede-proj-makefile-insert-variables): Use it.
4358
4359 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * files.el (copy-directory): New defun.
4362
4363 * dired-aux.el (dired-copy-file-recursive): Use it.
4364
4365 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4366
4367 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4368 (makefile-end-of-command):
4369 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4370 (semantic-end-of-context): Fix previous change. Doc fixes.
4371
4372 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * files-x.el (modify-dir-local-variable)
4375 (copy-dir-locals-to-file-locals-prop-line):
4376 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4377 (makefile-end-of-command):
4378 * cedet/semantic/lex.el (semantic-lex-token):
4379 * cedet/semantic/analyze/fcn.el
4380 (semantic-analyze-dereference-metatype-1):
4381 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4382 (semantic-lex-cpp-undef):
4383 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4384 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4385 (semantic-end-of-context): Fix typos in docstrings.
4386
4387 * recentf.el (recentf-unload-function): New function.
4388
4389 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4390
4391 * cedet/ede.el (ede-project-placeholder-cache-file):
4392 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4393 * cedet/srecode/map.el (srecode-map-save-file):
4394 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
4395
4396 2009-10-04 Glenn Morris <rgm@gnu.org>
4397
4398 * window.el (window-full-height-p): Add doc string.
4399
4400 2009-10-04 Martin Rudalics <rudalics@gmx.at>
4401
4402 * window.el (window-full-height-p): New function. (Bug#4543)
4403
4404 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * cedet/srecode/insert.el: Require srecode/args.
4407
4408 * cedet/srecode/args.el: Require srecode/dictionary instead of
4409 srecode/insert.
4410
4411 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4412
4413 * files.el (auto-mode-alist): Add .srt and Project.ede.
4414
4415 * cedet/semantic.el (semantic-mode):
4416 Handle srecode-template-mode-hook as well.
4417 (semantic-mode): Use js-mode-hook for Javascript hook.
4418
4419 * cedet/srecode/template.el: Remove hook variable.
4420
4421 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4422
4423 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4424 projects exist.
4425 (ede-project-placeholder-cache-file): Default to a file in
4426 user-emacs-directory.
4427
4428 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4429 templates in data-directory.
4430 (srecode-map-save-file): Default to a file in user-emacs-directory.
4431
4432 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4433 directory.
4434
4435 2009-09-30 Eric Ludlam <zappo@gnu.org>
4436
4437 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4438 Doc fix.
4439
4440 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4441 Only insert each variable once.
4442
4443 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4444 (ede-pmake-insert-variable-shared): Use it.
4445
4446 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4447 for lexical table iff table is nil.
4448
4449 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4450
4451 * vc.el: Remove commented out code.
4452 (vc-derived-from-dir-mode): Remove, unused.
4453 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4454
4455 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4458 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
4459 there could be recursive loading when `default-directory' is a
4460 remote file name. (Bug#4614)
4461
4462 2009-10-03 Glenn Morris <rgm@gnu.org>
4463
4464 * calendar/calendar.el (calendar-basic-setup): Handle the case where
4465 the frame is wide.
4466 (calendar-generate-window): Test for shrinkability rather than width.
4467
4468 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4469 declaration, currently false.
4470
4471 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4472 reusing existing buffers, in case we happen to visit two files with the
4473 same basename. (Bug#4593)
4474
4475 2009-10-02 Eli Zaretskii <eliz@gnu.org>
4476
4477 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
4478 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4479 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4480 subdirs of cedet as well.
4481 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4482
4483 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4486 Obey advertised-signature-table.
4487
4488 * help-fns.el (help-function-arglist): Don't check
4489 advertised-signature-table.
4490 (describe-function-1): Do it here instead so it also applies to subrs.
4491
4492 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
4493
4494 * simple.el (start-file-process): Say in the doc-string, that file
4495 handlers might not support pty association, if PROGRAM is nil.
4496
4497 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4498 HOST and USER are strings. They are nil, when there are
4499 incomplete entries in ~/.netrc, for example.
4500 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
4501 root directory ("device busy" error otherwise).
4502
4503 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4504 Flush file properties of created directory.
4505
4506 2009-10-02 Eli Zaretskii <eliz@gnu.org>
4507
4508 * makefile.w32-in (WINS_BASIC): Remove cedet.
4509 (WINS_CEDET): Add cedet.
4510 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4511
4512 2009-10-02 Kevin Ryde <user42@zip.com.au>
4513
4514 * net/browse-url.el (browse-url): Pass any symbol in
4515 browse-url-browser-function to `apply', since if you've mistakenly put
4516 an unbound symbol then the error is clearer. (Bug#4531)
4517
4518 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
4519
4520 * allout.el (allout-init, allout-back-to-current-heading)
4521 (allout-beginning-of-current-entry, allout-ascend-to-depth)
4522 (allout-ascend, allout-up-current-level, allout-end-of-level)
4523 (allout-previous-visible-heading, allout-forward-current-level)
4524 (allout-backward-current-level, allout-show-children):
4525 * apropos.el (apropos-describe-plist):
4526 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4527 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4528 * completion.el (add-completion, add-permanent-completion):
4529 * descr-text.el (describe-text-category, describe-char):
4530 * desktop.el (desktop-lazy-abort):
4531 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4532 * dired.el (dired-build-subdir-alist):
4533 * ediff.el (ediff-version):
4534 * elide-head.el (elide-head, elide-head-show):
4535 * emerge.el (emerge-version):
4536 * env.el (getenv):
4537 * face-remap.el (variable-pitch-mode):
4538 * faces.el (describe-face):
4539 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4540 (dired-at-point):
4541 * files.el (find-file-existing, auto-save-mode):
4542 * font-lock.el (font-lock-fontify-buffer):
4543 * help-fns.el (describe-function, describe-variable)
4544 (describe-syntax, describe-categories):
4545 * help.el (view-lossage, describe-bindings, describe-key)
4546 (describe-mode):
4547 * hexl.el (hexl-current-address):
4548 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4549 * info.el (Info-goto-emacs-key-command-node):
4550 * log-edit.el (log-edit-insert-cvs-template)
4551 (log-edit-insert-cvs-rcstemplate):
4552 * menu-bar.el (menu-bar-mode):
4553 * mouse.el (mouse-appearance-menu):
4554 * newcomment.el (comment-indent-new-line):
4555 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4556 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4557 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
4558 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4559 * recentf.el (recentf-mode):
4560 * savehist.el (savehist-mode, savehist-save):
4561 * shadowfile.el (shadow-copy-files):
4562 * simple.el (kill-ring-save, next-line, previous-line)
4563 (normal-erase-is-backspace-mode):
4564 * strokes.el (strokes-update-window-configuration)
4565 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4566 (strokes-xpm-for-stroke):
4567 * time.el (emacs-uptime, emacs-init-time):
4568 * tutorial.el (tutorial--describe-nonstandard-key)
4569 (tutorial--detailed-help):
4570 * type-break.el (type-break-mode)
4571 (type-break-mode-line-message-mode, type-break-query-mode)
4572 (type-break-guesstimate-keystroke-threshold):
4573 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4574 * version.el (emacs-version):
4575 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4576 * winner.el (winner-mode):
4577 * calendar/timeclock.el (timeclock-in, timeclock-out)
4578 (timeclock-status-string, timeclock-change)
4579 (timeclock-workday-remaining-string)
4580 (timeclock-workday-elapsed-string)
4581 (timeclock-when-to-leave-string):
4582 * calendar/todo-mode.el (todo-add-category):
4583 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4584 * emacs-lisp/autoload.el (update-file-autoloads):
4585 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4586 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4587 (checkdoc-message-text, checkdoc-defun):
4588 * emacs-lisp/debug.el (debugger-list-functions):
4589 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4590 * emacs-lisp/eieio-opt.el (eieio-describe-class)
4591 (eieio-describe-generic):
4592 * emacs-lisp/lisp-mnt.el (lm-synopsis):
4593 * emacs-lisp/shadow.el (list-load-path-shadows):
4594 * emulation/cua-base.el (cua-mode):
4595 * emulation/edt.el (edt-set-scroll-margins):
4596 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4597 (tpu-toggle-regexp, tpu-toggle-search-direction)
4598 (tpu-toggle-rectangle, tpu-toggle-control-keys):
4599 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4600 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4601 (viper-set-parsing-style-toggling-macro)
4602 (viper-set-emacs-state-searchstyle-macros):
4603 * emulation/viper.el (viper-set-hooks):
4604 * eshell/esh-mode.el (eshell-truncate-buffer):
4605 * international/mule-cmds.el (prefer-coding-system)
4606 (describe-input-method, describe-language-environment):
4607 * international/mule-diag.el (list-character-sets)
4608 (describe-character-set, describe-coding-system)
4609 (describe-fontset, list-fontsets, list-input-methods):
4610 * mail/sendmail.el (mail-signature):
4611 * net/ange-ftp.el (ange-ftp-copy-file):
4612 * net/browse-url.el (browse-url):
4613 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4614 * net/quickurl.el (quickurl-add-url):
4615 * net/rcirc.el (names, topic):
4616 * net/xesam.el (xesam-mode):
4617 * play/5x5.el (5x5-new-game):
4618 * play/yow.el (apropos-zippy):
4619 * progmodes/ada-mode.el (ada-mode-version):
4620 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4621 (f90-end-of-block)
4622 (f90-beginning-of-block):
4623 * progmodes/fortran.el (fortran-end-of-block)
4624 (fortran-beginning-of-block):
4625 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4626 * progmodes/python.el (python-describe-symbol, python-shell):
4627 * term/ns-win.el (ns-print-buffer):
4628 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4629 * textmodes/flyspell.el (flyspell-mode-on):
4630 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4631 (pages-directory-for-addresses):
4632 * textmodes/table.el (table-recognize-cell)
4633 (table-query-dimension, table-generate-source)
4634 (table-insert-sequence, table--warn-incompatibility):
4635 * textmodes/tex-mode.el (tex-validate-buffer):
4636 * textmodes/texinfmt.el (texinfmt-version)
4637 (texinfo-format-buffer):
4638 Use `called-interactively-p' instead of `interactive-p'.
4639
4640 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
4641
4642 * image-mode.el (image-toggle-display):
4643 * emacs-lisp/elp.el (elp-instrument-function):
4644 * emacs-lisp/advice.el (ad-make-advised-definition):
4645 * emacs-lisp/easy-mmode.el (define-minor-mode):
4646 * net/browse-url.el (browse-url-maybe-new-window):
4647 * progmodes/sh-script.el (sh-learn-buffer-indent):
4648 Pass new argument 'any to `called-interactively-p'.
4649
4650 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4651
4652 * international/uni-bidi.el:
4653 * international/uni-category.el:
4654 * international/uni-combining.el:
4655 * international/uni-comment.el:
4656 * international/uni-decimal.el:
4657 * international/uni-decomposition.el:
4658 * international/uni-digit.el:
4659 * international/uni-lowercase.el:
4660 * international/uni-mirrored.el:
4661 * international/uni-name.el:
4662 * international/uni-numeric.el:
4663 * international/uni-old-name.el:
4664 * international/uni-titlecase.el:
4665 * international/uni-uppercase.el:
4666 Regenerate from Unicode 5.2.0 data.
4667
4668 2009-10-01 Glenn Morris <rgm@gnu.org>
4669
4670 * Makefile.in (ELCFILES): Regenerate.
4671
4672 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * subr.el (interactive-p): Mark obsolete.
4675 (called-interactively-p): Make the optional-ness of `kind' obsolete.
4676 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4677 advertised-signature-table for subroutines as well.
4678
4679 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4680 (set-advertised-calling-convention): New function.
4681 (make-obsolete, define-obsolete-function-alias)
4682 (make-obsolete-variable, define-obsolete-variable-alias):
4683 Make the optional-ness of `when' obsolete.
4684 (define-obsolete-face-alias): Make `when' non-optional.
4685 * help-fns.el (help-function-arglist):
4686 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4687 Use advertised-signature-table.
4688
4689 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4690
4691 * files.el (delete-directory): New defun. The original function
4692 in fileio.c has been renamed to `delete-directory-internal'.
4693
4694 * dired.el (dired-delete-file): Call `delete-directory' with
4695 RECURSIVE parameter.
4696
4697 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4698 parameter RECURSIVE. Implementation is missing.
4699
4700 * net/tramp.el (tramp-handle-make-directory): Flush upper
4701 directory's file properties.
4702 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4703 (tramp-handle-dired-recursive-delete-directory): Flush directory
4704 properties after the remove command only.
4705
4706 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4707 Handle optional parameter RECURSIVE.
4708
4709 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4710 Handle optional parameter RECURSIVE.
4711
4712 * net/tramp-smb.el (tramp-smb-errors): Add error message for
4713 connection timeout.
4714 (tramp-smb-handle-delete-directory): Handle optional parameter
4715 RECURSIVE.
4716
4717 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4720 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4721 (byte-compile-defmacro): Use backquotes.
4722
4723 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4724
4725 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4726 has no associated file.
4727 (vc-resynch-buffer): Use vc-dir-buffers.
4728
4729 2009-10-01 Glenn Morris <rgm@gnu.org>
4730
4731 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4732 (chart-file-count):
4733 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4734 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4735 * emacs-lisp/eieio-opt.el (eieio-describe-class):
4736 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4737 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4738 (eieio-copy-parents-into-subclass, make-instance, class-children)
4739 (eieio-generic-form):
4740 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4741 * cedet/cedet-idutils.el (cedet-idutils-search)
4742 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4743 (cedet-idutils-version-check):
4744 * cedet/cedet.el (cedet-version):
4745 * cedet/data-debug.el (data-debug-insert-overlay-button)
4746 (data-debug-insert-overlay-list-button)
4747 (data-debug-insert-buffer-button)
4748 (data-debug-insert-buffer-list-button)
4749 (data-debug-insert-process-button, data-debug-insert-ring-button)
4750 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4751 (data-debug-insert-stuff-vector-button)
4752 (data-debug-insert-symbol-button, data-debug-insert-string)
4753 (data-debug-insert-number, data-debug-insert-lambda-expression)
4754 (data-debug-insert-nil, data-debug-insert-simple-thing)
4755 (data-debug-insert-custom, data-debug-edebug-expr):
4756 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4757 (global-ede-mode-map, ede-new, ede-debug-target)
4758 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4759 * cedet/semantic.el (semantic-minimum-working-buffer-size)
4760 (semantic-fetch-tags, semantic-submode-list)
4761 (semantic-default-submodes):
4762 * cedet/ede/source.el (ede-source-match):
4763 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4764 (project-am-package-info):
4765 * cedet/ede/proj.el (ede-proj-target, project-new-target):
4766 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4767 * cedet/ede/proj-comp.el (ede-current-build-list):
4768 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4769 * cedet/ede/files.el (ede-toplevel-project-or-nil):
4770 * cedet/ede/cpp-root.el (initialize-instance):
4771 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4772 (autoconf-parameter-strip, autoconf-insert-new-macro):
4773 * cedet/semantic/wisent.el (wisent-lex-eoi):
4774 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4775 (semantic-show-parser-state-mode):
4776 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4777 * cedet/semantic/tag.el (semantic-tag-new-variable)
4778 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4779 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4780 (semantic--tag-deep-copy-tag-list)
4781 (semantic-tag-components-with-overlays-default):
4782 * cedet/semantic/symref.el (semantic-symref-find-text):
4783 * cedet/semantic/senator.el (senator-yank-tag)
4784 (senator-transpose-tags-up):
4785 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4786 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4787 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4788 * cedet/semantic/lex.el (semantic-lex-comment-regex)
4789 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4790 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4791 * cedet/semantic/lex-spp.el
4792 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4793 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4794 * cedet/semantic/idle.el
4795 (semantic-idle-summary-current-symbol-info-brutish)
4796 (semantic-idle-summary-current-symbol-info-default):
4797 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4798 (semantic--grammar-macro-compl-dict):
4799 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4800 * cedet/semantic/format.el (semantic-format-tag-custom-list)
4801 (semantic-format-tag-canonical-name-default):
4802 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4803 (semantic-find-tags-for-completion)
4804 (semantic-find-tags-by-scope-protection-default)
4805 (semantic-deep-find-tags-for-completion):
4806 * cedet/semantic/edit.el
4807 (semantic-edits-incremental-reparse-failed-hook)
4808 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4809 (semantic-edits-splice-remove, semantic-edits-splice-replace):
4810 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4811 * cedet/semantic/dep.el (semantic-dependency-include-path):
4812 * cedet/semantic/db.el (semanticdb-default-find-index-class)
4813 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4814 (semanticdb-project-roots):
4815 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4816 (semanticdb-find-adebug-insert-scanned-tag-cons)
4817 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4818 (semanticdb-brute-deep-find-tags-for-completion):
4819 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4820 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4821 (semantic-end-of-context-default)
4822 (semantic-ctxt-current-function-default)
4823 (semantic-ctxt-scoped-types-default):
4824 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4825 (semantic-complete-inline-tag-engine)
4826 (semantic-complete-inline-custom-type)
4827 (semantic-complete-read-tag-analyzer):
4828 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4829 (semantic-chart-database-size):
4830 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4831 (semantic-analyze-current-context):
4832 * cedet/semantic/symref/list.el (semantic-symref)
4833 (semantic-symref-hide-buffer, semantic-symref-symbol):
4834 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4835 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4836 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4837 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4838 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4839 (semantic-c-dereference-template):
4840 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4841 (semantic--analyze-refs-full-lookup-with-parents)
4842 (semantic--analyze-refs-full-lookup-simple):
4843 * cedet/semantic/analyze/complete.el
4844 (semantic-analyze-possible-completions):
4845 * cedet/srecode/table.el (srecode-mode-table-new):
4846 * cedet/srecode/srt.el (srecode-read-variable-name):
4847 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4848 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4849 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4850 * cedet/srecode/map.el (srecode-current-map):
4851 * cedet/srecode/insert.el (srecode-insert)
4852 (srecode-insert-variable-secondname-handler, srecode-insert-method)
4853 (srecode-template-inserter-point-override)
4854 (srecode-insert-include-lookup):
4855 * cedet/srecode/getset.el (srecode-auto-choose-class):
4856 * cedet/srecode/extract.el (srecode-inserter-extract):
4857 * cedet/srecode/document.el
4858 (srecode-document-autocomment-return-last-alist)
4859 (srecode-document-autocomment-param-type-alist)
4860 (srecode-document-insert-function-comment)
4861 (srecode-document-insert-variable-one-line-comment)
4862 (srecode-document-function-name-comment):
4863 * cedet/srecode/dictionary.el (srecode-create-dictionary)
4864 (srecode-compound-toString):
4865 * cedet/srecode/compile.el (srecode-flush-active-templates):
4866 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4867 Doc/message fixes.
4868
4869 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4870 match-data. (Bug#4555).
4871
4872 * cedet/semantic/bovine/gcc.el
4873 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4874 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4875
4876 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4877 rather than parsing it as a regexp. This relaxes the layout
4878 requirements and makes errors easier to detect.
4879 (check-declare-verify): Check file is regular.
4880 (check-declare-directory): Doc fix.
4881 * subr.el (declare-function): Doc fix.
4882
4883 * ibuffer.el (ibuffer-format-qualifier):
4884 * isearch.el (hi-lock-regexp-okay):
4885 * calc/calc.el (math-zerop):
4886 * mail/uce.el (rmail-msgbeg, rmail-msgend):
4887 * term/w32-win.el (setup-default-fontset, set-fontset-font):
4888 Remove unused declarations.
4889
4890 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * cedet/semantic/wisent/javat-wy.el
4893 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4894
4895 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
4896
4897 * cedet/srecode/expandproto.el: Fix provide statement.
4898
4899 2009-09-30 Eric Ludlam <zappo@gnu.org>
4900
4901 * emacs-lisp/eieio.el (boolean-p): Delete.
4902
4903 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
4904
4905 * cedet/ede/srecode.el: Fix provide statement.
4906
4907 2009-09-30 Glenn Morris <rgm@gnu.org>
4908
4909 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4910 * cedet/ede/proj-aux.el (ede-aux-source):
4911 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4912 (ede-misc-source):
4913 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4914 (semantic-mrub-switch-tags): Fix doc typos.
4915
4916 * cedet/semantic/db-global.el (data-debug-new-buffer)
4917 (data-debug-insert-thing): Remove unneeded declarations (one broken).
4918 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4919
4920 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4921
4922 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4923 use of CL function `remove-if-not'.
4924
4925 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4926
4927 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4928 filename is not a string.
4929
4930 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
4931
4932 * files.el (safe-local-eval-forms): Fix typo.
4933
4934 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * vc-hooks.el (vc-dir-buffers): New var.
4937 (vc-state-refresh): New function.
4938 (vc-state): Use it.
4939 (vc-after-save): Always ask the backend to recompute the new state.
4940 Always call vc-dir if necessary, using vc-dir-buffers.
4941 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4942 Use vc-dir-buffers.
4943 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4944 (vc-dir-prepare-status-buffer, vc-dir-update)
4945 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4946 Don't call expand-file-name on default-directory.
4947
4948 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4949
4950 * speedbar.el (speedbar-item-delete):
4951 * calc/calc-prog.el (calc-kbd-if):
4952 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4953
4954 * epa.el (epa-key-list-mode-map):
4955 * hi-lock.el (hi-lock-menu): Fix typos in menus.
4956
4957 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4958 (hs-show-hook): Fix typo in docstring.
4959
4960 2009-09-29 Glenn Morris <rgm@gnu.org>
4961
4962 * cedet/semantic/symref/idutils.el:
4963 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4964
4965 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4966
4967 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4968 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4969 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4970 Mark declarations not understood by check-declare.
4971
4972 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4973 file-name-nondirectory call preventing location of cedet files.
4974 (check-declare-verify): Use literal search rather than re-search.
4975 Add basic defmethod and defclass, and define-overloadable-function.
4976
4977 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4978 Use tramp-compat-file-attributes rather than nonexistent
4979 tramp-compat-handle-file-attributes.
4980
4981 * Makefile.in (lisptagsfiles4): New.
4982 (AUTOGENEL): Add cedet loaddefs files.
4983 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4984 (update-elclist, compile-always, backup-compiled-files)
4985 (bootstrap-clean): Add yet another directory level.
4986 (update-elclist): Use LC_COLLATE rather than COLLATE.
4987 (ELCFILES): Update, via `make update-elclist'.
4988
4989 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4990
4991 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4992 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4993 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4994
4995 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4996
4997 * Makefile.in (lisptagsfiles3): Define.
4998 (TAGS, TAGS-LISP): Use it.
4999 (update-elclist): Add third directory level to look for elc files.
5000 (compile-always): Likewise.
5001 (backup-compiled-files): Likewise.
5002 (bootstrap-clean): Likewise.
5003 (ELCFILES): Update.
5004
5005 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
5006
5007 * Makefile.in (ELCFILES): Add CEDET files.
5008
5009 2009-09-28 Eric Ludlam <zappo@gnu.org>
5010
5011 CEDET (development tools) package merged.
5012
5013 * cedet/*.el:
5014 * cedet/ede/*.el:
5015 * cedet/semantic/*.el:
5016 * cedet/srecode/*.el: New files.
5017
5018 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5019
5020 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5021
5022 * net/tramp.el (top): Require tramp-imap.
5023
5024 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5025 Use `tramp-compat-handle-file-attributes'.
5026
5027 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5028
5029 * net/tramp-imap.el: New package.
5030
5031 2009-09-28 Eric Ludlam <zappo@gnu.org>
5032
5033 * emacs-lisp/chart.el:
5034 * emacs-lisp/eieio-base.el:
5035 * emacs-lisp/eieio-comp.el:
5036 * emacs-lisp/eieio-custom.el:
5037 * emacs-lisp/eieio-datadebug.el:
5038 * emacs-lisp/eieio-opt.el:
5039 * emacs-lisp/eieio-speedbar.el:
5040 * emacs-lisp/eieio.el: New files.
5041
5042 * cedet/cedet-cscope.el:
5043 * cedet/cedet-files.el:
5044 * cedet/cedet-global.el:
5045 * cedet/cedet-idutils.el:
5046 * cedet/data-debug.el:
5047 * cedet/inversion.el:
5048 * cedet/mode-local.el:
5049 * cedet/pulse.el: New files.
5050
5051 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5052
5053 * whitespace.el (whitespace-trailing-regexp)
5054 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5055 Fix doc string.
5056
5057 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
5060 menu.
5061
5062 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
5063 menu-bar-ediff-menu.
5064
5065 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
5066 define-overloadable-function.
5067
5068 * progmodes/autoconf.el: Provide autoconf as well, so that this
5069 file can be `require'd.
5070
5071 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
5072
5073 * emacs-lisp/autoload.el (generated-autoload-feature)
5074 (generated-autoload-load-name): New vars.
5075 (autoload-rubric, autoload-generate-file-autoloads): Use them.
5076 (make-autoload): Recognize define-overloadable-function and
5077 defclass forms (for EIEIO).
5078
5079 * Makefile.in (update-subdirs): Exclude cedet directory.
5080
5081 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5082
5083 * term/ns-win.el: Don't set the region face background. (Bug#4381)
5084
5085 * faces.el: Default light-background background for region face to
5086 ns_selection_color under NS.
5087
5088 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5089
5090 * net/imap-hash.el: New library, see NEWS.
5091
5092 * Makefile.in (ELCFILES): Add imap-hash.el.
5093
5094 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
5097 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
5098 * help-macro.el (make-help-screen): Avoid using an ambiguous function
5099 definition where the docstring could be taken for the return value.
5100
5101 2009-09-26 Glenn Morris <rgm@gnu.org>
5102
5103 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
5104 Add option to only show images below a certain size.
5105 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
5106 save-excursion calls.
5107
5108 2009-09-26 Eli Zaretskii <eliz@gnu.org>
5109
5110 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
5111 subdirectories) and eieio.
5112
5113 2009-09-26 Alan Mackenzie <acm@muc.de>
5114
5115 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
5116 buggy bracketing. (Bug#4289)
5117
5118 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
5119 character constants (as case labels). (Bug#4289)
5120
5121 2009-09-25 Juri Linkov <juri@jurta.org>
5122
5123 * files.el (safe-local-eval-forms): Allow time-stamp in
5124 before-save-hook (Bug#4554).
5125
5126 2009-09-25 Drew Adams <drew.adams@oracle.com>
5127
5128 * menu-bar.el (list-buffers-directory): Doc fix.
5129
5130 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
5133 Try and avoid copying twice the same paragraph.
5134 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
5135 Remove save-excursion.
5136 (log-edit-changelog-entry): Do it here instead.
5137
5138 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
5139
5140 * bs.el (bs--get-file-name): Use `list-buffers-directory'
5141 when available, instead of hardcoding mode names. Doc fix.
5142
5143 * menu-bar.el (list-buffers-directory): Add docstring.
5144 Make automatically buffer-local.
5145
5146 * dired.el (dired-mode):
5147 * files.el (cd-absolute):
5148 * pcvs.el (cvs-temp-buffer):
5149 * pcvs-util.el (cvs-get-buffer-create):
5150 * shell.el (shell-mode):
5151 * vc-dir.el (vc-dir-mode):
5152 Don't make `list-buffers-directory' buffer local.
5153
5154 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
5155
5156 * comint.el (comint-exec, comint-run, make-comint):
5157 Doc fixes (Bug#4542).
5158
5159 2009-09-25 Glenn Morris <rgm@gnu.org>
5160
5161 * mail/rmailmm.el (rmail-mime): New custom group.
5162 Move all defcustoms in this file into this group.
5163 (rmail-mime-media-type-handlers-alist): Revert previous change.
5164 (rmail-mime-show-images): New option.
5165 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
5166 references to it, since it wasn't actually used for anything.
5167 (rmail-mime-insert-image): New function.
5168 (rmail-mime-image): Use rmail-mime-insert-image.
5169 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
5170 obey the value of `rmail-mime-show-images' option. Print the size of
5171 attachments.
5172
5173 2009-09-25 David Engster <deng@randomsample.de>
5174
5175 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
5176
5177 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5178
5179 * whitespace.el: Does not highlight trailing spaces While point is
5180 at end of line. Does not highligt spaces at beginning of buffer
5181 while point is at beginning of buffer. Does not highlight spaces
5182 at end of buffer while point is at end of buffer. (Bug#4177)
5183 New version 12.0.
5184 (whitespace-display-mappings): Adjust initialization.
5185 (whitespace-point, whitespace-font-lock-refontify): New vars.
5186 (whitespace-color-on, whitespace-color-off): Adjust code.
5187 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5188 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
5189 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
5190
5191 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
5194
5195 * textmodes/sgml-mode.el: Remove xml-mode alias.
5196
5197 * files.el (auto-mode-alist, conf-mode-maybe)
5198 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
5199
5200 2009-09-24 Alan Mackenzie <acm@muc.de>
5201
5202 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
5203 c-forward-conditionals, but it doesn't move point and doesn't set
5204 the mark.
5205 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
5206 (c-down-conditional-with-else, c-backward-conditional)
5207 (c-forward-conditional): Refactor to use c-scan-conditionals.
5208
5209 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5210
5211 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
5212 (help-default-arg-highlight): Remove.
5213 (help-highlight-arg): New function.
5214 (help-do-arg-highlight): Use it.
5215 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
5216
5217 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * term.el (term-set-scroll-region, term-handle-ansi-escape):
5220 Undo last change, which didn't fix the problem and introduced others.
5221
5222 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
5223
5224 * progmodes/gdb-mi.el: Don't require speedbar.
5225 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
5226
5227 2009-09-24 Glenn Morris <rgm@gnu.org>
5228
5229 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
5230
5231 * term/ns-win.el (ns-reg-to-script): Define for compiler.
5232
5233 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
5234 there is no newline after the final mime boundary. (Bug#4539)
5235 Move markers on insertion so that any buttons inserted don't end up in
5236 the next part of a multipart message.
5237 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
5238 (rmail-mime-bulk-handler): Optionally handle images.
5239 (rmail-mime-image): New button action.
5240 (rmail-mime-image-handler): New function.
5241 (rmail-mime-mode): New mode.
5242 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
5243
5244 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
5247 than just dropping elements from it (bug#4504).
5248
5249 * term.el (term-set-scroll-region): Don't move cursor any more.
5250 (term-handle-ansi-escape): Call term-goto here instead.
5251 Suggested by Ivan Kanis <apple@kanis.eu>.
5252
5253 * term.el: Require CL.
5254 (term-ansi-reset): New function.
5255 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
5256 (term-handle-colors-array): Simplify.
5257
5258 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5259
5260 * allout.el (allout-overlay-interior-modification-handler)
5261 (allout-obtain-passphrase):
5262 * epa-file.el (epa-file-write-region):
5263 * ps-print.el (ps-begin-job):
5264 * vc-hooks.el (vc-toggle-read-only):
5265 * vc-rcs.el (vc-rcs-rollback):
5266 * vc-sccs.el (vc-sccs-rollback):
5267 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
5268 (vc-version-diff, vc-revert, vc-rollback):
5269 * wdired.el (wdired-check-kill-buffer):
5270 * emacs-lisp/authors.el (authors):
5271 * net/socks.el (socks-open-connection):
5272 * net/zeroconf.el (zeroconf-service-add-hook):
5273 * obsolete/vc-mcvs.el (vc-mcvs-register):
5274 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
5275 (gdb-select-frame):
5276 * progmodes/grep.el (lgrep, rgrep):
5277 * progmodes/idlw-help.el (idlwave-help-check-locations)
5278 (idlwave-help-html-link, idlwave-help-assistant-open-link):
5279 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5280 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
5281 (reftex-toc-rename-label): Fix typos in error messages.
5282
5283 * dired-aux.el (dired-do-shell-command): Reflow docstring.
5284 (dired-copy-how-to-fn): Doc fix.
5285 (dired-files-attributes, dired-read-shell-command):
5286 Fix typos in docstrings.
5287
5288 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
5289 (dired-x-find-file-other-window): Reflow docstrings.
5290 (dired-omit-marker-char, dired-read-shell-command)
5291 (dired-x-submit-report): Fix typos in docstrings.
5292
5293 * shell.el (shell-mode-hook):
5294 * view.el (View-scroll-line-forward):
5295 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
5296 Fix typos in docstrings.
5297
5298 * net/dig.el (dig-invoke): Fix typo in docstring.
5299 (query-dig): Reflow docstring.
5300
5301 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
5302 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
5303 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
5304 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
5305 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
5306 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
5307 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
5308 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
5309 (idlwave-completion-map, idlwave-current-indent)
5310 (idlwave-custom-ampersand-surround, idlwave-customize)
5311 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
5312 (idlwave-define-abbrev, idlwave-determine-class-special)
5313 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
5314 (idlwave-end-block-reg, idlwave-end-of-statement)
5315 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
5316 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
5317 (idlwave-explicit-class-listed, idlwave-file-header)
5318 (idlwave-fill-paragraph, idlwave-find-class-definition)
5319 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
5320 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
5321 (idlwave-in-quote, idlwave-indent-action-table)
5322 (idlwave-indent-expand-table, idlwave-indent-line)
5323 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
5324 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
5325 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
5326 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
5327 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
5328 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
5329 (idlwave-outlawed-buffers, idlwave-popup-select)
5330 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
5331 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
5332 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
5333 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
5334 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
5335 (idlwave-statement-type, idlwave-struct-skip)
5336 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5337 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5338 (idlwave-what-module-find-class): Fix typos in docstrings.
5339 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5340 (idlwave-calculate-cont-indent, idlwave-expand-equal)
5341 (idlwave-find-module, idlwave-find-structure-definition)
5342 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5343 (idlwave-list-load-path-shadows, idlwave-next-statement)
5344 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
5345 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
5346 (idlwave-template): Reflow docstrings.
5347
5348 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
5349 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
5350 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
5351 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
5352 (idlwave-shell-display-line, idlwave-shell-display-wframe)
5353 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
5354 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
5355 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
5356 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5357 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5358 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5359 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5360 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5361 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5362 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5363 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5364 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5365 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5366 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5367 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5368 Fix typos in docstrings.
5369 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5370 (idlwave-shell-hide-output, idlwave-shell-mode)
5371 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5372 Reflow docstrings.
5373
5374 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5375
5376 2009-09-24 Ivan Kanis <apple@kanis.eu>
5377
5378 * term.el (term-bold-attribute): New var.
5379 (term-handle-colors-array): Use it.
5380
5381 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
5382
5383 * progmodes/gdb-mi.el (gdb-version): New variable.
5384 (gdb-non-stop-handler): Set gdb-version.
5385 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5386 Condition "--thread" option on gdb-version.
5387 (gdb-invalidate-threads): Remove unused argument.
5388
5389 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5392 to looking-back to avoid ridiculous slow down in large files (bug#4511).
5393
5394 2009-09-23 Glenn Morris <rgm@gnu.org>
5395
5396 * mail/rmail.el (rmail-reply): Don't try to add a References header when
5397 replying to mail without References or Message-Id. (Bug#4525)
5398
5399 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5400
5401 * term/ns-win.el (ns-reg-to-script): New variable.
5402
5403 2009-09-23 Daiki Ueno <ueno@unixuser.org>
5404
5405 * epg.el (epg-wait-for-status): Preserve existing 'error results.
5406
5407 2009-09-22 Sam Steingold <sds@gnu.org>
5408
5409 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
5410 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5411 to 1 because hg returns status 1 when nothing is found.
5412 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5413
5414 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * textmodes/fill.el: Convert to utf-8 encoding.
5417 (fill-french-nobreak-p): Remove redundant » and « inherited from our
5418 pre-unicode days.
5419
5420 * add-log.el (change-log-fill-forward-paragraph): New function.
5421 (change-log-mode): Use it so fill-region DTRT.
5422 Set fill-indent-according-to-mode here rather than in
5423 change-log-fill-paragraph.
5424 (change-log-fill-paragraph): Remove.
5425
5426 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
5427
5428 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5429 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
5430
5431 2009-09-22 Glenn Morris <rgm@gnu.org>
5432
5433 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5434 the scroll-bar scroll the calendar window rather than the buffer.
5435
5436 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5437 commands that move point (as opposed to scrolling).
5438
5439 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5440
5441 * emacs-lisp/elint.el (elint): New custom group.
5442 (elint-log-buffer): Make it a defcustom.
5443 (elint-scan-preloaded, elint-ignored-warnings)
5444 (elint-directory-skip-re): New options.
5445 (elint-builtin-variables): Doc fix.
5446 (elint-preloaded-env): New variable.
5447 (elint-unknown-builtin-args): Add an entry for encode-time.
5448 (elint-extra-errors): Make it a variable rather than a constant.
5449 (elint-preloaded-skip-re): New constant.
5450 (elint-directory): Skip files matching elint-directory-skip-re.
5451 (elint-features): New variable, local to linted buffers.
5452 (elint-update-env): Initialize elint-features. Possibly add
5453 elint-preloaded-env to the buffer's environment.
5454 (elint-get-top-forms): Bind elint-current-pos, for log messages.
5455 Skip quoted forms.
5456 (elint-init-form): New function, extracted from elint-init-env.
5457 Make non-list forms a warning rather than an error.
5458 Add the mode-map for define-derived-mode. Handle define-minor-mode,
5459 easy-menu-define, put that adds an error-condition, and provide.
5460 When requiring cl, also require cl-macs. Really require cl, to handle
5461 some cl macros. Store required libraries in the list elint-features,
5462 so as not to re-load them. Treat cc-require like require.
5463 (elint-init-env): Call elint-init-form to do the work.
5464 Handle eval-and-compile and such like.
5465 (elint-add-required-env): Do not clear messages.
5466 (elint-special-forms): Add handlers for function, defalias, if, when,
5467 unless, and, or.
5468 (elint-form): Add optional argument to ignore elint-special-forms,
5469 useful to prevent recursive calls from handlers. Doc fix.
5470 Respect elint-ignored-warnings.
5471 (elint-form): Respect elint-ignored-warnings.
5472 (elint-bound-variable, elint-bound-function): New variables.
5473 (elint-unbound-variable): Respect elint-bound-variable.
5474 (elint-get-args): Respect elint-bound-function.
5475 (elint-check-cond-form): Add some simple handling for (f)boundp and
5476 featurep tests.
5477 (elint-check-defalias-form): New handler.
5478 (elint-check-let-form): Make an empty let a warning rather than an
5479 error.
5480 (elint-check-setq-form): Make an empty setq a warning rather than an
5481 error. Respect elint-ignored-warnings.
5482 (elint-check-defvar-form): Accept null doc-strings.
5483 (elint-check-conditional-form): New handler. Does some simple-minded
5484 checking of featurep and (f)boundp tests.
5485 (elint-put-function-args): New function.
5486 (elint-initialize): Use elint-scan-doc-file rather than
5487 elint-find-builtin-variables. Use elint-put-function-args.
5488 Possibly scan preloaded-file-list.
5489 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5490 extend to handle functions as well.
5491
5492 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
5493
5494 * linum.el (linum-delete-overlays, linum-update-window):
5495 Do not modify the right margin. (Bug#3971)
5496
5497 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5500 nxml-mode instead of xml-mode.
5501
5502 2009-09-21 Kevin Ryde <user42@zip.com.au>
5503
5504 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
5505
5506 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5507
5508 * net/dig.el (dig-mode): Use define-derived-mode.
5509
5510 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5511
5512 * vc-dispatcher.el (vc-do-command): Return the process object in
5513 the asynchronous case. Use when instead of if. Do not run
5514 vc-exec-after to display a message if not enabled. (Bug#4463)
5515
5516 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5517 properties to the stash strings.
5518 (vc-git-stash-list): Return a list of strings.
5519 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5520 (vc-git-stash-show-at-point): New functions.
5521 (vc-git-stash-map): New keymap.
5522
5523 * register.el (ctl-x-r-map): Define the keys here instead of
5524 using autoload.
5525
5526 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
5527
5528 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5529 list, to workaround performance problem (bug#4485).
5530
5531 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
5532
5533 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5534
5535 2009-09-20 Daiki Ueno <ueno@unixuser.org>
5536
5537 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5538 Document that this option is not recommended to use.
5539
5540 2009-09-19 Glenn Morris <rgm@gnu.org>
5541
5542 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5543 variable `var'.
5544
5545 * calc/calc-alg.el (var):
5546 * calc/calcalg2.el (var): Define for compiler.
5547
5548 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
5549
5550 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5551 Doc fix (Bug#3932).
5552
5553 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5554
5555 * time-stamp.el (time-stamp-month-dd-yyyy)
5556 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5557 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5558 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
5559 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5560 Remove functions that have been obsolete since 1995 (Bug#4436).
5561
5562 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5563 indent buffer only if called interactively (Bug#4452).
5564
5565 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
5566 Eli Zaretskii <eliz@gnu.org>
5567
5568 This fixes bug#4197 (merged to bug#865, though not identical).
5569 * server.el (server-auth-dir): Add docstring note about FAT32.
5570 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5571 but warn against using them.
5572
5573 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
5574
5575 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5576 older GDB where there is no has_more field.
5577
5578 2009-09-19 Glenn Morris <rgm@gnu.org>
5579
5580 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5581
5582 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
5583
5584 * files.el (auto-mode-alist): Change default for XML files to nXML
5585 mode (Bug#4169).
5586
5587 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
5588
5589 * server.el (server-ensure-safe-dir): Pass 'integer
5590 to `file-attributes', as suggested.
5591
5592 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5593
5594 * dired-aux.el (dired-query-alist): Remove spurious backslash.
5595 (dired-query): Use read-key.
5596
5597 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5598
5599 * cus-start.el (ns-use-qd-smoothing): Remove.
5600
5601 2009-09-18 Glenn Morris <rgm@gnu.org>
5602
5603 * allout.el (top-level): Remove unnecessary progn.
5604
5605 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5606
5607 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5608 definition of abbrev table.
5609
5610 * speedbar.el (speedbar-track-mouse):
5611 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5612 * net/eudc.el (eudc-expand-inline):
5613 * net/newst-backend.el (newsticker--cache-read-feed):
5614 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5615 condition-case handlers.
5616
5617 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
5618
5619 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5620 (gdb-var-list): Add an element for has_more field.
5621 (gdb-non-stop-handler): Enable pretty printing for STL containers.
5622 (gdb-var-create-handler, gdb-var-list-children-handler-1)
5623 (gdb-var-update-handler-1): Parse output of dynamic variable
5624 objects (STL containers).
5625 (gdb-var-delete-1): Pass var1 as an explicit second argument.
5626 (gdb-get-field): Delete alias. Use bindat-get-field directly.
5627
5628 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5629 gdb-var-list.
5630 (gud-speedbar-buttons): Make node expandable if expression "has more"
5631 children.
5632
5633 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
5634
5635 * startup.el (emacs-quick-startup): Remove variable and all uses.
5636 (command-line): Set `inhibit-x-resources' instead.
5637 (command-line-1): Use `inhibit-x-resources' instead.
5638
5639 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
5640
5641 * subr.el: Fix last change to avoid using the `unless' macro,
5642 which breaks bootstrapping.
5643
5644 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5647 extended definitions, in case we reload subr.el after having
5648 loaded CL.
5649 (eval-next-after-load): Mark as obsolete.
5650
5651 2009-09-17 Juri Linkov <juri@jurta.org>
5652
5653 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5654 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5655 (menu-bar-showhide-menu, menu-bar-tools-menu)
5656 (menu-bar-describe-menu, menu-bar-help-menu)
5657 (minibuffer-local-completion-map, minibuffer-local-map):
5658 Fix list quoting.
5659
5660 2009-09-17 Glenn Morris <rgm@gnu.org>
5661
5662 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5663 arguments, whether or not it has a handler.
5664
5665 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5666
5667 * simple.el (hard-newline): Give it a doc-string.
5668
5669 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5670 (lisp-mode-syntax-table): Give them doc-strings.
5671
5672 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5673
5674 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5675 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5676 (menu-bar-options-menu, menu-bar-showhide-menu)
5677 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5678 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5679 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5680 (menu-bar-options-menu, menu-bar-tools-menu)
5681 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5682 (menu-bar-help-menu):
5683 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5684 string arguments.
5685
5686 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5687 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5688 calls for the menu names and :help.
5689
5690 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * mouse.el (minor-mode-menu-from-indicator): Pay attention
5693 to :minor-mode-function (bug#4455).
5694
5695 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5696
5697 * startup.el (command-line): Initialize the window-system after
5698 processing the command-line.
5699
5700 * textmodes/page.el (what-page): Make sure we don't inf-loop if
5701 page-delimiter matches the empty string.
5702
5703 2009-09-16 Glenn Morris <rgm@gnu.org>
5704
5705 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5706 byte-compile-not-obsolete-var. It's a list now.
5707 (byte-compile-not-obsolete-funcs): New variable.
5708 (byte-compile-warn-obsolete): Don't warn about functions if they are in
5709 byte-compile-not-obsolete-funcs.
5710 (byte-compile-variable-ref, byte-compile-defvar): Update for
5711 byte-compile-not-obsolete-vars name-change and list nature.
5712 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5713 and variables behind (f)boundp tests.
5714 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5715
5716 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5717
5718 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5719
5720 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5723 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5724 Don't autoload.
5725
5726 2009-09-15 Stephen Eglen <stephen@gnu.org>
5727
5728 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5729 the virtual-buffers, use the name of the buffer specified by
5730 find-file-noselect, as the match may be a symlink. (This was a
5731 problem if the target and the symlink had different names.)
5732
5733 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5736
5737 * desktop.el (desktop-path): Check user-emacs-directory.
5738
5739 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5740
5741 * loadup.el: Use after-load-functions to GC after loading each file.
5742 Remove the explicit GC calls that used to be sprinkled around.
5743
5744 * subr.el (after-load-functions): New hook.
5745 (do-after-load-evaluation): Run it. Use string-match-p to detect
5746 `obsolete' packages, rather than painfully extracting the relevant
5747 directory name.
5748
5749 2009-09-15 Glenn Morris <rgm@gnu.org>
5750
5751 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5752 free variable `doc'.
5753
5754 * dired.el (dired-mode-map): Add menu entry for async shell command.
5755
5756 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5757 variables, also consider the .elc files, since the .el files are
5758 normally gzipped (subsequent code locates the .el.gz from the .elc).
5759
5760 * calc/calc-prog.el (arglist): Define for compiler.
5761
5762 * calendar/diary-lib.el (diary-display-function): Change the default to
5763 fancy display.
5764 (body): Define for compiler.
5765
5766 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5767 (byte-compile-file-form, byte-compile-lambda)
5768 (byte-compile-top-level-body, byte-compile-form)
5769 (byte-compile-variable-ref, byte-compile-setq)
5770 (byte-compile-setq-default, byte-compile-body)
5771 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5772 (batch-byte-compile): Give some more local variables with common names
5773 a "bytecomp-" prefix to avoid masking warnings about free variables.
5774
5775 * startup.el (command-line-1): Give local variables with common names a
5776 distinguishing prefix, so as not to hide free variable warnings during
5777 bootstrap.
5778
5779 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5780 clever and add a suffix to make a unique name, just let the user decide
5781 whether or not to overwrite it. If the input is a directory, write the
5782 default filename to that directory. (Bug#4388)
5783 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5784 is a filename-as-a-directory.
5785
5786 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * textmodes/page.el (what-page): Don't move to beginning of line.
5789 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5790
5791 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5792
5793 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5794
5795 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5796
5797 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5798 * help.el (help-for-help-internal): Add purecopy calls for text.
5799
5800 * vc.el (top): print-log method now takes an optional SHORTLOG
5801 argument. Add a new method: root.
5802 (vc-root-diff, vc-print-root-log): New functions.
5803 (vc-log-short-style): New variable.
5804 (vc-print-log-internal): Add support for showing short logs.
5805
5806 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5807 vc-print-root-log and vc-print-root-diff.
5808
5809 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5810 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5811 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5812 short logs.
5813
5814 * vc-cvs.el (vc-cvs-print-log):
5815 * vc-mtn.el (vc-mtn-print-log):
5816 * vc-rcs.el (vc-rcs-print-log):
5817 * vc-sccs.el (vc-sccs-print-log):
5818 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5819 that is ignored for now.
5820
5821 * vc-mtn.el (vc-mtn-annotate-command):
5822 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5823
5824 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5827 to function-key-map, and give them ascii-character property.
5828 * term/x-win.el (x-alternatives-map):
5829 * term/ns-win.el (ns-alternatives-map):
5830 * term/internal.el (msdos-key-remapping-map):
5831 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5832
5833 2009-09-14 Glenn Morris <rgm@gnu.org>
5834
5835 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5836 temp-buffers (2009-09-12).
5837
5838 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5841 the new read-key function.
5842
5843 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5844
5845 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5846 is defined (Bug#4405).
5847
5848 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
5849
5850 * recentf.el (recentf-cleanup): Use a hash table to find
5851 duplicates (Bug#4407).
5852
5853 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
5854
5855 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5856 kp-0 to ascii equivalents (Bug#4325).
5857
5858 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5859
5860 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5861
5862 * eshell/em-hist.el:
5863 * eshell/em-dirs.el (eshell-complete-user-reference):
5864 Declare pcomplete functions and variables to avoid compiler warnings.
5865
5866 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
5867
5868 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5869 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5870 * eshell/em-alias.el (eshell-aliases-file):
5871 * eshell/em-hist.el (eshell-history-file-name):
5872 Use expand-file-name instead of concat to make file names (Bug#4308).
5873
5874 2009-09-13 Glenn Morris <rgm@gnu.org>
5875
5876 * ediff-merg.el (ediff-do-merge):
5877 * filesets.el (filesets-run-cmd):
5878 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5879 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5880 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5881 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5882 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5883 Replace empty `let's with `progn'.
5884
5885 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5886
5887 * mail/sendmail.el (send-mail-function):
5888 * tooltip.el (tooltip-mode):
5889 * simple.el (transient-mark-mode):
5890 * rfn-eshadow.el (file-name-shadow-mode):
5891 * frame.el (blink-cursor-mode):
5892 * font-core.el (global-font-lock-mode):
5893 * files.el (temporary-file-directory)
5894 (small-temporary-file-directory, auto-save-file-name-transforms):
5895 * epa-hook.el (auto-encryption-mode):
5896 * composite.el (global-auto-composition-mode):
5897 Use custom-initialize-delay.
5898 * startup.el (command-line): Don't explicitly call
5899 custom-reevaluate-setting for all the above vars.
5900 * custom.el (custom-initialize-safe-set)
5901 (custom-initialize-safe-default): Delete.
5902
5903 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5904
5905 * term/x-win.el (x-initialize-window-system):
5906 * term/w32-win.el (w32-initialize-window-system):
5907 * term/ns-win.el (ns-initialize-window-system): Don't call
5908 mouse-wheel-mode since it's enabled globally by default already.
5909
5910 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5911 actually define the variable, but only silences the byte-compiler.
5912 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5913 before looking it up.
5914 (mouse-wheel-scroll-amount): Also reset the bindings if this value
5915 is changed.
5916
5917 2009-09-12 Glenn Morris <rgm@gnu.org>
5918
5919 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5920 1000.
5921 (elint-add-required-env): Don't beep on error.
5922 (elint-forms): In case of error, return ENV unchanged.
5923 (elint-init-env): Skip non-list forms.
5924 (elint-log): Handle unknown file positions.
5925
5926 2009-09-12 Daiki Ueno <ueno@unixuser.org>
5927
5928 * epg.el (epg-make-context): Add autoload cookie.
5929 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5930 (epg-decrypt-string, epg-start-verify, epg-verify-file)
5931 (epg-verify-string, epg-start-sign, epg-sign-file)
5932 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5933 (epg-encrypt-string, epg-start-export-keys)
5934 (epg-export-keys-to-file, epg-export-keys-to-string)
5935 (epg-start-import-keys, epg-import-keys-from-file)
5936 (epg-import-keys-from-string, epg-start-receive-keys)
5937 (epg-receive-keys, epg-import-keys-from-server)
5938 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5939 (epg-sign-keys, epg-start-generate-key)
5940 (epg-generate-key-from-file, epg-generate-key-from-string):
5941 Remove autoload cookie.
5942
5943 2009-09-12 Eli Zaretskii <eliz@gnu.org>
5944
5945 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5946 reevaluation of trash-directory.
5947
5948 * mwheel.el: Fix last change.
5949 (mouse-wheel-mode): New defvar.
5950 (mouse-wheel-mode): Remove autoload cookie.
5951
5952 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * mwheel.el (mwheel-installed-bindings): New var.
5955 (mouse-wheel-mode): Use it, so as to make sure we really remove all
5956 the bindings we set last time. Use custom-initialize-delay.
5957 * loadup.el: Load mwheel after term/*-win.el.
5958 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5959 and mouse-wheel-up-event now that their first evaluation is done
5960 sufficiently late to be correct.
5961
5962 * startup.el (tutorial-directory): Make it a defcustom.
5963 Use custom-initialize-delay rather than eval-at-startup to set it.
5964 * image.el (image-load-path): Make it a defcustom.
5965 Use custom-initialize-delay rather than eval-at-startup to set it.
5966 * subr.el (eval-at-startup): Remove.
5967 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5968
5969 * subr.el (do-after-load-evaluation): Warn the user after loading an
5970 obsolete package.
5971
5972 2009-09-12 Glenn Morris <rgm@gnu.org>
5973
5974 * proced.el (proced-mark-alt): Remove alias.
5975 (proced-mode-map): Remove proced-mark-alt.
5976
5977 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5978 Elint file and directory. Remove initialization entry.
5979
5980 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5981 commands.
5982 (elint-current-buffer): Set mode-line-process.
5983 (elint-init-env): Handle define-derived-mode.
5984 Fix declare-function with unspecified arglist. Guard against odd
5985 defalias statements (eg iso-insert's 8859-1-map).
5986 (elint-add-required-env): Use a temp buffer.
5987 (elint-form): Just print the function/macro name, not the whole form.
5988 Return env unchanged if we fail to parse a macro.
5989 (elint-forms): Guard against parse errors.
5990 (elint-output): New function, to handle batch mode.
5991 (elint-log-message): Add optional argument. Use elint-output.
5992 (elint-set-mode-line): New function.
5993
5994 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
5995
5996 * emacs-lisp/elp.el (elp-not-profilable): Add more
5997 functions (Bug#4233).
5998
5999 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
6000
6001 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6002 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6003
6004 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6005
6006 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6007 (gdb-var-list-children): Use json parsing.
6008
6009 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
6010
6011 * progmodes/js.el (js--proper-indentation): Handle the case where
6012 char-before is null. Reported by Deniz Dogan.
6013
6014 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6015
6016 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6017
6018 2009-09-11 Daiki Ueno <ueno@unixuser.org>
6019
6020 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6021 (epg-digest-algorithm-alist): Add SHA224.
6022 (epg-context-set-passphrase-callback)
6023 (epg-context-set-progress-callback): Add description about
6024 callback function.
6025
6026 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * custom.el (custom-delayed-init-variables): New var.
6029 (custom-initialize-delay): New function.
6030 * startup.el (command-line): "Re"evaluate all vars in
6031 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
6032 explicitly any more.
6033 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
6034 to avoid creating a ~/.emacs.d at build-time (bug#4347).
6035
6036 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
6037
6038 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6039
6040 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
6041 (gdb-var-update-handler): Use json parsing.
6042
6043 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6044
6045 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
6046 decode annotated text, regardless of language environment. (Bug#2741)
6047
6048 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * Makefile.in (autoloads): Make rmail.el writable as well.
6051
6052 2009-09-11 Glenn Morris <rgm@gnu.org>
6053
6054 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
6055 loaddefs.el.
6056 * dired.el: Regenerate with extracted autoloads.
6057 * Makefile.in (autoloads): Make dired.el writable.
6058
6059 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
6060 * ibuffer.el: Regenerate with extracted autoloads.
6061 * Makefile.in (autoloads): Make ibuffer.el writable.
6062
6063 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
6064 * version.el (emacs-copyright, emacs-major-version)
6065 (emacs-minor-version): Reformat doc-strings for make-docfile.
6066
6067 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
6068 functions and variables, since they must be stuff specific to some other
6069 platform.
6070 (apropos-print): Make mouse-click message less specific about button.
6071
6072 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
6073 that records where a macro was defined.
6074 * help-fns.el (describe-function-1): Mention if a function has a
6075 compiler-macro.
6076 * help-mode.el (help-function-cmacro): New button.
6077
6078 * locate.el (top-level): Always require dired.
6079 (locate-mode-map): Initialize inside the defvar.
6080
6081 * net/ange-ftp.el (dired-compress-file): Declare.
6082 (ange-ftp-dired-compress-file): Add doc string.
6083
6084 * term/ns-win.el (x-display-name, x-setup-function-keys):
6085 Unify doc-strings with X versions.
6086
6087 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * emulation/crisp.el (crisp-mode-map): Move initialization
6090 into declaration.
6091 (crisp-mode): Use define-minor-mode.
6092
6093 * progmodes/xscheme.el (xscheme-evaluation-commands):
6094 Put a :advertised-binding property rather than using
6095 advertised-xscheme-send-previous-expression.
6096 (advertised-xscheme-send-previous-expression): Declare obsolete.
6097 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
6098 `advertised-undo'.
6099 (crisp-mode): Add corresponding bindings to
6100 undo's :advertised-binding instead.
6101 * dired.el (dired-mode-map): Put a :advertised-binding property rather
6102 than using dired-advertised-find-file.
6103 (dired-advertised-find-file):
6104 * simple.el (advertised-undo):
6105 * wid-edit.el (advertised-widget-backward): Declare obsolete.
6106 (widget-keymap): Put a :advertised-binding property rather
6107 than using advertised-widget-backward.
6108 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
6109 than using advertised-undo.
6110 * tutorial.el (tutorial--default-keys): Adjust accordingly.
6111
6112 2009-09-10 Simon South <ssouth@slowcomputing.org>
6113
6114 * progmodes/delphi.el (delphi-tab): Indent region when Transient
6115 Mark mode is enabled and region is active; otherwise indent or
6116 insert TAB as usual.
6117 (delphi-mode): Update description of TAB-key binding.
6118
6119 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * subr.el (define-key-rebound-commands): Mark obsolete.
6122 * startup.el (precompute-menubar-bindings): Remove.
6123 (normal-top-level): Remove obsolete code that tried to precompute
6124 menubar bindings.
6125 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
6126 define-key-rebound-commands and precompute-menubar-bindings.
6127
6128 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
6129
6130 * net/imap.el (imap-interactive-login): Better messages.
6131 (imap-open): Fix bug with renamed buffer on reconnect.
6132 (imap-authenticate): Add buffer-local imap-last-authenticator variable
6133 for easier debugging and cleaner code. On successful (guessed based on
6134 server capabilities) secondary authentication, set imap-state
6135 correctly.
6136 (imap-last-authenticator): Define imap-last-authenticator as a variable
6137 to avoid warnings.
6138
6139 2009-09-10 Glenn Morris <rgm@gnu.org>
6140
6141 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
6142
6143 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
6144 (byte-compile-file-form-autoload): Don't warn about unknown functions
6145 where the autoload statement comes after the use.
6146 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
6147 that any handlers inside the body (eg require) are in turn respected.
6148
6149 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
6150 effects.
6151
6152 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
6153 and syntax and abbrev tables basic docs, if they don't have any.
6154
6155 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
6156
6157 * international/mule-cmds.el (top-level): Require cl when compiling.
6158 (view-hello-file): Use default-value rather than
6159 default-enable-multibyte-characters.
6160
6161 * progmodes/fortran.el: Move all safe and risky properties into the
6162 defcustoms.
6163
6164 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
6165 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
6166 * mail/undigest.el:
6167 Put autoloads in rmail.el rather than loaddefs.el.
6168 * mail/rmail.el: Regenerate with extracted autoloads.
6169
6170 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
6171 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
6172
6173 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
6174
6175 Reported in thread for Bug#4375.
6176 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
6177 "-data-evaluate-expression" instead of print.
6178 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
6179 (gdb-tooltip-print): Parse output from above MI command.
6180 (gdb): Revert 2009-08-11 change. User should detach inferior
6181 manually.
6182
6183 Remove the word "separate" from IO functions as inferior
6184 output is now never displayed in the GUD buffer.
6185
6186 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
6187
6188 * startup.el (command-line-normalize-file-name): On Windows and
6189 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
6190
6191 2009-09-10 Juri Linkov <juri@jurta.org>
6192
6193 * isearch.el (isearch-text-char-description): Propertize escape
6194 character sequences with the `escape-glyph' face. (Bug#4344)
6195
6196 * simple.el (shell-command): Set asynchronous process filter to
6197 `comint-output-filter'. (Bug#4343)
6198
6199 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
6200 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
6201 the list. Move "asm" to the bottom.
6202 (grep-find-ignored-directories): Add `choice' with nil value
6203 to empty the list easily.
6204 (grep-find-ignored-files): New option.
6205 (grep-files-history): Set to nil by default instead of '("ch" "el").
6206 (grep-compute-defaults): Add "<X>" to `grep-template'.
6207 (grep-read-files): Bind new local variables `default-alias' and
6208 `default-extension'. Use a list of default values for the file prompt.
6209 (lgrep): Add `--exclude=' command line options composed from
6210 `grep-find-ignored-files'.
6211 (rgrep): Add `-name' command line options composed from
6212 `grep-find-ignored-files'. (Bug#4301)
6213
6214 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
6217 (bug#4368).
6218
6219 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * calendar/time-date.el (autoload):
6222 Expand define-obsolete-function-alias into defalias and make-obsolete
6223 for old Emacsen that Gnus supports.
6224 (with-no-warnings): Define it for old Emacsen.
6225 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6226 is available.
6227 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6228 float-time is available; suppress compile warning for time-to-seconds.
6229
6230 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
6231
6232 * net/imap.el (imap-message-map): Docstring fix.
6233
6234 2009-09-09 Glenn Morris <rgm@gnu.org>
6235
6236 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
6237 line numbers too. (Bug#4374)
6238
6239 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * smerge-mode.el (smerge-remove-props, smerge-refine):
6242 Use with-silent-modifications (bug#4342).
6243
6244 * subr.el (with-silent-modifications): New macro.
6245
6246 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
6247
6248 * files.el (top-level): Require `cl' when compiling.
6249
6250 2009-09-07 Glenn Morris <rgm@gnu.org>
6251
6252 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
6253
6254 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
6255 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
6256
6257 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
6258
6259 * vc-git.el (vc-git-annotate-command): Use separator to parse
6260 arguments correctly.
6261
6262 2009-09-06 Eli Zaretskii <eliz@gnu.org>
6263
6264 * proced.el (proced-mode): Doc fix.
6265
6266 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
6267
6268 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
6269 lstat fails.
6270 (tramp-do-file-attributes-with-ls): Check for file existence at
6271 remote end.
6272 (tramp-do-file-attributes-with-stat): Likewise.
6273 (tramp-convert-file-attributes): Return nil when attr is nil.
6274
6275 2009-09-05 Glenn Morris <rgm@gnu.org>
6276
6277 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
6278 properties to this button.
6279 (diary-fancy-display): Don't extend the button to the final newline.
6280 (diary-fancy-display-mode): Continue to define "q" as a local key.
6281
6282 * calendar/cal-china.el (holiday-chinese): Make it slightly more
6283 efficient.
6284
6285 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
6286
6287 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
6288 (byte-compile-dest-file-function): New option.
6289 (byte-compile-dest-file): Doc fix.
6290 Obey byte-compile-dest-file-function.
6291 (byte-compile-cl-file-p): New function.
6292 (byte-compile-eval): Only suppress noruntime warnings about cl functions
6293 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
6294 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
6295 than for file being previously loaded.
6296 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
6297 (byte-compile-file-form-require): Handle the case where requiring a file
6298 indirectly causes CL to be loaded.
6299
6300 2009-09-05 Karl Fogel <kfogel@red-bean.com>
6301
6302 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
6303 before killing the old buffer, since by the time `kill-buffer' is
6304 run so many buffer variables have been set to nil that it may not
6305 behave as expected. (Bug#4061)
6306
6307 2009-09-05 Karl Fogel <kfogel@red-bean.com>
6308
6309 * files.el (find-alternate-file): If the old buffer is modified
6310 and visiting a file, behave similarly to `kill-buffer' when
6311 killing it, thus reverting to the pre-1.878 behavior; see
6312 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
6313 for discussion. Also, consult `buffer-file-name' as a variable
6314 not as a function, for consistency with the rest of the code.
6315
6316 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
6317
6318 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6319 also when adding a new directory.
6320
6321 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
6322 defun.
6323
6324 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * files.el (locate-file-completion-table): Make it provide boundary
6327 information, so partial-completion works better.
6328
6329 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
6330
6331 * mail/footnote.el (Footnote-text-under-cursor):
6332 Check footnote-text-marker-alist before using it (bug#4324).
6333
6334 2009-09-04 Glenn Morris <rgm@gnu.org>
6335
6336 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6337 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6338 * play/solitaire.el, play/tetris.el:
6339 Remove leading * from defcustom and defface docs.
6340
6341 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6342 necessary.
6343 (diary-fancy-overriding-map): New variable.
6344 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
6345 Use view-mode.
6346
6347 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6348 goto-line.
6349
6350 2009-09-03 Glenn Morris <rgm@gnu.org>
6351
6352 * arc-mode.el (archive-mode):
6353 * dos-fns.el (set-default-process-coding-system):
6354 * man.el (Man-getpage-in-background):
6355 * menu-bar.el (menu-bar-describe-menu):
6356 * server.el (server-process-filter):
6357 * startup.el (command-line):
6358 * tar-mode.el (tar-header-block-tokenize, tar-extract):
6359 * w32-fns.el (set-default-process-coding-system):
6360 * x-dnd.el (x-dnd-handle-file-name):
6361 * international/mule-cmds.el (mule-menu-keymap)
6362 (set-default-coding-systems, language-info-alist, set-language-info)
6363 (set-language-environment, standard-display-european-internal)
6364 (set-locale-environment):
6365 * international/mule-diag.el (mule-diag):
6366 * mail/emacsbug.el (report-emacs-bug):
6367 * mail/rmail.el (rmail-mode):
6368 * mail/sendmail.el (mail-setup):
6369 Use default-value rather than default-enable-multibyte-characters.
6370
6371 * progmodes/f90.el: Move all safe properties into the defcustoms.
6372 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6373
6374 * calendar/appt.el (appt-check):
6375 * calendar/diary-lib.el (diary-set-header, diary-live-p)
6376 (diary-check-diary-file, diary-list-entries)
6377 (diary-include-other-diary-files, diary-simple-display)
6378 (diary-fancy-display, diary-print-entries)
6379 (diary-mark-included-diary-files, diary-make-entry):
6380 Don't call substitute-in-file-name on diary-file.
6381
6382 2009-09-03 Eduard Wiebe <usenet@pusto.de>
6383 Stefan Monnier <monnier@iro.umontreal.ca>
6384
6385 * mail/footnote.el (footnote-prefix): Make it a defcustom.
6386 (footnote-mode-map): Move initialization into the declaration.
6387 (footnote-minor-mode-map): Define it rather than changing global-map.
6388 (footnote-mode): Use define-minor-mode.
6389
6390 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
6391
6392 * net/tramp.el (tramp-handle-file-attributes-with-ls)
6393 (tramp-do-file-attributes-with-perl)
6394 (tramp-do-file-attributes-with-stat): Rename from
6395 `tramp-handle-file-attributes-with-*'.
6396 (tramp-handle-file-attributes): Use them.
6397 (tramp-do-directory-files-and-attributes-with-perl)
6398 (tramp-do-directory-files-and-attributes-with-stat): Rename from
6399 `tramp-handle-directory-files-and-attributes-with-*'.
6400 (tramp-handle-directory-files-and-attributes): Use them.
6401 (tramp-method-out-of-band-p): Additional parameter SIZE.
6402 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6403 (tramp-handle-write-region): Use it.
6404 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
6405 (tramp-handle-vc-registered): Check, whether the first run did
6406 return files to be tested.
6407 (tramp-advice-make-auto-save-file-name): Do not call directly
6408 `tramp-handle-make-auto-save-file-name', because this would bypass
6409 the locking mechanism.
6410
6411 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
6412 (file-remote-p, process-file, start-file-process, set-file-times)
6413 (tramp-compat-file-attributes): Compatibility functions shall not
6414 call directly `tramp-handle-*', because this would bypass the
6415 locking mechanism.
6416 (tramp-compat-number-sequence): New defun.
6417
6418 2009-09-02 Glenn Morris <rgm@gnu.org>
6419
6420 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6421 alias for float-time.
6422 (time-to-number-of-days): In Emacs, use float-time.
6423 * net/newst-backend.el (time-add): Suppress warnings from compat
6424 function.
6425 * time.el (emacs-uptime, emacs-init-time):
6426 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6427 Use float-time rather than time-to-seconds.
6428
6429 * minibuffer.el (completion-initials-expand): Fix typo.
6430
6431 * faces.el (modeline, modeline-inactive, modeline-highlight)
6432 (modeline-buffer-id):
6433 * info.el (info-menu-5): Mark these face aliases as obsolete.
6434
6435 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
6436
6437 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6438 space ...
6439 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6440 no "--thread" option.
6441 (gdb-stopped): Don't print "Switched to thread" message when it is
6442 unchanged.
6443
6444 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * minibuffer.el (completion-try-completion)
6447 (completion-all-completions): Remove ill-defined (and
6448 mistakenly installed and luckily never used nor documented)
6449 `completion-styles' property.
6450 (completion-initials-expand, completion-initials-all-completions)
6451 (completion-initials-try-completion): New functions.
6452 (completion-styles-alist): Add doc to each entry.
6453 Add new `initials' entry.
6454
6455 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
6456
6457 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6458 MI command -var-evaluate-expression.
6459 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6460 and tweak for case of string child.
6461 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6462
6463 2009-09-01 Glenn Morris <rgm@gnu.org>
6464
6465 * add-log.el (change-log-date-face, change-log-name-face)
6466 (change-log-email-face, change-log-file-face, change-log-list-face)
6467 (change-log-conditionals-face, change-log-function-face)
6468 (change-log-acknowledgement-face):
6469 * cus-edit.el (custom-invalid-face, custom-rogue-face)
6470 (custom-modified-face, custom-set-face, custom-changed-face)
6471 (custom-saved-face, custom-button-face, custom-button-pressed-face)
6472 (custom-documentation-face, custom-state-face, custom-comment-face)
6473 (custom-comment-tag-face, custom-variable-tag-face)
6474 (custom-variable-button-face, custom-face-tag-face)
6475 (custom-group-tag-face-1, custom-group-tag-face):
6476 * diff-mode.el (diff-header-face, diff-file-header-face)
6477 (diff-index-face, diff-hunk-header-face, diff-removed-face)
6478 (diff-added-face, diff-changed-face, diff-function-face)
6479 (diff-context-face, diff-nonexistent-face):
6480 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6481 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6482 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6483 (Info-title-4-face):
6484 * isearch.el (isearch-lazy-highlight-face):
6485 * log-view.el (log-view-file-face, log-view-message-face):
6486 * paren.el (show-paren-match-face, show-paren-mismatch-face):
6487 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6488 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6489 (cvs-msg-face):
6490 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6491 (smerge-base-face, smerge-markers-face):
6492 * wid-edit.el (widget-documentation-face, widget-button-face)
6493 (widget-field-face, widget-single-line-field-face)
6494 (widget-inactive-face, widget-button-pressed-face):
6495 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6496 (woman-addition-face):
6497 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6498 (eshell-ls-executable-face, eshell-ls-readonly-face)
6499 (eshell-ls-unreadable-face, eshell-ls-special-face)
6500 (eshell-ls-missing-face, eshell-ls-archive-face)
6501 (eshell-ls-backup-face, eshell-ls-product-face)
6502 (eshell-ls-clutter-face):
6503 * eshell/em-prompt.el (eshell-prompt-face):
6504 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
6505 * obsolete/old-whitespace.el (whitespace-highlight-face):
6506 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6507 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6508 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6509 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6510 (antlr-font-lock-literal-face):
6511 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6512 (ebrowse-root-class-face, ebrowse-file-name-face)
6513 (ebrowse-default-face, ebrowse-member-attribute-face)
6514 (ebrowse-member-class-face, ebrowse-progress-face):
6515 * progmodes/make-mode.el (makefile-space-face):
6516 * progmodes/sh-script.el (sh-heredoc-face):
6517 * textmodes/flyspell.el (flyspell-incorrect-face)
6518 (flyspell-duplicate-face):
6519 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
6520 * textmodes/texinfo.el (texinfo-heading-face):
6521 Mark face aliases with "-face" suffix as obsolete.
6522
6523 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6524 compiler.
6525
6526 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6527 (eudc-bob-sound-menu): Use defvar rather than defconst, since
6528 easy-menu-define wants to modify these.
6529
6530 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6531
6532 * net/browse-url.el (browse-url-file-url):
6533 * term/internal.el (dos-codepage-setup):
6534 Use default-value rather than default-enable-multibyte-characters.
6535
6536 * progmodes/etags.el (etags-goto-tag-location):
6537 * progmodes/flymake.el (flymake-highlight-line)
6538 (flymake-goto-file-and-line, flymake-goto-line):
6539 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6540 (gdb-goto-breakpoint):
6541 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6542 * progmodes/python.el (python-find-function)
6543 (python-pdbtrack-track-stack-file):
6544 * progmodes/verilog-mode.el (verilog-surelint-off):
6545 * term/ns-win.el (ns-open-file-select-line):
6546 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6547 Use forward-line rather than goto-line.
6548
6549 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6550 * textmodes/reftex-index.el (reftex-display-index):
6551 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6552 * textmodes/reftex-toc.el (reftex-toc):
6553 Remove unnecessary bindings of default-major-mode (all are followed by
6554 major-mode check and possible mode switch).
6555
6556 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
6557
6558 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6559 Handle watchpoints (bug#4282).
6560 (def-gdb-thread-buffer-command): Enable thread to be selected by
6561 clicking without selecting threads buffer first.
6562 (gdb-current-context-command): Use selected frame so that "up",
6563 "down" etc work in the GUD buffer.
6564 (gdb-update): Find selected frame before rendering stack buffer.
6565 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6566
6567 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * progmodes/sym-comp.el (displayed-completions): Remove.
6570 (symbol-complete): Use minibuffer-complete.
6571
6572 2009-08-31 Glenn Morris <rgm@gnu.org>
6573
6574 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6575
6576 * apropos.el (apropos-symbols-internal):
6577 Handle (obsolete) face aliases.
6578
6579 * faces.el (describe-face): Adjust the output format to be more like
6580 describe-variable, and to mention (obsolete) face aliases.
6581 Adjust the whitespace so that help-setup-xref works.
6582
6583 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6584 * calendar/diary-lib.el (diary-button-face):
6585 Mark these face aliases as obsolete.
6586
6587 * calendar/calendar.el (calendar-today): Doc fix.
6588
6589 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
6590
6591 * progmodes/gdb-mi.el (gdb-control-all-threads)
6592 (gdb-control-current-thread): Force tool bar update.
6593 (gdb-non-stop-handler): New function.
6594 (gdb-init-1): Use it to test if non-stop mode is supported.
6595 Remove unused gdbmi buffer type.
6596
6597 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6598
6599 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6600 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6601
6602 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
6603
6604 * comint.el (comint-exec-1): Check command is non-null first.
6605 Part of gdb-mi.el change (2009-08-28).
6606
6607 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6610
6611 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
6612
6613 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6614 instead of `dolist' to avoid a recursive require when bootstrapping.
6615
6616 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6617
6618 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6619
6620 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6621
6622 * net/imap.el (imap-send-command): Simplify.
6623 (imap-wait-for-tag): point-max -> buffer-size.
6624
6625 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6626
6627 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6628 with constant argument.
6629
6630 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6631
6632 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6633
6634 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6635 Change default, since most of our files don't have a history.
6636 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6637 the user.
6638
6639 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6640 Add comint-run.
6641
6642 * calc/calc.el: Improve commenting convention.
6643 (calc-digit-map, toplevel): Simplify.
6644
6645 * comint.el (comint-insert-input): Be careful to only set point if we
6646 don't delegate to some other command.
6647
6648 * proced.el (proced-signal-list): Make it an alist.
6649 (proced-grammar-alist): Capitalize names.
6650 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6651 Disable undo manually and make it read-only.
6652 Use completion-annotate-function.
6653
6654 * minibuffer.el (minibuffer-message): If the current buffer is not
6655 a minibuffer, insert the message in the echo area rather than at the
6656 end of the buffer.
6657 (completion-annotate-function): New variable.
6658 (minibuffer-completion-help): Use it.
6659 (completion--embedded-envvar-table): Environment vars are
6660 always case-sensitive.
6661
6662 2009-08-30 Glenn Morris <rgm@gnu.org>
6663
6664 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6665 from fortran-current-defun.
6666 (fortran-beginning-of-subprogram): Be more precise about finding the
6667 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
6668 (fortran-end-of-subprogram): Simplify.
6669 (fortran-current-defun): Use fortran-start-prog-re.
6670
6671 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * subr.el (do-after-load-evaluation): Simplify.
6674
6675 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6676
6677 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6678
6679 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
6680 (vc-rcs-print-log): Use it.
6681
6682 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6683
6684 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * paths.el (abbrev-file-name): Move to abbrev.el.
6687 * abbrev.el (abbrev-file-name): Move from paths.el.
6688 Obey user-emacs-directory.
6689 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6690 user-emacs-directory.
6691 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6692 abbrev-file-name and calc-settings-file any more.
6693 * startup.el (command-line): Recompute abbrev-file-name and
6694 abbreviated-home-dir.
6695 (normal-no-mouse-startup-screen): Improve the generic code and get rid
6696 of the special code for when C-h bindings haven't been changed.
6697 (display-startup-echo-area-message): Use with-current-buffer.
6698 (command-line-1): Use a list of strings, rather than a list of lists
6699 of strings for longopts.
6700
6701 * files.el (get-free-disk-space): Use / for default-directory.
6702
6703 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6704 Use with-current-buffer.
6705
6706 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6707 Recognize immutable variables like most-positive-fixnum.
6708 (byte-compile-setq-default): Check and warn if trying to assign
6709 to an immutable variable, or a non-variable.
6710
6711 * progmodes/cc-vars.el (c-comment-continuation-stars):
6712 * progmodes/cc-engine.el (c-looking-at-bos):
6713 * progmodes/cc-cmds.el (c-toggle-auto-state)
6714 (c-forward-into-nomenclature, c-backward-into-nomenclature)
6715 (c-comment-line-break-function): Add version of obsolescence.
6716
6717 2009-08-28 Juri Linkov <juri@jurta.org>
6718
6719 * files.el (magic-fallback-mode-alist): Add ZIP magic number
6720 associated with `archive-mode'.
6721
6722 * image.el (image-type-header-regexps): Use only JPEG magic number
6723 to determine JPEG images, and don't use `image-jpeg-p' because
6724 Emacs can display non-JFIF non-Exif JPEG images.
6725
6726 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
6727
6728 * arc-mode.el (archive-mode):
6729 * emacs-lisp/re-builder.el (re-builder-unload-function):
6730 Protect against the default value of `major-mode' being nil.
6731
6732 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
6733
6734 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6735 Fix typos in docstrings.
6736
6737 * progmodes/js.el (js--macro-decl-re): Doc fix.
6738 (js--plain-method-re, js--split-name): Refloc docstring.
6739 (js--class-styles, js--make-merged-item, js--splice-into-items):
6740 Fix typos in docstrings; reflow docstrings.
6741 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6742 (js--variable-decl-matcher, js--inside-pitem-p)
6743 (js--parse-state-at-point, js--get-all-known-symbols)
6744 (js--symbol-history, js-find-symbol, js--js-references)
6745 (js--moz-interactor, js--js-encode-value, js--read-tab):
6746 Fix typos in docstrings.
6747
6748 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * textmodes/reftex.el (reftex-get-file-buffer-force):
6751 * progmodes/verilog-mode.el (verilog-batch-execute-func):
6752 * emulation/viper.el (viper-go-away, viper-set-hooks):
6753 * emacs-lisp/re-builder.el (re-builder-unload-function):
6754 * emacs-lisp/bytecomp.el (byte-compile-file):
6755 * ses.el (ses-unload-function):
6756 * hexl.el (hexl-find-file):
6757 * files.el (normal-mode):
6758 * ehelp.el (with-electric-help):
6759 * autoinsert.el (auto-insert-alist):
6760 * arc-mode.el (archive-mode):
6761 Use (default-value 'major-mode) instead of default-major-mode.
6762
6763 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6764 * international/mule.el (load-with-code-conversion):
6765 * emacs-lisp/debug.el (debug):
6766 * ediff-vers.el (ediff-rcs-get-output-buffer):
6767 * dired.el (dired-internal-noselect): Don't let-bind
6768 default-major-mode around code that doesn't use it.
6769 E.g. buffer creation via get-buffer-create doesn't use it.
6770
6771 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
6772
6773 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6774 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6775 when writing the temp file. Otherwise, epa-file gets confused.
6776 (tramp-register-file-name-handlers): Make it a defun. Move also
6777 `epa-file-handler' to the front of `file-name-handler-alist'.
6778
6779 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6782 start right after a ^M.
6783 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6784 (tramp-completion-file-name-regexp-separate)
6785 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6786 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6787 Don't modify last-coding-system-used by accident.
6788 (tramp-completion-file-name-handler): Apply the checks here,
6789 instead during registration.
6790 (tramp-register-file-name-handlers) Renamed from
6791 `tramp-register-file-name-handler'. Register both
6792 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6793 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
6794
6795 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
6796
6797 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6798 Remove variable ...
6799 (gdb-init-1, gdb-display-separate-io-buffer)
6800 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6801 references to it.
6802 (gdb-inferior-io-mode): Use make-comint-in-buffer.
6803 (gdb-inferior-filter): Use comint-output-filter to stop
6804 echoing and remove ^M characters.
6805
6806 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * emulation/viper-init.el (viper-restore-cursor-type):
6809 * emulation/cua-base.el (cua--update-indications):
6810 Replace default-cursor-type with (default-value 'cursor-type).
6811
6812 * mail/sendmail.el (mail-recover-1):
6813 * international/mule-diag.el (describe-current-coding-system-briefly)
6814 (describe-current-coding-system):
6815 * international/mule-cmds.el (select-safe-coding-system)
6816 (select-message-coding-system)
6817 (set-language-environment-coding-systems, set-locale-environment):
6818 * hexl.el (hexl-insert-multibyte-char):
6819 * dos-w32.el (find-buffer-file-type-coding-system):
6820 * simple.el (what-cursor-position):
6821 Replace uses of default-buffer-file-coding-system
6822 with (default-value 'buffer-file-coding-system).
6823
6824 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6825 Replace uses of default-cursor-in-non-selected-windows
6826 with (default-value 'cursor-in-non-selected-windows).
6827 Use with-current-buffer.
6828
6829 * mail/feedmail.el: Use CL macros.
6830 (feedmail-run-the-queue, feedmail-send-it-immediately):
6831 * dos-w32.el (find-buffer-file-type): Replace uses of
6832 default-buffer-file-type with (default-value 'buffer-file-type).
6833
6834 2009-08-28 Glenn Morris <rgm@gnu.org>
6835
6836 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6837 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6838 Use default-value of major-mode rather than default-major-mode.
6839
6840 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * Makefile.in (update-elcfiles): Report left over elc files.
6843
6844 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6845 expand-file-name and with-current-buffer.
6846 (mail-get-names, mail-directory): Use with-current-buffer.
6847
6848 * vc.el (vc-read-revision): New function.
6849 (vc-version-diff, vc-merge): Use it.
6850
6851 2009-08-27 Sam Steingold <sds@gnu.org>
6852
6853 * simple.el (kill-do-not-save-duplicates): New user option.
6854 (kill-new): When it is non-nil, and the new string is the same as
6855 the latest kill, set replace to t to avoid duplicates in kill-ring.
6856
6857 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
6858
6859 * net/tramp.el (tramp-handle-process-file): Do not flush all
6860 caches when `process-file-side-effects' is set.
6861 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6862 instead of `tramp-find-file-exists-command'.
6863 Unset `process-file-side-effects'.
6864
6865 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
6866
6867 * net/tramp.el (tramp-methods): New method "rsyncc".
6868 (top): Add completion function for "rsyncc".
6869 (tramp-message-show-message): New defvar.
6870 (tramp-message, tramp-error): Use it.
6871 (tramp-do-copy-or-rename-file-directly): Extend check for direct
6872 remote copying.
6873 (tramp-do-copy-or-rename-file-out-of-band): Handle new
6874 `tramp-methods' entry `copy-env' of "rsyncc".
6875 (tramp-vc-registered-read-file-names): New defconst.
6876 (tramp-vc-registered-file-names): New defvar.
6877 (tramp-handle-vc-registered): Implement optimization strategy.
6878 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6879 (tramp-vc-file-name-handler): New defun.
6880 (tramp-get-ls-command, tramp-get-test-command)
6881 (tramp-get-file-exists-command, tramp-get-remote-ln)
6882 (tramp-get-remote-perl, tramp-get-remote-stat)
6883 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6884
6885 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6886 (tramp-cache-inhibit-cache): Extend doc string. It allows also
6887 timestamps.
6888 (tramp-get-file-property): Check for timestamps in
6889 `tramp-cache-inhibit-cache'.
6890 (tramp-set-file-property): Write timestamp.
6891
6892 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6893
6894 * language/japan-util.el (japanese-symbol-table): Add entries for
6895 cp932-2-byte.
6896
6897 * international/characters.el: Add category `j' to cp932-2-byte.
6898
6899 2009-08-27 Kenichi Handa <handa@m17n.org>
6900
6901 * international/fontset.el (build-default-fontset-data): New macro.
6902 (setup-default-fontset): Use build-default-fontset-data for CJK,
6903 tibetan, ethiopic, and ipa.
6904
6905 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6906
6907 * cus-start.el (default-major-mode): Customize `major-mode' instead.
6908 (enable-multibyte-characters): Not customizable any more.
6909
6910 * subr.el (default-mode-line-format, default-header-line-format)
6911 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6912 (default-direction-reversed, default-truncate-lines)
6913 (default-left-margin, default-tab-width, default-case-fold-search)
6914 (default-left-margin-width, default-right-margin-width)
6915 (default-left-fringe-width, default-right-fringe-width)
6916 (default-fringes-outside-margins, default-scroll-bar-width)
6917 (default-vertical-scroll-bar, default-indicate-empty-lines)
6918 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6919 (default-fringe-cursor-alist, default-scroll-up-aggressively)
6920 (default-scroll-down-aggressively, default-fill-column)
6921 (default-cursor-type, default-buffer-file-type)
6922 (default-cursor-in-non-selected-windows)
6923 (default-buffer-file-coding-system, default-major-mode)
6924 (default-enable-multibyte-characters): Mark as obsolete.
6925
6926 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6927
6928 * vc-dir.el (vc-dir-update): Remove debug helper.
6929
6930 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6931
6932 2009-08-26 Sam Steingold <sds@gnu.org>
6933
6934 * simple.el (save-interprogram-paste-before-kill): New user option.
6935 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6936 save the interprogram-paste into kill-ring before overriding it
6937 with the Emacs kill.
6938
6939 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6940
6941 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6942 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6943 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6944 and move to vc-rcs.el.
6945 (vc-default-next-revision): Rename to vc-rcs-next-revision and
6946 move to vc-rcs.el.
6947 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6948 (vc-rcs-update-changelog): Remove.
6949 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6950 and move to vc-rcs.el.
6951
6952 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6953 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6954 renaming.
6955 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6956 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6957 vc.el, renamed to be RCS specific.
6958
6959 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6960 New functions.
6961 (vc-cvs-update-changelog): Move here from vc.el.
6962
6963 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6964 New functions.
6965
6966 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6969
6970 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6971
6972 * vc-git.el (vc-git-register): Use "git add" for directories.
6973 (vc-git-stash, vc-git-stash-show): New functions.
6974 (vc-git-extra-menu-map): Bind them.
6975
6976 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6977 directory correctly in case the item is a directory itself.
6978
6979 * vc.el: Document the desired behavior for reverted files in the
6980 `added' state.
6981 (vc-default-prettify-state-info): Remove function, unused.
6982
6983 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6984
6985 2009-08-26 Glenn Morris <rgm@gnu.org>
6986
6987 * bindings.el (standard-mode-line-format): Reposition dashes in
6988 which-func entry. (Bug#4217)
6989
6990 * files.el (enable-local-variables, enable-local-eval)
6991 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6992 the defcustoms.
6993 (auto-mode-alist, ignored-local-variables)
6994 (save-some-buffers-action-alist): Move risky declarations to the
6995 definitions.
6996 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6997 (font-lock-defaults, format-alist, imenu--index-alist)
6998 (imenu-generic-expression, input-method-alist, minor-mode-alist)
6999 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7000 (mode-line-modified, mode-line-mule-info, mode-line-position)
7001 (mode-line-process, mode-line-remote, outline-level)
7002 (parse-time-rules, rmail-output-file-alist)
7003 (special-display-buffer-names, vc-mode):
7004 Move risky declarations to the relevant files.
7005 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7006 (mode-line-modified, mode-line-process, mode-line-position)
7007 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7008 * font-core.el (font-lock-defaults):
7009 * format.el (format-alist):
7010 * vc-hooks.el (vc-mode):
7011 * window.el (special-display-buffer-names):
7012 * international/mule-cmds.el (input-method-alist):
7013 Define riskiness here (dumped file) rather than in files.el.
7014 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7015 * imenu.el (imenu-generic-expression, imenu--index-alist):
7016 * outline.el (outline-level):
7017 * time.el (display-time-string):
7018 * calendar/parse-time.el (parse-time-rules):
7019 * mail/rmailout.el (rmail-output-file-alist):
7020 Autoload riskiness here, rather than placing in files.el.
7021
7022 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
7023
7024 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7025
7026 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7027
7028 * simple.el (process-file-side-effects): New defvar.
7029
7030 * dired-aux.el (dired-show-file-type):
7031 * vc.el (vc-diff-internal):
7032 * vc-arch.el (vc-arch-diff):
7033 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
7034 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
7035 * vc-git.el (vc-git-registered, vc-git-working-revision)
7036 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
7037 (vc-git--empty-db-p):
7038 * vc-hooks.el (vc-user-login-name):
7039 * vc-svn.el (vc-svn-registered, vc-svn-state)
7040 (vc-svn-dir-extra-headers, vc-svn-find-revision):
7041 * progmodes/grep.el (grep-probe): Let-bind
7042 `process-file-side-effects' with nil.
7043
7044 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
7045
7046 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
7047 daemon. Replace ping by checking for running service for bluez
7048 and zeroconf. (Bug#4239)
7049
7050 2009-08-25 Kevin Ryde <user42@zip.com.au>
7051
7052 * net/dig.el (dig): Add autoload cookie.
7053
7054 2009-08-25 Glenn Morris <rgm@gnu.org>
7055
7056 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
7057 load-history for absolute file-names.
7058 (byte-compile-file-form-require): Warn about use of the cl package.
7059
7060 * format.el (format-alist): Doc fix.
7061
7062 * play/bubbles.el (top-level): Don't require cl at run-time.
7063
7064 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
7065 run-time cl).
7066
7067 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
7068
7069 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
7070 from cl package.
7071 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
7072
7073 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
7074
7075 * calc/calc-alg.el (math-trig-rewrite)
7076 (math-hyperbolic-trig-rewrite): New functions.
7077 (calc-simplify): Simplify trig functions when asked.
7078
7079 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * diff-mode.el (diff-find-source-location): Avoid goto-line.
7082
7083 2009-08-24 Kenichi Handa <handa@m17n.org>
7084
7085 * language/ind-util.el (mapthread): Delete it.
7086 (combinatorial): New function.
7087 (indian--puthash-cv): Use combinatorial instead of mapthread.
7088
7089 2009-08-22 Kevin Ryde <user42@zip.com.au>
7090
7091 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
7092 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
7093 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
7094 Clarify docstring that the value is strings not symbols.
7095 (checkdoc-list-of-strings-p): New function.
7096
7097 2009-08-22 Glenn Morris <rgm@gnu.org>
7098
7099 * files.el (auto-mode-alist):
7100 * hippie-exp.el (he-concat-directory-file-name):
7101 * lpr.el (lpr-windows-system, printer-name):
7102 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
7103 * ps-print.el (ps-windows-system):
7104 * startup.el (command-line):
7105 * emulation/viper-ex.el (viper-glob-function):
7106 * international/mule-cmds.el (set-language-environment-coding-systems):
7107 * net/ange-ftp.el (ange-ftp-write-region):
7108 * obsolete/fast-lock.el (fast-lock-cache-name):
7109 Remove code for defunct system-types emx, macos, mswindows, next-mach,
7110 unisoft-unix, vax-vms, win32, w32.
7111
7112 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
7113 given name if the pattern is not more specific.
7114
7115 * calendar/lunar.el (lunar-phase-names): New option.
7116 (lunar-phase): Doc fix.
7117 (lunar-cycles-per-year): New constant.
7118 (lunar-index): New function.
7119 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
7120 (lunar-phase-name): Use lunar-phase-names.
7121 (calendar-lunar-phases): Use format.
7122 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
7123
7124 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
7125 Copy imenu-example--name-and-position function here for own use.
7126 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
7127
7128 * bs.el (bs--redisplay):
7129 * cus-edit.el (custom-redraw):
7130 * ibuffer.el (ibuffer-bury-buffer):
7131 * server.el (server-goto-line-column):
7132 * startup.el (command-line-1):
7133 * strokes.el (strokes-xpm-for-stroke):
7134 * term.el (term-display-buffer-line):
7135 * view.el (View-goto-line):
7136 * calc/calc.el (calc-do, calc-trail-buffer):
7137 * play/gamegrid.el (gamegrid-add-score-insecure):
7138 * progmodes/ada-mode.el (ada-compile-goto-error):
7139 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
7140 (ebrowse-select-1st-to-9nth):
7141 * progmodes/cperl-mode.el (cperl-time-fontification):
7142 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
7143 * progmodes/gud.el (gud-display-line):
7144 (idlwave-shell-display-line):
7145 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
7146 * progmodes/make-mode.el (makefile-browser-toggle):
7147 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
7148 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
7149 * textmodes/picture.el (picture-draw-rectangle):
7150 * textmodes/reftex-index.el (reftex-index-goto-letter):
7151 (reftex-select-jump-to-previous):
7152 * textmodes/reftex-sel.el (reftex-find-start-point)
7153 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
7154 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
7155 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
7156 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7157 * textmodes/two-column.el (2C-associated-buffer):
7158 Use forward-line rather than goto-line.
7159
7160 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
7161 goto-line.
7162
7163 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
7164 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
7165 (quick-check-list-to-regexp): Declare.
7166
7167 * progmodes/make-mode.el (makefile-browser-insert-selection):
7168 Use goto-char rather than goto-line.
7169
7170 * progmodes/prolog.el (compilation-error-regexp-alist)
7171 (compilation-forget-errors): Declare.
7172
7173 2009-08-22 Juri Linkov <juri@jurta.org>
7174
7175 * progmodes/grep.el (lgrep, rgrep): At the beginning
7176 set `dir' to `default-directory' unless `dir' is a non-nil
7177 readable directory. (Bug#4052)
7178 (lgrep, rgrep): Change a weird way to report an error
7179 from using `read-string' to using `error'.
7180 Instead of using interactive arguments in the function body,
7181 add new argument `confirm'.
7182
7183 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * textmodes/remember.el (remember-buffer):
7186 * progmodes/cperl-mode.el (cperl-vc-header-alist):
7187 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
7188 (icalendar-extract-ical-from-buffer):
7189 * net/newst-treeview.el (newsticker-groups-filename):
7190 * net/newst-backend.el (newsticker-cache-filename):
7191 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
7192 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
7193 (speedbar-add-ignored-path-regexp, speedbar-line-path)
7194 (speedbar-buffers-line-path, speedbar-path-line)
7195 (speedbar-buffers-line-path):
7196 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
7197 (epg-sign-keys):
7198 * epa.el (epa-display-verify-result):
7199 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
7200
7201 2009-08-21 Glenn Morris <rgm@gnu.org>
7202
7203 * progmodes/js.el (inferior-moz-process): Fix declaration.
7204
7205 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
7206
7207 * obsolete/rnewspost.el (news-mail-reply):
7208 Use goto-char rather than goto-line.
7209
7210 * term/ns-win.el (ns-open-file-select-line):
7211 Use line-beginning-position rather than goto-line.
7212
7213 * apropos.el (apropos-command):
7214 * ehelp.el (electric-helpify):
7215 * printing.el (pr-show-setup):
7216 * strokes.el (strokes-help):
7217 * tutorial.el (tutorial--describe-nonstandard-key)
7218 (tutorial--detailed-help):
7219 * woman.el (woman-mini-help, woman-display-extended-fonts):
7220 * calc/calc-help.el (calc-describe-key):
7221 * emulation/edt.el (edt-electric-helpify):
7222 * international/mule-diag.el (mule-diag):
7223 * play/yow.el (apropos-zippy):
7224 * progmodes/python.el (python-describe-symbol):
7225 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
7226 * textmodes/table.el (*table--cell-describe-mode)
7227 (*table--cell-describe-bindings):
7228 Use help-print-return-message rather than the now obsolete alias.
7229
7230 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
7231 (calendar-cursor-to-visible-date):
7232 * play/5x5.el (5x5-position-cursor):
7233 * play/decipher.el (decipher):
7234 * play/gomoku.el (gomoku-goto-xy):
7235 * play/landmark.el (lm-goto-xy):
7236 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
7237 (mpuz-paint-digit):
7238 Use forward-line, not goto-line.
7239
7240 * mail/rmail.el (rmail-obsolete): Delete custom group.
7241 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
7242 (rmail-remote-password, rmail-remote-password-required):
7243 Remove unneeded :set-after and :set properties.
7244
7245 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
7246
7247 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
7248
7249 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
7250
7251 * loadup.el: Remove leftover macos code.
7252
7253 * vc-git.el (vc-git-annotate-command): Run asynchronously.
7254 Explicitly pass the date format to git blame so that user local
7255 so that the output format can be parsed.
7256
7257 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
7258
7259 * net/dbus.el (top): Don't check for (getenv
7260 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
7261
7262 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
7263
7264 * log-edit.el (log-edit-strip-single-file-name): New var.
7265 (log-edit-insert-changelog): Use it. Bug#3571
7266
7267 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * subr.el (read-passwd): Use read-key so keypad keys work as well.
7270 Bug#3287
7271
7272 * help.el (help-print-return-message): Rename from
7273 print-help-return-message.
7274
7275 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
7276 cvs-mode-map parent hack.
7277 (log-view-mode): Derive from special-mode.
7278
7279 * linum.el (linum-mode): window-size-change-functions is redundant.
7280 Adapt to new window-configuration-change-hook behavior.
7281 (linum-after-size, linum-after-config): Remove.
7282
7283 * imenu.el (imenu-example--name-and-position)
7284 (imenu-example--lisp-extract-index-name)
7285 (imenu-example--create-lisp-index, imenu-example--create-c-index):
7286 Mark as obsolete.
7287
7288 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
7289 (inferior-prolog-mode): Use it.
7290 (inferior-prolog-load-file): Reset list of errors.
7291
7292 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7293
7294 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
7295
7296 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
7297
7298 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
7299
7300 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
7301 is running already.
7302
7303 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * subr.el (listify-key-sequence-1): Use normal syntax since those
7306 integers are nowadays always represented by the same (positive) number
7307 on all platforms.
7308 (read-key-empty-map): New const.
7309 (read-key-delay): New var.
7310 (read-key): New function.
7311 (force-mode-line-update): Use with-current-buffer.
7312 (locate-user-emacs-file): Don't forget to abbreviate the file name.
7313 (start-process-shell-command, start-file-process-shell-command):
7314 Discourage the use of command-args.
7315
7316 2009-08-19 Glenn Morris <rgm@gnu.org>
7317
7318 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7319
7320 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * simple.el (choose-completion-string): Don't rely on
7323 minibuffer-completing-file-name and ad-hoc checks to decide whether
7324 to continue completion or not.
7325
7326 * minibuffer.el (minibuffer-hide-completions): New function.
7327 (completion--do-completion): Use it.
7328 (completions-annotations): New face.
7329 (completion--insert-strings): Use it.
7330 (completion-pcm--delim-wild-regex): Add docstring.
7331 (completion-pcm--string->pattern): Add support for 0-width delimiters
7332 in completion-pcm--delim-wild-regex.
7333
7334 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7337 Remove unused var `buffer-modified-p'.
7338
7339 * minibuffer.el (completion--do-completion): Move point for the #b001
7340 case as well (bug#4176).
7341 (minibuffer-complete, minibuffer-complete-word): Don't move point.
7342
7343 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
7344
7345 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
7346 and :session buses.
7347
7348 2009-08-18 Kenichi Handa <handa@m17n.org>
7349
7350 * international/ucs-normalize.el (ucs-normalize-version):
7351 Change to 1.1.
7352 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7353 (utf-8-hfs): Make it perform normalization on encoding too.
7354
7355 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
7356 (sentence-end-without-space): Delete duplicated chars.
7357 (sentence-end-base): Likewise.
7358
7359 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
7360 (html-mode): Delete duplicated chars from sentence-end-base.
7361
7362 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
7363 (texinfo-mode): Delete duplicated chars from sentence-end-base.
7364
7365 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
7366
7367 * files.el (hack-one-local-variable): If the mode function is for
7368 a minor mode, pass it an argument (Bug#4148).
7369
7370 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
7371
7372 * net/tramp.el (tramp-register-completion-file-name-handler):
7373 Check also for (member 'partial-completion completion-styles).
7374
7375 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7376
7377 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7378 abbrev (Bug#3943).
7379
7380 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
7381
7382 * progmodes/cperl-mode.el: Merge upstream 6.2.
7383 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7384 (cperl-forward-re): Check cperl-brace-recursing.
7385 (cperl-highlight-charclass): New function.
7386 (cperl-find-pods-heres): Use it.
7387 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7388 (cperl-beautify-regexp-piece): Fix column calculation.
7389 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
7390 (cperl-beautify-level): Don't process entire regexp.
7391 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7392 calling man.
7393 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7394 (cperl-init-faces): Build a list in the normal way.
7395
7396 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7397
7398 * calendar/parse-time.el (parse-time-string-chars): Save match
7399 data.
7400
7401 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7404 (sql-product): Use it.
7405 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7406 (sql-set-product): Add completion.
7407 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7408 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7409 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7410 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7411 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7412 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7413 (sql-highlight-db2-keywords): Remove.
7414 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7415 (sql-highlight-product): Use derived-mode-p.
7416 (sql-set-sqli-buffer): Use with-current-buffer.
7417 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7418 Simplify.
7419
7420 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7421
7422 * term.el: Fix commenting convention, turn comments into docstrings.
7423
7424 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7425
7426 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7427
7428 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
7429
7430 * calendar/parse-time.el (parse-time-string-chars): Compute using
7431 character classes, to handle non-ascii characters (Bug#3190).
7432
7433 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7434
7435 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7436 another heredoc if the user adds another < (Bug#3226).
7437
7438 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7439 Don't initialize based on window-system (Bug#4124).
7440
7441 * facemenu.el (facemenu-read-color): Use a completion function
7442 that accepts any defined color, such as RGB triplets (Bug#3677).
7443
7444 * files.el (get-free-disk-space): Change fallback default
7445 directory to /. Expand DIR argument before switching to fallback.
7446 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7447
7448 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7449
7450 * files.el (load-library): Doc fix.
7451
7452 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
7453
7454 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7455 (viper-if-string): Redefine C-s in the minibuffer to insert the last
7456 incremental search string.
7457
7458 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7459 XEmacs.
7460
7461 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7462 (ediff-merge-region-is-non-clash)
7463 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
7464 Also check if the job is really a merge job.
7465
7466 * ediff.el (ediff-current-file): New function.
7467
7468 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * progmodes/js.el: Edit docstrings throughout to follow Emacs
7471 conventions.
7472 (js-insert-and-indent): Delete function.
7473 (js-mode-map): Don't bind keys to js-insert-and-indent.
7474 (js-beginning-of-defun): Rename from js--beginning-of-defun.
7475 (js-end-of-defun): Rename from js--end-of-defun.
7476 (js-auto-indent-flag): Delete variable.
7477
7478 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
7479
7480 * progmodes/js.el: Remove proclaim statement.
7481 Defvar which-func-imenu-joiner-function to silence compiler.
7482
7483 * files.el (auto-mode-alist): Use js-mode for .js files.
7484
7485 * progmodes/js2-mode.el: Remove file.
7486
7487 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7488
7489 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7490
7491 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7492
7493 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7494 Karl Landstrom <karl.landstrom@brgeight.se>
7495
7496 * progmodes/js.el: New file.
7497
7498 2009-08-14 Mark A. Hershberger <mah@everybody.org>
7499
7500 * timezone.el (timezone-parse-date): Add ability to understand ISO
7501 basic format (minimal separators) dates in addition to the
7502 already-supported extended format dates.
7503
7504 2009-08-14 Eli Zaretskii <eliz@gnu.org>
7505
7506 * international/ucs-normalize.el: Add a `coding' file variable.
7507
7508 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7509
7510 2009-08-14 Sam Steingold <sds@gnu.org>
7511
7512 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7513
7514 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
7515
7516 * faces.el (help-argument-name): Define it here instead of
7517 help-fns.el, because in daemon mode help-fns.el may be loaded when
7518 faces are still uninitialized (Bug#1078).
7519
7520 * help-fns.el (help-argument-name): Move defface to faces.el.
7521
7522 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
7523
7524 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7525 create buffer with a pty but no process so that GDB can make the
7526 inferior the controlling process.
7527
7528 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
7529
7530 * international/ucs-normalize.el: New file.
7531
7532 2009-08-13 Richard Stallman <rms@gnu.org>
7533
7534 * mail/rmail.el (rmail-get-attr-names):
7535 Accept an attribute header that is too short.
7536
7537 * mail/rmail.el (rmail-forget-messages):
7538 Ignore nil elt in rmail-message-vector. Use dotimes.
7539
7540 * progmodes/compile.el (compilation-goto-locus):
7541 Use next-error-move-function.
7542
7543 * simple.el (next-error-move-function): New variable.
7544
7545 2009-08-12 Juri Linkov <juri@jurta.org>
7546
7547 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7548 always non-nil. (Bug#4052)
7549
7550 * replace.el (read-regexp): Return empty string when
7551 `default-value' is nil.
7552 (keep-lines-read-args): Don't use empty string as the
7553 default value for `read-regexp'. (Bug#2495)
7554
7555 2009-08-12 Juri Linkov <juri@jurta.org>
7556
7557 * international/mule-cmds.el (ucs-insert): Change arguments
7558 from `arg' to `character', `count', `inherit' to be the same
7559 as in `insert-char'. Doc fix. (Bug#4039)
7560
7561 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7562
7563 2009-08-12 Juri Linkov <juri@jurta.org>
7564
7565 * files-x.el: New file.
7566
7567 * files.el: Move code that deals with adding/deleting
7568 file/directory-local variables to files-x.el.
7569
7570 * Makefile.in (ELCFILES): Add files-x.elc.
7571
7572 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
7573
7574 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7575 to use `goto-line'.
7576 (gdb-place-breakpoints, gdb-get-location): Rewritten without
7577 `goto-line'.
7578 (gdb-invalidate-disassembly): Do not refresh upon receiving
7579 'update signal. Instead, update all disassembly buffers only after
7580 threads list.
7581 (gdb): Send -target-detach when buffer is killed (Bug#3794).
7582 (gdb-starting): Moved -data-list-register-names...
7583 (gdb-stopped): ...here so it's sent when first thread stops.
7584 (gdb-registers-handler-custom): Do nothing if register names are
7585 unknown yet.
7586
7587 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7588 from `gdb-mi.el' to avoid extra tangling.
7589
7590 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7591 change which breaks `gud-def' definitions used in `gdb'.
7592 (gdb-update-gud-running): No extra fuss for updating frame number.
7593
7594 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7597 (describe-language-environment-map, setup-language-environment-map)
7598 (set-coding-system-map): Move initialization into declaration.
7599 (set-language-info-alist): Last arg to define-key-after can be skipped.
7600
7601 * international/quail.el (quail-completion-1): Simplify.
7602 (quail-define-rules): Use slightly more compact code.
7603 (quail-insert-decode-map): Propertize keys, compact columns.
7604
7605 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7606 Add goto-line.
7607
7608 2009-08-10 Miles Bader <miles@gnu.org>
7609
7610 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7611 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7612 (js2-instance-member, js2-private-member, js2-private-function-call)
7613 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7614 (js2-magic-paren, js2-external-variable):
7615 Remove "-face" suffix from face names.
7616 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7617 (js2-highlight-undeclared-vars, js2-peek-token)
7618 (js2-parse-function-params, js2-mode-show-errors)
7619 (js2-mode-show-warnings, js2-make-magic-delimiter)
7620 (js2-mode-highlight-magic-parens): Update to use new face names.
7621
7622 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
7623
7624 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7625 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
7626
7627 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * subr.el: Provide hashtable-print-readable.
7630
7631 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7632 hs-c-like-adjust-block-beginning.
7633 (hs-hide-block-at-point): Stop hiding at the beginning of
7634 hs-block-end-regexp (Bug#700).
7635
7636 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
7637
7638 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7639 a macro.
7640 (gdb-registers-handler-custom): Do not fail when register names
7641 are unavailable.
7642
7643 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7644
7645 * progmodes/gdb-mi.el (gdb-control-all-threads)
7646 (gdb-control-current-thread): Interactive setters for
7647 `gdb-gud-control-all-threads' to use in menu.
7648 (gdb-show-run-p): Show «Go» when process is not active.
7649 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
7650 gud/thread.xpm and gud/all.xpm.
7651
7652 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
7653
7654 * net/net-utils.el (net-utils-font-lock-keywords): New var.
7655 (nslookup-font-lock-keywords): Make it a variable.
7656 (net-utils-mode): New mode for viewing diagnostic network output.
7657 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7658 (net-utils-run-simple): New function.
7659 (ifconfig, iwconfig, netstat, arp, route): Use it.
7660
7661 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7662
7663 * progmodes/gdb-mi.el (gdb-read-memory-custom)
7664 (gdb-memory-set-address, def-gdb-set-positive-number)
7665 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7666 after changing settings.
7667 (gdb-invalidate-disassembly): Update when first shown.
7668 (gdb-edit-locals-value): Fixed.
7669 (gdb-registers-handler-custom): Print registers in right order and
7670 allow changing register values (only for current thread yet).
7671 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7672 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7673 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7674 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7675 info in mode name.
7676 (gdb-registers-mode-map): TAB to switch to locals.
7677
7678 2009-08-08 Eli Zaretskii <eliz@gnu.org>
7679
7680 * mail/rmail.el (rmail-add-mbox-headers)
7681 (rmail-set-message-counters-counter): Search for
7682 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
7683
7684 2009-08-08 Glenn Morris <rgm@gnu.org>
7685
7686 * Makefile.in (ELCFILES): Update.
7687
7688 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7689
7690 * mail/sendmail.el (mail-yank-original): Set
7691 buffer-file-coding-system from the one used by the message whose
7692 text is yanked.
7693
7694 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7695 to "windows" when "pgnuplot" is used.
7696 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7697 call accept-process-output if "pgnuplot" is used.
7698 (calc-graph-init): Don't send -display and -geometry to
7699 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
7700 running "pgnuplot -V" with shell-command-to-string.
7701
7702 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7703 the default.
7704
7705 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7706
7707 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7708 org/org-latex.elc.
7709
7710 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7711
7712 * vc-dispatcher.el (vc-resynch-window): Update comment.
7713
7714 * term.el (term-handle-ansi-escape): Add comments with the
7715 terminfo capabilities implemented.
7716
7717 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
7718
7719 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7720 (gdb-var-create-handler): Rewritten using JSON parser.
7721 (gdb-propertize-header): Moved earlier.
7722 (gdb-set-header): Removed to avoid duplication.
7723 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7724 Refresh disassembly buffers only after threads list have been
7725 update.
7726 (gdb-threads-header, gdb-registers-header): Per-buffer header line
7727 variables.
7728
7729 2009-08-04 Juri Linkov <juri@jurta.org>
7730
7731 * files.el: Commands to add/delete file/directory-local variables.
7732 (read-file-local-variable, read-file-local-variable-value)
7733 (read-file-local-variable-mode, modify-file-local-variable)
7734 (modify-file-local-variable-prop-line)
7735 (modify-dir-local-variable): New functions.
7736 (add-file-local-variable, delete-file-local-variable)
7737 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7738 (add-dir-local-variable, delete-dir-local-variable)
7739 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7740 (copy-dir-locals-to-file-locals-prop-line): New commands.
7741
7742 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * abbrev.el (insert-abbrev-table-description): Prettify output.
7745 Suggested by Karl Chen.
7746
7747 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
7748
7749 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7750 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7751 (gdb-overlay-arrow-position, gdb-thread-position)
7752 (gdb-disassembly-position): Declare variables.
7753 (gdb-wait-for-pending): Function now.
7754 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7755 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7756 compilation goes smoothly.
7757 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7758 (gdb-non-stop-setting): New customization setting which replaces
7759 `gdb-non-stop' so changing it doesn't break active GDB session.
7760 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7761 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7762 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7763 (gdb-show-threads-by-default): New customization options.
7764 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7765 routines.
7766 (gdb-get-buffer-create): Send buffers update signal when they are
7767 created.
7768 (gdb-invalidate-locals, gdb-invalidate-registers)
7769 (gdb-invalidate-breakpoints)
7770 (gdb-invalidate-threads, gdb-invalidate-disassembly)
7771 (gdb-invalidate-memory): Accept update signal.
7772 (gdb-current-context-command): Use --frame option.
7773 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7774 Implement `gdb-frame-number' selection logic.
7775 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7776 whether to show GUD toolbar buttons.
7777 (gdb-thread-exited): Unselect current thread when it exits.
7778 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7779 (gdb-mark-line): Routine which sets overlay arrow or inverses
7780 video on fringeless displays.
7781 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7782 to build aligned columns of data in GDB buffers and set text
7783 properties line-by-line.
7784 (gdb-invalidate-breakpoints)
7785 (gdb-breakpoints-list-handler-custom)
7786 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7787 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7788 (gdb-registers-handler-custom): Align data columns.
7789 (gdb-locals-handler-custom): Now prints data like in variable
7790 declarations.
7791 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7792 Removed confusing buttons.
7793 (gdb-invalidate-threads): Append --frame.
7794 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7795 between breakpoints/threads buffers.
7796 (gdb-set-window-buffer): Now can ignore dedicated windows.
7797 (gdb-propertize-header): Use `gdb-set-window-buffer'.
7798 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7799 (def-gdb-thread-buffer-gud-command): Replaces
7800 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7801 for fine thread control.
7802 (gdb-preempt-existing-or-display-buffer): New function used to
7803 display bound buffers without breaking window layout.
7804 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7805 (gdb-select-frame): New version of `gdb-frames-select' which now
7806 sets `gdb-frame-number' so commands may use --frame option instead
7807 of inner debugger state.
7808 (gdb-frame-handler): Do not set `gdb-frame-number'.
7809 (gdb-threads-mode-map): Select threads with mouse.
7810
7811 * progmodes/gud.el (gdb-gud-context-call): Declare function to
7812 avoid compilation warning.
7813 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7814 `gdb-show-stop-p`.
7815
7816 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7817 Argument `key' renamed to `buffer-type'.
7818 (gdb-current-context-buffer-name): Do not add thread info to
7819 buffer name when no thread is selected.
7820 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7821 command (bug 3794).
7822 (gdb-thread-selected): Handle `=thread-selected' notification.
7823 (gdb-wait-for-pending): New macro to deal with congestion problems.
7824 (gdb-breakpoints-list-handler-custom): Don't fail on pending
7825 breakpoints.
7826 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7827 This fixes problem similar to one described in bug 3947.
7828 (gud-menu-map): More menu items.
7829 (gdb-init-1): Reset `gdb-thread-number' to nil.
7830
7831 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7832 non-stop settings.
7833
7834 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7835 (gdb-current-context-command): Do not append --thread if
7836 `gdb-thread-number' is nil.
7837 (gdb-running-threads-count, gdb-stopped-threads-count): New
7838 variables.
7839 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7840 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7841 customization options.
7842 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7843 GUD commands.
7844 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7845 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7846 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7847 set `gdb-thread-number' and update `gud-running' properly.
7848 (gdb-running): Update threads list when new threads appear.
7849 (gdb-stopped): Support non-stop operation and new thread switching
7850 logic.
7851 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7852 (gdb-json-partial-output): New set of JSON routines.
7853 (def-gdb-auto-update-trigger): New `signal-list' optional
7854 argument.
7855 (gdb-thread-list-handler-custom): Update `gud-running',
7856 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7857 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7858 (gdb-continue-thread, gdb-step-thread): New commands for fine
7859 thread execution control.
7860 (gud-menu-map): New menu items to switch non-stop options.
7861 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7862 (gdb-send): Mimic RET properly (bug 3794).
7863
7864 * progmodes/gdb-mi.el (gdb-rules-name-maker)
7865 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7866 gdb-buffer-rules.
7867 (def-gdb-auto-update-handler): New nopreserve optional argument.
7868 (gdb-stack-list-frames-custom): Print stack from top to bottom.
7869
7870 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7871 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7872 (gdb-parent-mode): New mode to derive other GDB modes from.
7873 (gdb-display-disassembly-for-thread)
7874 (gdb-frame-disassembly-for-thread): New commands for threads
7875 buffer.
7876
7877 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7878 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7879 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7880 (gdb-update): We now store all GDB buffers in a list so that they
7881 can be updated by traversing a list instead of calling invalidate
7882 triggers explicitly.
7883 (def-gdb-trigger-and-handler): New macro to define trigger-handler
7884 pair for GDB buffer.
7885 (gdb-stack-buffer-name): Add thread information.
7886 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7887 handle pending triggers.
7888 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7889 (def-gdb-thread-buffer-simple-command)
7890 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7891 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7892 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7893 New commands which show buffers bound to thread.
7894 (gdb-stack-list-locals-regexp): Removed unused regexp.
7895
7896 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7897 (gdb-locals-buffer-name, gdb-registers-buffer-name)
7898 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7899 to (gud-comint-buffer) in *-buffer-name functions
7900 because (gdb-get-target-string) already does that.
7901 (gdb-locals-handler-custom, gdb-registers-handler-custom)
7902 (gdb-changed-registers-handler): Rewritten without regexps.
7903
7904 * progmodes/gdb-mi.el: Basic thread selection support.
7905 (gdb-thread-number): New variable.
7906 (gdb-current-context-command): New macro which adds --thread
7907 option to command.
7908 (gdb-threads-mode-map): Select thread with SPC.
7909 (gdb-thread-list-handler-custom): Mark current thread with overlay
7910 arrow. Synchronize GDB thread and Emacs thread.
7911 (gdb-select-thread): New command which selects current thread.
7912 (gdb-invalidate-frames, gdb-invalidate-locals)
7913 (gdb-invalidate-registers): Use --thread option.
7914
7915 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
7916
7917 * net/tramp.el (top): Make check for tramp-gvfs loading more
7918 robust. (Bug#3977)
7919 (tramp-handle-insert-file-contents): `unwind-protect' must be
7920 inside `with-parsed-tramp-file-name'.
7921
7922 * net/tramp-gvfs.el (top): Remove superfluous message when loading
7923 fails.
7924
7925 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
7926
7927 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7928 directory if CLASSPATH is not set.
7929
7930 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
7931
7932 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7933 New defconst.
7934 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
7935
7936 2009-08-02 Kevin Ryde <user42@zip.com.au>
7937
7938 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7939 Update freshmeat link. Delete newsforge.com as it seems gone.
7940
7941 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7942
7943 * select.el (x-set-selection): Doc fix (Bug#4021).
7944
7945 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7946
7947 * help-fns.el (describe-variable): Treat list return values from
7948 dir-locals-find-file properly (Bug#4005).
7949
7950 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
7951
7952 * net/tramp.el (tramp-debug-message): Print also microseconds.
7953
7954 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
7955
7956 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7957 or END is non-nil.
7958 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7959 (tramp-get-debug-buffer): Change `outline-regexp' according to new
7960 format.
7961
7962 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7963 (tramp-get-file-property): Use it.
7964
7965 * autorevert.el (auto-revert-handler): Allow
7966 `auto-revert-tail-mode' for remote files.
7967
7968 2009-08-02 Jason Rumney <jasonr@gnu.org>
7969
7970 * minibuffer.el (read-file-name): Treat confirm options to
7971 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
7972
7973 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7974
7975 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7976 (font-lock-variable-name-face, font-lock-constant-face): Darken
7977 the colors for light backgrounds.
7978
7979 2009-08-01 Eli Zaretskii <eliz@gnu.org>
7980
7981 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7982 month names. (Bug#3987)
7983
7984 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
7985
7986 * simple.el (line-move-finish): Pass whole number to
7987 line-move-to-column.
7988 (line-move-visual): Perform hscroll to the recorded position.
7989
7990 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7991
7992 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7993
7994 2009-07-29 Alan Mackenzie <acm@muc.de>
7995
7996 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7997
7998 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7999
8000 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8001 (gdb-place-breakpoints): Use full path when setting breakpoints.
8002
8003 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8004
8005 * calc/calc.el (calc-mode-map): Add keybinding for
8006 `calc-transpose-lines'.
8007
8008 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
8009
8010 * calc/calc-misc.el (calc-transpose-lines): New function.
8011
8012 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
8013
8014 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8015 Simplify check for out-of-band methods.
8016 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8017 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
8018
8019 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8020
8021 * vc-git.el (vc-git-checkin): Fix typo.
8022
8023 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
8024
8025 * progmodes/js2-mode.el: New file.
8026
8027 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
8028
8029 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8030 (gud-menu-map): Adjust tooltip accordingly.
8031
8032 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8033
8034 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
8035 (vc-bzr-log-view-mode): Adjust log-view-file-re.
8036
8037 * add-log.el (change-log-mode-map): Add a menu.
8038
8039 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
8040
8041 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8042 function returns nil.
8043 (dbus-handle-event): Handle special return value :ignore.
8044 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
8045
8046 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8047
8048 * view.el (view-mode-enable): Don't define Helper-return-blurb if
8049 it's not needed.
8050
8051 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8052
8053 Fix Bug#3888:
8054
8055 * w32-vars.el (x-select-enable-clipboard): Doc fix.
8056
8057 * term/pc-win.el (x-display-name, x-colors)
8058 (x-select-enable-clipboard, x-select-text): Doc fix.
8059
8060 * term/common-win.el (x-display-name, x-colors): Doc fix.
8061
8062 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
8063 (xw-defined-colors): Doc fix.
8064
8065 * w32-fns.el (x-select-text, x-setup-function-keys)
8066 (x-get-selection, x-set-selection): Doc fix.
8067
8068 * term/x-win.el (x-select-text, x-setup-function-keys)
8069 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
8070
8071 * select.el (x-set-selection): Doc fix.
8072
8073 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
8074
8075 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
8076 instead of "IsNSSSupportAvailable". Avahi ought to work also when
8077 "IsNSSSupportAvailable" method is not available. Reported by
8078 Steve Youngs <steve@sxemacs.org>.
8079
8080 2009-07-24 Kenichi Handa <handa@m17n.org>
8081
8082 * international/characters.el: Fix setting of category ?C, ?|, ?K,
8083 and ?H. Fix setting of case for Latin Extended and Greek Extended.
8084 (build-unicode-category-table): Fix range checks.
8085
8086 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8087
8088 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
8089 the buffer we try to sync is current when calling
8090 vc-resynch-buffer.
8091
8092 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
8093 not show up to date files.
8094
8095 2009-07-24 Glenn Morris <rgm@gnu.org>
8096
8097 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
8098 Add autoload cookies. If necessary, initialize.
8099 (elint-log): Handle non-file buffers.
8100 (elint-initialize): Add optional argument to reinitialize.
8101 (elint-find-builtin-variables): Save excursion.
8102
8103 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8104
8105 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8106 for Lint.
8107
8108 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8109
8110 * vc.el (vc-print-log-internal): New function, split out from ...
8111 (vc-print-log): ... here.
8112 (vc-dir-move-to-goal-column): Declare.
8113
8114 * vc-git.el (vc-git-add-signoff): New variable.
8115 (vc-git-checkin): Use it.
8116 (vc-git-toggle-signoff): New function.
8117 (vc-git-extra-menu-map): Bind it to menu.
8118 (vc-git--run-command-string): Accept a nil FILE argument.
8119 (vc-git-stash-list): New function.
8120 (vc-git-dir-extra-headers): Use it.
8121
8122 2009-07-23 Glenn Morris <rgm@gnu.org>
8123
8124 * help-fns.el (describe-variable): Describe ignored and risky local
8125 variables in a similar way to that in which we describe safe ones.
8126
8127 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
8128 (byte-compile-output-file-form, byte-compile-output-docform)
8129 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
8130 Give some more local variables with common names a "bytecomp-" prefix,
8131 so as not to shadow things during compilation.
8132 * emacs-lisp/cl-macs.el (load-time-value)
8133 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
8134 `outbuffer' to `bytecomp-outbuffer'.
8135
8136 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
8137 since the next two variables cover them automatically now.
8138 (elint-builtin-variables, elint-autoloaded-variables): New.
8139 (elint-unknown-builtin-args): Remove all members, since they can be
8140 parsed automatically now.
8141 (elint-extra-errors): New.
8142 (elint-env-add-env, elint-env-add-macro): Use cadr.
8143 (elint-current-buffer): Use or. Change final message.
8144 (elint-get-top-forms): Use line-end-position.
8145 (elint-init-env): Use cadr. Handle autoload, declare-function,
8146 and defalias.
8147 (elint-add-required-env): Doc fix. Use or. Standardize error.
8148 (regexp-assoc): Remove unused function.
8149 (elint-top-form): Set elint-current-pos, to record the start of the
8150 top-level form, for compilation-mode.
8151 (elint-form): Trap errors in macro expansion. Use dolist.
8152 (elint-unbound-variable): Use elint-builtin-variables and
8153 elint-autoloaded-variables.
8154 (elint-get-args): Use cadr, or.
8155 (elint-check-cond-form): Use dolist, cadr.
8156 (elint-check-condition-case-form): Doc fix. Use cadr.
8157 Use elint-extra-errors.
8158 (elint-log): New function.
8159 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
8160 Distinguish errors and warnings.
8161 (elint-log-message): Use with-current-buffer. Inhibit read-only.
8162 Use a bytecomp-style format.
8163 (elint-clear-log): Preserve default-directory. Inhibit read-only.
8164 (elint-get-log-buffer): Use compilation mode. Disable undo.
8165 Don't truncate lines.
8166 (elint-initialize): Set builtin and autoloaded variable lists.
8167 Only process elint-unknown-builtin-args if non-nil.
8168 (elint-find-builtin-variables, elint-find-autoloaded-variables):
8169 New functions.
8170 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
8171
8172 2009-07-22 Kevin Ryde <user42@zip.com.au>
8173
8174 * net/newst-backend.el (newsticker--parse-atom-1.0)
8175 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8176 (newsticker--parse-rss-1.0):
8177 * progmodes/idlwave.el (idlwave-mode):
8178 * progmodes/idlw-shell.el (idlwave-shell-mode):
8179 * progmodes/vera-mode.el (vera-mode):
8180 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
8181 * progmodes/vhdl-mode.el (vhdl-mode):
8182 * textmodes/table.el (table-generate-source)
8183 (table--warn-incompatibility):
8184 Hyperlink urls in docstrings with URL `...'.
8185
8186 2009-07-22 Glenn Morris <rgm@gnu.org>
8187
8188 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
8189 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
8190 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
8191 Remove leading * from defcustom docs.
8192
8193 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
8194
8195 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
8196 defcustom doc.
8197 (list-load-path-shadows): Optionally, just return shadows as a string.
8198
8199 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
8200
8201 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8202
8203 * mail/rmailedit.el (rmail-edit-mode): Use
8204 auto-save-include-big-deletions.
8205
8206 * mail/rmail.el (rmail-variables): Use
8207 auto-save-include-big-deletions.
8208
8209 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
8210 changes.
8211
8212 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8213
8214 * calc/calc.el (calc-undo-length): New variable.
8215 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
8216
8217 2009-07-21 Richard Stallman <rms@gnu.org>
8218
8219 * files.el (auto-save-mode): Handle buffer-save-size = -2
8220 for toggling mode.
8221
8222 2009-07-21 Glenn Morris <rgm@gnu.org>
8223
8224 * textmodes/ispell.el (ispell-looking-back): Update declaration.
8225
8226 * calendar/todo-mode.el (calendar-current-date): Update declaration.
8227
8228 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
8229 silence compiler. Instead...
8230 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
8231 (ps-print-ensure-fontified): Update for above function name changes.
8232
8233 * printing.el (pr-mh-get-msg-num, pr-mh-show)
8234 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
8235 silence compiler. Instead...
8236 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
8237 (mh-show-buffer): Only define for compiler.
8238 (pr-mh-current-message): Update for above function name changes.
8239
8240 * files.el (abort-if-file-too-large): Explicitly pass `filename'
8241 as an argument.
8242 (find-file-noselect, insert-file-1): Update for above change.
8243
8244 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
8245
8246 * mail/mailclient.el (mailclient-send-it): Fix message.
8247
8248 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
8249 (edebug-eval): Check cl-debug-env is bound.
8250 (print-level, print-circle): Don't redefine built-in variables.
8251
8252 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
8253 (custom-print-vectors): Remove old comments from doc.
8254
8255 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
8256 (emerge-version): Make the variable an obsolete alias for the
8257 emacs-version variable. Make the function obsolete.
8258 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
8259 Emerge options, rather than merging in into the main Options menu.
8260 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
8261 and auto advance modes. Disable edit/fast items when not relevant.
8262
8263 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8264
8265 * term/vt420.el (terminal-init-vt420): Fix typo.
8266
8267 2009-07-20 Sam Steingold <sds@gnu.org>
8268
8269 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
8270 variable (removed from compile.el on 2004-03-11).
8271
8272 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
8273
8274 * files.el (hack-local-variables-filter): Fix last change.
8275
8276 2009-07-19 Juri Linkov <juri@jurta.org>
8277
8278 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
8279 (dir-local-variables-alist): New buffer-local variable.
8280 (hack-local-variables-filter): If variable is not dir-local,
8281 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
8282 because file-local overrides dir-local.
8283 (c-postprocess-file-styles)<declare-function>:
8284 Remove obsolete declaration.
8285 (hack-dir-local-variables): Add dir-local variable/value pair to
8286 `dir-local-variables-alist' and remove duplicates. Doc fix.
8287
8288 * help-fns.el (describe-variable): Add information about
8289 file-local and dir-local variables.
8290
8291 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
8292
8293 * files.el (hack-local-variables-filter): Rewrite.
8294
8295 2009-07-19 Glenn Morris <rgm@gnu.org>
8296
8297 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
8298 Silence compiler by only defining on XEmacs.
8299
8300 * international/mule.el (auto-coding-regexp-alist): Only match
8301 BABYL... at the start of buffer, not of lines. (Bug#3790)
8302
8303 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
8304 non-calendar buffers (Bug#3862). Restore "not on a date" message.
8305 (cal-menu-context-mouse-menu): Doc fix.
8306
8307 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
8308
8309 * simple.el (mail-user-agent): Doc fix. Set :version tag.
8310
8311 2009-07-18 Juri Linkov <juri@jurta.org>
8312
8313 * info.el: Virtual Info keyword finder.
8314 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
8315 (Info-finder-file): New variable.
8316 (Info-finder-find-file): New function.
8317 (finder-known-keywords, finder-package-info)
8318 (find-library-name, lm-commentary): Use defvar and
8319 declare-function to silence compiler warnings.
8320 (Info-finder-find-node): New function.
8321 (info-finder): New command.
8322
8323 * subr.el (process-kill-buffer-query-function): New function.
8324 (add-hook)<kill-buffer-query-functions>: Add hook
8325 `process-kill-buffer-query-function'.
8326
8327 2009-07-18 Alan Mackenzie <acm@muc.de>
8328
8329 * progmodes/cc-mode.el (c-before-hack-hook)
8330 (c-postprocess-file-styles): Give invocation of `c-set-style'
8331 DONT-OVERRIDE parameter of t. Already set style variables will
8332 thus not be overridden by style settings given by `c-file-syle'.
8333
8334 * files.el (hack-local-variables-filter): Remove entries with
8335 duplicate keys from `file-local-variables-alist'.
8336
8337 2009-07-18 Eli Zaretskii <eliz@gnu.org>
8338
8339 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8340 x-set-selection if display-selections-p returns nil for the
8341 current frame.
8342
8343 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
8344
8345 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8346
8347 2009-07-18 Eli Zaretskii <eliz@gnu.org>
8348
8349 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
8350 Accept nil in addition to a regexp.
8351 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
8352 Accept nil in addition to a regexp.
8353 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
8354 buffers that have an associated file. Handle nil values of
8355 desktop-buffers-not-to-save and desktop-files-not-to-save.
8356 (Bug#3833)
8357
8358 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8359 (x-disown-selection-internal): New functions.
8360
8361 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
8362
8363 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8364 warning.
8365 (gdb-breakpoints-header): Move forward to avoid compiler warning.
8366 (gdb-make-header-line-mouse-map): Remove duplicate definition.
8367
8368 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
8369
8370 * simple.el (set-mark): Revert last change.
8371
8372 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
8373
8374 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8375 rendering of pngs is not possible instead of messaging a long
8376 description.
8377
8378 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
8379
8380 * w32-fns.el (x-selection-owner-p): New function.
8381
8382 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
8383 (mouse-yank-at-click, mouse-yank-primary): If
8384 select-active-regions is non-nil, deactivate the mark before
8385 insertion.
8386
8387 * simple.el (deactivate-mark, set-mark): Only save selection if we
8388 own it.
8389
8390 2009-07-17 Kenichi Handa <handa@m17n.org>
8391
8392 * case-table.el (describe-buffer-case-table): Fix for the case
8393 that KEY is a cons.
8394
8395 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8396
8397 * vc-rcs.el (vc-rcs-find-file-hook):
8398 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8399
8400 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
8401
8402 * net/tramp.el (tramp-wait-for-output): Handle the case when
8403 commands do not return a newline but a null byte before the shell
8404 prompt. (Bug#3858)
8405
8406 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8407
8408 * term/ns-win.el (ns-set-alpha): Don't declare.
8409 (ns-set-background-alpha): Remove function.
8410
8411 2009-07-16 Kevin Ryde <user42@zip.com.au>
8412
8413 * emacs-lisp/copyright.el (copyright-update): Save match-data across
8414 y-or-n-p, for safety.
8415
8416 2009-07-16 Richard Stallman <rms@gnu.org>
8417
8418 * files.el (auto-save-mode): If buffer-saved-size is -2,
8419 don't clobber it.
8420
8421 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8422 (rmail-retry-ignored-headers): Add more uninteresting fields.
8423
8424 2009-07-15 Jari Aalto <jari.aalto@cante.net>
8425
8426 * net/rcirc.el (rcirc): Use history variables.
8427 (rcirc-server-name-history, rcirc-nick-name-history)
8428 (rcirc-server-port-history): New variables.
8429
8430 2009-07-15 Kenichi Handa <handa@m17n.org>
8431
8432 * international/mule-cmds.el (set-language-environment-charset):
8433 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8434 ignore them.
8435
8436 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8437 Delete unibyte-display.
8438
8439 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
8440
8441 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8442
8443 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
8444
8445 * simple.el (deactivate-mark): Optional argument FORCE.
8446 (set-mark): Use deactivate-mark.
8447
8448 * info.el (Info-search): No need to check transient-mark-mode
8449 before calling deactivate-mark.
8450
8451 * select.el (x-set-selection): Doc fix.
8452 (x-valid-simple-selection-p): Allow buffer values.
8453 (xselect--selection-bounds): Handle buffer values. Suggested by
8454 David De La Harpe Golden.
8455
8456 * mouse.el (mouse-set-region, mouse-drag-track): Call
8457 copy-region-as-kill before setting the mark, to let
8458 select-active-regions work.
8459
8460 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
8461
8462 * simple.el (deactivate-mark): If select-active-regions is
8463 non-nil, copy the selection data into a string.
8464 (activate-mark): If select-active-regions is non-nil, set the
8465 selection to the current buffer.
8466 (set-mark): Update selection if select-active-regions is non-nil.
8467
8468 * select.el (x-valid-simple-selection-p): Allow buffer values.
8469
8470 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8473 and more featureful message-mode.
8474
8475 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
8476
8477 * select.el (x-set-selection): Doc fix.
8478 (x-valid-simple-selection-p): Disallow selection data consisting
8479 of a list or cons of integers, since that is not used.
8480 (xselect--selection-bounds, xselect--int-to-cons): New functions.
8481 (xselect-convert-to-string, xselect-convert-to-length)
8482 (xselect-convert-to-filename, xselect-convert-to-charpos)
8483 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8484
8485 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
8486
8487 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8488 output in -break-info command (Emacs bug #3794).
8489
8490 2009-07-14 Glenn Morris <rgm@gnu.org>
8491
8492 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8493 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8494 (edebug-print-length, edebug-print-level, edebug-print-circle)
8495 (edebug-sit-for-seconds, edebug-view-outside)
8496 (edebug-bounce-point, edebug-set-global-break-condition)
8497 (edebug-Go-nonstop-mode, edebug-trace-mode)
8498 (edebug-Trace-fast-mode, edebug-continue-mode)
8499 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8500 (edebug-visit-eval-list): Doc fixes.
8501
8502 * subr.el (def-edebug-spec): Doc fix.
8503
8504 2009-07-14 Kenichi Handa <handa@m17n.org>
8505
8506 * international/characters.el: Fix setting of category ?C.
8507
8508 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
8509
8510 * term/ns-win.el (x-select-font): defalias x-select-font to
8511 ns-popup-font-panel instead of generate-fontset-menu.
8512
8513 2009-07-12 Eli Zaretskii <eliz@gnu.org>
8514
8515 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
8516
8517 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
8518
8519 * arc-mode.el (archive-find-type): Allow for a PK00 string before
8520 the PK\003\004 header (Bug#3770).
8521
8522 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
8523
8524 * pcomplete.el (pcomplete-comint-setup): Check for
8525 shell-dynamic-complete-filename too.
8526
8527 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * simple.el (temporary-goal-column): Change the value for
8530 line-move-visual to a cons cell.
8531 (line-move-visual): Record or set the window hscroll, if
8532 necessary (Bug#3494).
8533 (line-move-1): Handle cons value of temporary-goal-column.
8534
8535 2009-07-11 Kenichi Handa <handa@m17n.org>
8536
8537 * international/mule-diag.el (describe-character-set): Don't show
8538 width.
8539
8540 2009-07-10 Sam Steingold <sds@gnu.org>
8541
8542 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8543 Omake sometimes indents the errors it prints, so allow all
8544 regexps to start with spaces.
8545
8546 2009-07-10 Eli Zaretskii <eliz@gnu.org>
8547
8548 * cus-edit.el (customize-changed-options-previous-release):
8549 Bump value to 22.1. (Bug#3804)
8550
8551 2009-07-08 Sam Steingold <sds@gnu.org>
8552
8553 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8554 to be a cons cell (test . ignored-directory) to selectively ignore
8555 some directories depending on the location of the search.
8556
8557 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8558
8559 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8560 remote user is root, on the local host.
8561 (tramp-local-host-p): Either the local user or the remote user
8562 must be root. (Bug#3771)
8563
8564 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
8565
8566 * progmodes/gdb-mi.el (gdb): Remove description of
8567 gdb-use-separate-io-buffer.
8568 (menu): Don't allow toggling of or enable
8569 gdb-use-separate-io-buffer from menubar.
8570
8571 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8572
8573 * mail/unrmail.el (unrmail): Make sure the message ends with two
8574 newlines (Bug#3769).
8575
8576 2009-07-08 Glenn Morris <rgm@gnu.org>
8577
8578 * calendar/calendar.el (calendar-current-date): Rework previous change.
8579
8580 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
8581
8582 * calendar/calendar.el (calendar-current-date):
8583 Add an optional argument giving an offset from today.
8584
8585 2009-07-08 Glenn Morris <rgm@gnu.org>
8586
8587 * tutorial.el (tutorial--describe-nonstandard-key):
8588 Adjust the message for when a key has been unbound.
8589 (help-with-tutorial): Hide the arch-tag.
8590
8591 2009-07-08 Kenichi Handa <handa@m17n.org>
8592
8593 * international/fontset.el (setup-default-fontset): For each
8594 script, append (not set) font-specs.
8595
8596 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8597 docstring.
8598
8599 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
8600
8601 * progmodes/gdb-mi.el (gdb-init-1): Move sending
8602 -data-list-register-names to ...
8603 (gdb-starting): ... here because GDB 7.0 requires execution to
8604 have started when using this MI command.
8605 (gdb-set-header): New function to distinguish select and
8606 unselected tabs in gdb buffers.
8607 (gdb-propertize-header): New macro that uses gdb-set-header.
8608 (gdb-breakpoints-header, gdb-locals-header): Use it.
8609 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8610
8611 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8612
8613 * Makefile.in (ELCFILES): Remove fadr.elc.
8614
8615 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
8616
8617 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8618 may contain frame information, so `string-match' should be used.
8619 (gdb-update): Disassembly is invalidated through
8620 `gdb-get-selected-frame'.
8621 (gdb-pad-string): New function to pad string with spaces.
8622 (gdb-invalidate-disassembly): Invalidate only if the buffer
8623 exists.
8624 (gdb-disassembly-handler-custom): Column alignment.
8625 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8626 placing new ones.
8627 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8628 end of line, too.
8629 (gdb-frame-handler): Match convention to for disassembly buffer
8630 mode name.
8631 (gdb-stack-list-frames-handler): Rewritten without regexps.
8632 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8633 not highlight breakpoints without line information.
8634 (gdb-input): Add trailing newline to command.
8635
8636 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8637 buffer properly.
8638 (gdb-breakpoints-list-handler-custom): Replacement for
8639 `gdb-break-list-handler'. Using real parser instead of regexps
8640 now.
8641 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8642 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8643 to place breakpoints.
8644 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8645 functions.
8646 (gdb-disassembly-handler-custom): Show overlay arrow.
8647 (gdb-disassembly-place-breakpoints): Show breakpoints in
8648 disassembly buffer.
8649 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8650 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8651 instead of parsing breakpoints buffer. Fixed old menu references
8652 in `gud-menu-map'.
8653
8654 * fadr.el: Remove.
8655
8656 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8657 (gdb-memory-address): New variable which holds top address of
8658 memory page shown in memory buffer.
8659 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8660 customization variables.
8661 New functions:
8662 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8663 display the memory buffer.
8664 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8665 buffer display parameters.
8666 (def-gdb-memory-format, gdb-memory-format-binary)
8667 (gdb-memory-format-octal, gdb-memory-format-unsigned)
8668 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8669 Functions for setting memory buffer format.
8670 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8671 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8672 unit size used in memory buffer.
8673 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8674 to next/previous page of memory buffer.
8675 Now using (bindat-get-field) instead of fadr functions.
8676
8677 2009-07-07 Sam Steingold <sds@gnu.org>
8678
8679 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8680 non-top-level files.
8681
8682 2009-07-07 Kenichi Handa <handa@m17n.org>
8683
8684 * international/mule-cmds.el (reset-language-environment): Put
8685 the highset priority to the charset iso-8859-1.
8686
8687 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
8688
8689 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8690 to the end of the line when locating the block (Bug#700).
8691
8692 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
8693
8694 * net/tramp.el (tramp-handle-write-region): Flush file properties
8695 in case of short track.
8696
8697 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
8698
8699 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8700 representation of verilog error regular expressions to work with
8701 Emacs-22's new format.
8702 (verilog-error-regexp-xemacs-alist): Coded custom representation
8703 of verilog error regular expressions to work with XEmacs format.
8704 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8705 error recognition into XEmacs.
8706 (verilog-error-regexp-add-emacs): Hook routine to install verilog
8707 error recognition into Emacs-22.
8708
8709 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
8710
8711 * woman.el: Remove stand-alone closing parentheses.
8712 (woman-file-name, woman2-format-paragraphs)
8713 (woman-leave-blank-lines): Code cleanup.
8714 (woman-use-own-frame): Change default to nil.
8715 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8716 defaults to inherit from default faces.
8717 (woman2-process-escapes): Consume the newline after a stand-alone
8718 filler character (Bug#3651).
8719
8720 2009-07-06 Glenn Morris <rgm@gnu.org>
8721
8722 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8723 (top-level): Move provide to the end.
8724 (ffap): Remove defunct URL from custom group.
8725
8726 * subr.el (eval-after-load): Doc fix.
8727
8728 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
8729
8730 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8731 `calc-embedded-word' is called twice.
8732
8733 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 * files.el (find-alternate-file-other-window, find-alternate-file):
8736 Obey confirm-nonexistent-file-or-buffer.
8737
8738 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
8739
8740 * dired-aux.el (dired-show-file-type): Handle remote files.
8741
8742 2009-07-05 Jari Aalto <jari.aalto@cante.net>
8743
8744 * desktop.el (desktop-globals-to-save):
8745 Add file-name-history (Bug#2750).
8746
8747 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
8748
8749 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8750
8751 2009-07-04 Johan Bockgård <bojohan@gnu.org>
8752
8753 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8754 property on entire argument since this is what eshell-lisp-command
8755 expects.
8756
8757 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
8758
8759 * net/tramp-gvfs.el (tramp-gvfs-methods)
8760 (tramp-gvfs-zeroconf-domain)
8761 (tramp-bluez-discover-devices-timeout): Add version flag.
8762 (tramp-gvfs-handler-mounted-unmounted)
8763 (tramp-gvfs-connection-mounted-p): Polish handling of
8764 incompatibilities between GVFS 0.2 and 1.0.
8765
8766 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8767
8768 * cus-start.el (all): Add make-pointer-invisible.
8769
8770 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8771
8772 * calc-math.el (math-use-emacs-fn): Make sure that the number is
8773 formatted correctly.
8774
8775 2009-07-02 Juri Linkov <juri@jurta.org>
8776
8777 * info.el: Virtual Info files and nodes.
8778 (Info-virtual-files, Info-virtual-nodes): New variables.
8779 (Info-current-node-virtual): New variable.
8780 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8781 New functions.
8782 (Info-file-supports-index-cookies): Use Info-virtual-file-p
8783 to check for a virtual file instead of checking a fixed list
8784 of node names.
8785 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8786 instead of ad-hoc processing of "dir" and (apropos history toc).
8787 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8788 instead of ad-hoc processing of "dir" and (apropos history toc).
8789 Reread a file when moving from a virtual node.
8790 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8791 (Info-directory-toc-nodes, Info-directory-find-file)
8792 (Info-directory-find-node): New functions.
8793 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8794 (Info-history): Move part of code to
8795 `Info-history-find-node'.
8796 (Info-history-toc-nodes, Info-history-find-file)
8797 (Info-history-find-node): New functions.
8798 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8799 (Info-toc): Move part of code to `Info-toc-find-node'.
8800 (Info-toc-find-node): New function.
8801 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
8802 the current Info file name to references because now the node
8803 "*TOC*" belongs to the same Info manual.
8804 (Info-toc-build): Rename from `Info-build-toc'.
8805 (Info-toc-nodes): Rename input argument `file' to `filename'.
8806 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8807 instead of ad-hoc processing of ("dir" apropos history toc).
8808 (Info-index-nodes): Use Info-virtual-file-p
8809 to check for a virtual file instead of checking a fixed list
8810 of node names.
8811 (Info-index-node): Add check for `Info-current-node-virtual'.
8812 Raise `save-match-data' higher up the tree to contain
8813 `search-forward' too (bug fix).
8814 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8815 (Info-virtual-index-nodes): New variable.
8816 (Info-virtual-index-find-node, Info-virtual-index): New functions.
8817 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8818 (Info-apropos-file, Info-apropos-nodes): New variables.
8819 (Info-apropos-toc-nodes, Info-apropos-find-file)
8820 (Info-apropos-find-node, Info-apropos-matches): New functions.
8821 (info-apropos): Move part of code to `Info-apropos-find-node' and
8822 `Info-apropos-matches'.
8823 (Info-mode-map): Bind "I" to `Info-virtual-index'.
8824 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8825 for a virtual file instead of checking a fixed list of node names.
8826
8827 * simple.el (async-shell-command): New command.
8828
8829 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8830
8831 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8832 instead of `mount-info'.
8833
8834 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
8835
8836 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8837 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8838
8839 2009-07-02 Kenichi Handa <handa@m17n.org>
8840
8841 * international/mule.el (set-keyboard-coding-system): Force *-unix
8842 coding-system to avoid eol conversion.
8843
8844 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
8845
8846 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8847 Add handler for `process-file', `shell-command' and
8848 `start-file-process'.
8849 (tramp-gvfs-handle-shell-command)
8850 (tramp-gvfs-handle-start-file-process)
8851 (tramp-gvfs-handle-process-file): New defuns.
8852 (tramp-synce-list-devices): Simplify check for existence of property.
8853
8854 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8855
8856 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8857
8858 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
8859
8860 * language/korean.el (set-language-info-alist): Add korean-cp949,
8861 cp949 to spec.
8862
8863 2009-07-01 Kenichi Handa <handa@m17n.org>
8864
8865 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8866
8867 * international/encoded-kb.el: Deleted.
8868
8869 * international/mule.el (set-keyboard-coding-system): Perform the
8870 necessary setup here instead of calling encoded-kbd-setup-display.
8871
8872 2009-07-01 Glenn Morris <rgm@gnu.org>
8873
8874 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8875
8876 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
8877
8878 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
8879
8880 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
8881
8882 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8883 Handle also the 'rename case, when setting file modes. (Bug#3712)
8884 (tramp-default-file-modes) Remove execute permissions.
8885
8886 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8887 (top): Add a default for "synce" in `tramp-default-user-alist'.
8888 Add completion function for "synce" method.
8889 (tramp-hal-service, tramp-hal-path-manager)
8890 (tramp-hal-interface-manager, tramp-hal-interface-device):
8891 New defconst.
8892 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8893 (tramp-synce-list-devices, tramp-synce-parse-device-names):
8894 New defuns.
8895
8896 * net/trampver.el: Update release number.
8897
8898 2009-06-30 Kenichi Handa <handa@m17n.org>
8899
8900 * international/fontset.el (setup-default-fontset): Add CJK fonts
8901 for symbols and the other miscellaneous characters.
8902
8903 * language/korea-util.el (setup-korean-environment-internal):
8904 Make char-width-table suitable for Korean environments.
8905 (exit-korean-environment): Cancel above.
8906
8907 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8908 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8909 setup-funcion to make char-widht-table suitable for respective
8910 environments, and an exit-function to cancel that.
8911
8912 * language/japan-util.el (setup-japanese-environment-internal):
8913 Call use-cjk-char-width-table with arg `ja_JP'.
8914
8915 * international/characters.el (cjk-char-width-table): Delete it.
8916 (cjk-char-width-table-list): New variable.
8917 (use-cjk-char-width-table): New arg local-name.
8918 (use-default-char-width-table): Fix for the case that Emacs is
8919 already using the default char-width-table.
8920
8921 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
8922
8923 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8924 modes mandatory. (Bug#3712)
8925
8926 2009-06-29 Alan Mackenzie <acm@muc.de>
8927
8928 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8929 correction between the visible width of TABs and their number of bytes.
8930
8931 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
8932
8933 * server.el (server-buffer-done): Prevent kill-buffer from
8934 prompting by clearing the buffer modification flag (Bug#3696).
8935
8936 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
8937
8938 * verilog-mode.el (verilog-beg-of-statement)
8939 (verilog-endcomment-reason-re): Support unique case and priority case.
8940 (verilog-basic-complete-re): Support localparam lineup.
8941 (verilog-beg-of-statement-1): Fix for robustness, unique case.
8942 (verilog-set-auto-endcomments): Fix for unique case, always_comb
8943 commenting.
8944 (verilog-leap-to-case-head): Now support *nested* unique &
8945 priority case statements.
8946 (verilog-auto-lineup): Make just declarations the default (as it
8947 had been).
8948 (verilog-leap-to-case-head): Support priority/unique case statements.
8949 (verilog-auto-lineup): Rework to give users radio buttons to
8950 select the various styles of automatic lineup.
8951 (verilog-error-regexp-alist): Rework to support the XEmacs style
8952 of error regular expressions from compilers, lint tools &
8953 simulators. Note that GNU Emacs has made it impossible for a mode
8954 to load such things.
8955 (electric-verilog-terminate-line, verilog-indent-declaration)
8956 (verilog-auto-wiure): Rework for radio button selection of
8957 auto-lineup selection of specification of auto lineup.
8958 (verilog-beg-of-statement-1): Redesign to support proper operation
8959 in additional code, based on testing with auto-lineup.
8960 (verilog-calculate-indent, assignments & declarations)
8961 (verilog-backward-token): Enhance to support auto-lineup of
8962 assignments & declarations.
8963 (verilog-in-directive-p, verilog-at-struct-p): New function for
8964 easy test of whether we are.
8965 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8966 to support safe execution at almost anyline.
8967 (verilog-calc-1): Properly support indenting deep inside generate
8968 blocks.
8969 (verilog-init-font) Remove definition & use of verilog-init-font,
8970 as it is redundant with font-lock-defaults.
8971 (verilog-mode): Alter the definition of verilog-font-lock-defaults
8972 to avoid circular calls if syntax-ppss is a function (as is the
8973 case now in 22.x GNU Emacs) as that function would sometimes call
8974 itself, leading to (nearly) infinite recursion.
8975 (verilog-ovm-begin-re, verilog-ovm-end-re)
8976 (verilog-ovm-statement-re, verilog-leap-to-head)
8977 (verilog-backward-token): Add support for OVM macros. Some are
8978 complete statements, and others open and close scopes like begin
8979 and end.
8980 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8981 (verilog-defun-level-generate-only-re): Really fix the defun-list
8982 compilation issue.
8983 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8984 coverpoint, constraint and cross statements.
8985 (verilog-defun-level-list, verilog-generate-defun-level-list)
8986 (verilog-all-defun-level-list): Redo these specifications - it is
8987 too hard to support eval-when compile aggregation of lists also
8988 built at when-compile time.
8989 (verilog-defun-level-list): Place defconsts of variables used in
8990 building regular expressions which are built in eval-when-compile
8991 bodies in the same eval-when-compile body to facilitate compile
8992 without load.
8993 (verilog-beg-block-re-ordered): Support indenting
8994 virtual/protected tasks and functions.
8995 (verilog-defun-level-list, verilog-in-generate-region-p)
8996 (verilog-backward-ws&directives, verilog-calc-1): Speed up
8997 indentation of some module items (generate items).
8998 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8999 across virtual/protected tasks and functions.
9000
9001 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
9002
9003 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9004 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
9005 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9006 in concatenations. Reported by Yishay Belkind.
9007 (verilog-auto-ascii-enum): Support one-hot state machines in
9008 AUTOASCIIENUM. Suggested by Lloyd Gomez.
9009 (verilog-auto-inst, verilog-auto-inst-port): Include interface
9010 modport in AUTOINST and add vl-modport for users. Reported by
9011 David Rogoff.
9012 (verilog-auto-inout-module, verilog-auto-inst)
9013 (verilog-decls-get-interfaces, verilog-insert-definition)
9014 (verilog-insert-one-definition, verilog-read-decls)
9015 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9016 (verilog-sig-modport, verilog-signals-combine-bus)
9017 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9018 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9019 Suggested by David Rogoff.
9020 (verilog-repair-open-comma): Fix non-insertion of comma when
9021 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
9022 (verilog-make-width-expression): Simplify [A-1:0] expression
9023 widths to just {A{1'b0}}.
9024 (verilog-mode): Cleanup checkdoc warnings.
9025 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9026 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9027 inputs/outputs or data type. Suggested by Vasu Kandadi.
9028 (next-error-last-buffer): Fix byte-compiler warning.
9029 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9030 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
9031 or shell command text during AUTO expansion. Suggested by Tad Truex.
9032 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
9033 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
9034 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
9035 in AUTOINOUT. Reported by Matthew Lovell.
9036 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
9037 causing use of <= assignments. Reported by Alex Reed.
9038 (verilog-read-decls): Fix triand, trior, wand, wor to be
9039 recognized by AUTOWIRE. Reported by Spencer Isaacson.
9040 (verilog-extended-complete-re): Support import "DPI-C" functions.
9041 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
9042 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
9043 (verilog-insert-date, verilog-insert-year)
9044 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
9045 Windows systems. Reported by Michael Potts.
9046 (verilog-read-module-name): Fix AUTOINST when the child module
9047 declaration's name is a tick define. Reported by Elliot Mednick.
9048 (verilog-read-decls): Fix V2K parameter bit subscripts getting
9049 passed to next parameter's definition. Reported by Bruce T.
9050 (verilog-read-decls): Fix detecting "parameter int" when using
9051 AUTOINSTPARAM. Reported by Bruce T.
9052 (verilog-goto-defun): Fix goto not finding modules unless first
9053 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
9054 (verilog-mode): Expand -f flag arguments on entry to mode so
9055 verilog-goto-defun will work. Reported by Lawrence Butcher.
9056 (verilog-getopt): Expand environment variables in -f file
9057 arguments. Suggested by Lawrence Butcher.
9058 (verilog-set-define): Fix "Symbol's value as variable is void"
9059 when reading enumerations.
9060 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
9061 Suggested by Stephen Peltan.
9062 (verilog-read-defines): Fix reading of enumerations in include
9063 files. Reported by Steve Peltan.
9064
9065 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
9066
9067 * files.el (trash-directory): Fix defcustom type.
9068
9069 2009-06-28 Juri Linkov <juri@jurta.org>
9070
9071 * help-fns.el (describe-function-1): Correctly locate adviced
9072 functions in hyperlink (Bug#2438).
9073
9074 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
9075
9076 * files.el (trash-directory): Change default to nil.
9077 (move-file-to-trash): If trash-directory is nil and
9078 system-move-file-to-trash is unbound, perform freedesktop-style
9079 trashing.
9080
9081 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
9082
9083 * files.el (move-file-to-trash): Add freedesktop trash
9084 support (Bug#973).
9085
9086 2009-06-28 Glenn Morris <rgm@gnu.org>
9087
9088 * autorevert.el (global-auto-revert-non-file-buffers)
9089 (global-auto-revert-mode): Doc fixes.
9090
9091 2009-06-27 Johan Bockgård <bojohan@gnu.org>
9092
9093 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
9094
9095 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
9096
9097 * faces.el (x-handle-named-frame-geometry): Ensure that we have
9098 opened an X connection before calling x-get-resource (Bug#3194).
9099
9100 * play/doctor.el: Remove reference to obsolete website.
9101 (make-doctor-variables): Correct grammar mistake (Bug#2633).
9102
9103 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9104
9105 Remove find-file-not-found-hook VC method. (Bug#2757)
9106 * vc-hooks.el (vc-file-not-found-hook)
9107 (vc-default-find-file-not-found-hook): Remove functions.
9108 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
9109 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
9110 * vc.el:
9111 * vc-hg.el:
9112 * vc-git.el: Do not mention find-file-not-found-hook VC method.
9113
9114 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9115
9116 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
9117 compatibility function for `looking-back'.
9118
9119 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9120 Use `ispell-looking-back'.
9121
9122 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
9123
9124 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
9125 rather than `filename'.
9126
9127 2009-06-23 Miles Bader <miles@gnu.org>
9128
9129 * face-remap.el (text-scale-set): New function.
9130
9131 2009-06-23 Glenn Morris <rgm@gnu.org>
9132
9133 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
9134
9135 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
9136
9137 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
9138
9139 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
9140
9141 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9142 Simplify Persian conditionals.
9143
9144 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
9145 variable `filename'.
9146
9147 * comint.el (comint-insert-input): Doc fix.
9148
9149 * Makefile.in (ELCFILES): Fix typo in previous change.
9150
9151 2009-06-23 Miles Bader <miles@gnu.org>
9152
9153 * cus-start.el: Add entry for `recenter-redisplay'.
9154
9155 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9156
9157 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
9158 Add an optional argument for the backend, use it instead of
9159 calling vc-backend.
9160 (vc-mode-line): Add an optional argument for the backend.
9161 Pass the backend to vc-state and vc-working-revision. Move code for
9162 special handling for vc-state being a buffer to ...
9163
9164 * vc-rcs.el (vc-rcs-find-file-hook):
9165 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
9166
9167 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
9168 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
9169 vc-stay-local-p and vc-mode-line calls.
9170
9171 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
9172 (vc-cvs-diff, vc-cvs-annotate-command)
9173 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
9174 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
9175 vc-mode-line calls.
9176
9177 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
9178 direct comparison.
9179 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
9180 backend when calling vc-mode-line.
9181 (vc-register): Do not create a closure for calling the vc register
9182 function, call it directly.
9183
9184 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9185
9186 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
9187 to make it obvious item can be clicked.
9188
9189 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
9190
9191 2009-06-23 Kenichi Handa <handa@m17n.org>
9192
9193 * language/korea-util.el (korean-key-bindings): Change the binding
9194 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
9195 same command.
9196
9197 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
9198
9199 Sync with Tramp 2.1.16.
9200
9201 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
9202
9203 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
9204 when a loading of a package fails. Completion function for rsync
9205 is `tramp-completion-function-alist-ssh'.
9206 (all): Replace all calls of `split-string' and
9207 `tramp-split-string' by `tramp-compat-split-string'.
9208 (tramp-default-method): Use `tramp-compat-process-running-p'.
9209 (tramp-default-proxies-alist): Allow also Lisp forms.
9210 (tramp-remote-path): Add choice "Private Directories".
9211 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
9212 (tramp-domain-regexp): Allow also "-", "_" and ".".
9213 (tramp-end-of-output): Remove newlines, and add "$" at the end.
9214 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
9215 (tramp-debug-message): Insert header line in debug buffer.
9216 (tramp-handle-directory-files-and-attributes-with-stat):
9217 Care about filenames with spaces, or starting with "-".
9218 (tramp-handle-dired-uncache): New defun.
9219 (tramp-handle-insert-directory): Don't flush the directory from
9220 cache, this is handled by `dired-uncache' now.
9221 (tramp-handle-insert-file-contents): Improve error handling.
9222 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9223 Quote `tramp-end-of-output'.
9224 (tramp-action-password): Improve trace message.
9225 (tramp-check-for-regexp): Both echoes must be present, before removing.
9226 (tramp-open-connection-setup-interactive-shell): Trace coding system.
9227 (tramp-compute-multi-hops): Eval cons cells of
9228 `tramp-default-proxies-alist'.
9229 (tramp-maybe-open-connection): Use the same command pattern for
9230 first hop and further hops.
9231 (tramp-wait-for-output): Remove handling of newlines.
9232 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
9233 (tramp-split-string): Remove function. It is handled in
9234 tramp-compat now.
9235
9236 * net/tramp-cmds.el (tramp-bug):
9237 Recommend `tramp-cleanup-all-connections' in the bug mail.
9238
9239 * net/tramp-compat.el (tramp-compat-split-string)
9240 (tramp-compat-process-running-p): New defuns.
9241
9242 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
9243 for `dired-uncache'.
9244
9245 * net/tramp-gvfs.el: New package.
9246
9247 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9248 Add handler for `dired-uncache'.
9249 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
9250
9251 * net/trampver.el: Update release number. Make version check fit
9252 for SXEmacs 22.
9253
9254 2009-06-22 Jim Meyering <meyering@redhat.com>
9255
9256 Automatically handle .xz suffix (XZ-compressed files), too.
9257 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
9258 XZ is the successor to LZMA: <http://tukaani.org/xz/>
9259
9260 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
9261 Nick Roberts <nickrob@snap.net.nz>
9262
9263 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
9264 repository (http://sphinx.net.ru/hg/gdb-mi/).
9265
9266 2009-06-22 Glenn Morris <rgm@gnu.org>
9267
9268 * files.el (dir-locals-collect-mode-variables): Allow for any number of
9269 `mode' and `eval' entries. (Bug#3430)
9270
9271 * Makefile.in (ELCFILES): Add fadr.elc.
9272
9273 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
9274 differing behavior of \n and ^ in strings. (Bug#3385)
9275
9276 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
9277
9278 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
9279 property.
9280 (lisp-indent-function): Make it a defcustom.
9281
9282 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
9283
9284 * progmodes/gdb-ui.el: Replace with ...
9285 * progmodes/gdb-mi.el: ... this file.
9286 * progmodes/gud.el: Modify for gdb-mi.el.
9287
9288 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
9289
9290 * fadr.el: New file.
9291
9292 See ChangeLog.14 for earlier changes.
9293
9294 ;; Local Variables:
9295 ;; coding: utf-8
9296 ;; End:
9297
9298 Copyright (C) 2009 Free Software Foundation, Inc.
9299
9300 This file is part of GNU Emacs.
9301
9302 GNU Emacs is free software: you can redistribute it and/or modify
9303 it under the terms of the GNU General Public License as published by
9304 the Free Software Foundation, either version 3 of the License, or
9305 (at your option) any later version.
9306
9307 GNU Emacs is distributed in the hope that it will be useful,
9308 but WITHOUT ANY WARRANTY; without even the implied warranty of
9309 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9310 GNU General Public License for more details.
9311
9312 You should have received a copy of the GNU General Public License
9313 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
9314
9315 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1