* info-look.el (sh-mode): Look for coreutils new "Concept Index"
[bpt/emacs.git] / lisp / ChangeLog
1 2009-12-26 Kevin Ryde <user42@zip.com.au>
2
3 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4 node. Keep previous "Index" name to work with past coreutils too.
5
6 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
7
8 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
9 switches. Check also for //SUBDIRED// line.
10
11 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12
13 * ps-print.el (ps-face-attributes): It was not returning the
14 attribute face for faces specified as string. Reported by harven
15 <harven@free.fr>.
16 (ps-print-version): New version 7.3.5.
17
18 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
19
20 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
21 timezone names.
22 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
23 (icalendar--add-diary-entry): Remove the trailing blank that
24 diary-make-entry inserts.
25
26 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
27
28 Make `file-expand-wildcards' work for remote files.
29
30 * files.el (file-expand-wildcards): In case of remote files, check
31 only local file name part for wildcards. Provide feature 'files
32 and subfeature 'remote-wildcards. (Bug#5198)
33
34 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
35 if there is already an established connection.
36 (tramp-advice-file-expand-wildcards): Remove it.
37
38 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
39 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
40 Activate advice for older GNU Emacs versions. (Bug#5237)
41
42 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
43
44 Some doc fixes (more needed).
45
46 * find-cmd.el (find-constituents): Reflow docstring.
47 (find-cmd, find-prune, find-command): Fix typos in docstrings.
48 (find-generic): Doc fix.
49
50 2009-12-17 Juri Linkov <juri@jurta.org>
51
52 Fix regression from 23.1 to allow multiple modes in Local Variables.
53
54 * files.el (hack-local-variables-filter): While ignoring duplicates,
55 don't take `mode' into account.
56 (hack-local-variables-filter, hack-dir-local-variables): Don't
57 remove duplicate `mode' from local-variables-alist (like `eval').
58
59 2009-12-17 Juri Linkov <juri@jurta.org>
60
61 Make `dired-diff' more safe. (Bug#5225)
62
63 * dired-aux.el (dired-diff): Signal an error when `file' equals to
64 `current' or when `file' is a directory of the `current' file.
65
66 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
67
68 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
69 unconditionally preloaded files.
70
71 2009-12-16 Juri Linkov <juri@jurta.org>
72
73 Revert to old 23.1 logic of using the file at the mark as default.
74 * dired-aux.el (dired-diff): Use the file at the mark as default
75 if it's not the same as the current file, and the target dir is
76 the current dir or the mark is active. Add the current file
77 as the arg of `dired-dwim-target-defaults'. Use the default file
78 in the prompt. (Bug#5225)
79
80 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
83 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
84 (tramp-check-for-regexp): Check also, when an echoing shell stops
85 to echo sent commands.
86
87 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
88
89 * Makefile.in: Revert last change (Bug#5191).
90
91 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
92
93 * vc-hg.el (vc-hg-print-log): Fix argument order.
94 (vc-hg-working-revision): Make sure the command is executed in a
95 known environment so that we can parse the output. (Bug#4417)
96
97 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
98
99 * progmodes/python.el (python-symbol-completions): Remove text
100 properties from symbol string before calling python-send-receive.
101
102 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
103
104 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
105 when there are values for both file and line. (Bug#5060)
106
107 2009-12-14 Juri Linkov <juri@jurta.org>
108
109 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
110 whitespace after the file name of the first line of unified format,
111 because git-diff doesn't output whitespace and file modification time
112 after the file name.
113
114 2009-12-14 David Kastrup <dak@gnu.org>
115
116 * info.el (Info-hide-cookies-node): Before hiding a cookie,
117 check if it already has the `display' property added by
118 `Info-display-images-node', and not put the `invisible' property
119 in this case.
120
121 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
122
123 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
124 (semantic-mru-bookmark-mode): Doc fixes.
125
126 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
127 of assert.
128
129 2009-12-13 Glenn Morris <rgm@gnu.org>
130
131 * mail/emacsbug.el (message-sort-headers): Define for compiler.
132 (report-emacs-bug): In message-mode, sort manually before storing
133 original report text. (Bug#5178)
134 Remove superfluous save-excursion.
135
136 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
137
138 * net/dbus.el (dbus-property-handler): Filter lambda forms out
139 when responding to "GetAll" properties.
140
141 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
142
143 * simple.el (compose-mail): Remove mail-setup-with-from from
144 customization checks.
145
146 2009-12-12 Eli Zaretskii <eliz@gnu.org>
147
148 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
149 RAR archives created on Unix systems.
150
151 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
154 the varalias that was accidentally removed by the 2009-11-19 change
155 (bug#5186).
156
157 2009-12-12 Kenichi Handa <handa@m17n.org>
158
159 * language/indian.el (indian-compose-regexp): New function.
160 (malayalam-composable-pattern): Fix the pattern.
161 (composition-function-table): Set malayalam-composable-pattern for
162 Malayalam characters.
163
164 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
165
166 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
167 rather than down-mouse-1, based on follow-link conventions.
168
169 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
170 are compiled.
171
172 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
173
174 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
175 (verilog-vmm-statement-re, verilog-ovm-statement-re)
176 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
177 (verilog-leap-to-head, verilog-backward-token):
178 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
179
180 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
181
182 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
183 Cleanup user-visible spelling and documentation errors.
184 One reported by Gary Delp.
185 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
186 (verilog-read-decls): Fix AUTOWIRE with types declared in a
187 package, bug195. Reported by Pierre-David Pfister.
188
189 2009-12-11 Glenn Morris <rgm@gnu.org>
190
191 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
192
193 * mail/emacsbug.el: No longer require sendmail.
194 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
195 (report-emacs-bug-orig-text): Doc fix.
196 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
197 New local variables, to adapt to different mail-user-agents.
198 (report-emacs-bug): Fix test for a gnu.org address.
199 Use overlays for emphasis, since font-lock defeats 'face property.
200 Pretest bugs also end up at the newsgroup these days.
201 Stop message-mode stripping text properties.
202 Set and use the new buffer-local variables.
203 (report-emacs-bug-hook): Add doc-string.
204 Remove some unnecessary save-excursions and simplify.
205 Use the appropriate hook and send-command.
206
207 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
208 capitalization of some menu entries.
209
210 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
211
212 * whitespace.el (whitespace-display-char-on): Ensure
213 `buffer-display-table' is unique when two or more windows are
214 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
215 New version 12.1.
216
217 2009-12-10 Eli Zaretskii <eliz@gnu.org>
218
219 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
220 characters in the Attribute field.
221
222 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
223
224 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
225
226 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
229 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
230 Disregard autoload-excludes.
231 (update-directory-autoloads): Obey autoload-excludes here instead.
232 But don't store its contents in no-autoloads and remove entries that
233 refer to excludes files.
234
235 2009-12-10 Glenn Morris <rgm@gnu.org>
236
237 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
238 (expand-mail-aliases): Define for compiler.
239
240 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
241 Define for compiler.
242
243 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
244 appropriate for the mail-user-agent in use.
245
246 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
247
248 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
249
250 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
251
252 Fix short log parsing and fontification.
253 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
254 Fix fontification for the [merge] label.
255
256 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
257
258 Drop some properties to avoid surprises.
259 * htmlfontify.el (hfy-ignored-properties): New defcustom.
260 (hfy-fontify-buffer): Use it.
261
262 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 Minor cleanup.
265 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
266 Adjust all callers.
267 (ffap-locate-file): Remove unused arg `dir-ok' and make other
268 args compulsory. Adjust callers.
269 (ffap-gopher-at-point): Remove unused var `name'.
270
271 Get rid of the ELCFILES abomination.
272 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
273 (compile-elcfiles): New phony target.
274 (compile-main): Compute ELCFILES dynamically.
275 (compile-clean): New target to remove left-over elc files.
276 (compile, all): Use it.
277
278 2009-12-09 Kenichi Handa <handa@etlken>
279
280 * international/mule-diag.el: Require help-mode instead of help-fns.
281
282 2009-12-09 Kenichi Handa <handa@m17n.org>
283
284 * international/mule-cmds.el (ucs-names): Supply a sufficiently
285 fine ranges instead of pre-calculating accurate ranges.
286 Iterate with bigger gc-cons-threshold.
287
288 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
289
290 Add support for stashing a snapshot of the current tree.
291 * vc-git.el (vc-git-stash-snapshot): New function.
292 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
293
294 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
295
296 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
297 instead of `(beginning|end)-of-line'.
298
299 2009-12-08 Glenn Morris <rgm@gnu.org>
300
301 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
302
303 * Makefile.in (ELCFILES): Regenerate.
304
305 2009-12-07 Juri Linkov <juri@jurta.org>
306
307 Don't lazy-highlight the comint output in history Isearch mode.
308
309 * comint.el (comint-history-isearch-search): Instead of
310 `comint-line-beginning-position', use `comint-after-pmark-p'
311 to check if point if before the process mark, and go to
312 `process-mark' in this case.
313
314 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * textmodes/tex-mode.el (latex-complete)
317 (latex-indent-or-complete): Remove.
318 (latex-mode): Set completion-at-point-functions instead.
319
320 Provide a standard completion command and hook it into TAB.
321 * minibuffer.el (completion-at-point-functions): New var.
322 (completion-at-point): New command.
323 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
324 * progmodes/python.el (python-mode-map): Use completion-at-point.
325 (python-completion-at-point): Rename from python-partial-symbol and
326 adjust for use in completion-at-point-functions.
327 (python-mode): Setup completion-at-point for Python completion.
328 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
329 extracted from lisp-complete-symbol.
330 (lisp-complete-symbol): Use it.
331 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
332 setup completion-at-point for Elisp completion.
333 (emacs-lisp-mode-map, lisp-interaction-mode-map):
334 Use completion-at-point.
335 * ielm.el (ielm-map): Use completion-at-point.
336 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
337 * progmodes/sym-comp.el: Move to...
338 * obsolete/sym-comp.el: Move from progmodes.
339
340 2009-12-07 Eli Zaretskii <eliz@gnu.org>
341
342 Prevent save-buffer in Rmail buffers from using the coding-system
343 of the current message, and from clobbering the encoding mnemonics
344 in the mode line (Bug#4623).
345
346 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
347 flag, too.
348 (rmail-message-encoding): New variable.
349 (rmail-write-region-annotate): Record the encoding of the current
350 message in rmail-message-encoding.
351 (rmail-after-save-hook): New function, restores the encoding of
352 the current message after the message collection is saved.
353
354 2009-12-07 Juri Linkov <juri@jurta.org>
355
356 * progmodes/grep.el (grep-read-files): Use `completing-read'
357 instead of `read-string'. Set its `collection' arg to
358 `read-file-name-internal'. (Bug#4301)
359
360 2009-12-07 Juri Linkov <juri@jurta.org>
361
362 Correctly restore original Isearch point. (Bug#4994)
363
364 * isearch.el (isearch-mode): Move `isearch-push-state' after
365 `(run-hooks 'isearch-mode-hook)'.
366 (isearch-cancel): When `isearch-push-state-function' is defined,
367 let-bind `isearch-cmds' to the first state (the last element of
368 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
369 function and restores the original point). Otherwise, move point
370 to `isearch-opoint'.
371
372 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
375 chars that don't have names, so the table can be built much faster at
376 run-time.
377
378 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
379
380 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
381 change. Suggested by David Kastrup.
382
383 * simple.el (compose-mail): Check for incompatibilities and warn.
384 (compose-mail-user-agent-warnings): New option.
385
386 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
387
388 Support showing a single log entry from vc-annotate.
389 * vc.el (print-log): Add a new argument: START-REVISION.
390 (vc-print-log-internal): Add a new optional argument and
391 pass it to the backend.
392 (vc-print-log, vc-print-root-log): Adjust callers.
393 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
394 buffer already displays the requested log entry, use it.
395 Otherwise display only the log entry in question.
396 * vc-svn.el (vc-svn-print-log):
397 * vc-mtn.el (vc-mtn-print-log):
398 * vc-hg.el (vc-hg-state):
399 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
400 (vc-git-show-log-entry): Return t on success.
401 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
402 (vc-bzr-show-log-entry): Return t on success.
403 * vc-rcs.el (vc-rcs-print-log):
404 * vc-sccs.el (vc-sccs-print-log):
405 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
406
407 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
408
409 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer): Add
410 menus to the meta mode. (Bug#5043)
411
412 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
413
414 * ediff-init.el (ediff-event-key): Use event-to-character instead of
415 event-key.
416
417 * ediff.el (ediff-buffers-internal): Add unwind-protect.
418
419 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
420
421 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
422 Berbain <raphael.berbain@gmail.com>.
423
424 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
425 characters.
426 (tramp-initial-end-of-output): New defconst.
427 (tramp-methods, tramp-find-shell)
428 (tramp-open-connection-setup-interactive-shell)
429 (tramp-maybe-open-connection): Use it.
430 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
431 existence of `#' and `$'.
432
433 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
434 `tramp-initial-end-of-output'.
435
436 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
437
438 Get the background mode from the terminal for xterm, and set
439 faces accordingly.
440 * term/xterm.el (xterm-set-background-mode): New function.
441 (terminal-init-xterm): Use it in case xterm supports background
442 color queries. Recompute faces after getting the background
443 color.
444
445 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
446
447 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
448 number comment back on its own line, for easier parsing.
449
450 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 Make it work for non-file buffers (bug#5102).
453 * doc-view.el (doc-view-current-cache-dir):
454 Use doc-view-buffer-file-name rather than buffer-file-name.
455 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
456
457 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
458
459 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
460 author field is too short.
461
462 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
463
464 * vc-git.el (vc-git-print-log): Handle a limit argument.
465 Display the short log in graph form and with labels.
466 (vc-git-log-view-mode): Handle labels.
467
468 Make vc-revert change VC state from 'added to 'unregistered.
469 * vc-git.el (vc-git-revert): Call git reset first.
470
471 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
472
473 * net/newst-backend.el, net/newst-plainview.el:
474 * net/newst-reader.el, net/newst-ticker.el:
475 * net/newst-treeview.el, net/newsticker.el:
476 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
477
478 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
479
480 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
481
482 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
483 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
484 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
485 Update annotation regexp.
486
487 * simple.el (beginning-of-visual-line): Constrain to field
488 boundaries (Bug#5106).
489
490 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
491
492 * xml.el (xml-substitute-numeric-entities): Move
493 newsticker--decode-numeric-entities in newst-backend.el to
494 xml-substitute-numeric-entities in xml.el. (Bug#5008)
495 * net/newst-backend.el (newsticker--parse-generic-feed)
496 (newsticker--parse-generic-items)
497 (newsticker--decode-numeric-entities): Move
498 newsticker--decode-numeric-entities in newst-backend.el to
499 xml-substitute-numeric-entities in xml.el. (Bug#5008)
500
501 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
502
503 * progmodes/js.el (js--js-not): Add null to the list of values.
504
505 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
506
507 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
508
509 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
510
511 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
512 delimiter if it is at the end of the current line.
513 (bibtex-generate-url-list): Fix docstring.
514
515 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
516
517 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
518 minibuffer's content with itself.
519 Fold the confirm-after-completion case into the `confirm' case.
520 (completion-pcm-word-delimiters): Add : and / to the delimiters.
521
522 2009-12-06 Kevin Ryde <user42@zip.com.au>
523
524 * ffap.el (ffap-rfc-path): Make this a defcustom since
525 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
526
527 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
528 manuals, similar to existing setup for help-mode. (Bug#3913.)
529
530 2009-12-05 Juri Linkov <juri@jurta.org>
531
532 Save and restore dired buffer's point positions too. (Bug#4880)
533
534 * dired.el (dired-save-positions): Return in the first element
535 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
536 Doc fix.
537 (dired-restore-positions): First restore buffer's position.
538 While restoring window's positions, check if window still displays
539 the original buffer.
540
541 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
542
543 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
544 if possible.
545
546 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
547 Make argument optional.
548
549 * shell.el (shell): Require ansi-color (Bug#5113).
550
551 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
552
553 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
554
555 2009-12-05 Alan Mackenzie <acm@muc.de>
556
557 * progmodes/cc-mode.el (c-before-hack-hook)
558 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
559 `c-file-style' to work again. This reversion restores the current
560 software to its state in Emacs 23.1. (Bug#4146)
561
562 2009-12-05 Kevin Ryde <user42@zip.com.au>
563
564 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
565 comment-start-skip to comment-end-skip as comment (Bug#4781).
566
567 2009-12-05 Juri Linkov <juri@jurta.org>
568
569 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
570 for virtual nodes. (Bug#4147)
571 (Info-find-node-2): Set `Info-current-node-virtual' to nil
572 when moving from a virtual node.
573 (Info-mode-menu): Add `Info-virtual-index' to the menu.
574 (Info-mode): Add `Info-virtual-index' to the docstring.
575
576 2009-12-05 Eric Ludlam <zappo@gnu.org>
577
578 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
579 Describe project macro symbols.
580
581 * cedet/semantic/complete.el (semantic-complete-do-completion):
582 Don't call semantic-collector-current-exact-match.
583
584 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
585 ede-objects as targets.
586
587 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
588 a target's object list even if compiler vars are already in the
589 Makefile.
590
591 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
592 list of headers producing necessary macros.
593
594 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
595
596 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
597 track of the buffer position of the end of a BibTeX entry as this
598 position may change during reformatting.
599 (bibtex-format-entry): Remove whitespace before processing
600 numerical fields so that we recognize the latter properly.
601 (bibtex-reformat): Do not use push which changes the global value
602 of bibtex-entry-format.
603 (bibtex-field-braces-alist, bibtex-field-strings-alist)
604 (bibtex-field-re-init): Replace only space characters by regexp
605 for whitespace.
606 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
607 (bibtex-initialize): Also update bibtex-strings.
608 (bibtex-kill-field): Preserve white space at end of entry.
609 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
610 Update bibtex-reference-keys.
611
612 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * minibuffer.el (completion-pcm--merge-try): Also consider placing
615 point after a star, if that's the only place where modifications can
616 make progress.
617
618 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
619
620 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
621 in docstrings.
622
623 2009-12-04 Juri Linkov <juri@jurta.org>
624
625 * proced.el (proced): Call `(proced-update t)' to update process
626 information instead of only running proced-post-display-hook.
627 (proced-send-signal): Add a leading space to the buffer name
628 " *Marked Processes*" to make this buffer ephemeral.
629
630 2009-12-04 Juri Linkov <juri@jurta.org>
631
632 * dired.el (dired-auto-revert-buffer): New defcustom.
633 (dired-internal-noselect): Use it.
634
635 2009-12-04 Juri Linkov <juri@jurta.org>
636
637 Change roles of modes and functions in image-mode.el (Bug#5062).
638
639 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
640 in `auto-mode-alist'.
641 (image-mode-previous-major-mode): New variable.
642 (image-minor-mode-map): Rename from `image-mode-text-map'.
643 (image-mode): Move graceful error-handling code from
644 `image-minor-mode' to here. On errors call `image-mode-as-text'.
645 (image-minor-mode): Remove all image-handling code.
646 Replace `image-mode-text-map' with `image-minor-mode-map'.
647 Check for `image-type' in mode-line format string.
648 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
649 (image-mode-as-text): New function with most code from
650 `image-mode-maybe'.
651 (image-toggle-display-text): Move code that removes image
652 properties from `image-toggle-display' to here.
653 (image-toggle-display-image): New function with code that adds
654 image properties copied from `image-toggle-display'.
655 (image-toggle-display): Remove most code with leaving only code
656 that toggles between `image-mode-as-text' and `image-mode'.
657
658 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
659
660 * net/newst-treeview.el
661 (newsticker--treeview-list-highlight-start): Restored call to
662 save-excursion: Selected item was stuck.
663 (newsticker--treeview-list-select): New.
664 (newsticker--treeview-item-show-text)
665 (newsticker--treeview-item-show)
666 (newsticker--treeview-item-update): Use new
667 newsticker-treeview-item-mode.
668 (newsticker-treeview-update): Keep current item.
669 (newsticker-treeview-next-new-or-immortal-item): Doc change.
670 (newsticker--treeview-first-feed): Doc change.
671 (newsticker-treeview-list-menu)
672 (newsticker-treeview-item-menu): Added menu entries.
673 (newsticker-treeview-item-mode): New.
674
675 * net/newst-backend.el (newsticker-customize): delete other
676 windows.
677
678 2009-12-04 Sam Steingold <sds@gnu.org>
679
680 * log-view.el (log-view-mode-map): "q" calls quit-window,
681 like in all the other non-self-insert buffers.
682
683 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 Minor cleanup.
686 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
687 key decoding rather than do it manually via last-input-event +
688 ascii-character.
689 (term-exec): Use delete-and-extract-region.
690 (term-handle-ansi-terminal-messages): Remove unused var `end'.
691 (term-process-pager): Remove unused var `i'.
692 (term-dynamic-simple-complete): Make obsolete.
693 (serial-update-config-menu): Remove unused vars `y' and `str'.
694 (term-update-mode-line): Remove unused var `temp'.
695
696 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
697
698 Limit the number of log entries displayed by default.
699 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
700 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
701 using a prefix argument.
702
703 2009-12-03 Glenn Morris <rgm@gnu.org>
704
705 * progmodes/idlwave.el (class): Restore still useful declaration.
706
707 2009-12-03 Alan Mackenzie <acm@muc.de>
708
709 Enhance `c-parse-state' to run efficiently in "brace deserts".
710
711 * progmodes/cc-mode.el (c-basic-common-init):
712 Call c-state-cache-init.
713 (c-neutralize-syntax-in-and-mark-CPP): Rename from
714 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
715 placing `category' properties value 'c-cpp-delimiter at its boundaries.
716
717 * progmodes/cc-langs.el (c-before-font-lock-function):
718 c-extend-and-neutralize-syntax-in-CPP has been renamed
719 c-neutralize-syntax-in-and-mark-CPP.
720
721 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
722 with `category' properties now, not `syntax-table' ones.
723
724 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
725 enhanced (but slower) version of c-end-of-macro that won't land
726 inside a literal or on another awkward character.
727 (c-state-cache-too-far, c-state-cache-start)
728 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
729 (c-state-nonlit-pos-cache-limit, c-state-point-min)
730 (c-state-point-min-lit-type, c-state-point-min-lit-start)
731 (c-state-min-scan-pos, c-state-brace-pair-desert)
732 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
733 buffer local variables.
734 (c-state-literal-at, c-state-lit-beg)
735 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
736 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
737 (c-state-cache-top-paren, c-state-cache-after-top-paren)
738 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
739 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
740 (c-renarrow-state-cache)
741 (c-append-lower-brace-pair-to-state-cache)
742 (c-state-push-any-brace-pair, c-append-to-state-cache)
743 (c-remove-stale-state-cache)
744 (c-remove-stale-state-cache-backwards, c-state-cache-init)
745 (c-invalidate-state-cache-1, c-parse-state-1)
746 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
747 (c-parse-state): Enhance and refactor.
748 (c-debug-parse-state): Amend to deal with all the new variables.
749
750 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
751 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
752 modify to use category text properties rather than syntax-table ones.
753 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
754 to switch off/on the syntactic paren property of C++ template
755 delimiters using the category property.
756 (c-with-<->-as-parens-suppressed): Macro to invoke code with
757 template delims suppressed.
758 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
759 New constant/macros which apply category properties to the start
760 and end of preprocessor constructs.
761 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
762 "comment out" the syntactic value of characters in preprocessor
763 constructs.
764 (c-with-cpps-commented-out)
765 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
766 with characters in all or all but one preprocessor constructs
767 "commented out".
768
769 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
770
771 * proced.el (proced-filter-alist): Use regexp-quote.
772
773 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
774
775 Cleanup.
776 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
777 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
778 arguments. Expand `default-directory'.
779
780 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
781 the benefit of returning an expanded localname.
782 (tramp-tramp-file-p): Handle the case NAME is not a string.
783
784 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
785
786 Add support for bzr shelve/unshelve.
787 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
788 (vc-bzr-extra-menu-map): New variables.
789 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
790 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
791 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
792 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
793 (vc-bzr-dir-extra-headers): Display shelves.
794
795 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
796
797 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * textmodes/bibtex.el (bibtex-complete-internal):
800 Use completion-in-region.
801 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
802
803 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
804
805 Support applying stashes. Improve UI.
806 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
807 (vc-git-stash-apply, vc-git-stash-pop)
808 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
809 (vc-git-stash-menu): New functions.
810 (vc-git-stash-menu-map): New variable.
811 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
812
813 2009-12-03 Glenn Morris <rgm@gnu.org>
814
815 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
816 (vc-print-log-internal): Fix previous change.
817 (vc-revert): Correct pluralization.
818
819 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * progmodes/make-mode.el (makefile-special-targets-list): No need for
822 it to be an alist any more.
823 (makefile-complete): Use completion-in-region.
824
825 * progmodes/octave-mod.el (octave-complete-symbol):
826 Use completion-in-region.
827
828 Misc cleanup.
829 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
830 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
831 (idlwave-complete-class): Don't quote lambda.
832 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
833 (idlwave-mode-map): Move initialization into declaration.
834 (idlwave-action-and-binding): Use backquotes.
835 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
836 Simplify.
837 (idlwave-is-pointer-dereference): Remove unused var `pos'.
838 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
839 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
840 `parts', and `all-parts'.
841 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
842 (idlwave-convert-xml-system-routine-info): Remove unused string
843 `version-string'.
844 (idlwave-display-user-catalog-widget): Use dolist.
845 (idlwave-scanning-lib): Declare dynamically-scoped var.
846 (idlwave-scan-library-catalogs): Remove unused var `flags'.
847 (completion-highlight-first-word-only): Declare to silence bytecomp.
848 (idlwave-popup-select): Tighten scope of `resp'.
849 (idlwave-find-struct-tag): Remove unused var `beg'.
850 (idlwave-after-load-rinfo-hook): Declare.
851 (idlwave-sintern-class-info): Remove unused var `taglist'.
852 (idlwave-find-class-definition): Remove unused var `list'.
853 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
854 (idlwave-what-module-find-class): Remove unused var `classes'.
855
856 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
857
858 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
859
860 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
863 buffers visited. Remove redundant current-buffer-saving.
864
865 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 Use completion-in-buffer and remove uses of dynamic scoping.
868 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
869 (pascal-buffer-to-use, pascal-flag): Don't declare.
870 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
871 (pascal-get-completion-decl, pascal-keyword-completion):
872 Add `pascal-str' argument, save-excursion,
873 return the found completions, and don't filter with pascal-pred.
874 (pascal-completion-cache): New var.
875 (pascal-completion): Don't switch buffer any more (it was never
876 necessary). Don't save-excursion any more (it's done by the called
877 subroutines). Use a cache to avoid redundant computations.
878 Use complete-with-action rather than pascal-completion-response and
879 let it apply the predicate as well.
880 (pascal-complete-word): Use completion-in-buffer when
881 pascal-toggle-completions is nil.
882 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
883 not used any more.
884 (pascal-comp-defun): Don't change buffer any more.
885 Use complete-with-action rather than pascal-completion-response and
886 let it apply the predicate as well.
887 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
888 when neded.
889
890 2009-12-02 Kenichi Handa <handa@m17n.org>
891
892 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
893 shape for all Indic scripts.
894
895 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 Use completion-in-buffer.
898 * wid-edit.el (widget-field-text-end): New function.
899 (widget-field-value-get): Use it.
900 (widget-string-complete, widget-file-complete)
901 (widget-color-complete): Use it and completion-in-region.
902 (widget-complete): Don't narrow the buffer.
903
904 2009-12-02 Glenn Morris <rgm@gnu.org>
905
906 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
907 (rmail-select-summary): Use rmail-pop-to-buffer.
908 * mail/rmailsum.el: Replace all pop-to-buffer calls with
909 rmail-pop-to-buffer, to prevent horizontal splits.
910
911 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
912 save-excursion with save-current-buffer.
913 Widen before searching. (Bug#5093)
914 (diary-list-sexp-entries): Remove superfluous save-excursion.
915
916 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
917
918 * woman.el (woman-make-bufname): Handle man-pages with "." in the
919 name. (Bug#5038)
920
921 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
922
923 * ido.el (ido-file-internal): Handle filenames at point that do
924 not have a directory part. (Bug#5049)
925
926 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
927
928 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
929 (mpc-songs-jump-to, mpc-resume): Doc fixes.
930
931 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
932
933 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
934 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
935 any more.
936
937 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * comint.el (comint-insert-input): Ignore clicks to the right of
940 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
941
942 * vc.el (vc-print-log-internal): Don't wait for the process to
943 terminate before setting up the major mode.
944
945 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
946 in case.
947
948 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
949 the last element.
950
951 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
952
953 2009-12-01 Glenn Morris <rgm@gnu.org>
954
955 * window.el (window--display-buffer-2): Fix previous changes.
956
957 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
958
959 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
960
961 2009-12-01 Glenn Morris <rgm@gnu.org>
962
963 * Makefile.in (ELCFILES): Add mpc.elc.
964
965 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * mpc.el: New file.
968
969 2009-12-01 Glenn Morris <rgm@gnu.org>
970
971 * window.el (window-to-use): Define for compiler.
972
973 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
974 consistent with others (no final period).
975
976 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
977 (rmail-mime-show): Downcase the encoding. (Bug#5070)
978
979 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
980
981 Make vc-print-log buttons work.
982 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
983
984 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
985
986 * savehist.el (savehist-autosave-interval): Allow setting to nil
987 through customize. (Bug#5056)
988
989 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
990
991 Fix references to jit-lock properties.
992 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
993 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
994 (perl-font-lock-special-syntactic-constructs):
995 Quote jit-lock-defer-multiline property.
996
997 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
998
999 * vc-git.el (vc-git-registered): Call vc-git-root only once.
1000
1001 2009-11-30 Juri Linkov <juri@jurta.org>
1002
1003 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1004 value `buffer' of `multi-isearch-next-buffer-current-function'.
1005 Use `(current-buffer)' when `buffer' is nil.
1006 (multi-isearch-next-buffer-from-list): Don't fallback to
1007 `(current-buffer)' when `buffer' is nil. (Bug#4947)
1008
1009 2009-11-30 Juri Linkov <juri@jurta.org>
1010
1011 * misearch.el (multi-isearch-read-buffers): Move canonicalization
1012 of buffers with `get-buffer' to `multi-isearch-buffers'.
1013 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1014 Canonicalize BUFFERS with `get-buffer'. Doc fix.
1015 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1016 FILES with `expand-file-name' converting relative file names
1017 to absolute. Doc fix. (Bug#4727)
1018
1019 2009-11-30 Juri Linkov <juri@jurta.org>
1020
1021 * misearch.el (multi-isearch-read-buffers)
1022 (multi-isearch-read-matching-buffers): New functions.
1023 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1024 Use them in the `interactive' spec. Doc fix.
1025 (multi-isearch-read-files, multi-isearch-read-matching-files):
1026 New functions.
1027 (multi-isearch-files, multi-isearch-files-regexp):
1028 Use them in the `interactive' spec. Doc fix. (Bug#4725)
1029
1030 2009-11-30 Juri Linkov <juri@jurta.org>
1031
1032 * doc-view.el (doc-view-continuous):
1033 Rename from `doc-view-continuous-mode'.
1034 (doc-view-menu): Move "Toggle display" to the top.
1035 Add submenu "Continuous" with radio buttons "Off"/"On"
1036 and "Save as Default".
1037 (doc-view-scroll-up-or-next-page)
1038 (doc-view-scroll-down-or-previous-page)
1039 (doc-view-next-line-or-next-page)
1040 (doc-view-previous-line-or-previous-page): Rename
1041 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
1042
1043 2009-11-30 Juri Linkov <juri@jurta.org>
1044
1045 * comint.el (comint-mode-map): Rebind `M-r' from
1046 `comint-previous-matching-input' to
1047 `comint-history-isearch-backward-regexp'.
1048 Unbind `M-s' to allow global key binding `M-s'.
1049 Add menu items for `comint-history-isearch-backward' and
1050 `comint-history-isearch-backward-regexp'. (Bug#3746)
1051
1052 2009-11-30 Juri Linkov <juri@jurta.org>
1053
1054 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1055 For def=recenter, replace `recenter' with `recenter-top-bottom'
1056 that is called with `this-command' and `last-command' let-bound
1057 to `recenter-top-bottom'. When the last `def' was not `recenter',
1058 set `recenter-last-op' to nil. (Bug#4981)
1059
1060 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 Minor cleanup and simplification.
1063 * filecache.el (file-cache-add-directory)
1064 (file-cache-add-directory-recursively)
1065 (file-cache-add-from-file-cache-buffer)
1066 (file-cache-delete-file-regexp, file-cache-delete-directory)
1067 (file-cache-files-matching-internal, file-cache-display): Use dolist.
1068 (file-cache-temp-minibuffer-message): Delete function.
1069 (file-cache-minibuffer-complete): Use minibuffer-message instead.
1070
1071 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1072 Don't signal an error when bumping into EOB in tr, s, or y.
1073
1074 2009-11-29 Juri Linkov <juri@jurta.org>
1075
1076 * startup.el (fancy-about-text): Fix wording of Guided Tour.
1077 (Bug#4960)
1078
1079 * descr-text.el (describe-char-unidata-list): Use lowercase name
1080 for "Unicode name" like in other tags.
1081
1082 2009-11-29 Juri Linkov <juri@jurta.org>
1083
1084 * ediff-util.el (ediff-minibuffer-with-setup-hook):
1085 New compatibility macro.
1086 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1087
1088 2009-11-29 Juri Linkov <juri@jurta.org>
1089
1090 Add defcustom to define the cycling order of `recenter-top-bottom'.
1091 (Bug#4981)
1092
1093 * window.el (recenter-last-op): Doc fix.
1094 (recenter-positions): New defcustom.
1095 (recenter-top-bottom): Rewrite to use `recenter-positions'.
1096 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1097
1098 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
1099
1100 Improve integration of Tramp and ange-ftp in eshell.
1101
1102 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1103 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
1104 (eshell/sudo): Flatten args. Let-bind `default-directory'.
1105
1106 * eshell/esh-util.el (top): Require also Tramp when compiling.
1107 (eshell-directory-files-and-attributes): Check for FTP remote
1108 connection.
1109 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1110 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1111 (eshell-file-attributes): Handle ".". Return `entry'.
1112
1113 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1114 (ange-ftp-directory-files-and-attributes)
1115 (ange-ftp-real-directory-files-and-attributes): New defuns.
1116
1117 * net/tramp.el (tramp-maybe-open-connection): Open the remote
1118 shell with "exec" when possible. This prevents trailing prompts
1119 in `start-file-process'.
1120
1121 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 Try and remove assumptions about point-min==1.
1124 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1125 (rng-compute-mode-line-string): Show the validation percentage in
1126 terms of the narrowed text, not the widened text.
1127 (rng-do-some-validation): Don't catch internal errors when debugging.
1128 (rng-first-error): Simplify.
1129 (rng-after-change-function): Remove work around. AFAIK the bug has
1130 been fixed a while ago.
1131
1132 * image-mode.el (image-minor-mode): Exit more gracefully when the image
1133 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1134
1135 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1136
1137 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1138 `cd' doesn't always do it for us (bug#5067).
1139
1140 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1141 on 2009-10-25 as part of some other change (bug#5067).
1142
1143 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1146 `suspicious'.
1147 (byte-compile-warnings): Use byte-compile-warning-types.
1148 (byte-compile-save-excursion): Warn about use of set-buffer right
1149 after save-excursion.
1150
1151 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1152 the excursion as well.
1153
1154 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
1155
1156 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1157 providing a Tramp related implementation of "su" and "sudo".
1158 (eshell-unix-initialize): Add "su" and "sudo".
1159
1160 2009-11-27 Daiki Ueno <ueno@unixuser.org>
1161
1162 * net/socks.el (socks-send-command): Convert binary request to
1163 unibyte before sending. This fixes mishandling of some port
1164 numbers such as 129.
1165
1166 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * help.el (describe-bindings-internal): Remove `interactive'.
1169
1170 * man.el (Man-completion-table): Trim a terminating "(".
1171 Remove the space between name page a section.
1172 Add the command's description on the `help-echo' property.
1173 Remove `process-connection-type' binding since it's unused by
1174 call-process.
1175 Provide completion for the "<section> <name>" format as well.
1176 (Man-default-man-entry): Remove spurious var shadowing the argument.
1177
1178 2009-11-26 Kevin Ryde <user42@zip.com.au>
1179
1180 * log-view.el: Add "Keywords: tools", since its other keywords
1181 aren't in finder-known-keywords, and following vc.el.
1182
1183 * sha1.el (sha1-string-external): default-directory "/" in case
1184 otherwise non-existent. process-connection-type pipe for touch of
1185 efficiency recommended by elisp manual. (An aside in Bug#3911.)
1186
1187 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 Misc coding convention cleanups.
1190 * htmlfontify.el (hfy-init-kludge-hook): Rename from
1191 hfy-init-kludge-hooks.
1192 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1193 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1194 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
1195 and push.
1196 (hfy-slant, hfy-weight): Use tables rather than code.
1197 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
1198 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
1199 (hfy-face-attr-for-class): Initialize `face-spec' directly.
1200 (hfy-face-to-css): Remove `nconc' with single arg.
1201 (hfy-p-to-face-lennart): Use `or'.
1202 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
1203 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
1204 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
1205 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
1206 (hfy-force-fontification): Use run-hooks.
1207
1208 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
1209
1210 Various minor fixes.
1211 * htmlfontify.el (hfy-default-header): Add toggle_invis since
1212 Javascript belongs in the header, not the body.
1213 (hfy-javascript): Remove.
1214 (hfy-fontify-buffer): Don't insert it any more.
1215 (hfy-face-at): Handle (face0 face1 face2) style face properties.
1216 Fix bug in invis handling when there were no invis props in a chunk.
1217
1218 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
1221
1222 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1223
1224 * finder.el (finder-mode-map): Add a menu.
1225
1226 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
1227
1228 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
1229 "unsigned" structs.
1230
1231 (verilog-leap-to-head, verilog-backward-token): Handle "disable
1232 fork" statement better.
1233
1234 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
1235
1236 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
1237 (verilog-delete-empty-auto-pair, verilog-library-filenames):
1238 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
1239
1240 (verilog-auto-inst, verilog-auto-star-safe)
1241 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
1242 Fix removing "// Interfaces" when saving .* expansions. Reported by
1243 Pierre-David Pfister.
1244
1245 2009-11-26 Glenn Morris <rgm@gnu.org>
1246
1247 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
1248 the scope.
1249
1250 2009-11-25 Johan Bockgård <bojohan@gnu.org>
1251
1252 * vc-annotate.el (vc-annotate-revision-previous-to-line):
1253 Really use previous revision.
1254
1255 2009-11-25 Kevin Ryde <user42@zip.com.au>
1256
1257 * man.el (Man-completion-table): default-directory "/" in case
1258 doesn't otherwise exist. process-environment COLUMNS=999 so as
1259 not to truncate long names. process-connection-type pipe to avoid
1260 any chance of hitting the pseudo-tty TIOCGWINSZ.
1261 (man): completion-ignore-case t for friendliness and since man
1262 itself is case-insensitive on the command line.
1263 Further to Bug#3717.
1264
1265 * arc-mode.el: Add "Keywords: files", so the details in its
1266 commentary can be reached from finder-by-keyword.
1267 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
1268 editing mode, but it's comms related and sgml-mode.el has "comm"
1269 on that basis too.
1270 * textmodes/bibtex-style.el: Add "Keywords: tex".
1271 * international/isearch-x.el, international/ja-dic-cnv.el:
1272 * international/ja-dic-utl.el, international/kkc.el:
1273 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
1274
1275 2009-11-25 Juri Linkov <juri@jurta.org>
1276
1277 * man.el (Man-completion-table): Modify regexp to include
1278 section names to completion strings. (Bug#3717)
1279
1280 2009-11-25 Juri Linkov <juri@jurta.org>
1281
1282 Search recursively in gzipped files. (Bug#4982)
1283
1284 * progmodes/grep.el (grep-highlight-matches): Add new options
1285 `always' and `auto'. Doc fix.
1286 (grep-process-setup): Check `grep-highlight-matches' for
1287 `auto-detect' to determine the need to compute grep defaults.
1288 Move Windows/DOS specific --colors settings handling
1289 to `grep-compute-defaults'. Check `grep-highlight-matches'
1290 to get the value of "--color=".
1291 (grep-compute-defaults): Compute `grep-highlight-matches' when it
1292 has the value `auto-detect'. Move Windows/DOS specific settings
1293 from `grep-process-setup'.
1294 (zrgrep): New command with alias `rzgrep'.
1295
1296 2009-11-25 Juri Linkov <juri@jurta.org>
1297
1298 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
1299 to nil instead of switching off view-mode. (Bug#4896)
1300
1301 2009-11-25 Juri Linkov <juri@jurta.org>
1302
1303 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
1304
1305 * mwheel.el (mwheel-scroll-up-function)
1306 (mwheel-scroll-down-function): New defvars.
1307 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
1308 `scroll-up', and `mwheel-scroll-down-function' instead of
1309 `scroll-down'.
1310
1311 * doc-view.el (doc-view-scroll-up-or-next-page)
1312 (doc-view-scroll-down-or-previous-page): Add optional ARG.
1313 Use this ARG in the call to image-scroll-up/image-scroll-down.
1314 Change `interactive' spec to "P". Goto next/previous page only
1315 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
1316 SPC/DEL case). Doc fix.
1317 (doc-view-next-line-or-next-page)
1318 (doc-view-previous-line-or-previous-page): Rename arg to ARG
1319 for consistency.
1320 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
1321 `doc-view-scroll-up-or-next-page', and buffer-local
1322 `mwheel-scroll-down-function' to
1323 `doc-view-scroll-down-or-previous-page'.
1324
1325 2009-11-25 Juri Linkov <juri@jurta.org>
1326
1327 Provide additional default values (directories at other Dired
1328 windows) via M-n in the minibuffer of some Dired commands.
1329
1330 * dired-aux.el (dired-diff, dired-compare-directories)
1331 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
1332 `minibuffer-default' in `minibuffer-with-setup-hook'.
1333 (dired-dwim-target-directory): Find a window that displays Dired
1334 buffer instead of failing when the next window is not Dired.
1335 Use `get-window-with-predicate' to find for the next Dired window.
1336 (dired-dwim-target-defaults): New function.
1337
1338 * ediff-util.el (ediff-read-file-name):
1339 Use `dired-dwim-target-defaults' to set `minibuffer-default'
1340 in `minibuffer-with-setup-hook'.
1341
1342 2009-11-25 Juri Linkov <juri@jurta.org>
1343
1344 Provide additional default values (file name at point or at the
1345 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
1346
1347 * minibuffer.el (read-file-name-defaults): New function.
1348 (read-file-name): Reset `minibuffer-default' to nil when
1349 it duplicates initial input `insdef'.
1350 Bind `minibuffer-default-add-function' to lambda that
1351 calls `read-file-name-defaults' in `minibuffer-selected-window'.
1352 (minibuffer-insert-file-name-at-point): New command.
1353
1354 * files.el (file-name-at-point-functions): New defcustom.
1355 (find-file-default): Remove defvar.
1356 (find-file-read-args): Don't use `find-file-default'.
1357 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1358 to `read-file-name'.
1359 (find-file-literally): Use `read-file-name' with
1360 `confirm-nonexistent-file-or-buffer'.
1361
1362 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
1363
1364 * dired.el (dired-read-dir-and-switches):
1365 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
1366 to `read-file-name'.
1367 (dired-file-name-at-point): New function.
1368 (dired-mode): Add hook `dired-file-name-at-point' to
1369 `file-name-at-point-functions'.
1370
1371 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 Really make the *Completions* window soft-dedicated (bug#5030).
1374 * window.el (window--display-buffer-2): Add `dedicated' argument.
1375 (display-buffer): Pass it when needed so the dedicated flag is set
1376 after calling set-window-buffer, which would otherwise reset it.
1377
1378 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * progmodes/meta-mode.el (meta-complete-symbol):
1381 * progmodes/etags.el (complete-tag):
1382 * mail/mailabbrev.el (mail-abbrev-complete-alias):
1383 Use completion-in-region.
1384
1385 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
1386 (dabbrev-completion): Use completion-in-region.
1387 (dabbrev--abbrev-at-point): Simplify regexp.
1388
1389 * abbrev.el (abbrev--before-point): Use word-motion functions
1390 if :regexp is not specified (bug#5031).
1391
1392 * subr.el (string-prefix-p): New function.
1393
1394 * man.el (Man-completion-cache): New var.
1395 (Man-completion-table): Use it.
1396
1397 * vc.el (vc-print-log-internal): Make `limit' optional for better
1398 compatibility (e.g. with vc-annotate.el).
1399
1400 2009-11-24 Kevin Ryde <user42@zip.com.au>
1401
1402 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
1403 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
1404
1405 * emacs-lisp/elint.el (elint-add-required-env): Better error message
1406 when .el source file not found or other error.
1407
1408 2009-11-24 Markus Triska <markus.triska@gmx.at>
1409
1410 * linum.el (linum-update-window): Ignore intangible (bug#4996).
1411
1412 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 Handle the [back] button properly (bug#4979).
1415 * descr-text.el (describe-text-properties): Add a `buffer' argument.
1416 Use help-setup-xref, help-buffer, and with-help-window.
1417 (describe-char): Add `buffer' argument.
1418 Pass proper command to help-setup-xref. Don't meddle with
1419 help-xref-stack-item directly.
1420 (describe-text-category): Use with-help-window and help-buffer.
1421
1422 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
1423 for the displayed buffer (bug#4887).
1424
1425 * man.el (Man-completion-table): New function.
1426 (man): Use it.
1427
1428 2009-11-24 David Reitter <david.reitter@gmail.com>
1429
1430 * vc-git.el (vc-git-registered): Use checkout directory (where
1431 .git is) rather than the file's directory and a relative path spec
1432 to work around a bug in git.
1433
1434 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
1435
1436 Improve handling of processes on remote hosts.
1437
1438 * eshell/esh-util.el (eshell-path-env): New defvar.
1439 (eshell-parse-colon-path): New defun.
1440 (eshell-file-attributes): Use `eshell-parse-colon-path'.
1441
1442 * eshell/esh-ext.el (eshell-search-path):
1443 Use `eshell-parse-colon-path'.
1444 (eshell-remote-command): Remove argument HANDLER.
1445 (eshell-external-command): Check for FTP remote connection.
1446
1447 * eshell/esh-proc.el (eshell-gather-process-output):
1448 Use `file-truename', in order to start also symlinked files.
1449 Apply `start-file-process' instead of `start-process'.
1450 Shorten `command' to the local file name part.
1451
1452 * eshell/em-cmpl.el (eshell-complete-commands-list):
1453 Use `eshell-parse-colon-path'.
1454
1455 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
1456
1457 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
1458 to `eshell-directory-change-hook'.
1459
1460 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
1461
1462 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
1463 because it could be enabled automatically if view-read-only is non-nil.
1464
1465 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
1466
1467 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
1468 made on 2009-11-22.
1469
1470 2009-11-24 Glenn Morris <rgm@gnu.org>
1471
1472 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
1473 deleted variable bookmark-bmenu-bookmark-column.
1474
1475 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1476 Move after definition of global-semantic-idle-tag-highlight-mode.
1477
1478 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1481
1482 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
1483
1484 * net/browse-url.el (browse-url-filename-alist): On Windows, add
1485 two slashes to the "file:" prefix.
1486 (browse-url-file-url): De-munge Cygwin filenames before passing
1487 them to Windows browser.
1488 (browse-url-default-windows-browser): Use call-process.
1489
1490 2009-11-23 Juri Linkov <juri@jurta.org>
1491
1492 Implement DocView Continuous mode. (Bug#4896)
1493 * doc-view.el (doc-view-continuous-mode): New defcustom.
1494 (doc-view-mode-map): Bind C-n/<down> to
1495 `doc-view-next-line-or-next-page', C-p/<up> to
1496 `doc-view-previous-line-or-previous-page'.
1497 (doc-view-next-line-or-next-page)
1498 (doc-view-previous-line-or-previous-page): New commands.
1499
1500 2009-11-23 Juri Linkov <juri@jurta.org>
1501
1502 Implement Isearch in comint input history. (Bug#3746)
1503 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1504 `isearch-mode-hook'.
1505 (comint-history-isearch): New defcustom.
1506 (comint-history-isearch-backward)
1507 (comint-history-isearch-backward-regexp): New commands.
1508 (comint-history-isearch-message-overlay): New buffer-local variable.
1509 (comint-history-isearch-setup, comint-history-isearch-end)
1510 (comint-goto-input, comint-history-isearch-search)
1511 (comint-history-isearch-message, comint-history-isearch-wrap)
1512 (comint-history-isearch-push-state)
1513 (comint-history-isearch-pop-state): New functions.
1514
1515 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
1516
1517 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
1518 return.
1519 (tramp-handle-make-symbolic-link)
1520 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1521 Quote file names.
1522 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1523 (tramp-handle-process-file): Use it.
1524
1525 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * window.el (move-to-window-line-last-op): Remove.
1528 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1529
1530 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1531
1532 Make M-r mirror the new cycling behavior of C-l.
1533 * window.el (move-to-window-line-last-op): New var.
1534 (move-to-window-line-top-bottom): New command.
1535 (global-map): Bind M-r move-to-window-line-top-bottom.
1536
1537 2009-11-23 Sven Joachim <svenjoac@gmx.de>
1538
1539 * dired-x.el (dired-guess-shell-alist-default):
1540 Support xz format. (Bug#4953)
1541
1542 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
1543
1544 * cedet/srecode/map.el (srecode-get-maps):
1545 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1546 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1547 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1548 (semantic-toggle-decoration-style):
1549 * cedet/semantic/decorate/include.el
1550 (semantic-decoration-include-describe)
1551 (semantic-decoration-unknown-include-describe)
1552 (semantic-decoration-unparsed-include-describe)
1553 (semantic-decoration-all-include-summary):
1554 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1555 * cedet/semantic/analyze/complete.el
1556 (semantic-analyze-possible-completions):
1557 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1558 (semantic-show-unmatched-syntax-mode)
1559 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1560 (semantic-highlight-func-mode):
1561 * cedet/semantic/util.el (semantic-describe-buffer):
1562 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1563 (semantic-symref-find-tags-by-name)
1564 (semantic-symref-find-tags-by-regexp)
1565 (semantic-symref-find-tags-by-completion)
1566 (semantic-symref-find-file-references-by-name)
1567 (semantic-symref-find-text):
1568 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1569 (senator-yank-tag):
1570 * cedet/semantic/scope.el (semantic-calculate-scope):
1571 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1572 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1573 (define-semantic-idle-service):
1574 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1575 (semantic-complete-analyze-inline-idle):
1576 * cedet/semantic/analyze.el (semantic-analyze-current-context):
1577 * cedet/mode-local.el (describe-mode-local-bindings)
1578 (describe-mode-local-bindings-in-mode):
1579 * cedet/ede/make.el (ede-make-check-version):
1580 * cedet/ede/locate.el (ede-enable-locate-on-project):
1581 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1582 (cedet-idutils-version-check):
1583 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1584 (cedet-gnu-global-version-check):
1585 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1586 (cedet-cscope-version-check): Use called-interactively-p instead
1587 of interactive-p.
1588
1589 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1590 Use semantic-format-tag-prototype.
1591
1592 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1593
1594 * emulation/viper-cmd.el: Use viper-last-command-char instead of
1595 last-command-char/last-command-event.
1596 (viper-prefix-arg-value): Do correct conversion of event-char for
1597 XEmacs.
1598
1599 * emulation/viper-util.el, emulation/viper.el:
1600 Use viper-last-command-char instead of
1601 last-command-char/last-command-event.
1602
1603 * ediff-init.el, ediff-mult.el, ediff-util.el:
1604 Replace last-command-char and last-command-event
1605 with (ediff-last-command-char) everywhere.
1606
1607 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1608 created in fundamental mode.
1609
1610 * ediff.el (ediff-version): Revert the change of interactive-p to
1611 called-interactively-p.
1612
1613 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
1614
1615 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1616 generation from word-movement command names.
1617
1618 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1621 (semantic-complete-jump-local, semantic-complete-jump):
1622 Improve prompt string.
1623
1624 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1625
1626 * cus-start.el (all): Add native condition for font-use-system-font.
1627
1628 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
1629
1630 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1631 Correct the patch from 2009-11-18. (Bug#3910)
1632
1633 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
1634
1635 * progmodes/subword.el: Rename from lisp/subword.el.
1636
1637 * subword.el: Rename to progmodes/subword.el.
1638
1639 * Makefile.in (ELCFILES): Adapt to subword.el move.
1640
1641 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1642 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1645 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1646 (bookmark-bmenu-show-filenames): Use push.
1647 (bookmark-bmenu-hide-filenames): Use local var instead of
1648 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
1649 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1650 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1651 filenames now that the bookmark names are always available.
1652
1653 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1656 (bookmark-search-pattern): Move and leave unbound.
1657 (bookmark-bmenu-mode-map): Change binding.
1658 (bookmark-read-search-input): Simplify.
1659 Don't use text-char-description. Don't error on non-char events.
1660 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1661 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1662 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1663 Use a local var for the timer.
1664 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1665 (i.e. bookmark-bmenu-search).
1666
1667 2009-11-21 Glenn Morris <rgm@gnu.org>
1668
1669 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
1670
1671 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1672
1673 * net/browse-url.el (browse-url-default-windows-browser):
1674 Use cygstart for cygwin.
1675
1676 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
1677
1678 * bookmark.el: Formatting and doc fixes only:
1679 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1680 (bookmark-bmenu-search): Wrap to fit within 80 columns.
1681 Minor grammar and punctuation fixes in doc string.
1682 (bookmark-read-search-input): Adjust to fit within 80 columns.
1683
1684 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1685
1686 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1687 (c-backward-into-nomenclature): Adapt to subword renaming.
1688
1689 * subword.el (subword-forward, subword-backward, subword-mark)
1690 (subword-kill, subword-backward-kill, subword-transpose)
1691 (subword-downcase, subword-upcase, subword-capitalize)
1692 (subword-forward-internal, subword-backward-internal):
1693 Rename from forward-subword, backward-subword, mark-subword,
1694 kill-subword, backward-kill-subword, transpose-subwords,
1695 downcase-subword, upcase-subword, capitalize-subword,
1696 forward-subword-internal, backward-subword-internal.
1697
1698 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1699
1700 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1701 New options.
1702 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1703 New vars.
1704 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1705 (bookmark-bmenu-filter-alist-by-regexp)
1706 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1707 (bookmark-bmenu-search): New command.
1708 (bookmark-bmenu-mode-map): Bind it.
1709
1710 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1713
1714 * cedet/semantic/idle.el (define-semantic-idle-service)
1715 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1716
1717 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1718
1719 * progmodes/cc-cmds.el: declare-functioned forward-subword and
1720 backward-subword to quit the byte-compiler.
1721
1722 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1723
1724 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1725
1726 * progmodes/cc-cmds.el (c-update-modeline)
1727 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1728 Refer to subword.el functions instead of cc-subword.el.
1729
1730 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1731 subword.el functions instead of cc-subword.el.
1732
1733 * progmodes/cc-subword.el: Rename to subword.el.
1734 * subword.el: Rename from progmodes/cc-subword.el.
1735 (subword-mode-map): Rename from c-subword-mode-map.
1736 (subword-mode): Rename from c-subword-mode.
1737 (global-subword-mode): New global minor mode.
1738 (forward-subword): Rename from c-forward-subword.
1739 (backward-subword): Rename from c-backward-subword.
1740 (mark-subword): Rename from c-mark-subword.
1741 (kill-subword): Rename from c-kill-subword.
1742 (backward-kill-subword): Rename from c-backward-kill-subword.
1743 (transpose-subwords): Rename from c-tranpose-subword.
1744 (downcase-subword): Rename from c-downcase-subword.
1745 (capitalize-subword): Rename from c-capitalize-subword.
1746 (forward-subword-internal): Rename from c-forward-subword-internal.
1747 (backward-subword-internal): Rename from c-backward-subword-internal.
1748
1749 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1750
1751 * vc.el (vc-deduce-fileset): Allow non-state changing operations
1752 from a dired buffer.
1753 (vc-dired-deduce-fileset): New function.
1754 (vc-root-diff, vc-print-root-log): Use it.
1755
1756 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1757 nil LIMIT argument to vc-print-log-internal.
1758
1759 2009-11-20 Glenn Morris <rgm@gnu.org>
1760
1761 * Makefile.in (ELCFILES): Regenerate.
1762
1763 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1766
1767 * cedet/semantic.el: Enable idle-mode menu items only if
1768 global-semantic-idle-scheduler-mode is enabled.
1769 (semantic-default-submodes): Doc fix.
1770
1771 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1772 When turning off, disable other idle modes.
1773
1774 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
1775
1776 * calc/calc.el (calc-set-mode-line):
1777 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1778 (math-format-number): Rename `math-format-complement-signed' to
1779 `math-format-twos-complement'.
1780
1781 * calc/calc-bin.el (math-format-twos-complement): Rename from
1782 math-format-complement-signed.
1783 (calc-radix): Rename `calc-complement-signed-mode' to
1784 `calc-twos-complement-mode'.
1785 (calc-octal-radix, calc-hex-radix): Add an argument for
1786 two's complement.
1787
1788 * calc/calc-embed.el (calc-embedded-mode-vars):
1789 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1790
1791 * calc/calc-ext.el (calc-init-extensions):
1792 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1793 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1794
1795 * calc/calc-units.el (math-build-units-table-buffer):
1796 Let `calc-twos-complement-mode' be nil.
1797
1798 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1799 entries.
1800
1801 * calc/calc-vec.el (calcFunc-vunpack):
1802 * calc/calc-aent.el (calc-do-calc-eval):
1803 * calc/calc-forms.el (math-format-date):
1804 * calc/calc-graph.el (calc-graph-plot):
1805 * calc/calc-math.el (math-use-emacs-fn):
1806 * calc/calccomp.el (math-compose-expr):
1807 Let `calc-twos-complement-mode' be nil.
1808
1809 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1812 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
1813 * minibuffer.el (completion-in-region-functions): New hook.
1814 (completion-in-region): New function.
1815 * emacs-lisp/lisp.el (lisp-complete-symbol):
1816 * pcomplete.el (pcomplete-std-complete): Use it.
1817
1818 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1821 (latex-complete-alist): New vars.
1822 (latex-string-prefix-p, latex-complete-bibtex-keys)
1823 (latex-complete-envnames, latex-complete-refkeys)
1824 (latex-complete-data): New functions.
1825 (latex-complete, latex-indent-or-complete): New commands.
1826
1827 * window.el (display-buffer-mark-dedicated): New var.
1828 (display-buffer): Obey it.
1829 * minibuffer.el (minibuffer-completion-help): Use it.
1830
1831 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1832
1833 * filecache.el (file-cache-add-file): Use push and cons.
1834 (file-cache-delete-file-regexp): Use push.
1835 (file-cache-complete): Use completion-in-region.
1836
1837 * simple.el (with-wrapper-hook): Fix thinko.
1838
1839 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1840 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1841 Use with-current-buffer and string-to-number.
1842 (hfy-fallback-colour-values): Use assoc-string.
1843 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1844 (hfy-face-at): Remove unused var `found-face'.
1845 (hfy-compile-stylesheet): Remove unused var `css'.
1846 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1847 and `orig-buffer'.
1848 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1849 Use with-current-buffer.
1850 (hfy-text-p): Use expand-file-name and fewer setq.
1851
1852 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
1853
1854 * htmlfontify.el, hfy-cmap.el: New files.
1855
1856 2009-11-19 Juri Linkov <juri@jurta.org>
1857
1858 * minibuffer.el (completions-format): New defcustom.
1859 (completion--insert-strings): Implement vertical format.
1860
1861 * simple.el (switch-to-completions): Move point to the first
1862 completion when point was at the beginning of the buffer.
1863
1864 2009-11-19 Juri Linkov <juri@jurta.org>
1865
1866 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
1867
1868 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1869
1870 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
1871
1872 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1873 (mail-signature): Change default to t.
1874 (mail-from-style): Deprecate `system-default' value.
1875 (mail-insert-from-field): For default value of mail-from-style,
1876 default to `angles' unless `angles' needs quoting and `parens'
1877 does not.
1878 (mail-citation-prefix-regexp): Use citation regexp from
1879 message-mode.
1880
1881 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
1882
1883 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1884 Set variables for computing the prompt for reading password.
1885
1886 2009-11-19 Glenn Morris <rgm@gnu.org>
1887
1888 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
1889
1890 * textmodes/flyspell.el (sgml-lexical-context): Declare.
1891
1892 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1893 (newsticker-treeview-listwindow-height): Fix custom type.
1894
1895 2009-11-19 Kenichi Handa <handa@m17n.org>
1896
1897 * descr-text.el (describe-char-padded-string): Compose with TAB
1898 only if there's a font for CH.
1899 (describe-char): Fix the condition for detecting a trivial composition.
1900
1901 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
1902
1903 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1904 more accurate version of the regexp. (Bug#3910)
1905
1906 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1907
1908 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1909
1910 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
1911
1912 * font-setting.el (font-use-system-font): Declare for byte-compiler.
1913 (font-setting-change-default-font): Fix typo in docstring.
1914
1915 2009-11-18 Alan Mackenzie <acm@muc.de>
1916
1917 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1918
1919 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1920
1921 * font-setting.el (font-use-system-font): Move ...
1922
1923 * cus-start.el (all): ... to here.
1924
1925 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
1926
1927 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1928 Don't set `ad-return-value' if `ad-do-it' doesn't.
1929
1930 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1931 modification time.
1932
1933 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1934
1935 * menu-bar.el: Put "Use system font" in Option-menu.
1936 (menu-bar-options-save): Add font-use-system-font.
1937
1938 * loadup.el: If feature system-font-setting or font-render-setting is
1939 there, load font-setting.
1940
1941 * Makefile.in (ELCFILES): Add font-settings.el.
1942 * font-setting.el: New file.
1943
1944 2009-11-17 Glenn Morris <rgm@gnu.org>
1945
1946 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1947
1948 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1949 Preserve point in the list buffer. (Bug#4939)
1950 Use point-at-eol.
1951 (newsticker--treeview-list-update-highlight)
1952 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1953
1954 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1955
1956 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1957 Remove.
1958
1959 * calc/calc-ext.el (calc-init-extensions): Remove references to
1960 symclip.
1961
1962 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1963
1964 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1965 * calc/calc-help.el (calc-b-prefix-help): Remove references to
1966 `calc-symclip'.
1967
1968 2009-11-16 Kevin Ryde <user42@zip.com.au>
1969
1970 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1971 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1972
1973 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1974 (lm-keywords-list): Allow comma-only separator like "foo,bar".
1975 Ignore trailing spaces by omit-nulls to split-string (fixing
1976 regression from Emacs 21 due to the incompatible split-string
1977 change). (Bug #4928.)
1978
1979 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1980
1981 * vc.el (vc-log-show-limit): Default to 2000.
1982 (vc-print-log-internal): Insert buttons to request more entries
1983 when limiting the output.
1984
1985 * vc-sccs.el (vc-sccs-print-log):
1986 * vc-rcs.el (vc-rcs-print-log):
1987 * vc-cvs.el (vc-cvs-print-log):
1988 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1989 LIMIT is non-nil.
1990
1991 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1992
1993 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1994 error when `tramp-gvfs-dbus-event-vector' is set.
1995 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1996
1997 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2000
2001 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2002
2003 * net/dbus.el (dbus-unregister-service): New defun.
2004 (dbus-register-property): Register the handlers of
2005 "org.freedesktop.DBus.Properties" for SERVICE.
2006 (dbus-property-handler): Fix docstring.
2007
2008 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2009
2010 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2011 Quote doc string reference in defvaralias as it is not in special form.
2012 (byte-compile-output-docform): Doc fix.
2013
2014 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2015
2016 * calc/calc.el (math-2-word-size, math-half-2-word-size)
2017 (calc-complement-signed-mode): New variables.
2018 (calc-set-mode-line): Add indicator for twos-complements.
2019 (math-format-number): Format twos-complement notation.
2020
2021 * calc/calc-bin.el (calc-word-size): Reset the variables
2022 `math-2-word-size' and `math-half-2-word-size'.
2023 (math-format-complement-signed, math-symclip, calcFunc-symclip)
2024 (calc-symclip): New functions.
2025
2026 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2027
2028 * calc/calc-embed.el (calc-embedded-mode-vars):
2029 Add `calc-complement-signed-mode' to the list of modes.
2030
2031 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2032 (calc-b-oper-keys): Add `calc-symclip' to list.
2033
2034 * calc/calc-ext.el (math-read-number-fancy): Read complement
2035 signed numbers.
2036 (calc-init-extensions): Add binding for `calc-symclip'.
2037 Add autoload for `calcFunc-symclip' and `calc-symclip'.
2038
2039 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2040 `calc-symclip'.
2041 (calc-modes-menu): Add item for twos complement mode.
2042
2043 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2044
2045 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2046
2047 * register.el (jump-to-register, insert-register): Handle Semantic
2048 tags. From commented-out advice in semantic/senator.el.
2049
2050 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2051
2052 * vc.el (vc-log-show-limit): New variable.
2053 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
2054 when using a prefix argument.
2055 (vc-print-log-internal): Add new argument LIMIT.
2056
2057 * vc-svn.el (vc-svn-print-log):
2058 * vc-mtn.el (vc-mtn-print-log):
2059 * vc-hg.el (vc-hg-print-log):
2060 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2061 pass it to the log command when set. Make the BUFFER argument
2062 non-optional.
2063
2064 * vc-sccs.el (vc-sccs-print-log):
2065 * vc-rcs.el (vc-rcs-print-log):
2066 * vc-git.el (vc-git-print-log):
2067 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2068 ignore it. Make the BUFFER argument non-optional
2069
2070 * bindings.el (mode-line-buffer-identification): Do not purecopy.
2071
2072 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * dired.el (dired-mode-map): Move encryption items to "Operate"
2075 menu (Bug#4703).
2076
2077 * strokes.el (strokes-update-window-configuration): Make strokes
2078 buffer current before erasing (Bug#4906).
2079
2080 * cedet/semantic/idle.el (semantic-idle-summary-mode)
2081 (semantic-idle-summary-mode): Define using define-minor-mode
2082 instead of define-semantic-idle-service.
2083 (semantic-idle-summary-mode): New function.
2084 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2085 that mouse motion does not reset the echo area.
2086
2087 2009-11-15 Juri Linkov <juri@jurta.org>
2088
2089 * simple.el (set-mark-default-inactive): Add :type, :group
2090 and :version. (Bug#4876)
2091
2092 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
2093
2094 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2095 (archive-unique-fname): ... here. (Bug#4929)
2096
2097 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2100 with a real fix.
2101
2102 * novice.el (disabled-command-function): Add useful args.
2103 Setup the help buffer so that [back] works.
2104 Remove redundant call to help-mode.
2105 (disabled-command-function): Use `case'.
2106 (en/disable-command): New function extracted from enable-command.
2107 (enable-command, disable-command): Use it.
2108
2109 2009-11-14 Glenn Morris <rgm@gnu.org>
2110
2111 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2112 constants. (Bug#4913)
2113
2114 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2115
2116 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2117
2118 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2119 defined in C that have no doc-strings. (Bug#1063)
2120
2121 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
2122
2123 * cus-edit.el (data, files):
2124 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
2125
2126 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * simple.el (shell-command): Doc fix (Bug#4891).
2129
2130 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2131
2132 2009-11-14 Glenn Morris <rgm@gnu.org>
2133
2134 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2135 statements for vc-diff, emerge-quit, and rmail-cease-edit.
2136 If they are already loaded, eval-after-load will do the right thing.
2137
2138 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2139 compiling.
2140
2141 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2142
2143 * simple.el (x-selection-owner-p): Declare.
2144 (read-mail-command): Use custom radio type rather than choice.
2145 (completion-no-auto-exit): Doc fix.
2146
2147 * custom.el (defgroup):
2148 * epg-config.el (epg): Doc fixes.
2149
2150 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2151
2152 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2153 * international/ccl.el (define-ccl-program): Do not purecopy the
2154 docstring, defconst does it anyway.
2155
2156 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * add-log.el (add-change-log-entry): Avoid displaying the changelog
2159 a second time.
2160
2161 * x-dnd.el (x-dnd-maybe-call-test-function):
2162 * window.el (split-window-vertically):
2163 * whitespace.el (whitespace-help-on):
2164 * vc-rcs.el (vc-rcs-consult-headers):
2165 * userlock.el (ask-user-about-lock-help)
2166 (ask-user-about-supersession-help):
2167 * type-break.el (type-break-force-mode-line-update):
2168 * time-stamp.el (time-stamp-conv-warn):
2169 * terminal.el (te-set-output-log, te-more-break, te-filter)
2170 (te-sentinel,terminal-emulator):
2171 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2172 (term-write-input-ring, term-check-source, term-start-output-log):
2173 (term-display-buffer-line, term-dynamic-list-completions):
2174 (term-ansi-make-term, serial-term):
2175 * subr.el (selective-display):
2176 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2177 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2178 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2179 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2180 (speedbar-remove-localized-speedbar-support)
2181 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2182 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2183 (speedbar-buffers-line-directory):
2184 * simple.el (shell-command-on-region, append-to-buffer)
2185 (prepend-to-buffer):
2186 * shadowfile.el (shadow-save-todo-file):
2187 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2188 (scroll-bar-maybe-set-window-start):
2189 * sb-image.el (speedbar-image-dump):
2190 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2191 (load-save-place-alist-from-file):
2192 * ps-samp.el (ps-print-message-from-summary):
2193 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2194 (ps-background-image, ps-begin-job, ps-do-despool):
2195 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
2196 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
2197 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
2198 (pr-call-process, pr-file-list, pr-interface-save):
2199 * novice.el (disabled-command-function)
2200 (enable-command, disable-command):
2201 * mouse.el (mouse-buffer-menu-alist):
2202 * mouse-copy.el (mouse-kill-preserving-secondary):
2203 * macros.el (kbd-macro-query):
2204 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
2205 * informat.el (batch-info-validate):
2206 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
2207 * hippie-exp.el (try-expand-dabbrev-visible):
2208 * help-mode.el (help-make-xrefs):
2209 * help-fns.el (describe-variable):
2210 * generic-x.el (bat-generic-mode-run-as-comint):
2211 * finder.el (finder-mouse-select):
2212 * find-dired.el (find-dired-sentinel):
2213 * filesets.el (filesets-file-close):
2214 * files.el (list-directory):
2215 * faces.el (list-faces-display, describe-face):
2216 * facemenu.el (list-colors-display):
2217 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
2218 * epg.el (epg--process-filter, epg-cancel):
2219 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
2220 (epa--read-signature-type):
2221 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
2222 (emerge-file-names):
2223 * ehelp.el (electric-helpify):
2224 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
2225 * ediff-vers.el (rcs-ediff-view-revision):
2226 * ediff-util.el (ediff-setup):
2227 * ediff-mult.el (ediff-append-custom-diff):
2228 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
2229 (ediff-wordify):
2230 * echistory.el (Electric-command-history-redo-expression):
2231 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2232 * disp-table.el (describe-display-table):
2233 * dired.el (dired-find-buffer-nocreate):
2234 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
2235 * dabbrev.el (dabbrev--same-major-mode-p):
2236 * chistory.el (list-command-history):
2237 * apropos.el (apropos-documentation):
2238 * allout.el (allout-obtain-passphrase):
2239 (allout-copy-exposed-to-buffer):
2240 (allout-verify-passphrase): Use with-current-buffer.
2241
2242 2009-11-13 Glenn Morris <rgm@gnu.org>
2243
2244 * Makefile.in (ELCFILES): Regenerate.
2245
2246 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
2247
2248 * net/dbus.el (dbus-registered-objects-table): Rename from
2249 `dbus-registered-functions-table', because it contains also properties.
2250 (dbus-unregister-object): Unregister also properties.
2251 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2252 Use a timeout of 500 msec, in order to not block.
2253 (dbus-register-property, dbus-property-handler): New defuns.
2254
2255 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * simple.el (minibuffer-default-add-completions): Drop deprecated
2258 4th arg.
2259
2260 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
2261
2262 * textmodes/artist.el (artist-mouse-choose-operation):
2263 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
2264 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
2265 (artist-compute-up-event-key): New function.
2266 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
2267
2268 2009-11-13 Kenichi Handa <handa@m17n.org>
2269
2270 * language/japan-util.el: Make sure that the value of jisx0208
2271 property is jisx0208 character.
2272
2273 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2274
2275 * international/mule.el (auto-coding-regexp-alist): Only purecopy
2276 car or each item, not the whole list.
2277
2278 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * minibuffer.el (minibuffer-completion-help):
2281 Use minibuffer-hide-completions.
2282
2283 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
2284
2285 * dired.el (dired-save-positions, dired-restore-positions): New funs.
2286 (dired-revert): Use them (bug#4880).
2287
2288 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2289
2290 * tooltip.el (tooltip-frame-parameters): Undo previous change.
2291
2292 2009-11-12 Juri Linkov <juri@jurta.org>
2293
2294 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
2295 New functions.
2296 (find-file-literally-at-point): Alias of `ffap-literally'.
2297
2298 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2299
2300 * textmodes/ispell.el (ispell-skip-region-alist):
2301 * textmodes/css-mode.el (auto-mode-alist):
2302 * progmodes/compile.el (auto-mode-alist):
2303 * international/mule.el (ctext-non-standard-encodings-alist)
2304 (ctext-non-standard-encodings-regexp):
2305 * simple.el (shell-command-switch, text-read-only):
2306 * replace.el (occur-mode-map):
2307 * paths.el (rmail-file-name):
2308 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
2309 * find-file.el (ff-special-constructs):
2310 * files.el (file-name-handler-alist):
2311 * composite.el: Purecopy strings.
2312
2313 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
2314
2315 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2316
2317 * widget.el (define-widget): Purecopy the docstring.
2318 * international/mule-cmds.el (charset): Do not purecopy the
2319 docstring here, define-widget does it.
2320
2321 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2322 * textmodes/bibtex-style.el (auto-mode-alist):
2323 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2324 * progmodes/compile.el (compile-command):
2325 * language/korea-util.el (default-korean-keyboard):
2326 * international/mule-conf.el (file-coding-system-alist):
2327 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
2328 * tooltip.el (tooltip-frame-parameters):
2329 * newcomment.el (comment-end, comment-padding):
2330 * dired.el (dired-trivial-filenames):
2331 * comint.el (comint-file-name-prefix): Purecopy initial values.
2332
2333 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
2334
2335 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
2336 (tramp-advice-minibuffer-electric-tilde): Unload advices via
2337 `tramp-unload'.
2338 (tramp-advice-make-auto-save-file-name)
2339 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
2340 after removing the advice.
2341
2342 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2343
2344 * progmodes/grep.el (grep-regexp-alist):
2345 * international/mule-cmds.el (iso-2022-control-alist):
2346 * emacs-lisp/timer.el (timer-duration-words):
2347 * subr.el (version-separator, version-regexp-alist):
2348 * minibuffer.el (completion-styles-alist):
2349 * faces.el (face-attribute-name-alist, list-faces-sample-text):
2350 Change defvars to defconsts.
2351
2352 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
2353 * loadup.el ("international/mule-conf"): Load the byte compiled version.
2354 * international/mule-conf.el: Allow to be byte compiled.
2355
2356 * international/mule.el (define-charset): Purecopy props.
2357 (load-with-code-conversion): Purecopy doc string and file name.
2358 (put-charset-property): Purecopy strings.
2359 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
2360
2361 * international/mule-cmds.el (register-input-method): Purecopy arguments.
2362 (define-char-code-property): Correctly purecopy the table.
2363
2364 * international/ccl.el (define-ccl-program): Purecopy the docstring.
2365
2366 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
2367
2368 * subr.el (add-hook): Purecopy strings.
2369 (eval-after-load): Purecopy load-history-regexp and the form.
2370
2371 * custom.el (custom-declare-group): Purecopy load-file-name.
2372
2373 * subr.el (menu-bar-separator): New defconst.
2374 * net/eudc.el (eudc-tools-menu):
2375 * international/mule-cmds.el (set-coding-system-map)
2376 (mule-menu-keymap):
2377 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2378 * vc-hooks.el (vc-menu-map):
2379 * replace.el (occur-mode-map):
2380 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
2381 (menu-bar-edit-menu, menu-bar-goto-menu)
2382 (menu-bar-custom-menu, menu-bar-showhide-menu)
2383 (menu-bar-options-menu, menu-bar-tools-menu)
2384 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
2385 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
2386 (menu-bar-help-menu):
2387 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
2388 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
2389
2390 * term/x-win.el (x-gtk-stock-map):
2391 * progmodes/vera-mode.el (auto-mode-alist):
2392 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2393 (inferior-lisp-program, inferior-lisp-load-command):
2394 * progmodes/hideshow.el (hs-special-modes-alist):
2395 * progmodes/gud.el (same-window-regexps):
2396 * progmodes/grep.el (grep-program, find-program, xargs-program):
2397 * net/telnet.el (same-window-regexps):
2398 * net/rlogin.el (same-window-regexps):
2399 * language/ethiopic.el (font-ccl-encoder-alist):
2400 * vc-sccs.el (vc-sccs-master-templates):
2401 * vc-rcs.el (vc-rcs-master-templates):
2402 * subr.el (cl-assertion-failed):
2403 * simple.el (next-error-overlay-arrow-position):
2404 * lpr.el (lpr-command):
2405 * locate.el (locate-ls-subdir-switches):
2406 * info.el (same-window-regexps, info)
2407 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2408 * image-mode.el (image-mode, auto-mode-alist):
2409 * hippie-exp.el (hippie-expand-ignore-buffers):
2410 * format.el (format-alist):
2411 * find-dired.el (find-ls-subdir-switches, find-grep-options)
2412 (find-name-arg):
2413 * facemenu.el (facemenu-keybindings):
2414 * dired.el (dired-listing-switches, dired-chown-program):
2415 * diff.el (diff-switches, diff-command):
2416 * cus-edit.el (same-window-regexps):
2417 * bindings.el (mode-line-mule-info)
2418 (mode-line-buffer-identification): Purecopy strings.
2419
2420 2009-11-11 Juri Linkov <juri@jurta.org>
2421
2422 * simple.el (dired-get-filename)<declare-function>:
2423 Tell the byte-compiler about dired-get-filename.
2424 (shell-command): In Dired mode, get filename from the current line
2425 as the default value.
2426
2427 2009-11-10 Glenn Morris <rgm@gnu.org>
2428
2429 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
2430 * calendar/holidays.el, progmodes/cperl-mode.el:
2431 Update x-popup-menu declarations.
2432
2433 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
2434 (list-load-path-shadows): Use dolist.
2435 (list-load-path-shadows): Use with-current-buffer.
2436
2437 2009-11-10 Juri Linkov <juri@jurta.org>
2438
2439 * minibuffer.el (read-file-name): Support a list of default values
2440 in `default-filename'. Use the first file name where only one
2441 element is required. Doc fix.
2442
2443 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
2444
2445 * net/dbus.el (dbus-unregister-object): Release service, if no
2446 other method is registered for it.
2447
2448 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
2449
2450 * bookmark.el (bookmark-completing-read): Sort bookmark names if
2451 bookmark-sort-flag is non-nil (Bug#4653).
2452
2453 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
2456 the progress reporter entirely.
2457
2458 * emulation/cua-base.el: Add CUA property to some CC mode commands
2459 (Bug#4100).
2460
2461 2009-11-08 Kevin Ryde <user42@zip.com.au>
2462
2463 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2464 at end of sentence (Bug#4818).
2465
2466 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
2467
2468 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2469 Handle "see declaration of" MSFT statements (Bug#4100).
2470
2471 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
2472
2473 * net/tramp.el (tramp-advice-make-auto-save-file-name)
2474 (tramp-advice-file-expand-wildcards): Unload via
2475 `ad-remove-advice'.
2476
2477 * net/trampver.el: Update release number.
2478
2479 2009-11-08 Kevin Ryde <user42@zip.com.au>
2480
2481 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2482 `ad-do-it'.
2483
2484 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
2485
2486 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2487 in order to keep context in SELinux.
2488
2489 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * dired-aux.el (dired-query): Place cursor in echo area and allow
2492 C-g.
2493
2494 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
2495 menu item if not on a directory (Bug#4701).
2496
2497 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
2498
2499 Sync with Tramp 2.1.17.
2500
2501 * net/tramp.el (tramp-handle-copy-directory): Don't use
2502 `file-remote-p' (due to compatibility).
2503
2504 * net/tramp-compat.el (tramp-compat-copy-directory)
2505 (tramp-compat-delete-directory): New defuns.
2506
2507 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2508 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
2509 `tramp-compat-delete-directory'.
2510
2511 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2512 (tramp-smb-handle-delete-directory ): Use
2513 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
2514
2515 * net/trampver.el: Update release number.
2516
2517 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
2518
2519 * tar-mode.el (tar-copy): Call write-region on the right buffer
2520 (Bug#4857).
2521
2522 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2523 by hand, if necessary (Bug#4878).
2524
2525 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2528 align size column (Bug#4839).
2529
2530 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2531 statement.
2532
2533 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2534
2535 * progmodes/ld-script.el (auto-mode-alist):
2536 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2537
2538 * cus-face.el (custom-declare-face): Purecopy face spec.
2539
2540 2009-11-06 Kenichi Handa <handa@m17n.org>
2541
2542 * international/uni-bidi.el: Re-generated.
2543 * international/uni-category.el: Re-generated.
2544 * international/uni-combining.el: Re-generated.
2545 * international/uni-mirrored.el: Re-generated.
2546
2547 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2548
2549 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2550 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2551 (tex-start-options, slitex-run-command, latex-run-command)
2552 (tex-run-command, tex-directory):
2553 * textmodes/ispell.el (ispell-html-skip-alists)
2554 (ispell-tex-skip-alists, ispell-tex-skip-alists):
2555 * textmodes/fill.el (adaptive-fill-first-line-regexp):
2556 (adaptive-fill-regexp):
2557 * textmodes/dns-mode.el (auto-mode-alist):
2558 * progmodes/python.el (interpreter-mode-alist):
2559 * progmodes/etags.el (tags-compression-info-list):
2560 * progmodes/etags.el (tags-file-name):
2561 * net/browse-url.el (browse-url-galeon-program)
2562 (browse-url-firefox-program):
2563 * mail/sendmail.el (mail-signature-file)
2564 (mail-citation-prefix-regexp):
2565 * international/mule-conf.el (eight-bit):
2566 * international/latexenc.el (latex-inputenc-coding-alist):
2567 * international/fontset.el (x-pixel-size-width-font-regexp):
2568 * emacs-lisp/warnings.el (warning-type-format):
2569 * emacs-lisp/trace.el (trace-buffer):
2570 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2571 (emacs-lisp-mode-map):
2572 * calendar/holidays.el (holiday-solar-holidays)
2573 (holiday-bahai-holidays, holiday-islamic-holidays)
2574 (holiday-christian-holidays, holiday-hebrew-holidays)
2575 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2576 (hebrew-holidays-1, holiday-oriental-holidays)
2577 (holiday-general-holidays):
2578 * x-dnd.el (x-dnd-known-types):
2579 * tool-bar.el (tool-bar):
2580 * startup.el (site-run-file):
2581 * shell.el (shell-dumb-shell-regexp):
2582 * rfn-eshadow.el (file-name-shadow-tty-properties)
2583 (file-name-shadow-properties):
2584 * paths.el (remote-shell-program, news-directory):
2585 * mouse.el ([C-down-mouse-3]):
2586 * menu-bar.el (menu-bar-tools-menu):
2587 * jka-cmpr-hook.el (jka-compr-load-suffixes)
2588 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2589 (jka-compr-compression-info-list):
2590 * isearch.el (search-whitespace-regexp):
2591 * image-file.el (image-file-name-extensions):
2592 * find-dired.el (find-ls-option):
2593 * files.el (directory-listing-before-filename-regexp)
2594 (directory-free-space-args, insert-directory-program)
2595 (list-directory-brief-switches, magic-fallback-mode-alist)
2596 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2597 (automount-dir-prefix):
2598 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2599 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2600 (face-font-registry-alternatives, face-font-registry-alternatives)
2601 (face-font-family-alternatives):
2602 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2603 (facemenu-foreground-menu, facemenu-face-menu):
2604 * epa-hook.el (epa-file-name-regexp):
2605 * dnd.el (dnd-protocol-alist):
2606 * textmodes/rst.el (auto-mode-alist):
2607 * button.el (default-button): Purecopy strings.
2608
2609 2009-11-06 Glenn Morris <rgm@gnu.org>
2610
2611 * Makefile.in (ELCFILES): Update.
2612
2613 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2614
2615 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2616 * emacs-lisp/levents.el: Move to obsolete/levents.el.
2617
2618 * nxml/xsd-regexp.el (xsdre-gen-categories):
2619 * nxml/xmltok.el (xmltok-parse-entity):
2620 * nxml/rng-parse.el (rng-parse-validate-file):
2621 * nxml/rng-maint.el (rng-format-manual)
2622 (rng-manual-output-force-new-line):
2623 * nxml/rng-loc.el (rng-save-schema-location-1):
2624 * nxml/rng-cmpct.el (rng-c-parse-file):
2625 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2626 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2627
2628 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
2629
2630 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2631 Remove extra save-excursions and make-variable-buffer-local's.
2632 Suggested by Stefan Monnier.
2633
2634 (verilog-getopt-file, verilog-module-inside-filename-p)
2635 (verilog-set-define): Merge GNU 1.35 and repair changes from
2636 switching to using with-current-buffer.
2637
2638 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2639 being treated as a number and confusing AUTORESET.
2640 Reported by Dan Dever.
2641
2642 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2643 Add verilog-auto-ignore-concat to fix backward compatibility with
2644 older verilog-modes. Reported by Dan Katz.
2645
2646 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2647 containing closing anchors "...$".
2648
2649 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2650 Reported by Wade Smith.
2651
2652 (verilog-batch-execute-func) Comment on function usage.
2653
2654 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
2655
2656 * verilog-mode.el (verilog-label-re): Fix regular expression for
2657 labels.
2658
2659 (verilog-label-re, verilog-calc-1): Support proper indent of named
2660 asserts.
2661
2662 (verilog-backward-token, verilog-basic-complete-re)
2663 (verilog-beg-of-statement, verilog-indent-re): Support proper
2664 indent of the assert statement at the beginning of a block of text.
2665
2666 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2667 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2668 tokens as begins.
2669
2670 2009-11-05 Glenn Morris <rgm@gnu.org>
2671
2672 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2673 Emacs 19. (Bug#1531)
2674 (byte-compile-fix-header): Update for the above change.
2675 Drop test for epoch::version.
2676
2677 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2678 * cus-dep.el (custom-make-dependencies):
2679 * finder.el (finder-compile-keywords):
2680 Use autoload-rubric's feature argument.
2681
2682 * calendar/diary-lib.el (top-level): Make load behave more like require.
2683
2684 * vc-git.el (vc-git-stash-map): Move definition before use.
2685
2686 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2687
2688 * custom.el (custom-declare-group): Purecopy standard-value.
2689 (custom-declare-group): Purecopy custom-prefix.
2690
2691 * international/mule.el (load-with-code-conversion):
2692 Call do-after-load-evaluation unconditionally.
2693
2694 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2695
2696 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2697
2698 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2699
2700 2009-11-04 Glenn Morris <rgm@gnu.org>
2701
2702 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2703 (byte-compile-compatibility): Remove option.
2704 (byte-compile-close-variables, byte-compile-fix-header)
2705 (byte-compile-insert-header, byte-compile-output-docform)
2706 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2707 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2708 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2709 (byte-compile-insert, byte-compile-defun):
2710 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
2711 (byte-defop-compiler19): Remove.
2712 Without byte-compile-compatibility, the 'emacs19-opcode property is not
2713 used by anything. Replace all calls with byte-defop-compiler.
2714
2715 2009-11-04 Juri Linkov <juri@jurta.org>
2716
2717 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2718 (menu-bar-options-menu): Don't quote the `prop' arg of
2719 `menu-bar-make-mm-toggle'.
2720
2721 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
2722
2723 * calendar/calendar.el (cal-loaddefs):
2724 * calendar/diary-lib.el (diary-loaddefs):
2725 * calendar/holidays.el (hol-loaddefs):
2726 * eshell/esh-module.el (esh-groups): Load rather than require.
2727
2728 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * calendar/todo-mode.el (todo-add-category): Don't hardcode
2731 point-min==1.
2732 (todo-top-priorities): Only display-buffer when called interactively.
2733 (todo-item-start): Don't save excursion point.
2734 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
2735 (todo-insert-item-here, todo-file-item, todo-remove-item):
2736 Adjust uses of todo-item-start and todo-item-end.
2737
2738 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2739 (autoload-rubric): Don't use any more.
2740 * cedet/semantic/fw.el (semantic/loaddefs):
2741 * cedet/srecode.el (srecode/loaddefs):
2742 * cedet/ede.el (ede/loaddefs): Load rather than require.
2743 * cedet/ede/cpp-root.el:
2744 * cedet/ede/emacs.el:
2745 * cedet/ede/files.el:
2746 * cedet/ede/linux.el:
2747 * cedet/ede/locate.el:
2748 * cedet/ede/make.el:
2749 * cedet/ede/shell.el:
2750 * cedet/ede/speedbar.el:
2751 * cedet/ede/system.el:
2752 * cedet/ede/util.el:
2753 * cedet/semantic/analyze.el:
2754 * cedet/semantic/bovine.el:
2755 * cedet/semantic/complete.el:
2756 * cedet/semantic/ctxt.el:
2757 * cedet/semantic/db-file.el:
2758 * cedet/semantic/db-find.el:
2759 * cedet/semantic/db-global.el:
2760 * cedet/semantic/db-mode.el:
2761 * cedet/semantic/db-typecache.el:
2762 * cedet/semantic/db.el:
2763 * cedet/semantic/debug.el:
2764 * cedet/semantic/dep.el:
2765 * cedet/semantic/doc.el:
2766 * cedet/semantic/edit.el:
2767 * cedet/semantic/find.el:
2768 * cedet/semantic/format.el:
2769 * cedet/semantic/html.el:
2770 * cedet/semantic/ia-sb.el:
2771 * cedet/semantic/ia.el:
2772 * cedet/semantic/idle.el:
2773 * cedet/semantic/lex-spp.el:
2774 * cedet/semantic/lex.el:
2775 * cedet/semantic/mru-bookmark.el:
2776 * cedet/semantic/scope.el:
2777 * cedet/semantic/senator.el:
2778 * cedet/semantic/sort.el:
2779 * cedet/semantic/symref.el:
2780 * cedet/semantic/tag-file.el:
2781 * cedet/semantic/tag-ls.el:
2782 * cedet/semantic/tag-write.el:
2783 * cedet/semantic/tag.el:
2784 * cedet/semantic/util-modes.el:
2785 * cedet/semantic/analyze/complete.el:
2786 * cedet/semantic/analyze/refs.el:
2787 * cedet/semantic/bovine/c.el:
2788 * cedet/semantic/bovine/gcc.el:
2789 * cedet/semantic/bovine/make.el:
2790 * cedet/semantic/bovine/scm.el:
2791 * cedet/semantic/decorate/include.el:
2792 * cedet/semantic/decorate/mode.el:
2793 * cedet/semantic/symref/cscope.el:
2794 * cedet/semantic/symref/global.el:
2795 * cedet/semantic/symref/grep.el:
2796 * cedet/semantic/symref/idutils.el:
2797 * cedet/semantic/symref/list.el:
2798 * cedet/semantic/wisent/java-tags.el:
2799 * cedet/semantic/wisent/javascript.el:
2800 * cedet/srecode/compile.el:
2801 * cedet/srecode/cpp.el:
2802 * cedet/srecode/document.el:
2803 * cedet/srecode/el.el:
2804 * cedet/srecode/expandproto.el:
2805 * cedet/srecode/getset.el:
2806 * cedet/srecode/insert.el:
2807 * cedet/srecode/java.el:
2808 * cedet/srecode/map.el:
2809 * cedet/srecode/mode.el:
2810 * cedet/srecode/template.el:
2811 * cedet/srecode/texi.el: Remove the file-local setting of
2812 generated-autoload-feature.
2813
2814 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2815 and only put a prop if it is non-nil.
2816
2817 2009-11-03 Juri Linkov <juri@jurta.org>
2818
2819 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2820 (menu-bar-options-menu): Fix list quoting (Bug#4429).
2821
2822 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2823 and "Menu" to make top-level menu item visually one unit (like
2824 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2825 multi-word menu items). Fix :help string for quit-window.
2826
2827 2009-11-03 Glenn Morris <rgm@gnu.org>
2828
2829 * cedet/mode-local.el (with-mode-local): Doc fix.
2830
2831 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2832 (byte-compile-file-form-define-abbrev-table)
2833 (byte-compile-file-form-custom-declare-variable)
2834 (byte-compile-variable-ref, byte-compile-defvar):
2835 Whether or not a warning is enabled should only affect whether we issue
2836 the warning, not whether or not we collect the relevant data.
2837 Eg warnings can be turned on and off throughout the course of a file.
2838
2839 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2840 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2841
2842 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2845 * play/mpuz.el (mpuz-create-buffer):
2846 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2847 (lm-print-y,s,noise, lm-print-w0, lm-init):
2848 * play/gomoku.el (gomoku-prompt-for-move):
2849 * play/fortune.el (fortune-in-buffer):
2850 * play/dissociate.el (dissociated-press):
2851 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2852 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
2853 * mail/supercite.el (sc-eref-show):
2854 * mail/smtpmail.el (smtpmail-send-it):
2855 * mail/rmailsum.el (rmail-summary-next-labeled-message)
2856 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2857 (rmail-summary-undelete-many, rmail-summary-rmail-update)
2858 (rmail-summary-goto-msg, rmail-summary-expunge)
2859 (rmail-summary-get-new-mail, rmail-summary-search-backward)
2860 (rmail-summary-add-label, rmail-summary-output-menu)
2861 (rmail-summary-output-body):
2862 * mail/rfc822.el (rfc822-addresses):
2863 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2864 * mail/mailpost.el (post-mail-send-it):
2865 * mail/hashcash.el (hashcash-generate-payment):
2866 * mail/feedmail.el (feedmail-run-the-queue)
2867 (feedmail-queue-send-edit-prompt-help-first)
2868 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2869 (feedmail-deduce-address-list):
2870 * eshell/esh-ext.el (eshell-remote-command):
2871 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2872 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2873 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2874 (viper-save-string-in-file, viper-valid-marker):
2875 * emulation/viper-keym.el (viper-toggle-key):
2876 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2877 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2878 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2879 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2880 (viper-exec-form-in-emacs, viper-brac-function):
2881 * emulation/viper.el (viper-delocalize-var):
2882 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2883 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2884 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2885 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2886 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2887 * emulation/edt.el (edt-electric-helpify):
2888 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2889 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2890 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2891 (cua-indent-to-global-mark-column):
2892 * calendar/diary-lib.el (calendar-mark-1):
2893 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2894 Use with-current-buffer.
2895 * emulation/viper.el (viper-delocalize-var): Use dolist.
2896
2897 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
2898
2899 * comint.el (comint-replace-by-expanded-history-before-point):
2900 Replace !! with the previous input string literally (Bug#1795).
2901
2902 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
2903
2904 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2905 to be made up of whitespace.
2906
2907 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * minibuffer.el (read-file-name): Don't use file dialogs for
2910 remote directories (Bug#99).
2911
2912 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2915
2916 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
2917
2918 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2919 instead of deleting the window or frame.
2920
2921 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2924 Support face colors.
2925
2926 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2927 New function. Support face colors (Bug#1168).
2928 (tex-common-initialization): Use it.
2929
2930 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2931 mode allows it (Bug#1168).
2932
2933 2009-10-31 Juri Linkov <juri@jurta.org>
2934
2935 * facemenu.el (list-colors-display): Don't mark buffer as
2936 modified (Bug#3948).
2937
2938 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2939
2940 * international/mule-diag.el (list-character-sets-1): Minor
2941 message fix (Bug#3526).
2942
2943 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2944 face property (Bug#4834).
2945 (etags-list-tags, etags-tags-apropos-additional)
2946 (etags-tags-apropos, tags-select-tags-table): Add follow-link
2947 property.
2948
2949 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2950 items.
2951
2952 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2953 items.
2954
2955 * cedet/ede.el (ede-minor-mode):
2956 * cedet/semantic.el (semantic-mode): Toggle menu separators.
2957
2958 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * textmodes/two-column.el (2C-split):
2961 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2962 * textmodes/tex-mode.el (tex-set-buffer-directory):
2963 * textmodes/spell.el (spell-region, spell-string):
2964 * textmodes/reftex.el (reftex-erase-buffer):
2965 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2966 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2967 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2968 (reftex-select-item):
2969 * textmodes/reftex-ref.el (reftex-label-info-update)
2970 (reftex-offer-label-menu):
2971 * textmodes/reftex-index.el (reftex-index-change-entry)
2972 (reftex-index-phrases-info):
2973 * textmodes/reftex-global.el (reftex-create-tags-file)
2974 (reftex-save-all-document-buffers, reftex-ensure-write-access):
2975 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2976 (reftex-view-crossref-from-bibtex):
2977 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2978 (reftex-extract-bib-entries-from-thebibliography)
2979 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2980 * textmodes/refbib.el (r2b-capitalize-title):
2981 (r2b-convert-buffer, r2b-help):
2982 * textmodes/page-ext.el (pages-directory)
2983 (pages-directory-goto-with-mouse):
2984 * textmodes/bibtex.el (bibtex-validate-globally):
2985 * textmodes/bib-mode.el (bib-capitalize-title):
2986 * textmodes/artist.el (artist-clear-buffer, artist-system):
2987 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2988 (local-set-scheme-interaction-buffer, xscheme-process-filter)
2989 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2990 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2991 (xscheme-send-control-g-interrupt, xscheme-start-process)
2992 (xscheme-process-sentinel, xscheme-cd):
2993 * progmodes/verilog-mode.el (verilog-read-always-signals)
2994 (verilog-set-define, verilog-getopt-file)
2995 (verilog-module-inside-filename-p):
2996 * progmodes/sh-script.el:
2997 * progmodes/python.el (python-pdbtrack-get-source-buffer)
2998 (python-pdbtrack-grub-for-buffer, python-execute-file):
2999 * progmodes/octave-inf.el (inferior-octave):
3000 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3001 (idlwave-shell-compile-helper-routines, idlwave-set-local)
3002 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3003 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3004 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3005 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3006 (idlwave-shell-filter, idlwave-shell-examine-highlight)
3007 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3008 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3009 (idlwave-shell-examine-display, idlwave-shell-run-region)
3010 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3011 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3012 * progmodes/idlw-help.el (idlwave-help-get-special-help)
3013 (idlwave-help-get-help-buffer):
3014 * progmodes/gud.el (gud-basic-call, gud-find-class)
3015 (gud-tooltip-activate-mouse-motions-if-enabled):
3016 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3017 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3018 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3019 (ebrowse-tags-next-file):
3020 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3021 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3022 (ebnf-eps-finish-and-write):
3023 * progmodes/cpp.el (cpp-edit-save):
3024 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3025 * progmodes/cc-defs.el (c-emacs-features):
3026 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3027 (antlr-directory-dependencies):
3028 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3029 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3030 (ada-find-any-references, ada-make-filename-from-adaname)
3031 (ada-make-body-gnatstub):
3032 * obsolete/rnews.el (news-list-news-groups):
3033 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
3034 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3035 * net/rcirc.el (rcirc-debug):
3036 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3037 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3038 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3039 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3040 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
3041 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3042 (newsticker--treeview-list-clear-highlight)
3043 (newsticker--treeview-list-update-highlight)
3044 (newsticker--treeview-list-highlight-start)
3045 (newsticker--treeview-tree-update-highlight)
3046 (newsticker--treeview-get-selected-item)
3047 (newsticker-treeview-mark-list-items-old)
3048 (newsticker--treeview-set-current-node):
3049 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3050 * net/newst-backend.el (newsticker--get-news-by-funcall)
3051 (newsticker--get-news-by-wget, newsticker--image-get)
3052 (newsticker--image-sentinel):
3053 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3054 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3055 (eudc-ph-close-session):
3056 * net/eudc.el (eudc-save-options):
3057 * language/thai-word.el (thai-update-word-table):
3058 * language/japan-util.el (japanese-string-conversion):
3059 * international/titdic-cnv.el (tsang-quick-converter)
3060 (ziranma-converter, ctlau-converter):
3061 * international/mule-cmds.el (describe-language-environment):
3062 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3063 (skkdic-convert-postfix, skkdic-convert-prefix):
3064 (skkdic-convert-okuri-nasi, skkdic-convert):
3065 * emacs-lisp/re-builder.el (reb-update-overlays):
3066 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3067 * emacs-lisp/gulp.el (gulp-send-requests):
3068 * emacs-lisp/find-gc.el (trace-call-tree):
3069 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3070 (eieio-describe-generic):
3071 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3072 * emacs-lisp/edebug.el (edebug-outside-excursion):
3073 * emacs-lisp/debug.el (debugger-make-xrefs):
3074 * emacs-lisp/cust-print.el (custom-prin1-to-string):
3075 * emacs-lisp/chart.el (chart-new-buffer):
3076 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3077 Use with-current-buffer.
3078 * textmodes/artist.el (artist-system): Don't call
3079 copy-sequence on a fresh string.
3080 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3081
3082 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
3083
3084 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3085 is no item to edit. (Bug#4820)
3086 (todo-top-priorities): Restore point and restore narrowing in Todo
3087 buffer. (Bug#4820)
3088
3089 2009-10-31 Glenn Morris <rgm@gnu.org>
3090
3091 * net/ange-ftp.el (top-level): Don't require dired when compiling.
3092 (comint-last-output-start, comint-last-input-start)
3093 (comint-last-input-end): Don't defvar when compiling.
3094 (ange-ftp-process-file): Use bound-and-true-p.
3095
3096 * pcmpl-rpm.el (top-level): Move provide statement to end.
3097 (pcmpl-rpm): Remove unused custom group.
3098
3099 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3100
3101 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3102
3103 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3104 (byte-compile-warnings): Add `constants' as an option.
3105 (byte-compile-callargs-warn, byte-compile-arglist-warn)
3106 (display-call-tree): Update for byte-compile-fdefinition possibly
3107 returning `(macro lambda ...)'. (Bug#4778)
3108 (byte-compile-variable-ref, byte-compile-setq-default):
3109 Respect `constants' member of byte-compile-warnings.
3110
3111 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3112 Use mapc rather than mapcar because the return value is never used.
3113
3114 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3115 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3116 * cedet/semantic/html.el:
3117 Suppress harmless warnings about setting up semantic-imenu (not
3118 part of Emacs) variables.
3119
3120 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * vc-bzr.el (vc-bzr-revision-keywords): New var.
3123 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3124 to "submit:".
3125
3126 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3127 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3128 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3129 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3130 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3131 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3132 (semantic-analyzer-debug-global-symbol)
3133 (semantic-analyzer-debug-missing-innertype)
3134 (semantic-analyzer-debug-insert-include-summary):
3135 * cedet/semantic/util.el (semantic-file-tag-table):
3136 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3137 (semantic-recursive-find-nonterminal-by-name):
3138 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3139 * cedet/semantic/tag-file.el (semantic-prototype-file):
3140 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3141 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3142 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3143 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3144 (semantic-idle-summary-maybe-highlight):
3145 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3146 (semantic-ia-sb-tag-info):
3147 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3148 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3149 * cedet/semantic/ede-grammar.el (project-compile-target):
3150 (ede-proj-makefile-insert-variables):
3151 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3152 (semantic-debug-set-source-location, semantic-debug-interface-layout)
3153 (semantic-debug-mode, semantic-debug):
3154 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3155 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3156 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3157 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3158 (semanticdb-find-translate-path-includes--internal)
3159 (semanticdb-reset-log, semanticdb-find-log-activity):
3160 * cedet/semantic/db-file.el (object-write):
3161 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3162 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3163 (semanticdb-create-ebrowse-database):
3164 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3165 * cedet/semantic/complete.el (semantic-displayor-focus-request)
3166 (semantic-collector-calculate-completions-raw)
3167 (semantic-complete-read-tag-analyzer):
3168 * cedet/semantic/analyze.el (semantic-analyze-pulse):
3169 * cedet/ede/util.el (ede-update-version-in-source):
3170 * cedet/ede/proj.el (project-delete-target):
3171 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3172 (ede-proj-flush-autoconf):
3173 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3174 (ede-proj-configure-synchronize):
3175 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3176 * cedet/ede/linux.el (ede-linux-version):
3177 * cedet/ede/emacs.el (ede-emacs-version):
3178 * cedet/ede/dired.el (ede-dired-add-to-target):
3179 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3180 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3181 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3182 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3183 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3184 (cedet-idutils-version-check):
3185 * cedet/cedet-global.el (cedet-gnu-global-call):
3186 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3187 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3188 * cedet/cedet-cscope.el (cedet-cscope-call)
3189 (cedet-cscope-expand-filename, cedet-cscope-version-check):
3190 Use with-current-buffer.
3191 * cedet/ede.el (ede-make-project-local-variable)
3192 (ede-set-project-variables, ede-set): Use dolist.
3193
3194 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3195
3196 * textmodes/ispell.el (ispell-skip-region-alist):
3197 * international/mule-conf.el (eight-bit):
3198 * international/fontset.el (font-encoding-alist):
3199 * startup.el (pure-space-overflow-message):
3200 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
3201 * paths.el (gnus-nntp-service, rmail-spool-directory)
3202 (term-file-prefix):
3203 * files.el (save-some-buffers-action-alist):
3204 * cmuscheme.el (same-window-buffer-names):
3205 * ielm.el (same-window-buffer-names):
3206 * shell.el (same-window-buffer-names):
3207 * mail/sendmail.el (same-window-buffer-names):
3208 * progmodes/inf-lisp.el (same-window-buffer-names):
3209 * bindings.el (mode-line-client)
3210 (mode-line-column-line-number-mode-map):
3211 * language/tibetan.el (tibetan-precomposition-rule-regexp)
3212 (tibetan-precomposed-regexp): Purecopy string arguments.
3213
3214 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3215
3216 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
3217 (calcDigit-nondigit):
3218 * calc/calc-yank.el (calc-copy-to-buffer):
3219 * calc/calc-units.el (calc-invalidate-units-table):
3220 * calc/calc-trail.el (calc-trail-yank):
3221 * calc/calc-store.el (calc-insert-variables):
3222 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3223 * calc/calc-prog.el (calc-read-parse-table):
3224 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
3225 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
3226 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
3227 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
3228 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
3229 (calc-graph-name, calc-graph-find-command, calc-graph-view)
3230 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
3231 * calc/calc-ext.el (calc-realign):
3232 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
3233 (calc-embedded-finish-edit, calc-embedded-make-info)
3234 (calc-embedded-finish-command, calc-embedded-stack-change):
3235 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
3236
3237 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
3238 (overload-docstring-extension): Use that info.
3239 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
3240 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
3241 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
3242 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
3243 (semantic-nonterminal-full-name): Add the new `when' info.
3244 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
3245 `assert'.
3246
3247 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
3248 shell-dynamic-complete-filename in preference to
3249 comint-dynamic-complete-filename.
3250
3251 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3252 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3253 Don't consider whether the display supports colors.
3254 (bookmark-import-new-list): Use dolist.
3255 (bookmark-bmenu-mode-map): Move initialization into declaration.
3256 (bookmark-bmenu-list): Use dolist, simplify.
3257 (bookmark-show-all-annotations): Use save-selected-window and dolist.
3258 (menu-bar-final-items): Use push.
3259
3260 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3261
3262 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
3263 it works on remote files.
3264 (vc-hg-diff): Don't pass any `--cwd' argument.
3265
3266 2009-10-27 Kevin Ryde <user42@zip.com.au>
3267
3268 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3269 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
3270 (Further to Bug#3921).
3271
3272 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
3273
3274 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
3275 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
3276 calling `tramp-imap-put-file'. Add file size to the call.
3277 (tramp-imap-get-file-entries): Compute also user name, file size,
3278 and date.
3279 (tramp-imap-handle-insert-directory): Insert uid and gid.
3280 (tramp-imap-handle-file-attributes): Transform uid and gid
3281 according to `id-format'.
3282 (tramp-imap-put-file): New optional parameter SIZE. Encode file
3283 size in header X-Size.
3284
3285 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * simple.el (transpose-subr): Give clearer error when the mark
3288 is not set. (Bug#4807)
3289
3290 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * net/tramp.el (tramp-perl-file-truename): New defconst.
3293 Perl code contributed by yary <not.com@gmail.com> (tiny change).
3294 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
3295 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
3296 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
3297
3298 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3299 Ignore `dired-call-process'.
3300 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
3301
3302 2009-10-26 Julian Scheid <julians37@gmail.com>
3303
3304 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
3305 (tramp-get-remote-readlink): New defun.
3306 (tramp-handle-file-truename): Use it.
3307 (tramp-handle-file-exists-p): Check file-attributes cache, assume
3308 file exists if cache value present.
3309 (tramp-check-cached-permissions) New defun.
3310 (tramp-handle-file-readable-p): Use it.
3311 (tramp-handle-file-writable-p): Likewise.
3312 (tramp-handle-file-executable-p): Likewise.
3313 (tramp-handle-file-name-all-completions): Try using Perl to get
3314 partial completions. When perl not available, combine `cd' and
3315 `ls' into single remote operation and use shell expansion to get
3316 partial remote directory contents. Set `file-exists-p' cache for
3317 directory and any files returned by ls. Change cache handling to
3318 support partial directory contents. Use error message emitted by
3319 remote `cd' or Perl code for local tramp-error.
3320 (tramp-do-copy-or-rename-file-directly): Avoid separate
3321 tramp-send-command-and-check call.
3322 (tramp-handle-process-file): Merge three remote ops into one.
3323 Do not flush all caches when `process-file-side-effects' is set.
3324 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
3325 file-attributes shows uid/gid to be set already.
3326
3327 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3328
3329 * textmodes/tex-mode.el (tex-dvi-view-command)
3330 (tex-show-queue-command, tex-open-quote):
3331 * progmodes/ruby-mode.el (auto-mode-alist)
3332 (interpreter-mode-alist): Purecopy strings.
3333
3334 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
3335
3336 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
3337 string for the hook, keymap and abbrev table.
3338
3339 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
3340
3341 * x-dnd.el (x-dnd-xdnd-to-action):
3342 * startup.el (fancy-startup-text, fancy-about-text): Change to
3343 defconst from defvar.
3344
3345 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
3346
3347 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
3348 Purecopy initialization strings.
3349
3350 * mail/sendmail.el (mail-header-separator)
3351 (mail-personal-alias-file):
3352 * mail/rmail.el (rmail-default-dont-reply-to-names)
3353 (rmail-ignored-headers, rmail-retry-ignored-headers)
3354 (rmail-highlighted-headers, rmail-secondary-file-directory)
3355 (rmail-secondary-file-regexp):
3356 * files.el (null-device, file-name-invalid-regexp)
3357 (locate-dominating-stop-dir-regexp)
3358 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
3359 (interpreter-mode-alist): Use mapcar instead of mapc.
3360
3361 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
3362
3363 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
3364 (completion-ignored-extensions):
3365 (debug-ignored-errors): Purecopy strings.
3366
3367 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
3370 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
3371 (pcomplete--here): Use push.
3372
3373 * subr.el (all-completions): Declare the 4th arg obsolete.
3374
3375 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * pcomplete.el (pcomplete-unquote-argument-function): New var.
3378 (pcomplete-unquote-argument): New function.
3379 (pcomplete--common-suffix): Always pay attention to case.
3380 (pcomplete--table-subvert): Quote and unquote the text.
3381 (pcomplete--common-quoted-suffix): New function.
3382 (pcomplete-std-complete): Use it and pcomplete-begin.
3383
3384 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
3385 we're inside a dedicated or minibuffer window.
3386
3387 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * cedet/semantic/fw.el (semantic-alias-obsolete)
3390 (semantic-varalias-obsolete): Make the `when' arg mandatory.
3391 (define-mode-overload-implementation):
3392 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
3393 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
3394 * cedet/semantic/util.el (semantic-file-token-stream)
3395 (semantic-something-to-stream):
3396 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
3397 (semantic-expand-nonterminal):
3398 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
3399 (semantic-find-dependency, semantic-find-nonterminal)
3400 (semantic-find-dependency):
3401 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
3402 (semantic-flex-text, semantic-flex-make-keyword-table)
3403 (semantic-flex-keyword-p, semantic-flex-keyword-put)
3404 (semantic-flex-keyword-get, semantic-flex-map-keywords)
3405 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
3406 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
3407 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
3408 (semantic-after-idle-scheduler-reparse-hooks):
3409 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
3410 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
3411 * cedet/semantic.el (semantic-toplevel-bovine-table)
3412 (semantic-toplevel-bovine-cache)
3413 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
3414 (semantic-init-mode-hooks, semantic-init-db-hooks)
3415 (semantic-bovination-working-type): Provide the `when' arg.
3416
3417 2009-10-24 Karl Fogel <kfogel@red-bean.com>
3418
3419 * bookmark.el: Update documentation, especially documentation
3420 of `bookmark-alist' and of the bookmark file format.
3421 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
3422
3423 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3424
3425 * mail/emacsbug.el (report-emacs-bug): Clarify that the
3426 keybindings apply to the mail buffer (Bug#4003). Shrink help
3427 window to buffer.
3428
3429 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3430 (global-whitespace-mode, global-whitespace-newline-mode)
3431 (whitespace-toggle-options, global-whitespace-toggle-options):
3432 Doc fix (Bug#3660).
3433
3434 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
3435 of xmltok-start before the end tag was inserted (Bug#2840).
3436
3437 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
3438 patterns that are preceded by an open-paren (Bug#1320).
3439
3440 2009-10-24 Sven Joachim <svenjoac@gmx.de>
3441
3442 * files.el (delete-directory): Delete symlinks to directories with
3443 delete-file (Bug#4739).
3444
3445 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
3446
3447 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
3448 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
3449 argument to make-obsolete.
3450
3451 * cedet/semantic/fw.el (semantic-alias-obsolete)
3452 (semantic-varalias-obsolete): Add optional WHEN argument.
3453
3454 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
3455
3456 * vc.el (vc-backend-for-registration): Rename from
3457 vc-get-backend-for-registration. Update callers.
3458
3459 * international/mule-cmds.el (set-language-info-alist):
3460 Purecopy lang-env.
3461 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
3462 (charset): Purecopy the name.
3463 (define-char-code-property): Purecopy string arguments.
3464
3465 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3466 Purecopy string arguments.
3467
3468 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3469 * ediff-hook.el (menu-bar-ediff-menu):
3470 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
3471 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
3472
3473 2009-10-24 Glenn Morris <rgm@gnu.org>
3474
3475 * comint.el (comint-dynamic-list-completions):
3476 * term.el (term-dynamic-list-completions): Use choose-completion rather
3477 than obsolete alias mouse-choose-completion.
3478
3479 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
3480 file-cache-choose-completion.
3481 (file-cache-choose-completion): Handle an optional event argument.
3482 (file-cache-mouse-choose-completion): Make it an obsolete alias.
3483
3484 * progmodes/octave-mod.el (octave-complete-symbol):
3485 Use choose-completion if mouse-choose-completion is ever removed.
3486
3487 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3488 use.
3489
3490 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3491 compiler.
3492
3493 * vc-hooks.el (vc-responsible-backend): Fix declaration.
3494
3495 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3498 Ignore `pred' now that we receive one.
3499 Handle test-completion specially.
3500
3501 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3502
3503 * vc.el (vc-responsible-backend): Throw an error if not backend is
3504 found. Remove the REGISTER argument. Move the code dealing with
3505 REGISTER ...
3506 (vc-get-backend-for-registration): ... here. New function.
3507 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
3508 of vc-responsible-backend, pass the file name instead of the
3509 directory name.
3510
3511 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
3514 New funs.
3515 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
3516 (pcomplete-comint-setup): Don't modify a global var via
3517 accidental side-effects.
3518 (pcomplete-shell-setup): Adjust call accordingly.
3519 (pcomplete-parse-comint-arguments): Use push.
3520
3521 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3524 Allow uncapitalized info node names (Bug#3921).
3525
3526 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3527 to the DEBUG file (Bug#3781).
3528
3529 2009-10-23 Jari Aalto <jari.aalto@cante.net>
3530
3531 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3532 dictionary entry (Bug#4579).
3533
3534 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
3535
3536 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3537 from `rfn-eshadow-update-overlay-hook' when unloading.
3538 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3539 "rsyncc". Adjust doc string.
3540 (tramp-temp-buffer-file-name) New buffer-local defvar.
3541 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3542 Keep temporary file when indicated by method ("rsync" and
3543 "rsyncc").
3544 (tramp-handle-write-region): Handle APPEND.
3545 (tramp-delete-temp-file-function): New defun. Added to
3546 `kill-buffer-hook'.
3547
3548 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3551
3552 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3553
3554 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3555 (color-name-rgb-alist, tty-standard-colors)
3556 (tty-color-mode-alist): Change to defconst.
3557
3558 * simple.el (mark-inactive): Purecopy message.
3559
3560 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3561 (global-map, yank-menu):
3562 * textmodes/ispell.el (ispell-menu-map):
3563 * net/eudc.el (eudc-tools-menu):
3564 * international/mule-cmds.el (describe-language-environment-map)
3565 (setup-language-environment-map, set-coding-system-map)
3566 (mule-menu-keymap):
3567 * vc-hooks.el (vc-menu-entry, vc-menu-map):
3568 * replace.el (occur-mode-map):
3569 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3570
3571 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
3572
3573 * calc/calc.el (math-read-number, math-read-number-simple): Use
3574 `save-match-data'.
3575
3576 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3577
3578 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3579 rather than fiddling with global-map bindings, since it should only
3580 affect per-terminal settings.
3581 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3582
3583 * minibuffer.el (completion-table-with-terminator): Allow to specify
3584 the terminator-regexp.
3585
3586 * simple.el (switch-to-completions): Look for *Completions* in other
3587 frames as well.
3588
3589 * pcomplete.el: Allow the use of completion-tables.
3590 (pcomplete-std-complete): New command.
3591 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3592 (pcomplete--here): Use a function for `form' rather than an expression,
3593 so it can be byte-compiled.
3594 (pcomplete-here, pcomplete-here*): Adjust accordingly.
3595 Add edebug declaration.
3596 (pcomplete-show-completions): Remove unused var `curbuf'.
3597 (pcomplete-do-complete, pcomplete-stub):
3598 Don't assume `completions' is a list of strings any more.
3599
3600 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
3601
3602 * find-dired.el (find-name-arg): Fix typo in docstring.
3603
3604 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3607 (pcmpl-linux-fs-types): Same, and update to new modules layout.
3608
3609 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3610 pcomplete-entries.
3611
3612 * comint.el (comint-read-input-ring, comint-write-input-ring)
3613 (comint-substitute-in-file-name)
3614 (comint-dynamic-complete-as-filename)
3615 (comint-dynamic-simple-complete)
3616 (comint-dynamic-list-filename-completions)
3617 (comint-dynamic-list-completions)
3618 (comint-redirect-results-list-from-process): Minor simplifications.
3619
3620 2009-10-21 Kevin Ryde <user42@zip.com.au>
3621
3622 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3623 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3624 the first form. And insert a blank line after ";;; Code" since
3625 that's usual style. (Bug#4612)
3626
3627 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3628
3629 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * minibuffer.el (completion-table-with-terminator): Properly implement
3632 boundaries, in case `terminator' appears in the suffix.
3633 (completion--embedded-envvar-table): Don't return boundaries if
3634 there's no valid completion. Simplify.
3635 (completion-file-name-table): New completion table extracted from
3636 completion--file-name-table.
3637 (completion--file-name-table): Use it.
3638 (read-file-name-predicate): Declare obsolete.
3639 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3640 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3641 completion-file-name-table, and use the `pred' argument.
3642 * files.el (locate-file-completion-table): Use the `pred' arg rather
3643 than read-file-name-predicate.
3644 (abbreviate-file-name): Use \` rather than ^ for BOS.
3645
3646 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3647
3648 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3649 vc-responsible-backend to register, it causes problems.
3650
3651 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3654
3655 2009-10-21 Eric Ludlam <zappo@gnu.org>
3656
3657 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3658 (semantic-c-debug-mode-init-pch): New functions.
3659 (semantic-c-debug-mode-init-last-mode): New var.
3660 (semantic-c-parse-lexical-token): Use them.
3661
3662 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3663 When extracting the argument list, limit only by point-max.
3664
3665 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
3666
3667 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3668 (tramp-smb-handle-file-attributes): Use it.
3669 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3670 (tramp-smb-handle-insert-directory): Use `mapc' rather than
3671 `mapcar'. Use `tramp-smb-get-stat-capability'.
3672 Add `dired-filename' text properties.
3673 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3674 (tramp-smb-maybe-open-connection): Simplify check for smbclient
3675 version.
3676
3677 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * subr.el (read-key-delay): Reduce to 0.01.
3680 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3681 (bug#4751).
3682
3683 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3686
3687 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3688 (Info-menu): Remove unused vars `last' and `completions'.
3689 (Info-index-nodes): Remove unused var `node'.
3690
3691 * info.el (Info-complete-menu-item): Use complete-with-action.
3692
3693 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3694
3695 Make vc-annotate work through copies and renames.
3696 * vc-annotate.el (vc-annotate-extract-revision-at-line):
3697 Return the file name too.
3698 (vc-annotate-revision-at-line)
3699 (vc-annotate-find-revision-at-line)
3700 (vc-annotate-revision-previous-to-line)
3701 (vc-annotate-show-log-revision-at-line): Update to get the file
3702 name from vc-annotate-extract-revision-at-line.
3703 (vc-annotate-show-diff-revision-at-line-internal): Change the
3704 argument to mean whether to show a file diff or not. Get the file
3705 name from vc-annotate-extract-revision-at-line.
3706 (vc-annotate-show-diff-revision-at-line):
3707 Update vc-annotate-show-diff-revision-at-line call.
3708 (vc-annotate-warp-revision): Add an optional file argument.
3709
3710 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3711 (vc-git-annotate-extract-revision-at-line): Also return the file
3712 name if found.
3713
3714 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3715 command. Remove unused code.
3716 (vc-hg-annotate-re): Update to match --follow output.
3717 (vc-hg-annotate-extract-revision-at-line): Also return the file
3718 name if found.
3719
3720 * vc.el: Update annotate-extract-revision-at-line documentation.
3721
3722 2009-10-18 Kevin Ryde <user42@zip.com.au>
3723
3724 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3725 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3726
3727 * net/browse-url.el (browse-url): Identify alist with "consp and
3728 not functionp" and let all other things go down the `apply' leg,
3729 as suggested by Stefan. (Further to bug#4531.)
3730
3731 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * minibuffer.el (read-file-name): Check for repeat before putting
3734 a default argument in file-name-history (Bug#4657).
3735
3736 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3737 read syntax (Bug#4737).
3738
3739 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3740
3741 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3742
3743 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3744 (html-tag-alist, html-tag-help): Add descriptions for undocumented
3745 entries and make note of obsolete tags.
3746
3747 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3750
3751 2009-10-18 Glenn Morris <rgm@gnu.org>
3752
3753 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3754 grep, so that binary files (eg international/uni-bidi.el) can match.
3755 Remove test for "UnicodeData" files, since it is hopefully unnecessary
3756 now, and in any case the file header format has changed.
3757
3758 2009-10-17 Glenn Morris <rgm@gnu.org>
3759
3760 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3761 (flyspell-get-word, flyspell-large-region)
3762 (flyspell-auto-correct-previous-word): Doc/error message fixes.
3763
3764 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
3765
3766 * Makefile.in (ELCFILES): Add ede/shell.
3767
3768 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3769
3770 * term/common-win.el (x-colors): Purecopy it.
3771
3772 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3775 permissive for when the buffer is empty.
3776 (tar-header-block-tokenize): Decode the username and groupname.
3777 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3778
3779 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
3780
3781 * cedet/srecode/srt.el:
3782 * cedet/srecode/compile.el:
3783 * cedet/semantic/mru-bookmark.el:
3784 * cedet/semantic/debug.el:
3785 * cedet/semantic/complete.el:
3786 * cedet/semantic/analyze.el: Require CL when compiling.
3787
3788 2009-10-17 Eric Ludlam <zappo@gnu.org>
3789
3790 * cedet/semantic/scope.el
3791 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3792 tmpscope so that the regular scope will continue to work.
3793
3794 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3795 Use semantic-idle-summary-highlight-face as the highlighting.
3796
3797 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3798 contains multibyte characters, choose first applicable coding
3799 system automatically.
3800
3801 * cedet/ede/project-am.el (project-run-target): New method.
3802 (project-run-target): New method.
3803
3804 * cedet/ede.el (ede-target): Add run target menu item.
3805 (ede-project, ede-minor-keymap): Add ede-run-target binding.
3806 (ede-run-target): New function.
3807 (ede-target::project-run-target): New method.
3808
3809 * cedet/ede/proj.el (project-run-target): New method.
3810
3811 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3812 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
3813 Add :rules.
3814 (ede-proj-target-makefile-shared-object): Only libtool compilers
3815 now available. Add linkers for libtool.
3816 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3817 (ede-proj-makefile-target-name): Always use .la extension.
3818
3819 * cedet/ede/proj-prog.el (project-run-target): New method.
3820
3821 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3822 (ede-g++-linker): Change Change link lines.
3823
3824 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3825 When searching for old variables, go to the end of the buffer and
3826 search backward from there.
3827 (ede-proj-makefile-automake-insert-subdirs)
3828 (ede-proj-makefile-automake-insert-extradist): New methods.
3829 (ede-proj-makefile-create): Use them.
3830
3831 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3832 Force FILE to expand to the current target. Use file-exists-p to
3833 check that it exists.
3834
3835 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
3836 (ede-linux-load): Wrap dir in file-name-as-directory.
3837 Set :version slot.
3838
3839 * cedet/ede/files.el (ede-get-locator-object): When enabling
3840 locate, do so on "top".
3841
3842 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3843 file-name-as-directory during compare.
3844 (ede-emacs-version): Return Emacs/XEmacs differentiator.
3845 Get version number from different places. Don't call egrep.
3846 (ede-emacs-load): Set :version slot. Call file-name-as-directory
3847 to set the directory.
3848
3849 * cedet/ede/shell.el: New file.
3850
3851 * cedet/inversion.el (inversion-decoders): Allow for stray . in
3852 alpha/beta variants.
3853
3854 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * international/mule-cmds.el (select-safe-coding-system): If the file
3857 has a coding cookie, use it regardless of any other setting (bug#4712).
3858
3859 2009-10-17 Glenn Morris <rgm@gnu.org>
3860
3861 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3862 All errors should have messages.
3863
3864 * foldout.el (foldout-mouse-swallow-events):
3865 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3866
3867 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3868 (dired-keep-marker-copy, dired-keep-marker-hardlink)
3869 (dired-keep-marker-symlink, dired-dwim-target)
3870 (dired-copy-preserve-time): Do not autoload these defcustoms.
3871
3872 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3873 messages from messing up the file coding. (Bug#4623)
3874
3875 2009-10-17 Jari Aalto <jari.aalto@cante.net>
3876
3877 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3878 if no match is found for the current dictionary. (Bug#4578)
3879
3880 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3881 optional, since that is how it is documented, and this is often called
3882 with a nil argument. (Bug#4577)
3883 (flyspell-external-point-words, flyspell-auto-correct-word)
3884 (flyspell-correct-word-before-point, flyspell-word-search-forward)
3885 (flyspell-word-search-backward): Remove nil argument in calls to
3886 flyspell-get-word, since it is not needed now.
3887
3888 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
3889
3890 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
3891
3892 2009-10-16 Glenn Morris <rgm@gnu.org>
3893
3894 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3895
3896 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3897
3898 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3899 (ange-ftp-file-size): New function.
3900 (ange-ftp-file-attributes): Use it.
3901
3902 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
3903
3904 * net/tramp-smb.el (tramp-smb-version): New defvar.
3905 (tramp-smb-maybe-open-connection): Use it, in order to avoid
3906 repeated checks.
3907
3908 2009-10-16 Glenn Morris <rgm@gnu.org>
3909
3910 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3911 Maybe copy some custom properties from old to new name. (Bug#4706)
3912
3913 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
3914
3915 * subr.el (error, sit-for, start-process-shell-command)
3916 (start-file-process-shell-command): Set the calling convention
3917 after the function definition.
3918
3919 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * subr.el (error, sit-for, start-process-shell-command)
3922 (start-file-process-shell-command): Use the new
3923 set-advertised-calling-convention feature.
3924
3925 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
3926
3927 * international/ucs-normalize.el (ucs-normalize-version):
3928 Change to 1.2.
3929 (check-range): Adjust for Unicode 5.2.
3930
3931 2009-10-15 Juri Linkov <juri@jurta.org>
3932
3933 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3934 to the `menu-item' format.
3935
3936 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
3937
3938 * net/tramp.el (tramp-replace-environment-variables): Do not fail
3939 if the environment variable does not exist.
3940
3941 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3942 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3943 parameter.
3944 (tramp-smb-handle-add-name-to-file)
3945 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3946 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3947 (tramp-smb-handle-file-attributes)
3948 (tramp-smb-do-file-attributes-with-stat)
3949 (tramp-smb-handle-file-local-copy)
3950 (tramp-smb-handle-insert-directory)
3951 (tramp-smb-handle-make-directory)
3952 (tramp-smb-handle-make-directory-internal)
3953 (tramp-smb-handle-make-symbolic-link)
3954 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3955 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3956 (tramp-smb-maybe-open-connection): Apply the changed parameters.
3957 (tramp-smb-read-file-entry): Read Disk names in compressed format.
3958 Handle long file names.
3959 (tramp-smb-get-cifs-capabilities): Check, whether the connection
3960 process is running.
3961 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3962 Read share names with "-g" option.
3963
3964 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
3965
3966 * net/rcirc.el (rcirc-view-log-file): New command.
3967 (rcirc-track-minor-mode-map): Remove C-c ` binding.
3968 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3969 specified.
3970
3971 2009-10-15 Glenn Morris <rgm@gnu.org>
3972
3973 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3974 from the second command-line argument.
3975 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3976 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3977 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3978 w32-batch-update-autoloads.
3979 * emacs-lisp/autoload.el (autoload-make-program): New variable.
3980 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3981
3982 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3983 the headers cannot be located. Simplify, subtracting superflous
3984 save-excursions.
3985
3986 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 Replace completion-base-size by completion-base-position to fix bugs
3989 such as (bug#4699).
3990 * simple.el (completion-base-position): New var.
3991 (completion-base-size): Mark as obsolete.
3992 (choose-completion): Make it work for mouse events as well.
3993 Pass the new base-position to choose-completion-string.
3994 (choose-completion-guess-base-position): New function, extracted from
3995 choose-completion-delete-max-match.
3996 (choose-completion-delete-max-match): Use it. Make obsolete.
3997 (choose-completion-string): Use the new base-position info.
3998 (completion-root-regexp): Delete.
3999 (completion-setup-function): Preserve completion-base-position.
4000 Eliminate obsolete base-size manipulation.
4001 * minibuffer.el (display-completion-list): Don't mess with base-size.
4002 (minibuffer-completion-help): Set completion-base-position instead.
4003 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4004 choose-completion.
4005 * textmodes/bibtex.el (bibtex-complete):
4006 * emacs-lisp/crm.el (crm--choose-completion-string):
4007 Adjust to new calling convention.
4008 * complete.el (partial-completion-mode): Use minibufferp to avoid
4009 bumping into incompatible change to choose-completion-string-functions.
4010 * ido.el (ido-choose-completion-string): Make its calling convention
4011 more permissive.
4012 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4013 base-size manipulation.
4014 (comint-dynamic-list-input-ring): Use dotimes and push.
4015 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4016 fundamental-mode. Use `or'.
4017
4018 2009-10-14 Juri Linkov <juri@jurta.org>
4019
4020 * misearch.el (multi-isearch-next-buffer-from-list)
4021 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
4022
4023 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * Makefile.in (compile-onefile): Load `bytecomp' rather than
4026 `bytecomp.el'.
4027
4028 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4029 string we return is all made up of text from the completions rather
4030 than part from the completions and part from the input (bug#4219).
4031
4032 * ido.el (ido-everywhere): Use define-minor-mode.
4033
4034 * buff-menu.el (list-buffers, ctl-x-map):
4035 Mark the entry points with ;;;###autoload cookies.
4036
4037 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4038
4039 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4040 correctly in the detached head case.
4041 (vc-git-print-log): Remove unused binding.
4042
4043 * vc.el (vc-responsible-backend): When a directory is passed for
4044 for registration create a VC repository if no backend is
4045 responsible for the directory argument.
4046 (vc-deduce-fileset): Tell vc-responsible-backend to register.
4047
4048 * vc.el: Move comments about RCS and SCCS ...
4049 * vc-rcs.el:
4050 * vc-sccs.el: ... here, respectively.
4051
4052 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * minibuffer.el (completion--file-name-table): Return nil if there's
4055 no file completion, even if substitute-in-file-name changed
4056 the string (bug#4708).
4057
4058 2009-10-13 Juri Linkov <juri@jurta.org>
4059
4060 * files-x.el (read-file-local-variable-value): Don't filter out
4061 minor modes from mode name completion (bug#4664).
4062
4063 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4064
4065 * international/mule-cmds.el (ucs-names): Remove exclusion of
4066 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4067
4068 2009-10-13 Kenichi Handa <handa@m17n.org>
4069
4070 * international/uni-name.el: Regenerated.
4071
4072 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
4075 should be automatically buffer-local, but isn't.)
4076
4077 2009-10-12 Sam Steingold <sds@gnu.org>
4078
4079 * progmodes/compile.el (compilation-next-error-function): Fix the
4080 timestamps if the buffer has been visited before.
4081 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4082 non-anchored patterns, like the perl one (bug#3928).
4083
4084 2009-10-12 Glenn Morris <rgm@gnu.org>
4085
4086 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4087 Let-bind `size'.
4088
4089 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
4090
4091 * proced.el (proced-unload-function): New function.
4092
4093 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4094 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4095 Doc fix.
4096
4097 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4098
4099 2009-10-11 Juri Linkov <juri@jurta.org>
4100
4101 * files-x.el (read-file-local-variable-value):
4102 Provide default value only for bound variables (bug#4664).
4103
4104 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
4105
4106 * net/tramp.el (tramp-local-host-p): Function shall return nil for
4107 connection methods like smb.
4108
4109 * net/tramp-cache.el (tramp-flush-connection-property): The hash
4110 can be empty.
4111
4112 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4113 (tramp-smb-file-name-handler-alist): Add handlers for
4114 `add-name-to-file', `make-symbolic-link'.
4115 (tramp-smb-handle-add-name-to-file)
4116 (tramp-smb-do-file-attributes-with-stat)
4117 (tramp-smb-handle-make-symbolic-link)
4118 (tramp-smb-get-cifs-capabilities): New defuns.
4119 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4120 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4121 (tramp-smb-handle-file-local-copy)
4122 (tramp-smb-handle-make-directory-internal)
4123 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4124 The file name syntax depends on cifs capabilities.
4125 (tramp-smb-handle-file-attributes):
4126 Call `tramp-smb-do-file-attributes-with-stat' if possible.
4127 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4128 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4129
4130 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4133 (eieio-defclass): Apply deftype handler and setf-method properties
4134 directly.
4135 (eieio-add-new-slot): Avoid union function from cl library.
4136 (eieio--typep): New function.
4137 (eieio-perform-slot-validation): Use it.
4138
4139 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4140
4141 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
4142 Update documentation to refer to the variables documented in r1.135.
4143 (Bug#4188)
4144
4145 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4146
4147 * bookmark.el (Info-suffix-list): Remove this unused variable.
4148 (bookmark-current-point): Remove this obsolete variable.
4149 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4150 Adjust for removal of bookmark-current-point.
4151
4152 (bookmarks-already-loaded, bookmark-current-buffer)
4153 (bookmark-yank-point): Document. (Bug#4188)
4154
4155 2009-10-10 Glenn Morris <rgm@gnu.org>
4156
4157 * frame.el (frame-height): Doc fix.
4158
4159 * calendar/calendar.el (calendar-split-width-threshold): New option.
4160 (calendar-basic-setup): Use calendar-split-width-threshold.
4161
4162 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
4163
4164 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4165 Use .la for Automake.
4166
4167 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4170 Use "autoreconf -i". Suggested by Andreas Schwab.
4171
4172 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4173
4174 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4175 Ideographic Supplement" range (U+1F200..U+1F2FF).
4176
4177 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4178
4179 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4180 since the list will have been rebuilt anyway. (Bug#4349)
4181
4182 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4183
4184 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4185 (bookmark-bmenu-execute-deletions): Don't save here, as
4186 bookmark-delete will now do so if necessary.
4187 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4188 (Bug#4348)
4189
4190 2009-10-09 Glenn Morris <rgm@gnu.org>
4191
4192 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4193
4194 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4195
4196 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
4197 (bookmark-jump-other-window): Just invoke bookmark-jump with new
4198 argument now, so the two function's behaviors will match. (Bug#3645)
4199
4200 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * cedet/ede/proj.el (project-make-dist, project-compile-project):
4203 Fix filename test.
4204 (ede-proj-dist-makefile): Use expand-file-name instead of concat
4205 to expand file names.
4206
4207 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
4208
4209 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
4210 (tramp-file-name-real-host, tramp-file-name-port):
4211 Apply `save-match-data'.
4212
4213 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
4214 case both directories are remote.
4215 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
4216 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
4217
4218 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
4221 (ede-proj-target-makefile-objectcode): Use it.
4222
4223 * cedet/ede/source.el (ede-want-any-source-files-p)
4224 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
4225 Return search result. This error was introduced while merging.
4226
4227 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4228
4229 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
4230
4231 2009-10-07 Glenn Morris <rgm@gnu.org>
4232
4233 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
4234 of concat.
4235
4236 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * files-x.el (read-file-local-variable): Include some
4239 non-user-variables in the completion table (bug#4664).
4240
4241 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
4242
4243 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
4244 message.
4245
4246 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4247 (tramp-smb-file-name-handler-alist): Add handler for
4248 `copy-directory', `expand-file-name', `set-file-modes'.
4249 (tramp-smb-handle-copy-directory)
4250 (tramp-smb-handle-expand-file-name)
4251 (tramp-smb-handle-set-file-modes): New defuns.
4252 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
4253 (tramp-smb-handle-file-attributes): Simplify check for retrieving
4254 entry.
4255 (tramp-smb-handle-insert-directory): Don't flush the cache.
4256 (tramp-smb-maybe-open-connection): Check for samba client and
4257 server versions.
4258
4259 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4260
4261 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
4262 to not error out of search for "^lisp=" fails.
4263
4264 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4265
4266 * makefile.w32-in (WINS_UPDATES): New macro.
4267 (custom-deps, finder-data, autoloads): Use it.
4268
4269 2009-10-07 Glenn Morris <rgm@gnu.org>
4270
4271 * Makefile.in (autoloads): Revert previous change.
4272 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
4273 the list of preloaded files passed on the command-line, get
4274 it from src/Makefile.
4275
4276 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
4277 show the original buffer rather than a random one.
4278
4279 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
4280
4281 * help.el (describe-no-warranty): Place point in a slightly better
4282 position in the GPLv3 text.
4283
4284 2009-10-06 Sam Steingold <sds@gnu.org>
4285
4286 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
4287 the comm attribute is present before calling regexp-quote.
4288
4289 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * play/animate.el (animate-string): For good effect, make sure
4292 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
4293
4294 * play/animate.el (animate-sequence, animate-birthday-present):
4295 * misc.el (butterfly): Don't set `indent-tabs-mode'.
4296
4297 2009-10-06 Glenn Morris <rgm@gnu.org>
4298
4299 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
4300
4301 * emacs-lisp/autoload.el (autoload-excludes): New variable.
4302 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
4303 (batch-update-autoloads): Process a string value of autoload-excludes,
4304 set during the build process.
4305 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
4306
4307 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
4308 inside with-parsed... macro so that `v' is defined.
4309
4310 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
4311 * progmodes/fortran.el (fortran-end-of-block)
4312 (fortran-beginning-of-block):
4313 Also push mark in the macro case.
4314
4315 * emerge.el (emerge-show-file-name):
4316 * calc/calc.el (calc-quit):
4317 * calc/calc-misc.el (calc-big-or-small):
4318 * calc/calc-graph.el (calc-graph-view):
4319 * calc/calc-ext.el (calc-reset):
4320 * calendar/calendar.el (calendar-basic-setup):
4321 Use window-full-height-p.
4322
4323 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
4324 header we don't understand, don't insert another. (Bug#4624)
4325 If changing mime charset, insert the new one in the right place.
4326
4327 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
4328
4329 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4330 (cal-tex-cursor-month): Correctly increment the end date for diary and
4331 holiday listing. (Bug#4626)
4332
4333 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * help-fns.el (describe-function-1): Don't burp if the function is not
4336 a symbol.
4337
4338 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
4341 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
4342 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
4343 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
4344
4345 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
4346 (eieio-default-superclass): Reflow docstrings.
4347 (this, class-option-assoc, defclass, eieio-class-un-autoload)
4348 (eieio-unbind-method-implementations, defmethod)
4349 (eieio-validate-slot-value, eieio-validate-class-slot-value)
4350 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
4351 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
4352 (eieio-slot-originating-class-p, eieio-slot-name-index)
4353 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
4354 (constructor, initialize-instance, no-next-method, object-print)
4355 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
4356 Fix typos in docstrings.
4357 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
4358 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
4359 (next-method-p): Doc fixes.
4360 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
4361 Fix typos in error messages.
4362 (eieio-defmethod): Fix typo in description of generic method.
4363
4364 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
4365 (eieio-persistent-save-interactive, slot-missing):
4366 Fix typos in docstrings.
4367 (eieio-instance-inheritor-slot-boundp): Doc fix.
4368
4369 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
4370 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
4371
4372 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
4373 (eieio-custom-object-apply-reset):
4374 Fix typos in docstrings and error messages.
4375
4376 * emacs-lisp/eieio-datadebug.el (data-debug-show):
4377 Fix typo in docstring.
4378
4379 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
4380 (eieio-browse-tree): Doc fix.
4381 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
4382 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
4383 Fix typos in docstrings.
4384
4385 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
4386 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
4387 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
4388 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
4389 Reflow docstrings.
4390
4391 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4392
4393 * vc-hg.el (log-view-vc-backend): Declare for compiler.
4394 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
4395 Set log-view-vc-backend so that diff can work.
4396
4397 * log-view.el (log-view-diff): Use vc-diff-internal instead of
4398 vc-version-diff.
4399 (vc-diff-internal): Autoload this instead of vc-version-diff.
4400
4401 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4402
4403 * simple.el (eval-expression): Doc fix.
4404
4405 * progmodes/cwarn.el (cwarn-mode): Doc fix.
4406
4407 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4408
4409 * files.el (directory-files-no-dot-files-regexp): New defconst.
4410 (delete-directory): Use it.
4411 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
4412
4413 * net/tramp.el (tramp-verbose): Fix docstring.
4414 (tramp-methods): Add recursive option to `tramp-copy-args'.
4415 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
4416 "scp1_old", "scp2_old", "rsync", "rsyncc".
4417 (tramp-default-method): Check also for `auth-source-user-or-password'.
4418 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4419 Add handler for `copy-directory'.
4420 (tramp-handle-copy-directory): New defun.
4421 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
4422 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
4423 Optimize sent command.
4424
4425 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
4428 window if necessary.
4429
4430 * calendar/calendar.el (calendar-basic-setup): Don't call
4431 switch-to-buffer in a dedicated window.
4432
4433 2009-10-05 Karl Fogel <kfogel@red-bean.com>
4434
4435 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
4436 don't do anything related to relocating, just return nil.
4437 (bookmark-error-no-filename): New error.
4438 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
4439 bookmark has no file. Don't even attempt to handle things that
4440 are not files; the whole point of custom handlers is to keep that
4441 knowledge elsewhere anyway. Tighten some comments.
4442 (bookmark-file-or-variation-thereof): Remove now-unused function.
4443 (bookmark-location): Doc string fix.
4444 (Bug#4250)
4445
4446 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4447
4448 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
4449 don't use a file dialog, because they usually don't know how to read
4450 a directory target from the user. (Bug#4230)
4451 Also, make sure the prompt can display directories as well as files.
4452
4453 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4454
4455 * bookmark.el (bookmark-set, bookmark-buffer-name):
4456 Improve doc strings. (Bug#1193)
4457
4458 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4459
4460 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
4461 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
4462 (bookmark-get-annotation, bookmark-set-annotation)
4463 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4464 (bookmark-set-position, bookmark-get-front-context-string)
4465 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4466 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
4467 (bookmark-jump-other-window, bookmark-handle-bookmark)
4468 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
4469 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
4470 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
4471 Improve doc strings to say whether bookmark can be a string or
4472 a record or both, and make other consistency and clarity fixes.
4473 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
4474 (bookmark-default-annotation-text, bookmark-yank-word)
4475 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
4476 (bookmark-import-new-list, bookmark-maybe-rename)
4477 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4478 (bookmark-bmenu-bookmark): Give these doc strings.
4479 (bookmark-bmenu-check-position): Give this a doc string, but also
4480 add a FIXME comment about how the function may be pointless.
4481 (bookmark-default-handler): Rework doc string and change a
4482 parameter name, to clarify that this takes a bookmark record
4483 not a bookmark name.
4484 (bookmark-set): Change a parameter name to indicate its meaning,
4485 and improve the doc string a bit.
4486 (Bug#4188)
4487
4488 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4489
4490 * bookmark.el (bookmark-alist): Document the new `handler' element
4491 in the param alist.
4492 (bookmark-make-record-function): Adjust documentation for above.
4493 (Bug#4193)
4494
4495 2009-10-04 Karl Fogel <kfogel@red-bean.com>
4496
4497 * info.el (Info-bookmark-make-record): Document this function.
4498 (Info-bookmark-jump): Document with a doc string, not just a comment.
4499 (Bug#4203)
4500
4501 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
4504 (semantic-new-buffer-fcn): Call parser setup functions here.
4505 (semantic-mode): Don't call parser setup functions here, it's done
4506 in semantic-new-buffer-fcn now.
4507 (semantic-mode): Parse all existing buffers when enabled.
4508
4509 * cedet/srecode/compile.el (srecode-compile-file):
4510 Call semantic-new-buffer-fcn if the buffer has not been parsed.
4511
4512 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4513
4514 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4515
4516 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
4517 (proj-comp-insert-variable-once): New macro, renamed from
4518 ede-pmake-insert-variable-once in ede/pmake.edl.
4519 (ede-proj-makefile-insert-variables): Use it.
4520
4521 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
4522
4523 * files.el (copy-directory): New defun.
4524
4525 * dired-aux.el (dired-copy-file-recursive): Use it.
4526
4527 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4528
4529 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4530 (makefile-end-of-command):
4531 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4532 (semantic-end-of-context): Fix previous change. Doc fixes.
4533
4534 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4535
4536 * files-x.el (modify-dir-local-variable)
4537 (copy-dir-locals-to-file-locals-prop-line):
4538 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4539 (makefile-end-of-command):
4540 * cedet/semantic/lex.el (semantic-lex-token):
4541 * cedet/semantic/analyze/fcn.el
4542 (semantic-analyze-dereference-metatype-1):
4543 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4544 (semantic-lex-cpp-undef):
4545 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4546 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4547 (semantic-end-of-context): Fix typos in docstrings.
4548
4549 * recentf.el (recentf-unload-function): New function.
4550
4551 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4552
4553 * cedet/ede.el (ede-project-placeholder-cache-file):
4554 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4555 * cedet/srecode/map.el (srecode-map-save-file):
4556 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
4557
4558 2009-10-04 Glenn Morris <rgm@gnu.org>
4559
4560 * window.el (window-full-height-p): Add doc string.
4561
4562 2009-10-04 Martin Rudalics <rudalics@gmx.at>
4563
4564 * window.el (window-full-height-p): New function. (Bug#4543)
4565
4566 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
4567
4568 * cedet/srecode/insert.el: Require srecode/args.
4569
4570 * cedet/srecode/args.el: Require srecode/dictionary instead of
4571 srecode/insert.
4572
4573 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4574
4575 * files.el (auto-mode-alist): Add .srt and Project.ede.
4576
4577 * cedet/semantic.el (semantic-mode):
4578 Handle srecode-template-mode-hook as well.
4579 (semantic-mode): Use js-mode-hook for Javascript hook.
4580
4581 * cedet/srecode/template.el: Remove hook variable.
4582
4583 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4584
4585 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4586 projects exist.
4587 (ede-project-placeholder-cache-file): Default to a file in
4588 user-emacs-directory.
4589
4590 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4591 templates in data-directory.
4592 (srecode-map-save-file): Default to a file in user-emacs-directory.
4593
4594 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4595 directory.
4596
4597 2009-09-30 Eric Ludlam <zappo@gnu.org>
4598
4599 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4600 Doc fix.
4601
4602 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4603 Only insert each variable once.
4604
4605 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4606 (ede-pmake-insert-variable-shared): Use it.
4607
4608 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4609 for lexical table iff table is nil.
4610
4611 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4612
4613 * vc.el: Remove commented out code.
4614 (vc-derived-from-dir-mode): Remove, unused.
4615 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4616
4617 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
4618
4619 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4620 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
4621 there could be recursive loading when `default-directory' is a
4622 remote file name. (Bug#4614)
4623
4624 2009-10-03 Glenn Morris <rgm@gnu.org>
4625
4626 * calendar/calendar.el (calendar-basic-setup): Handle the case where
4627 the frame is wide.
4628 (calendar-generate-window): Test for shrinkability rather than width.
4629
4630 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4631 declaration, currently false.
4632
4633 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4634 reusing existing buffers, in case we happen to visit two files with the
4635 same basename. (Bug#4593)
4636
4637 2009-10-02 Eli Zaretskii <eliz@gnu.org>
4638
4639 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
4640 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4641 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4642 subdirs of cedet as well.
4643 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4644
4645 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4648 Obey advertised-signature-table.
4649
4650 * help-fns.el (help-function-arglist): Don't check
4651 advertised-signature-table.
4652 (describe-function-1): Do it here instead so it also applies to subrs.
4653
4654 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
4655
4656 * simple.el (start-file-process): Say in the doc-string, that file
4657 handlers might not support pty association, if PROGRAM is nil.
4658
4659 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4660 HOST and USER are strings. They are nil, when there are
4661 incomplete entries in ~/.netrc, for example.
4662 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
4663 root directory ("device busy" error otherwise).
4664
4665 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4666 Flush file properties of created directory.
4667
4668 2009-10-02 Eli Zaretskii <eliz@gnu.org>
4669
4670 * makefile.w32-in (WINS_BASIC): Remove cedet.
4671 (WINS_CEDET): Add cedet.
4672 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4673
4674 2009-10-02 Kevin Ryde <user42@zip.com.au>
4675
4676 * net/browse-url.el (browse-url): Pass any symbol in
4677 browse-url-browser-function to `apply', since if you've mistakenly put
4678 an unbound symbol then the error is clearer. (Bug#4531)
4679
4680 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * allout.el (allout-init, allout-back-to-current-heading)
4683 (allout-beginning-of-current-entry, allout-ascend-to-depth)
4684 (allout-ascend, allout-up-current-level, allout-end-of-level)
4685 (allout-previous-visible-heading, allout-forward-current-level)
4686 (allout-backward-current-level, allout-show-children):
4687 * apropos.el (apropos-describe-plist):
4688 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4689 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4690 * completion.el (add-completion, add-permanent-completion):
4691 * descr-text.el (describe-text-category, describe-char):
4692 * desktop.el (desktop-lazy-abort):
4693 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4694 * dired.el (dired-build-subdir-alist):
4695 * ediff.el (ediff-version):
4696 * elide-head.el (elide-head, elide-head-show):
4697 * emerge.el (emerge-version):
4698 * env.el (getenv):
4699 * face-remap.el (variable-pitch-mode):
4700 * faces.el (describe-face):
4701 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4702 (dired-at-point):
4703 * files.el (find-file-existing, auto-save-mode):
4704 * font-lock.el (font-lock-fontify-buffer):
4705 * help-fns.el (describe-function, describe-variable)
4706 (describe-syntax, describe-categories):
4707 * help.el (view-lossage, describe-bindings, describe-key)
4708 (describe-mode):
4709 * hexl.el (hexl-current-address):
4710 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4711 * info.el (Info-goto-emacs-key-command-node):
4712 * log-edit.el (log-edit-insert-cvs-template)
4713 (log-edit-insert-cvs-rcstemplate):
4714 * menu-bar.el (menu-bar-mode):
4715 * mouse.el (mouse-appearance-menu):
4716 * newcomment.el (comment-indent-new-line):
4717 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4718 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4719 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
4720 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4721 * recentf.el (recentf-mode):
4722 * savehist.el (savehist-mode, savehist-save):
4723 * shadowfile.el (shadow-copy-files):
4724 * simple.el (kill-ring-save, next-line, previous-line)
4725 (normal-erase-is-backspace-mode):
4726 * strokes.el (strokes-update-window-configuration)
4727 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4728 (strokes-xpm-for-stroke):
4729 * time.el (emacs-uptime, emacs-init-time):
4730 * tutorial.el (tutorial--describe-nonstandard-key)
4731 (tutorial--detailed-help):
4732 * type-break.el (type-break-mode)
4733 (type-break-mode-line-message-mode, type-break-query-mode)
4734 (type-break-guesstimate-keystroke-threshold):
4735 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4736 * version.el (emacs-version):
4737 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4738 * winner.el (winner-mode):
4739 * calendar/timeclock.el (timeclock-in, timeclock-out)
4740 (timeclock-status-string, timeclock-change)
4741 (timeclock-workday-remaining-string)
4742 (timeclock-workday-elapsed-string)
4743 (timeclock-when-to-leave-string):
4744 * calendar/todo-mode.el (todo-add-category):
4745 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4746 * emacs-lisp/autoload.el (update-file-autoloads):
4747 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4748 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4749 (checkdoc-message-text, checkdoc-defun):
4750 * emacs-lisp/debug.el (debugger-list-functions):
4751 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4752 * emacs-lisp/eieio-opt.el (eieio-describe-class)
4753 (eieio-describe-generic):
4754 * emacs-lisp/lisp-mnt.el (lm-synopsis):
4755 * emacs-lisp/shadow.el (list-load-path-shadows):
4756 * emulation/cua-base.el (cua-mode):
4757 * emulation/edt.el (edt-set-scroll-margins):
4758 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4759 (tpu-toggle-regexp, tpu-toggle-search-direction)
4760 (tpu-toggle-rectangle, tpu-toggle-control-keys):
4761 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4762 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4763 (viper-set-parsing-style-toggling-macro)
4764 (viper-set-emacs-state-searchstyle-macros):
4765 * emulation/viper.el (viper-set-hooks):
4766 * eshell/esh-mode.el (eshell-truncate-buffer):
4767 * international/mule-cmds.el (prefer-coding-system)
4768 (describe-input-method, describe-language-environment):
4769 * international/mule-diag.el (list-character-sets)
4770 (describe-character-set, describe-coding-system)
4771 (describe-fontset, list-fontsets, list-input-methods):
4772 * mail/sendmail.el (mail-signature):
4773 * net/ange-ftp.el (ange-ftp-copy-file):
4774 * net/browse-url.el (browse-url):
4775 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4776 * net/quickurl.el (quickurl-add-url):
4777 * net/rcirc.el (names, topic):
4778 * net/xesam.el (xesam-mode):
4779 * play/5x5.el (5x5-new-game):
4780 * play/yow.el (apropos-zippy):
4781 * progmodes/ada-mode.el (ada-mode-version):
4782 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4783 (f90-end-of-block)
4784 (f90-beginning-of-block):
4785 * progmodes/fortran.el (fortran-end-of-block)
4786 (fortran-beginning-of-block):
4787 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4788 * progmodes/python.el (python-describe-symbol, python-shell):
4789 * term/ns-win.el (ns-print-buffer):
4790 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4791 * textmodes/flyspell.el (flyspell-mode-on):
4792 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4793 (pages-directory-for-addresses):
4794 * textmodes/table.el (table-recognize-cell)
4795 (table-query-dimension, table-generate-source)
4796 (table-insert-sequence, table--warn-incompatibility):
4797 * textmodes/tex-mode.el (tex-validate-buffer):
4798 * textmodes/texinfmt.el (texinfmt-version)
4799 (texinfo-format-buffer):
4800 Use `called-interactively-p' instead of `interactive-p'.
4801
4802 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
4803
4804 * image-mode.el (image-toggle-display):
4805 * emacs-lisp/elp.el (elp-instrument-function):
4806 * emacs-lisp/advice.el (ad-make-advised-definition):
4807 * emacs-lisp/easy-mmode.el (define-minor-mode):
4808 * net/browse-url.el (browse-url-maybe-new-window):
4809 * progmodes/sh-script.el (sh-learn-buffer-indent):
4810 Pass new argument 'any to `called-interactively-p'.
4811
4812 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4813
4814 * international/uni-bidi.el:
4815 * international/uni-category.el:
4816 * international/uni-combining.el:
4817 * international/uni-comment.el:
4818 * international/uni-decimal.el:
4819 * international/uni-decomposition.el:
4820 * international/uni-digit.el:
4821 * international/uni-lowercase.el:
4822 * international/uni-mirrored.el:
4823 * international/uni-name.el:
4824 * international/uni-numeric.el:
4825 * international/uni-old-name.el:
4826 * international/uni-titlecase.el:
4827 * international/uni-uppercase.el:
4828 Regenerate from Unicode 5.2.0 data.
4829
4830 2009-10-01 Glenn Morris <rgm@gnu.org>
4831
4832 * Makefile.in (ELCFILES): Regenerate.
4833
4834 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * subr.el (interactive-p): Mark obsolete.
4837 (called-interactively-p): Make the optional-ness of `kind' obsolete.
4838 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4839 advertised-signature-table for subroutines as well.
4840
4841 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4842 (set-advertised-calling-convention): New function.
4843 (make-obsolete, define-obsolete-function-alias)
4844 (make-obsolete-variable, define-obsolete-variable-alias):
4845 Make the optional-ness of `when' obsolete.
4846 (define-obsolete-face-alias): Make `when' non-optional.
4847 * help-fns.el (help-function-arglist):
4848 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4849 Use advertised-signature-table.
4850
4851 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4852
4853 * files.el (delete-directory): New defun. The original function
4854 in fileio.c has been renamed to `delete-directory-internal'.
4855
4856 * dired.el (dired-delete-file): Call `delete-directory' with
4857 RECURSIVE parameter.
4858
4859 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4860 parameter RECURSIVE. Implementation is missing.
4861
4862 * net/tramp.el (tramp-handle-make-directory): Flush upper
4863 directory's file properties.
4864 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4865 (tramp-handle-dired-recursive-delete-directory): Flush directory
4866 properties after the remove command only.
4867
4868 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4869 Handle optional parameter RECURSIVE.
4870
4871 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4872 Handle optional parameter RECURSIVE.
4873
4874 * net/tramp-smb.el (tramp-smb-errors): Add error message for
4875 connection timeout.
4876 (tramp-smb-handle-delete-directory): Handle optional parameter
4877 RECURSIVE.
4878
4879 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4882 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4883 (byte-compile-defmacro): Use backquotes.
4884
4885 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4886
4887 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4888 has no associated file.
4889 (vc-resynch-buffer): Use vc-dir-buffers.
4890
4891 2009-10-01 Glenn Morris <rgm@gnu.org>
4892
4893 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4894 (chart-file-count):
4895 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4896 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4897 * emacs-lisp/eieio-opt.el (eieio-describe-class):
4898 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4899 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4900 (eieio-copy-parents-into-subclass, make-instance, class-children)
4901 (eieio-generic-form):
4902 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4903 * cedet/cedet-idutils.el (cedet-idutils-search)
4904 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4905 (cedet-idutils-version-check):
4906 * cedet/cedet.el (cedet-version):
4907 * cedet/data-debug.el (data-debug-insert-overlay-button)
4908 (data-debug-insert-overlay-list-button)
4909 (data-debug-insert-buffer-button)
4910 (data-debug-insert-buffer-list-button)
4911 (data-debug-insert-process-button, data-debug-insert-ring-button)
4912 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4913 (data-debug-insert-stuff-vector-button)
4914 (data-debug-insert-symbol-button, data-debug-insert-string)
4915 (data-debug-insert-number, data-debug-insert-lambda-expression)
4916 (data-debug-insert-nil, data-debug-insert-simple-thing)
4917 (data-debug-insert-custom, data-debug-edebug-expr):
4918 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4919 (global-ede-mode-map, ede-new, ede-debug-target)
4920 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4921 * cedet/semantic.el (semantic-minimum-working-buffer-size)
4922 (semantic-fetch-tags, semantic-submode-list)
4923 (semantic-default-submodes):
4924 * cedet/ede/source.el (ede-source-match):
4925 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4926 (project-am-package-info):
4927 * cedet/ede/proj.el (ede-proj-target, project-new-target):
4928 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4929 * cedet/ede/proj-comp.el (ede-current-build-list):
4930 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4931 * cedet/ede/files.el (ede-toplevel-project-or-nil):
4932 * cedet/ede/cpp-root.el (initialize-instance):
4933 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4934 (autoconf-parameter-strip, autoconf-insert-new-macro):
4935 * cedet/semantic/wisent.el (wisent-lex-eoi):
4936 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4937 (semantic-show-parser-state-mode):
4938 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4939 * cedet/semantic/tag.el (semantic-tag-new-variable)
4940 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4941 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4942 (semantic--tag-deep-copy-tag-list)
4943 (semantic-tag-components-with-overlays-default):
4944 * cedet/semantic/symref.el (semantic-symref-find-text):
4945 * cedet/semantic/senator.el (senator-yank-tag)
4946 (senator-transpose-tags-up):
4947 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4948 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4949 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4950 * cedet/semantic/lex.el (semantic-lex-comment-regex)
4951 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4952 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4953 * cedet/semantic/lex-spp.el
4954 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4955 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4956 * cedet/semantic/idle.el
4957 (semantic-idle-summary-current-symbol-info-brutish)
4958 (semantic-idle-summary-current-symbol-info-default):
4959 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4960 (semantic--grammar-macro-compl-dict):
4961 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4962 * cedet/semantic/format.el (semantic-format-tag-custom-list)
4963 (semantic-format-tag-canonical-name-default):
4964 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4965 (semantic-find-tags-for-completion)
4966 (semantic-find-tags-by-scope-protection-default)
4967 (semantic-deep-find-tags-for-completion):
4968 * cedet/semantic/edit.el
4969 (semantic-edits-incremental-reparse-failed-hook)
4970 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4971 (semantic-edits-splice-remove, semantic-edits-splice-replace):
4972 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4973 * cedet/semantic/dep.el (semantic-dependency-include-path):
4974 * cedet/semantic/db.el (semanticdb-default-find-index-class)
4975 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4976 (semanticdb-project-roots):
4977 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4978 (semanticdb-find-adebug-insert-scanned-tag-cons)
4979 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4980 (semanticdb-brute-deep-find-tags-for-completion):
4981 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4982 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4983 (semantic-end-of-context-default)
4984 (semantic-ctxt-current-function-default)
4985 (semantic-ctxt-scoped-types-default):
4986 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4987 (semantic-complete-inline-tag-engine)
4988 (semantic-complete-inline-custom-type)
4989 (semantic-complete-read-tag-analyzer):
4990 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4991 (semantic-chart-database-size):
4992 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4993 (semantic-analyze-current-context):
4994 * cedet/semantic/symref/list.el (semantic-symref)
4995 (semantic-symref-hide-buffer, semantic-symref-symbol):
4996 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4997 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4998 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4999 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5000 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5001 (semantic-c-dereference-template):
5002 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5003 (semantic--analyze-refs-full-lookup-with-parents)
5004 (semantic--analyze-refs-full-lookup-simple):
5005 * cedet/semantic/analyze/complete.el
5006 (semantic-analyze-possible-completions):
5007 * cedet/srecode/table.el (srecode-mode-table-new):
5008 * cedet/srecode/srt.el (srecode-read-variable-name):
5009 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5010 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5011 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5012 * cedet/srecode/map.el (srecode-current-map):
5013 * cedet/srecode/insert.el (srecode-insert)
5014 (srecode-insert-variable-secondname-handler, srecode-insert-method)
5015 (srecode-template-inserter-point-override)
5016 (srecode-insert-include-lookup):
5017 * cedet/srecode/getset.el (srecode-auto-choose-class):
5018 * cedet/srecode/extract.el (srecode-inserter-extract):
5019 * cedet/srecode/document.el
5020 (srecode-document-autocomment-return-last-alist)
5021 (srecode-document-autocomment-param-type-alist)
5022 (srecode-document-insert-function-comment)
5023 (srecode-document-insert-variable-one-line-comment)
5024 (srecode-document-function-name-comment):
5025 * cedet/srecode/dictionary.el (srecode-create-dictionary)
5026 (srecode-compound-toString):
5027 * cedet/srecode/compile.el (srecode-flush-active-templates):
5028 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5029 Doc/message fixes.
5030
5031 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5032 match-data. (Bug#4555).
5033
5034 * cedet/semantic/bovine/gcc.el
5035 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5036 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5037
5038 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5039 rather than parsing it as a regexp. This relaxes the layout
5040 requirements and makes errors easier to detect.
5041 (check-declare-verify): Check file is regular.
5042 (check-declare-directory): Doc fix.
5043 * subr.el (declare-function): Doc fix.
5044
5045 * ibuffer.el (ibuffer-format-qualifier):
5046 * isearch.el (hi-lock-regexp-okay):
5047 * calc/calc.el (math-zerop):
5048 * mail/uce.el (rmail-msgbeg, rmail-msgend):
5049 * term/w32-win.el (setup-default-fontset, set-fontset-font):
5050 Remove unused declarations.
5051
5052 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5053
5054 * cedet/semantic/wisent/javat-wy.el
5055 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5056
5057 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * cedet/srecode/expandproto.el: Fix provide statement.
5060
5061 2009-09-30 Eric Ludlam <zappo@gnu.org>
5062
5063 * emacs-lisp/eieio.el (boolean-p): Delete.
5064
5065 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
5066
5067 * cedet/ede/srecode.el: Fix provide statement.
5068
5069 2009-09-30 Glenn Morris <rgm@gnu.org>
5070
5071 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5072 * cedet/ede/proj-aux.el (ede-aux-source):
5073 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5074 (ede-misc-source):
5075 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5076 (semantic-mrub-switch-tags): Fix doc typos.
5077
5078 * cedet/semantic/db-global.el (data-debug-new-buffer)
5079 (data-debug-insert-thing): Remove unneeded declarations (one broken).
5080 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5081
5082 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5083
5084 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5085 use of CL function `remove-if-not'.
5086
5087 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5088
5089 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5090 filename is not a string.
5091
5092 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * files.el (safe-local-eval-forms): Fix typo.
5095
5096 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * vc-hooks.el (vc-dir-buffers): New var.
5099 (vc-state-refresh): New function.
5100 (vc-state): Use it.
5101 (vc-after-save): Always ask the backend to recompute the new state.
5102 Always call vc-dir if necessary, using vc-dir-buffers.
5103 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5104 Use vc-dir-buffers.
5105 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5106 (vc-dir-prepare-status-buffer, vc-dir-update)
5107 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5108 Don't call expand-file-name on default-directory.
5109
5110 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5111
5112 * speedbar.el (speedbar-item-delete):
5113 * calc/calc-prog.el (calc-kbd-if):
5114 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5115
5116 * epa.el (epa-key-list-mode-map):
5117 * hi-lock.el (hi-lock-menu): Fix typos in menus.
5118
5119 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5120 (hs-show-hook): Fix typo in docstring.
5121
5122 2009-09-29 Glenn Morris <rgm@gnu.org>
5123
5124 * cedet/semantic/symref/idutils.el:
5125 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5126
5127 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5128
5129 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5130 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5131 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5132 Mark declarations not understood by check-declare.
5133
5134 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5135 file-name-nondirectory call preventing location of cedet files.
5136 (check-declare-verify): Use literal search rather than re-search.
5137 Add basic defmethod and defclass, and define-overloadable-function.
5138
5139 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5140 Use tramp-compat-file-attributes rather than nonexistent
5141 tramp-compat-handle-file-attributes.
5142
5143 * Makefile.in (lisptagsfiles4): New.
5144 (AUTOGENEL): Add cedet loaddefs files.
5145 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5146 (update-elclist, compile-always, backup-compiled-files)
5147 (bootstrap-clean): Add yet another directory level.
5148 (update-elclist): Use LC_COLLATE rather than COLLATE.
5149 (ELCFILES): Update, via `make update-elclist'.
5150
5151 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5152
5153 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5154 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5155 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5156
5157 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
5158
5159 * Makefile.in (lisptagsfiles3): Define.
5160 (TAGS, TAGS-LISP): Use it.
5161 (update-elclist): Add third directory level to look for elc files.
5162 (compile-always): Likewise.
5163 (backup-compiled-files): Likewise.
5164 (bootstrap-clean): Likewise.
5165 (ELCFILES): Update.
5166
5167 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
5168
5169 * Makefile.in (ELCFILES): Add CEDET files.
5170
5171 2009-09-28 Eric Ludlam <zappo@gnu.org>
5172
5173 CEDET (development tools) package merged.
5174
5175 * cedet/*.el:
5176 * cedet/ede/*.el:
5177 * cedet/semantic/*.el:
5178 * cedet/srecode/*.el: New files.
5179
5180 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5181
5182 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5183
5184 * net/tramp.el (top): Require tramp-imap.
5185
5186 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5187 Use `tramp-compat-handle-file-attributes'.
5188
5189 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5190
5191 * net/tramp-imap.el: New package.
5192
5193 2009-09-28 Eric Ludlam <zappo@gnu.org>
5194
5195 * emacs-lisp/chart.el:
5196 * emacs-lisp/eieio-base.el:
5197 * emacs-lisp/eieio-comp.el:
5198 * emacs-lisp/eieio-custom.el:
5199 * emacs-lisp/eieio-datadebug.el:
5200 * emacs-lisp/eieio-opt.el:
5201 * emacs-lisp/eieio-speedbar.el:
5202 * emacs-lisp/eieio.el: New files.
5203
5204 * cedet/cedet-cscope.el:
5205 * cedet/cedet-files.el:
5206 * cedet/cedet-global.el:
5207 * cedet/cedet-idutils.el:
5208 * cedet/data-debug.el:
5209 * cedet/inversion.el:
5210 * cedet/mode-local.el:
5211 * cedet/pulse.el: New files.
5212
5213 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5214
5215 * whitespace.el (whitespace-trailing-regexp)
5216 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5217 Fix doc string.
5218
5219 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
5220
5221 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
5222 menu.
5223
5224 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
5225 menu-bar-ediff-menu.
5226
5227 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
5228 define-overloadable-function.
5229
5230 * progmodes/autoconf.el: Provide autoconf as well, so that this
5231 file can be `require'd.
5232
5233 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
5234
5235 * emacs-lisp/autoload.el (generated-autoload-feature)
5236 (generated-autoload-load-name): New vars.
5237 (autoload-rubric, autoload-generate-file-autoloads): Use them.
5238 (make-autoload): Recognize define-overloadable-function and
5239 defclass forms (for EIEIO).
5240
5241 * Makefile.in (update-subdirs): Exclude cedet directory.
5242
5243 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5244
5245 * term/ns-win.el: Don't set the region face background. (Bug#4381)
5246
5247 * faces.el: Default light-background background for region face to
5248 ns_selection_color under NS.
5249
5250 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5251
5252 * net/imap-hash.el: New library, see NEWS.
5253
5254 * Makefile.in (ELCFILES): Add imap-hash.el.
5255
5256 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
5259 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
5260 * help-macro.el (make-help-screen): Avoid using an ambiguous function
5261 definition where the docstring could be taken for the return value.
5262
5263 2009-09-26 Glenn Morris <rgm@gnu.org>
5264
5265 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
5266 Add option to only show images below a certain size.
5267 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
5268 save-excursion calls.
5269
5270 2009-09-26 Eli Zaretskii <eliz@gnu.org>
5271
5272 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
5273 subdirectories) and eieio.
5274
5275 2009-09-26 Alan Mackenzie <acm@muc.de>
5276
5277 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
5278 buggy bracketing. (Bug#4289)
5279
5280 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
5281 character constants (as case labels). (Bug#4289)
5282
5283 2009-09-25 Juri Linkov <juri@jurta.org>
5284
5285 * files.el (safe-local-eval-forms): Allow time-stamp in
5286 before-save-hook (Bug#4554).
5287
5288 2009-09-25 Drew Adams <drew.adams@oracle.com>
5289
5290 * menu-bar.el (list-buffers-directory): Doc fix.
5291
5292 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
5295 Try and avoid copying twice the same paragraph.
5296 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
5297 Remove save-excursion.
5298 (log-edit-changelog-entry): Do it here instead.
5299
5300 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
5301
5302 * bs.el (bs--get-file-name): Use `list-buffers-directory'
5303 when available, instead of hardcoding mode names. Doc fix.
5304
5305 * menu-bar.el (list-buffers-directory): Add docstring.
5306 Make automatically buffer-local.
5307
5308 * dired.el (dired-mode):
5309 * files.el (cd-absolute):
5310 * pcvs.el (cvs-temp-buffer):
5311 * pcvs-util.el (cvs-get-buffer-create):
5312 * shell.el (shell-mode):
5313 * vc-dir.el (vc-dir-mode):
5314 Don't make `list-buffers-directory' buffer local.
5315
5316 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
5317
5318 * comint.el (comint-exec, comint-run, make-comint):
5319 Doc fixes (Bug#4542).
5320
5321 2009-09-25 Glenn Morris <rgm@gnu.org>
5322
5323 * mail/rmailmm.el (rmail-mime): New custom group.
5324 Move all defcustoms in this file into this group.
5325 (rmail-mime-media-type-handlers-alist): Revert previous change.
5326 (rmail-mime-show-images): New option.
5327 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
5328 references to it, since it wasn't actually used for anything.
5329 (rmail-mime-insert-image): New function.
5330 (rmail-mime-image): Use rmail-mime-insert-image.
5331 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
5332 obey the value of `rmail-mime-show-images' option. Print the size of
5333 attachments.
5334
5335 2009-09-25 David Engster <deng@randomsample.de>
5336
5337 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
5338
5339 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5340
5341 * whitespace.el: Does not highlight trailing spaces While point is
5342 at end of line. Does not highligt spaces at beginning of buffer
5343 while point is at beginning of buffer. Does not highlight spaces
5344 at end of buffer while point is at end of buffer. (Bug#4177)
5345 New version 12.0.
5346 (whitespace-display-mappings): Adjust initialization.
5347 (whitespace-point, whitespace-font-lock-refontify): New vars.
5348 (whitespace-color-on, whitespace-color-off): Adjust code.
5349 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5350 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
5351 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
5352
5353 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
5354
5355 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
5356
5357 * textmodes/sgml-mode.el: Remove xml-mode alias.
5358
5359 * files.el (auto-mode-alist, conf-mode-maybe)
5360 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
5361
5362 2009-09-24 Alan Mackenzie <acm@muc.de>
5363
5364 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
5365 c-forward-conditionals, but it doesn't move point and doesn't set
5366 the mark.
5367 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
5368 (c-down-conditional-with-else, c-backward-conditional)
5369 (c-forward-conditional): Refactor to use c-scan-conditionals.
5370
5371 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5372
5373 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
5374 (help-default-arg-highlight): Remove.
5375 (help-highlight-arg): New function.
5376 (help-do-arg-highlight): Use it.
5377 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
5378
5379 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * term.el (term-set-scroll-region, term-handle-ansi-escape):
5382 Undo last change, which didn't fix the problem and introduced others.
5383
5384 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
5385
5386 * progmodes/gdb-mi.el: Don't require speedbar.
5387 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
5388
5389 2009-09-24 Glenn Morris <rgm@gnu.org>
5390
5391 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
5392
5393 * term/ns-win.el (ns-reg-to-script): Define for compiler.
5394
5395 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
5396 there is no newline after the final mime boundary. (Bug#4539)
5397 Move markers on insertion so that any buttons inserted don't end up in
5398 the next part of a multipart message.
5399 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
5400 (rmail-mime-bulk-handler): Optionally handle images.
5401 (rmail-mime-image): New button action.
5402 (rmail-mime-image-handler): New function.
5403 (rmail-mime-mode): New mode.
5404 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
5405
5406 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
5409 than just dropping elements from it (bug#4504).
5410
5411 * term.el (term-set-scroll-region): Don't move cursor any more.
5412 (term-handle-ansi-escape): Call term-goto here instead.
5413 Suggested by Ivan Kanis <apple@kanis.eu>.
5414
5415 * term.el: Require CL.
5416 (term-ansi-reset): New function.
5417 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
5418 (term-handle-colors-array): Simplify.
5419
5420 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
5421
5422 * allout.el (allout-overlay-interior-modification-handler)
5423 (allout-obtain-passphrase):
5424 * epa-file.el (epa-file-write-region):
5425 * ps-print.el (ps-begin-job):
5426 * vc-hooks.el (vc-toggle-read-only):
5427 * vc-rcs.el (vc-rcs-rollback):
5428 * vc-sccs.el (vc-sccs-rollback):
5429 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
5430 (vc-version-diff, vc-revert, vc-rollback):
5431 * wdired.el (wdired-check-kill-buffer):
5432 * emacs-lisp/authors.el (authors):
5433 * net/socks.el (socks-open-connection):
5434 * net/zeroconf.el (zeroconf-service-add-hook):
5435 * obsolete/vc-mcvs.el (vc-mcvs-register):
5436 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
5437 (gdb-select-frame):
5438 * progmodes/grep.el (lgrep, rgrep):
5439 * progmodes/idlw-help.el (idlwave-help-check-locations)
5440 (idlwave-help-html-link, idlwave-help-assistant-open-link):
5441 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5442 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
5443 (reftex-toc-rename-label): Fix typos in error messages.
5444
5445 * dired-aux.el (dired-do-shell-command): Reflow docstring.
5446 (dired-copy-how-to-fn): Doc fix.
5447 (dired-files-attributes, dired-read-shell-command):
5448 Fix typos in docstrings.
5449
5450 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
5451 (dired-x-find-file-other-window): Reflow docstrings.
5452 (dired-omit-marker-char, dired-read-shell-command)
5453 (dired-x-submit-report): Fix typos in docstrings.
5454
5455 * shell.el (shell-mode-hook):
5456 * view.el (View-scroll-line-forward):
5457 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
5458 Fix typos in docstrings.
5459
5460 * net/dig.el (dig-invoke): Fix typo in docstring.
5461 (query-dig): Reflow docstring.
5462
5463 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
5464 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
5465 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
5466 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
5467 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
5468 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
5469 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
5470 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
5471 (idlwave-completion-map, idlwave-current-indent)
5472 (idlwave-custom-ampersand-surround, idlwave-customize)
5473 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
5474 (idlwave-define-abbrev, idlwave-determine-class-special)
5475 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
5476 (idlwave-end-block-reg, idlwave-end-of-statement)
5477 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
5478 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
5479 (idlwave-explicit-class-listed, idlwave-file-header)
5480 (idlwave-fill-paragraph, idlwave-find-class-definition)
5481 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
5482 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
5483 (idlwave-in-quote, idlwave-indent-action-table)
5484 (idlwave-indent-expand-table, idlwave-indent-line)
5485 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
5486 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
5487 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
5488 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
5489 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
5490 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
5491 (idlwave-outlawed-buffers, idlwave-popup-select)
5492 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
5493 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
5494 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
5495 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
5496 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
5497 (idlwave-statement-type, idlwave-struct-skip)
5498 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5499 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5500 (idlwave-what-module-find-class): Fix typos in docstrings.
5501 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5502 (idlwave-calculate-cont-indent, idlwave-expand-equal)
5503 (idlwave-find-module, idlwave-find-structure-definition)
5504 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5505 (idlwave-list-load-path-shadows, idlwave-next-statement)
5506 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
5507 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
5508 (idlwave-template): Reflow docstrings.
5509
5510 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
5511 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
5512 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
5513 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
5514 (idlwave-shell-display-line, idlwave-shell-display-wframe)
5515 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
5516 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
5517 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
5518 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5519 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5520 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5521 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5522 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5523 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5524 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5525 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5526 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5527 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5528 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5529 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5530 Fix typos in docstrings.
5531 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5532 (idlwave-shell-hide-output, idlwave-shell-mode)
5533 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5534 Reflow docstrings.
5535
5536 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5537
5538 2009-09-24 Ivan Kanis <apple@kanis.eu>
5539
5540 * term.el (term-bold-attribute): New var.
5541 (term-handle-colors-array): Use it.
5542
5543 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
5544
5545 * progmodes/gdb-mi.el (gdb-version): New variable.
5546 (gdb-non-stop-handler): Set gdb-version.
5547 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5548 Condition "--thread" option on gdb-version.
5549 (gdb-invalidate-threads): Remove unused argument.
5550
5551 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5554 to looking-back to avoid ridiculous slow down in large files (bug#4511).
5555
5556 2009-09-23 Glenn Morris <rgm@gnu.org>
5557
5558 * mail/rmail.el (rmail-reply): Don't try to add a References header when
5559 replying to mail without References or Message-Id. (Bug#4525)
5560
5561 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5562
5563 * term/ns-win.el (ns-reg-to-script): New variable.
5564
5565 2009-09-23 Daiki Ueno <ueno@unixuser.org>
5566
5567 * epg.el (epg-wait-for-status): Preserve existing 'error results.
5568
5569 2009-09-22 Sam Steingold <sds@gnu.org>
5570
5571 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
5572 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5573 to 1 because hg returns status 1 when nothing is found.
5574 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5575
5576 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * textmodes/fill.el: Convert to utf-8 encoding.
5579 (fill-french-nobreak-p): Remove redundant » and « inherited from our
5580 pre-unicode days.
5581
5582 * add-log.el (change-log-fill-forward-paragraph): New function.
5583 (change-log-mode): Use it so fill-region DTRT.
5584 Set fill-indent-according-to-mode here rather than in
5585 change-log-fill-paragraph.
5586 (change-log-fill-paragraph): Remove.
5587
5588 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5591 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
5592
5593 2009-09-22 Glenn Morris <rgm@gnu.org>
5594
5595 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5596 the scroll-bar scroll the calendar window rather than the buffer.
5597
5598 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5599 commands that move point (as opposed to scrolling).
5600
5601 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5602
5603 * emacs-lisp/elint.el (elint): New custom group.
5604 (elint-log-buffer): Make it a defcustom.
5605 (elint-scan-preloaded, elint-ignored-warnings)
5606 (elint-directory-skip-re): New options.
5607 (elint-builtin-variables): Doc fix.
5608 (elint-preloaded-env): New variable.
5609 (elint-unknown-builtin-args): Add an entry for encode-time.
5610 (elint-extra-errors): Make it a variable rather than a constant.
5611 (elint-preloaded-skip-re): New constant.
5612 (elint-directory): Skip files matching elint-directory-skip-re.
5613 (elint-features): New variable, local to linted buffers.
5614 (elint-update-env): Initialize elint-features. Possibly add
5615 elint-preloaded-env to the buffer's environment.
5616 (elint-get-top-forms): Bind elint-current-pos, for log messages.
5617 Skip quoted forms.
5618 (elint-init-form): New function, extracted from elint-init-env.
5619 Make non-list forms a warning rather than an error.
5620 Add the mode-map for define-derived-mode. Handle define-minor-mode,
5621 easy-menu-define, put that adds an error-condition, and provide.
5622 When requiring cl, also require cl-macs. Really require cl, to handle
5623 some cl macros. Store required libraries in the list elint-features,
5624 so as not to re-load them. Treat cc-require like require.
5625 (elint-init-env): Call elint-init-form to do the work.
5626 Handle eval-and-compile and such like.
5627 (elint-add-required-env): Do not clear messages.
5628 (elint-special-forms): Add handlers for function, defalias, if, when,
5629 unless, and, or.
5630 (elint-form): Add optional argument to ignore elint-special-forms,
5631 useful to prevent recursive calls from handlers. Doc fix.
5632 Respect elint-ignored-warnings.
5633 (elint-form): Respect elint-ignored-warnings.
5634 (elint-bound-variable, elint-bound-function): New variables.
5635 (elint-unbound-variable): Respect elint-bound-variable.
5636 (elint-get-args): Respect elint-bound-function.
5637 (elint-check-cond-form): Add some simple handling for (f)boundp and
5638 featurep tests.
5639 (elint-check-defalias-form): New handler.
5640 (elint-check-let-form): Make an empty let a warning rather than an
5641 error.
5642 (elint-check-setq-form): Make an empty setq a warning rather than an
5643 error. Respect elint-ignored-warnings.
5644 (elint-check-defvar-form): Accept null doc-strings.
5645 (elint-check-conditional-form): New handler. Does some simple-minded
5646 checking of featurep and (f)boundp tests.
5647 (elint-put-function-args): New function.
5648 (elint-initialize): Use elint-scan-doc-file rather than
5649 elint-find-builtin-variables. Use elint-put-function-args.
5650 Possibly scan preloaded-file-list.
5651 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5652 extend to handle functions as well.
5653
5654 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
5655
5656 * linum.el (linum-delete-overlays, linum-update-window):
5657 Do not modify the right margin. (Bug#3971)
5658
5659 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
5660
5661 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5662 nxml-mode instead of xml-mode.
5663
5664 2009-09-21 Kevin Ryde <user42@zip.com.au>
5665
5666 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
5667
5668 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * net/dig.el (dig-mode): Use define-derived-mode.
5671
5672 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5673
5674 * vc-dispatcher.el (vc-do-command): Return the process object in
5675 the asynchronous case. Use when instead of if. Do not run
5676 vc-exec-after to display a message if not enabled. (Bug#4463)
5677
5678 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5679 properties to the stash strings.
5680 (vc-git-stash-list): Return a list of strings.
5681 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5682 (vc-git-stash-show-at-point): New functions.
5683 (vc-git-stash-map): New keymap.
5684
5685 * register.el (ctl-x-r-map): Define the keys here instead of
5686 using autoload.
5687
5688 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
5689
5690 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5691 list, to workaround performance problem (bug#4485).
5692
5693 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
5694
5695 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5696
5697 2009-09-20 Daiki Ueno <ueno@unixuser.org>
5698
5699 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5700 Document that this option is not recommended to use.
5701
5702 2009-09-19 Glenn Morris <rgm@gnu.org>
5703
5704 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5705 variable `var'.
5706
5707 * calc/calc-alg.el (var):
5708 * calc/calcalg2.el (var): Define for compiler.
5709
5710 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
5711
5712 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5713 Doc fix (Bug#3932).
5714
5715 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5716
5717 * time-stamp.el (time-stamp-month-dd-yyyy)
5718 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5719 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5720 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
5721 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5722 Remove functions that have been obsolete since 1995 (Bug#4436).
5723
5724 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5725 indent buffer only if called interactively (Bug#4452).
5726
5727 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
5728 Eli Zaretskii <eliz@gnu.org>
5729
5730 This fixes bug#4197 (merged to bug#865, though not identical).
5731 * server.el (server-auth-dir): Add docstring note about FAT32.
5732 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5733 but warn against using them.
5734
5735 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
5736
5737 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5738 older GDB where there is no has_more field.
5739
5740 2009-09-19 Glenn Morris <rgm@gnu.org>
5741
5742 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5743
5744 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
5745
5746 * files.el (auto-mode-alist): Change default for XML files to nXML
5747 mode (Bug#4169).
5748
5749 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
5750
5751 * server.el (server-ensure-safe-dir): Pass 'integer
5752 to `file-attributes', as suggested.
5753
5754 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * dired-aux.el (dired-query-alist): Remove spurious backslash.
5757 (dired-query): Use read-key.
5758
5759 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5760
5761 * cus-start.el (ns-use-qd-smoothing): Remove.
5762
5763 2009-09-18 Glenn Morris <rgm@gnu.org>
5764
5765 * allout.el (top-level): Remove unnecessary progn.
5766
5767 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5768
5769 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5770 definition of abbrev table.
5771
5772 * speedbar.el (speedbar-track-mouse):
5773 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5774 * net/eudc.el (eudc-expand-inline):
5775 * net/newst-backend.el (newsticker--cache-read-feed):
5776 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5777 condition-case handlers.
5778
5779 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
5780
5781 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5782 (gdb-var-list): Add an element for has_more field.
5783 (gdb-non-stop-handler): Enable pretty printing for STL containers.
5784 (gdb-var-create-handler, gdb-var-list-children-handler-1)
5785 (gdb-var-update-handler-1): Parse output of dynamic variable
5786 objects (STL containers).
5787 (gdb-var-delete-1): Pass var1 as an explicit second argument.
5788 (gdb-get-field): Delete alias. Use bindat-get-field directly.
5789
5790 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5791 gdb-var-list.
5792 (gud-speedbar-buttons): Make node expandable if expression "has more"
5793 children.
5794
5795 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
5796
5797 * startup.el (emacs-quick-startup): Remove variable and all uses.
5798 (command-line): Set `inhibit-x-resources' instead.
5799 (command-line-1): Use `inhibit-x-resources' instead.
5800
5801 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * subr.el: Fix last change to avoid using the `unless' macro,
5804 which breaks bootstrapping.
5805
5806 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5809 extended definitions, in case we reload subr.el after having
5810 loaded CL.
5811 (eval-next-after-load): Mark as obsolete.
5812
5813 2009-09-17 Juri Linkov <juri@jurta.org>
5814
5815 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5816 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5817 (menu-bar-showhide-menu, menu-bar-tools-menu)
5818 (menu-bar-describe-menu, menu-bar-help-menu)
5819 (minibuffer-local-completion-map, minibuffer-local-map):
5820 Fix list quoting.
5821
5822 2009-09-17 Glenn Morris <rgm@gnu.org>
5823
5824 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5825 arguments, whether or not it has a handler.
5826
5827 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5828
5829 * simple.el (hard-newline): Give it a doc-string.
5830
5831 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5832 (lisp-mode-syntax-table): Give them doc-strings.
5833
5834 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5835
5836 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5837 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5838 (menu-bar-options-menu, menu-bar-showhide-menu)
5839 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5840 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5841 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5842 (menu-bar-options-menu, menu-bar-tools-menu)
5843 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5844 (menu-bar-help-menu):
5845 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5846 string arguments.
5847
5848 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5849 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5850 calls for the menu names and :help.
5851
5852 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * mouse.el (minor-mode-menu-from-indicator): Pay attention
5855 to :minor-mode-function (bug#4455).
5856
5857 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * startup.el (command-line): Initialize the window-system after
5860 processing the command-line.
5861
5862 * textmodes/page.el (what-page): Make sure we don't inf-loop if
5863 page-delimiter matches the empty string.
5864
5865 2009-09-16 Glenn Morris <rgm@gnu.org>
5866
5867 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5868 byte-compile-not-obsolete-var. It's a list now.
5869 (byte-compile-not-obsolete-funcs): New variable.
5870 (byte-compile-warn-obsolete): Don't warn about functions if they are in
5871 byte-compile-not-obsolete-funcs.
5872 (byte-compile-variable-ref, byte-compile-defvar): Update for
5873 byte-compile-not-obsolete-vars name-change and list nature.
5874 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5875 and variables behind (f)boundp tests.
5876 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5877
5878 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5879
5880 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5881
5882 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5885 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5886 Don't autoload.
5887
5888 2009-09-15 Stephen Eglen <stephen@gnu.org>
5889
5890 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5891 the virtual-buffers, use the name of the buffer specified by
5892 find-file-noselect, as the match may be a symlink. (This was a
5893 problem if the target and the symlink had different names.)
5894
5895 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5898
5899 * desktop.el (desktop-path): Check user-emacs-directory.
5900
5901 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5902
5903 * loadup.el: Use after-load-functions to GC after loading each file.
5904 Remove the explicit GC calls that used to be sprinkled around.
5905
5906 * subr.el (after-load-functions): New hook.
5907 (do-after-load-evaluation): Run it. Use string-match-p to detect
5908 `obsolete' packages, rather than painfully extracting the relevant
5909 directory name.
5910
5911 2009-09-15 Glenn Morris <rgm@gnu.org>
5912
5913 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5914 free variable `doc'.
5915
5916 * dired.el (dired-mode-map): Add menu entry for async shell command.
5917
5918 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5919 variables, also consider the .elc files, since the .el files are
5920 normally gzipped (subsequent code locates the .el.gz from the .elc).
5921
5922 * calc/calc-prog.el (arglist): Define for compiler.
5923
5924 * calendar/diary-lib.el (diary-display-function): Change the default to
5925 fancy display.
5926 (body): Define for compiler.
5927
5928 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5929 (byte-compile-file-form, byte-compile-lambda)
5930 (byte-compile-top-level-body, byte-compile-form)
5931 (byte-compile-variable-ref, byte-compile-setq)
5932 (byte-compile-setq-default, byte-compile-body)
5933 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5934 (batch-byte-compile): Give some more local variables with common names
5935 a "bytecomp-" prefix to avoid masking warnings about free variables.
5936
5937 * startup.el (command-line-1): Give local variables with common names a
5938 distinguishing prefix, so as not to hide free variable warnings during
5939 bootstrap.
5940
5941 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5942 clever and add a suffix to make a unique name, just let the user decide
5943 whether or not to overwrite it. If the input is a directory, write the
5944 default filename to that directory. (Bug#4388)
5945 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5946 is a filename-as-a-directory.
5947
5948 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * textmodes/page.el (what-page): Don't move to beginning of line.
5951 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5952
5953 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5954
5955 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5956
5957 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5958
5959 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5960 * help.el (help-for-help-internal): Add purecopy calls for text.
5961
5962 * vc.el (top): print-log method now takes an optional SHORTLOG
5963 argument. Add a new method: root.
5964 (vc-root-diff, vc-print-root-log): New functions.
5965 (vc-log-short-style): New variable.
5966 (vc-print-log-internal): Add support for showing short logs.
5967
5968 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5969 vc-print-root-log and vc-print-root-diff.
5970
5971 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5972 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5973 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5974 short logs.
5975
5976 * vc-cvs.el (vc-cvs-print-log):
5977 * vc-mtn.el (vc-mtn-print-log):
5978 * vc-rcs.el (vc-rcs-print-log):
5979 * vc-sccs.el (vc-sccs-print-log):
5980 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5981 that is ignored for now.
5982
5983 * vc-mtn.el (vc-mtn-annotate-command):
5984 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5985
5986 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5987
5988 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5989 to function-key-map, and give them ascii-character property.
5990 * term/x-win.el (x-alternatives-map):
5991 * term/ns-win.el (ns-alternatives-map):
5992 * term/internal.el (msdos-key-remapping-map):
5993 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5994
5995 2009-09-14 Glenn Morris <rgm@gnu.org>
5996
5997 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5998 temp-buffers (2009-09-12).
5999
6000 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6001
6002 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6003 the new read-key function.
6004
6005 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6008 is defined (Bug#4405).
6009
6010 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
6011
6012 * recentf.el (recentf-cleanup): Use a hash table to find
6013 duplicates (Bug#4407).
6014
6015 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
6016
6017 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6018 kp-0 to ascii equivalents (Bug#4325).
6019
6020 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6021
6022 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6023
6024 * eshell/em-hist.el:
6025 * eshell/em-dirs.el (eshell-complete-user-reference):
6026 Declare pcomplete functions and variables to avoid compiler warnings.
6027
6028 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
6029
6030 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6031 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6032 * eshell/em-alias.el (eshell-aliases-file):
6033 * eshell/em-hist.el (eshell-history-file-name):
6034 Use expand-file-name instead of concat to make file names (Bug#4308).
6035
6036 2009-09-13 Glenn Morris <rgm@gnu.org>
6037
6038 * ediff-merg.el (ediff-do-merge):
6039 * filesets.el (filesets-run-cmd):
6040 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6041 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6042 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6043 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6044 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6045 Replace empty `let's with `progn'.
6046
6047 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6048
6049 * mail/sendmail.el (send-mail-function):
6050 * tooltip.el (tooltip-mode):
6051 * simple.el (transient-mark-mode):
6052 * rfn-eshadow.el (file-name-shadow-mode):
6053 * frame.el (blink-cursor-mode):
6054 * font-core.el (global-font-lock-mode):
6055 * files.el (temporary-file-directory)
6056 (small-temporary-file-directory, auto-save-file-name-transforms):
6057 * epa-hook.el (auto-encryption-mode):
6058 * composite.el (global-auto-composition-mode):
6059 Use custom-initialize-delay.
6060 * startup.el (command-line): Don't explicitly call
6061 custom-reevaluate-setting for all the above vars.
6062 * custom.el (custom-initialize-safe-set)
6063 (custom-initialize-safe-default): Delete.
6064
6065 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6066
6067 * term/x-win.el (x-initialize-window-system):
6068 * term/w32-win.el (w32-initialize-window-system):
6069 * term/ns-win.el (ns-initialize-window-system): Don't call
6070 mouse-wheel-mode since it's enabled globally by default already.
6071
6072 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6073 actually define the variable, but only silences the byte-compiler.
6074 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6075 before looking it up.
6076 (mouse-wheel-scroll-amount): Also reset the bindings if this value
6077 is changed.
6078
6079 2009-09-12 Glenn Morris <rgm@gnu.org>
6080
6081 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6082 1000.
6083 (elint-add-required-env): Don't beep on error.
6084 (elint-forms): In case of error, return ENV unchanged.
6085 (elint-init-env): Skip non-list forms.
6086 (elint-log): Handle unknown file positions.
6087
6088 2009-09-12 Daiki Ueno <ueno@unixuser.org>
6089
6090 * epg.el (epg-make-context): Add autoload cookie.
6091 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6092 (epg-decrypt-string, epg-start-verify, epg-verify-file)
6093 (epg-verify-string, epg-start-sign, epg-sign-file)
6094 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6095 (epg-encrypt-string, epg-start-export-keys)
6096 (epg-export-keys-to-file, epg-export-keys-to-string)
6097 (epg-start-import-keys, epg-import-keys-from-file)
6098 (epg-import-keys-from-string, epg-start-receive-keys)
6099 (epg-receive-keys, epg-import-keys-from-server)
6100 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6101 (epg-sign-keys, epg-start-generate-key)
6102 (epg-generate-key-from-file, epg-generate-key-from-string):
6103 Remove autoload cookie.
6104
6105 2009-09-12 Eli Zaretskii <eliz@gnu.org>
6106
6107 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6108 reevaluation of trash-directory.
6109
6110 * mwheel.el: Fix last change.
6111 (mouse-wheel-mode): New defvar.
6112 (mouse-wheel-mode): Remove autoload cookie.
6113
6114 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * mwheel.el (mwheel-installed-bindings): New var.
6117 (mouse-wheel-mode): Use it, so as to make sure we really remove all
6118 the bindings we set last time. Use custom-initialize-delay.
6119 * loadup.el: Load mwheel after term/*-win.el.
6120 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6121 and mouse-wheel-up-event now that their first evaluation is done
6122 sufficiently late to be correct.
6123
6124 * startup.el (tutorial-directory): Make it a defcustom.
6125 Use custom-initialize-delay rather than eval-at-startup to set it.
6126 * image.el (image-load-path): Make it a defcustom.
6127 Use custom-initialize-delay rather than eval-at-startup to set it.
6128 * subr.el (eval-at-startup): Remove.
6129 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6130
6131 * subr.el (do-after-load-evaluation): Warn the user after loading an
6132 obsolete package.
6133
6134 2009-09-12 Glenn Morris <rgm@gnu.org>
6135
6136 * proced.el (proced-mark-alt): Remove alias.
6137 (proced-mode-map): Remove proced-mark-alt.
6138
6139 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6140 Elint file and directory. Remove initialization entry.
6141
6142 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6143 commands.
6144 (elint-current-buffer): Set mode-line-process.
6145 (elint-init-env): Handle define-derived-mode.
6146 Fix declare-function with unspecified arglist. Guard against odd
6147 defalias statements (eg iso-insert's 8859-1-map).
6148 (elint-add-required-env): Use a temp buffer.
6149 (elint-form): Just print the function/macro name, not the whole form.
6150 Return env unchanged if we fail to parse a macro.
6151 (elint-forms): Guard against parse errors.
6152 (elint-output): New function, to handle batch mode.
6153 (elint-log-message): Add optional argument. Use elint-output.
6154 (elint-set-mode-line): New function.
6155
6156 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
6157
6158 * emacs-lisp/elp.el (elp-not-profilable): Add more
6159 functions (Bug#4233).
6160
6161 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
6162
6163 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6164 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6165
6166 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6167
6168 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6169 (gdb-var-list-children): Use json parsing.
6170
6171 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
6172
6173 * progmodes/js.el (js--proper-indentation): Handle the case where
6174 char-before is null. Reported by Deniz Dogan.
6175
6176 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6179
6180 2009-09-11 Daiki Ueno <ueno@unixuser.org>
6181
6182 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6183 (epg-digest-algorithm-alist): Add SHA224.
6184 (epg-context-set-passphrase-callback)
6185 (epg-context-set-progress-callback): Add description about
6186 callback function.
6187
6188 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * custom.el (custom-delayed-init-variables): New var.
6191 (custom-initialize-delay): New function.
6192 * startup.el (command-line): "Re"evaluate all vars in
6193 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
6194 explicitly any more.
6195 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
6196 to avoid creating a ~/.emacs.d at build-time (bug#4347).
6197
6198 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
6199
6200 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6201
6202 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
6203 (gdb-var-update-handler): Use json parsing.
6204
6205 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6206
6207 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
6208 decode annotated text, regardless of language environment. (Bug#2741)
6209
6210 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * Makefile.in (autoloads): Make rmail.el writable as well.
6213
6214 2009-09-11 Glenn Morris <rgm@gnu.org>
6215
6216 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
6217 loaddefs.el.
6218 * dired.el: Regenerate with extracted autoloads.
6219 * Makefile.in (autoloads): Make dired.el writable.
6220
6221 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
6222 * ibuffer.el: Regenerate with extracted autoloads.
6223 * Makefile.in (autoloads): Make ibuffer.el writable.
6224
6225 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
6226 * version.el (emacs-copyright, emacs-major-version)
6227 (emacs-minor-version): Reformat doc-strings for make-docfile.
6228
6229 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
6230 functions and variables, since they must be stuff specific to some other
6231 platform.
6232 (apropos-print): Make mouse-click message less specific about button.
6233
6234 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
6235 that records where a macro was defined.
6236 * help-fns.el (describe-function-1): Mention if a function has a
6237 compiler-macro.
6238 * help-mode.el (help-function-cmacro): New button.
6239
6240 * locate.el (top-level): Always require dired.
6241 (locate-mode-map): Initialize inside the defvar.
6242
6243 * net/ange-ftp.el (dired-compress-file): Declare.
6244 (ange-ftp-dired-compress-file): Add doc string.
6245
6246 * term/ns-win.el (x-display-name, x-setup-function-keys):
6247 Unify doc-strings with X versions.
6248
6249 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * emulation/crisp.el (crisp-mode-map): Move initialization
6252 into declaration.
6253 (crisp-mode): Use define-minor-mode.
6254
6255 * progmodes/xscheme.el (xscheme-evaluation-commands):
6256 Put a :advertised-binding property rather than using
6257 advertised-xscheme-send-previous-expression.
6258 (advertised-xscheme-send-previous-expression): Declare obsolete.
6259 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
6260 `advertised-undo'.
6261 (crisp-mode): Add corresponding bindings to
6262 undo's :advertised-binding instead.
6263 * dired.el (dired-mode-map): Put a :advertised-binding property rather
6264 than using dired-advertised-find-file.
6265 (dired-advertised-find-file):
6266 * simple.el (advertised-undo):
6267 * wid-edit.el (advertised-widget-backward): Declare obsolete.
6268 (widget-keymap): Put a :advertised-binding property rather
6269 than using advertised-widget-backward.
6270 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
6271 than using advertised-undo.
6272 * tutorial.el (tutorial--default-keys): Adjust accordingly.
6273
6274 2009-09-10 Simon South <ssouth@slowcomputing.org>
6275
6276 * progmodes/delphi.el (delphi-tab): Indent region when Transient
6277 Mark mode is enabled and region is active; otherwise indent or
6278 insert TAB as usual.
6279 (delphi-mode): Update description of TAB-key binding.
6280
6281 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * subr.el (define-key-rebound-commands): Mark obsolete.
6284 * startup.el (precompute-menubar-bindings): Remove.
6285 (normal-top-level): Remove obsolete code that tried to precompute
6286 menubar bindings.
6287 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
6288 define-key-rebound-commands and precompute-menubar-bindings.
6289
6290 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
6291
6292 * net/imap.el (imap-interactive-login): Better messages.
6293 (imap-open): Fix bug with renamed buffer on reconnect.
6294 (imap-authenticate): Add buffer-local imap-last-authenticator variable
6295 for easier debugging and cleaner code. On successful (guessed based on
6296 server capabilities) secondary authentication, set imap-state
6297 correctly.
6298 (imap-last-authenticator): Define imap-last-authenticator as a variable
6299 to avoid warnings.
6300
6301 2009-09-10 Glenn Morris <rgm@gnu.org>
6302
6303 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
6304
6305 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
6306 (byte-compile-file-form-autoload): Don't warn about unknown functions
6307 where the autoload statement comes after the use.
6308 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
6309 that any handlers inside the body (eg require) are in turn respected.
6310
6311 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
6312 effects.
6313
6314 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
6315 and syntax and abbrev tables basic docs, if they don't have any.
6316
6317 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
6318
6319 * international/mule-cmds.el (top-level): Require cl when compiling.
6320 (view-hello-file): Use default-value rather than
6321 default-enable-multibyte-characters.
6322
6323 * progmodes/fortran.el: Move all safe and risky properties into the
6324 defcustoms.
6325
6326 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
6327 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
6328 * mail/undigest.el:
6329 Put autoloads in rmail.el rather than loaddefs.el.
6330 * mail/rmail.el: Regenerate with extracted autoloads.
6331
6332 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
6333 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
6334
6335 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
6336
6337 Reported in thread for Bug#4375.
6338 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
6339 "-data-evaluate-expression" instead of print.
6340 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
6341 (gdb-tooltip-print): Parse output from above MI command.
6342 (gdb): Revert 2009-08-11 change. User should detach inferior
6343 manually.
6344
6345 Remove the word "separate" from IO functions as inferior
6346 output is now never displayed in the GUD buffer.
6347
6348 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
6349
6350 * startup.el (command-line-normalize-file-name): On Windows and
6351 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
6352
6353 2009-09-10 Juri Linkov <juri@jurta.org>
6354
6355 * isearch.el (isearch-text-char-description): Propertize escape
6356 character sequences with the `escape-glyph' face. (Bug#4344)
6357
6358 * simple.el (shell-command): Set asynchronous process filter to
6359 `comint-output-filter'. (Bug#4343)
6360
6361 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
6362 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
6363 the list. Move "asm" to the bottom.
6364 (grep-find-ignored-directories): Add `choice' with nil value
6365 to empty the list easily.
6366 (grep-find-ignored-files): New option.
6367 (grep-files-history): Set to nil by default instead of '("ch" "el").
6368 (grep-compute-defaults): Add "<X>" to `grep-template'.
6369 (grep-read-files): Bind new local variables `default-alias' and
6370 `default-extension'. Use a list of default values for the file prompt.
6371 (lgrep): Add `--exclude=' command line options composed from
6372 `grep-find-ignored-files'.
6373 (rgrep): Add `-name' command line options composed from
6374 `grep-find-ignored-files'. (Bug#4301)
6375
6376 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
6379 (bug#4368).
6380
6381 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6382
6383 * calendar/time-date.el (autoload):
6384 Expand define-obsolete-function-alias into defalias and make-obsolete
6385 for old Emacsen that Gnus supports.
6386 (with-no-warnings): Define it for old Emacsen.
6387 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6388 is available.
6389 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6390 float-time is available; suppress compile warning for time-to-seconds.
6391
6392 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
6393
6394 * net/imap.el (imap-message-map): Docstring fix.
6395
6396 2009-09-09 Glenn Morris <rgm@gnu.org>
6397
6398 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
6399 line numbers too. (Bug#4374)
6400
6401 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * smerge-mode.el (smerge-remove-props, smerge-refine):
6404 Use with-silent-modifications (bug#4342).
6405
6406 * subr.el (with-silent-modifications): New macro.
6407
6408 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
6409
6410 * files.el (top-level): Require `cl' when compiling.
6411
6412 2009-09-07 Glenn Morris <rgm@gnu.org>
6413
6414 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
6415
6416 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
6417 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
6418
6419 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
6420
6421 * vc-git.el (vc-git-annotate-command): Use separator to parse
6422 arguments correctly.
6423
6424 2009-09-06 Eli Zaretskii <eliz@gnu.org>
6425
6426 * proced.el (proced-mode): Doc fix.
6427
6428 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
6429
6430 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
6431 lstat fails.
6432 (tramp-do-file-attributes-with-ls): Check for file existence at
6433 remote end.
6434 (tramp-do-file-attributes-with-stat): Likewise.
6435 (tramp-convert-file-attributes): Return nil when attr is nil.
6436
6437 2009-09-05 Glenn Morris <rgm@gnu.org>
6438
6439 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
6440 properties to this button.
6441 (diary-fancy-display): Don't extend the button to the final newline.
6442 (diary-fancy-display-mode): Continue to define "q" as a local key.
6443
6444 * calendar/cal-china.el (holiday-chinese): Make it slightly more
6445 efficient.
6446
6447 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
6448
6449 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
6450 (byte-compile-dest-file-function): New option.
6451 (byte-compile-dest-file): Doc fix.
6452 Obey byte-compile-dest-file-function.
6453 (byte-compile-cl-file-p): New function.
6454 (byte-compile-eval): Only suppress noruntime warnings about cl functions
6455 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
6456 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
6457 than for file being previously loaded.
6458 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
6459 (byte-compile-file-form-require): Handle the case where requiring a file
6460 indirectly causes CL to be loaded.
6461
6462 2009-09-05 Karl Fogel <kfogel@red-bean.com>
6463
6464 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
6465 before killing the old buffer, since by the time `kill-buffer' is
6466 run so many buffer variables have been set to nil that it may not
6467 behave as expected. (Bug#4061)
6468
6469 2009-09-05 Karl Fogel <kfogel@red-bean.com>
6470
6471 * files.el (find-alternate-file): If the old buffer is modified
6472 and visiting a file, behave similarly to `kill-buffer' when
6473 killing it, thus reverting to the pre-1.878 behavior; see
6474 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
6475 for discussion. Also, consult `buffer-file-name' as a variable
6476 not as a function, for consistency with the rest of the code.
6477
6478 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
6479
6480 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6481 also when adding a new directory.
6482
6483 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
6484 defun.
6485
6486 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6487
6488 * files.el (locate-file-completion-table): Make it provide boundary
6489 information, so partial-completion works better.
6490
6491 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
6492
6493 * mail/footnote.el (Footnote-text-under-cursor):
6494 Check footnote-text-marker-alist before using it (bug#4324).
6495
6496 2009-09-04 Glenn Morris <rgm@gnu.org>
6497
6498 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6499 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6500 * play/solitaire.el, play/tetris.el:
6501 Remove leading * from defcustom and defface docs.
6502
6503 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6504 necessary.
6505 (diary-fancy-overriding-map): New variable.
6506 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
6507 Use view-mode.
6508
6509 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6510 goto-line.
6511
6512 2009-09-03 Glenn Morris <rgm@gnu.org>
6513
6514 * arc-mode.el (archive-mode):
6515 * dos-fns.el (set-default-process-coding-system):
6516 * man.el (Man-getpage-in-background):
6517 * menu-bar.el (menu-bar-describe-menu):
6518 * server.el (server-process-filter):
6519 * startup.el (command-line):
6520 * tar-mode.el (tar-header-block-tokenize, tar-extract):
6521 * w32-fns.el (set-default-process-coding-system):
6522 * x-dnd.el (x-dnd-handle-file-name):
6523 * international/mule-cmds.el (mule-menu-keymap)
6524 (set-default-coding-systems, language-info-alist, set-language-info)
6525 (set-language-environment, standard-display-european-internal)
6526 (set-locale-environment):
6527 * international/mule-diag.el (mule-diag):
6528 * mail/emacsbug.el (report-emacs-bug):
6529 * mail/rmail.el (rmail-mode):
6530 * mail/sendmail.el (mail-setup):
6531 Use default-value rather than default-enable-multibyte-characters.
6532
6533 * progmodes/f90.el: Move all safe properties into the defcustoms.
6534 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6535
6536 * calendar/appt.el (appt-check):
6537 * calendar/diary-lib.el (diary-set-header, diary-live-p)
6538 (diary-check-diary-file, diary-list-entries)
6539 (diary-include-other-diary-files, diary-simple-display)
6540 (diary-fancy-display, diary-print-entries)
6541 (diary-mark-included-diary-files, diary-make-entry):
6542 Don't call substitute-in-file-name on diary-file.
6543
6544 2009-09-03 Eduard Wiebe <usenet@pusto.de>
6545 Stefan Monnier <monnier@iro.umontreal.ca>
6546
6547 * mail/footnote.el (footnote-prefix): Make it a defcustom.
6548 (footnote-mode-map): Move initialization into the declaration.
6549 (footnote-minor-mode-map): Define it rather than changing global-map.
6550 (footnote-mode): Use define-minor-mode.
6551
6552 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
6553
6554 * net/tramp.el (tramp-handle-file-attributes-with-ls)
6555 (tramp-do-file-attributes-with-perl)
6556 (tramp-do-file-attributes-with-stat): Rename from
6557 `tramp-handle-file-attributes-with-*'.
6558 (tramp-handle-file-attributes): Use them.
6559 (tramp-do-directory-files-and-attributes-with-perl)
6560 (tramp-do-directory-files-and-attributes-with-stat): Rename from
6561 `tramp-handle-directory-files-and-attributes-with-*'.
6562 (tramp-handle-directory-files-and-attributes): Use them.
6563 (tramp-method-out-of-band-p): Additional parameter SIZE.
6564 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6565 (tramp-handle-write-region): Use it.
6566 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
6567 (tramp-handle-vc-registered): Check, whether the first run did
6568 return files to be tested.
6569 (tramp-advice-make-auto-save-file-name): Do not call directly
6570 `tramp-handle-make-auto-save-file-name', because this would bypass
6571 the locking mechanism.
6572
6573 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
6574 (file-remote-p, process-file, start-file-process, set-file-times)
6575 (tramp-compat-file-attributes): Compatibility functions shall not
6576 call directly `tramp-handle-*', because this would bypass the
6577 locking mechanism.
6578 (tramp-compat-number-sequence): New defun.
6579
6580 2009-09-02 Glenn Morris <rgm@gnu.org>
6581
6582 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6583 alias for float-time.
6584 (time-to-number-of-days): In Emacs, use float-time.
6585 * net/newst-backend.el (time-add): Suppress warnings from compat
6586 function.
6587 * time.el (emacs-uptime, emacs-init-time):
6588 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6589 Use float-time rather than time-to-seconds.
6590
6591 * minibuffer.el (completion-initials-expand): Fix typo.
6592
6593 * faces.el (modeline, modeline-inactive, modeline-highlight)
6594 (modeline-buffer-id):
6595 * info.el (info-menu-5): Mark these face aliases as obsolete.
6596
6597 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
6598
6599 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6600 space ...
6601 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6602 no "--thread" option.
6603 (gdb-stopped): Don't print "Switched to thread" message when it is
6604 unchanged.
6605
6606 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * minibuffer.el (completion-try-completion)
6609 (completion-all-completions): Remove ill-defined (and
6610 mistakenly installed and luckily never used nor documented)
6611 `completion-styles' property.
6612 (completion-initials-expand, completion-initials-all-completions)
6613 (completion-initials-try-completion): New functions.
6614 (completion-styles-alist): Add doc to each entry.
6615 Add new `initials' entry.
6616
6617 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
6618
6619 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6620 MI command -var-evaluate-expression.
6621 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6622 and tweak for case of string child.
6623 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6624
6625 2009-09-01 Glenn Morris <rgm@gnu.org>
6626
6627 * add-log.el (change-log-date-face, change-log-name-face)
6628 (change-log-email-face, change-log-file-face, change-log-list-face)
6629 (change-log-conditionals-face, change-log-function-face)
6630 (change-log-acknowledgement-face):
6631 * cus-edit.el (custom-invalid-face, custom-rogue-face)
6632 (custom-modified-face, custom-set-face, custom-changed-face)
6633 (custom-saved-face, custom-button-face, custom-button-pressed-face)
6634 (custom-documentation-face, custom-state-face, custom-comment-face)
6635 (custom-comment-tag-face, custom-variable-tag-face)
6636 (custom-variable-button-face, custom-face-tag-face)
6637 (custom-group-tag-face-1, custom-group-tag-face):
6638 * diff-mode.el (diff-header-face, diff-file-header-face)
6639 (diff-index-face, diff-hunk-header-face, diff-removed-face)
6640 (diff-added-face, diff-changed-face, diff-function-face)
6641 (diff-context-face, diff-nonexistent-face):
6642 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6643 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6644 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6645 (Info-title-4-face):
6646 * isearch.el (isearch-lazy-highlight-face):
6647 * log-view.el (log-view-file-face, log-view-message-face):
6648 * paren.el (show-paren-match-face, show-paren-mismatch-face):
6649 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6650 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6651 (cvs-msg-face):
6652 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6653 (smerge-base-face, smerge-markers-face):
6654 * wid-edit.el (widget-documentation-face, widget-button-face)
6655 (widget-field-face, widget-single-line-field-face)
6656 (widget-inactive-face, widget-button-pressed-face):
6657 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6658 (woman-addition-face):
6659 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6660 (eshell-ls-executable-face, eshell-ls-readonly-face)
6661 (eshell-ls-unreadable-face, eshell-ls-special-face)
6662 (eshell-ls-missing-face, eshell-ls-archive-face)
6663 (eshell-ls-backup-face, eshell-ls-product-face)
6664 (eshell-ls-clutter-face):
6665 * eshell/em-prompt.el (eshell-prompt-face):
6666 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
6667 * obsolete/old-whitespace.el (whitespace-highlight-face):
6668 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6669 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6670 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6671 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6672 (antlr-font-lock-literal-face):
6673 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6674 (ebrowse-root-class-face, ebrowse-file-name-face)
6675 (ebrowse-default-face, ebrowse-member-attribute-face)
6676 (ebrowse-member-class-face, ebrowse-progress-face):
6677 * progmodes/make-mode.el (makefile-space-face):
6678 * progmodes/sh-script.el (sh-heredoc-face):
6679 * textmodes/flyspell.el (flyspell-incorrect-face)
6680 (flyspell-duplicate-face):
6681 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
6682 * textmodes/texinfo.el (texinfo-heading-face):
6683 Mark face aliases with "-face" suffix as obsolete.
6684
6685 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6686 compiler.
6687
6688 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6689 (eudc-bob-sound-menu): Use defvar rather than defconst, since
6690 easy-menu-define wants to modify these.
6691
6692 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6693
6694 * net/browse-url.el (browse-url-file-url):
6695 * term/internal.el (dos-codepage-setup):
6696 Use default-value rather than default-enable-multibyte-characters.
6697
6698 * progmodes/etags.el (etags-goto-tag-location):
6699 * progmodes/flymake.el (flymake-highlight-line)
6700 (flymake-goto-file-and-line, flymake-goto-line):
6701 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6702 (gdb-goto-breakpoint):
6703 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6704 * progmodes/python.el (python-find-function)
6705 (python-pdbtrack-track-stack-file):
6706 * progmodes/verilog-mode.el (verilog-surelint-off):
6707 * term/ns-win.el (ns-open-file-select-line):
6708 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6709 Use forward-line rather than goto-line.
6710
6711 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6712 * textmodes/reftex-index.el (reftex-display-index):
6713 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6714 * textmodes/reftex-toc.el (reftex-toc):
6715 Remove unnecessary bindings of default-major-mode (all are followed by
6716 major-mode check and possible mode switch).
6717
6718 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6721 Handle watchpoints (bug#4282).
6722 (def-gdb-thread-buffer-command): Enable thread to be selected by
6723 clicking without selecting threads buffer first.
6724 (gdb-current-context-command): Use selected frame so that "up",
6725 "down" etc work in the GUD buffer.
6726 (gdb-update): Find selected frame before rendering stack buffer.
6727 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6728
6729 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * progmodes/sym-comp.el (displayed-completions): Remove.
6732 (symbol-complete): Use minibuffer-complete.
6733
6734 2009-08-31 Glenn Morris <rgm@gnu.org>
6735
6736 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6737
6738 * apropos.el (apropos-symbols-internal):
6739 Handle (obsolete) face aliases.
6740
6741 * faces.el (describe-face): Adjust the output format to be more like
6742 describe-variable, and to mention (obsolete) face aliases.
6743 Adjust the whitespace so that help-setup-xref works.
6744
6745 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6746 * calendar/diary-lib.el (diary-button-face):
6747 Mark these face aliases as obsolete.
6748
6749 * calendar/calendar.el (calendar-today): Doc fix.
6750
6751 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
6752
6753 * progmodes/gdb-mi.el (gdb-control-all-threads)
6754 (gdb-control-current-thread): Force tool bar update.
6755 (gdb-non-stop-handler): New function.
6756 (gdb-init-1): Use it to test if non-stop mode is supported.
6757 Remove unused gdbmi buffer type.
6758
6759 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6760
6761 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6762 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6763
6764 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
6765
6766 * comint.el (comint-exec-1): Check command is non-null first.
6767 Part of gdb-mi.el change (2009-08-28).
6768
6769 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6772
6773 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6776 instead of `dolist' to avoid a recursive require when bootstrapping.
6777
6778 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6781
6782 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6783
6784 * net/imap.el (imap-send-command): Simplify.
6785 (imap-wait-for-tag): point-max -> buffer-size.
6786
6787 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6788
6789 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6790 with constant argument.
6791
6792 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6793
6794 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6795
6796 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6797 Change default, since most of our files don't have a history.
6798 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6799 the user.
6800
6801 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6802 Add comint-run.
6803
6804 * calc/calc.el: Improve commenting convention.
6805 (calc-digit-map, toplevel): Simplify.
6806
6807 * comint.el (comint-insert-input): Be careful to only set point if we
6808 don't delegate to some other command.
6809
6810 * proced.el (proced-signal-list): Make it an alist.
6811 (proced-grammar-alist): Capitalize names.
6812 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6813 Disable undo manually and make it read-only.
6814 Use completion-annotate-function.
6815
6816 * minibuffer.el (minibuffer-message): If the current buffer is not
6817 a minibuffer, insert the message in the echo area rather than at the
6818 end of the buffer.
6819 (completion-annotate-function): New variable.
6820 (minibuffer-completion-help): Use it.
6821 (completion--embedded-envvar-table): Environment vars are
6822 always case-sensitive.
6823
6824 2009-08-30 Glenn Morris <rgm@gnu.org>
6825
6826 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6827 from fortran-current-defun.
6828 (fortran-beginning-of-subprogram): Be more precise about finding the
6829 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
6830 (fortran-end-of-subprogram): Simplify.
6831 (fortran-current-defun): Use fortran-start-prog-re.
6832
6833 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * subr.el (do-after-load-evaluation): Simplify.
6836
6837 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6838
6839 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6840
6841 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
6842 (vc-rcs-print-log): Use it.
6843
6844 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6845
6846 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * paths.el (abbrev-file-name): Move to abbrev.el.
6849 * abbrev.el (abbrev-file-name): Move from paths.el.
6850 Obey user-emacs-directory.
6851 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6852 user-emacs-directory.
6853 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6854 abbrev-file-name and calc-settings-file any more.
6855 * startup.el (command-line): Recompute abbrev-file-name and
6856 abbreviated-home-dir.
6857 (normal-no-mouse-startup-screen): Improve the generic code and get rid
6858 of the special code for when C-h bindings haven't been changed.
6859 (display-startup-echo-area-message): Use with-current-buffer.
6860 (command-line-1): Use a list of strings, rather than a list of lists
6861 of strings for longopts.
6862
6863 * files.el (get-free-disk-space): Use / for default-directory.
6864
6865 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6866 Use with-current-buffer.
6867
6868 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6869 Recognize immutable variables like most-positive-fixnum.
6870 (byte-compile-setq-default): Check and warn if trying to assign
6871 to an immutable variable, or a non-variable.
6872
6873 * progmodes/cc-vars.el (c-comment-continuation-stars):
6874 * progmodes/cc-engine.el (c-looking-at-bos):
6875 * progmodes/cc-cmds.el (c-toggle-auto-state)
6876 (c-forward-into-nomenclature, c-backward-into-nomenclature)
6877 (c-comment-line-break-function): Add version of obsolescence.
6878
6879 2009-08-28 Juri Linkov <juri@jurta.org>
6880
6881 * files.el (magic-fallback-mode-alist): Add ZIP magic number
6882 associated with `archive-mode'.
6883
6884 * image.el (image-type-header-regexps): Use only JPEG magic number
6885 to determine JPEG images, and don't use `image-jpeg-p' because
6886 Emacs can display non-JFIF non-Exif JPEG images.
6887
6888 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
6889
6890 * arc-mode.el (archive-mode):
6891 * emacs-lisp/re-builder.el (re-builder-unload-function):
6892 Protect against the default value of `major-mode' being nil.
6893
6894 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
6895
6896 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6897 Fix typos in docstrings.
6898
6899 * progmodes/js.el (js--macro-decl-re): Doc fix.
6900 (js--plain-method-re, js--split-name): Refloc docstring.
6901 (js--class-styles, js--make-merged-item, js--splice-into-items):
6902 Fix typos in docstrings; reflow docstrings.
6903 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6904 (js--variable-decl-matcher, js--inside-pitem-p)
6905 (js--parse-state-at-point, js--get-all-known-symbols)
6906 (js--symbol-history, js-find-symbol, js--js-references)
6907 (js--moz-interactor, js--js-encode-value, js--read-tab):
6908 Fix typos in docstrings.
6909
6910 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * textmodes/reftex.el (reftex-get-file-buffer-force):
6913 * progmodes/verilog-mode.el (verilog-batch-execute-func):
6914 * emulation/viper.el (viper-go-away, viper-set-hooks):
6915 * emacs-lisp/re-builder.el (re-builder-unload-function):
6916 * emacs-lisp/bytecomp.el (byte-compile-file):
6917 * ses.el (ses-unload-function):
6918 * hexl.el (hexl-find-file):
6919 * files.el (normal-mode):
6920 * ehelp.el (with-electric-help):
6921 * autoinsert.el (auto-insert-alist):
6922 * arc-mode.el (archive-mode):
6923 Use (default-value 'major-mode) instead of default-major-mode.
6924
6925 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6926 * international/mule.el (load-with-code-conversion):
6927 * emacs-lisp/debug.el (debug):
6928 * ediff-vers.el (ediff-rcs-get-output-buffer):
6929 * dired.el (dired-internal-noselect): Don't let-bind
6930 default-major-mode around code that doesn't use it.
6931 E.g. buffer creation via get-buffer-create doesn't use it.
6932
6933 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
6934
6935 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6936 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6937 when writing the temp file. Otherwise, epa-file gets confused.
6938 (tramp-register-file-name-handlers): Make it a defun. Move also
6939 `epa-file-handler' to the front of `file-name-handler-alist'.
6940
6941 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6944 start right after a ^M.
6945 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6946 (tramp-completion-file-name-regexp-separate)
6947 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6948 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6949 Don't modify last-coding-system-used by accident.
6950 (tramp-completion-file-name-handler): Apply the checks here,
6951 instead during registration.
6952 (tramp-register-file-name-handlers) Renamed from
6953 `tramp-register-file-name-handler'. Register both
6954 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6955 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
6956
6957 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
6958
6959 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6960 Remove variable ...
6961 (gdb-init-1, gdb-display-separate-io-buffer)
6962 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6963 references to it.
6964 (gdb-inferior-io-mode): Use make-comint-in-buffer.
6965 (gdb-inferior-filter): Use comint-output-filter to stop
6966 echoing and remove ^M characters.
6967
6968 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * emulation/viper-init.el (viper-restore-cursor-type):
6971 * emulation/cua-base.el (cua--update-indications):
6972 Replace default-cursor-type with (default-value 'cursor-type).
6973
6974 * mail/sendmail.el (mail-recover-1):
6975 * international/mule-diag.el (describe-current-coding-system-briefly)
6976 (describe-current-coding-system):
6977 * international/mule-cmds.el (select-safe-coding-system)
6978 (select-message-coding-system)
6979 (set-language-environment-coding-systems, set-locale-environment):
6980 * hexl.el (hexl-insert-multibyte-char):
6981 * dos-w32.el (find-buffer-file-type-coding-system):
6982 * simple.el (what-cursor-position):
6983 Replace uses of default-buffer-file-coding-system
6984 with (default-value 'buffer-file-coding-system).
6985
6986 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6987 Replace uses of default-cursor-in-non-selected-windows
6988 with (default-value 'cursor-in-non-selected-windows).
6989 Use with-current-buffer.
6990
6991 * mail/feedmail.el: Use CL macros.
6992 (feedmail-run-the-queue, feedmail-send-it-immediately):
6993 * dos-w32.el (find-buffer-file-type): Replace uses of
6994 default-buffer-file-type with (default-value 'buffer-file-type).
6995
6996 2009-08-28 Glenn Morris <rgm@gnu.org>
6997
6998 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6999 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7000 Use default-value of major-mode rather than default-major-mode.
7001
7002 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * Makefile.in (update-elcfiles): Report left over elc files.
7005
7006 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7007 expand-file-name and with-current-buffer.
7008 (mail-get-names, mail-directory): Use with-current-buffer.
7009
7010 * vc.el (vc-read-revision): New function.
7011 (vc-version-diff, vc-merge): Use it.
7012
7013 2009-08-27 Sam Steingold <sds@gnu.org>
7014
7015 * simple.el (kill-do-not-save-duplicates): New user option.
7016 (kill-new): When it is non-nil, and the new string is the same as
7017 the latest kill, set replace to t to avoid duplicates in kill-ring.
7018
7019 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
7020
7021 * net/tramp.el (tramp-handle-process-file): Do not flush all
7022 caches when `process-file-side-effects' is set.
7023 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7024 instead of `tramp-find-file-exists-command'.
7025 Unset `process-file-side-effects'.
7026
7027 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
7028
7029 * net/tramp.el (tramp-methods): New method "rsyncc".
7030 (top): Add completion function for "rsyncc".
7031 (tramp-message-show-message): New defvar.
7032 (tramp-message, tramp-error): Use it.
7033 (tramp-do-copy-or-rename-file-directly): Extend check for direct
7034 remote copying.
7035 (tramp-do-copy-or-rename-file-out-of-band): Handle new
7036 `tramp-methods' entry `copy-env' of "rsyncc".
7037 (tramp-vc-registered-read-file-names): New defconst.
7038 (tramp-vc-registered-file-names): New defvar.
7039 (tramp-handle-vc-registered): Implement optimization strategy.
7040 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7041 (tramp-vc-file-name-handler): New defun.
7042 (tramp-get-ls-command, tramp-get-test-command)
7043 (tramp-get-file-exists-command, tramp-get-remote-ln)
7044 (tramp-get-remote-perl, tramp-get-remote-stat)
7045 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7046
7047 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7048 (tramp-cache-inhibit-cache): Extend doc string. It allows also
7049 timestamps.
7050 (tramp-get-file-property): Check for timestamps in
7051 `tramp-cache-inhibit-cache'.
7052 (tramp-set-file-property): Write timestamp.
7053
7054 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7055
7056 * language/japan-util.el (japanese-symbol-table): Add entries for
7057 cp932-2-byte.
7058
7059 * international/characters.el: Add category `j' to cp932-2-byte.
7060
7061 2009-08-27 Kenichi Handa <handa@m17n.org>
7062
7063 * international/fontset.el (build-default-fontset-data): New macro.
7064 (setup-default-fontset): Use build-default-fontset-data for CJK,
7065 tibetan, ethiopic, and ipa.
7066
7067 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * cus-start.el (default-major-mode): Customize `major-mode' instead.
7070 (enable-multibyte-characters): Not customizable any more.
7071
7072 * subr.el (default-mode-line-format, default-header-line-format)
7073 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7074 (default-direction-reversed, default-truncate-lines)
7075 (default-left-margin, default-tab-width, default-case-fold-search)
7076 (default-left-margin-width, default-right-margin-width)
7077 (default-left-fringe-width, default-right-fringe-width)
7078 (default-fringes-outside-margins, default-scroll-bar-width)
7079 (default-vertical-scroll-bar, default-indicate-empty-lines)
7080 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7081 (default-fringe-cursor-alist, default-scroll-up-aggressively)
7082 (default-scroll-down-aggressively, default-fill-column)
7083 (default-cursor-type, default-buffer-file-type)
7084 (default-cursor-in-non-selected-windows)
7085 (default-buffer-file-coding-system, default-major-mode)
7086 (default-enable-multibyte-characters): Mark as obsolete.
7087
7088 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
7089
7090 * vc-dir.el (vc-dir-update): Remove debug helper.
7091
7092 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7093
7094 2009-08-26 Sam Steingold <sds@gnu.org>
7095
7096 * simple.el (save-interprogram-paste-before-kill): New user option.
7097 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7098 save the interprogram-paste into kill-ring before overriding it
7099 with the Emacs kill.
7100
7101 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7102
7103 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7104 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7105 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7106 and move to vc-rcs.el.
7107 (vc-default-next-revision): Rename to vc-rcs-next-revision and
7108 move to vc-rcs.el.
7109 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7110 (vc-rcs-update-changelog): Remove.
7111 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7112 and move to vc-rcs.el.
7113
7114 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7115 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7116 renaming.
7117 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7118 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7119 vc.el, renamed to be RCS specific.
7120
7121 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7122 New functions.
7123 (vc-cvs-update-changelog): Move here from vc.el.
7124
7125 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7126 New functions.
7127
7128 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7131
7132 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7133
7134 * vc-git.el (vc-git-register): Use "git add" for directories.
7135 (vc-git-stash, vc-git-stash-show): New functions.
7136 (vc-git-extra-menu-map): Bind them.
7137
7138 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7139 directory correctly in case the item is a directory itself.
7140
7141 * vc.el: Document the desired behavior for reverted files in the
7142 `added' state.
7143 (vc-default-prettify-state-info): Remove function, unused.
7144
7145 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
7146
7147 2009-08-26 Glenn Morris <rgm@gnu.org>
7148
7149 * bindings.el (standard-mode-line-format): Reposition dashes in
7150 which-func entry. (Bug#4217)
7151
7152 * files.el (enable-local-variables, enable-local-eval)
7153 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7154 the defcustoms.
7155 (auto-mode-alist, ignored-local-variables)
7156 (save-some-buffers-action-alist): Move risky declarations to the
7157 definitions.
7158 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7159 (font-lock-defaults, format-alist, imenu--index-alist)
7160 (imenu-generic-expression, input-method-alist, minor-mode-alist)
7161 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7162 (mode-line-modified, mode-line-mule-info, mode-line-position)
7163 (mode-line-process, mode-line-remote, outline-level)
7164 (parse-time-rules, rmail-output-file-alist)
7165 (special-display-buffer-names, vc-mode):
7166 Move risky declarations to the relevant files.
7167 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7168 (mode-line-modified, mode-line-process, mode-line-position)
7169 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7170 * font-core.el (font-lock-defaults):
7171 * format.el (format-alist):
7172 * vc-hooks.el (vc-mode):
7173 * window.el (special-display-buffer-names):
7174 * international/mule-cmds.el (input-method-alist):
7175 Define riskiness here (dumped file) rather than in files.el.
7176 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7177 * imenu.el (imenu-generic-expression, imenu--index-alist):
7178 * outline.el (outline-level):
7179 * time.el (display-time-string):
7180 * calendar/parse-time.el (parse-time-rules):
7181 * mail/rmailout.el (rmail-output-file-alist):
7182 Autoload riskiness here, rather than placing in files.el.
7183
7184 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
7185
7186 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7187
7188 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7189
7190 * simple.el (process-file-side-effects): New defvar.
7191
7192 * dired-aux.el (dired-show-file-type):
7193 * vc.el (vc-diff-internal):
7194 * vc-arch.el (vc-arch-diff):
7195 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
7196 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
7197 * vc-git.el (vc-git-registered, vc-git-working-revision)
7198 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
7199 (vc-git--empty-db-p):
7200 * vc-hooks.el (vc-user-login-name):
7201 * vc-svn.el (vc-svn-registered, vc-svn-state)
7202 (vc-svn-dir-extra-headers, vc-svn-find-revision):
7203 * progmodes/grep.el (grep-probe): Let-bind
7204 `process-file-side-effects' with nil.
7205
7206 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
7207
7208 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
7209 daemon. Replace ping by checking for running service for bluez
7210 and zeroconf. (Bug#4239)
7211
7212 2009-08-25 Kevin Ryde <user42@zip.com.au>
7213
7214 * net/dig.el (dig): Add autoload cookie.
7215
7216 2009-08-25 Glenn Morris <rgm@gnu.org>
7217
7218 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
7219 load-history for absolute file-names.
7220 (byte-compile-file-form-require): Warn about use of the cl package.
7221
7222 * format.el (format-alist): Doc fix.
7223
7224 * play/bubbles.el (top-level): Don't require cl at run-time.
7225
7226 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
7227 run-time cl).
7228
7229 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
7230
7231 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
7232 from cl package.
7233 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
7234
7235 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
7236
7237 * calc/calc-alg.el (math-trig-rewrite)
7238 (math-hyperbolic-trig-rewrite): New functions.
7239 (calc-simplify): Simplify trig functions when asked.
7240
7241 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * diff-mode.el (diff-find-source-location): Avoid goto-line.
7244
7245 2009-08-24 Kenichi Handa <handa@m17n.org>
7246
7247 * language/ind-util.el (mapthread): Delete it.
7248 (combinatorial): New function.
7249 (indian--puthash-cv): Use combinatorial instead of mapthread.
7250
7251 2009-08-22 Kevin Ryde <user42@zip.com.au>
7252
7253 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
7254 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
7255 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
7256 Clarify docstring that the value is strings not symbols.
7257 (checkdoc-list-of-strings-p): New function.
7258
7259 2009-08-22 Glenn Morris <rgm@gnu.org>
7260
7261 * files.el (auto-mode-alist):
7262 * hippie-exp.el (he-concat-directory-file-name):
7263 * lpr.el (lpr-windows-system, printer-name):
7264 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
7265 * ps-print.el (ps-windows-system):
7266 * startup.el (command-line):
7267 * emulation/viper-ex.el (viper-glob-function):
7268 * international/mule-cmds.el (set-language-environment-coding-systems):
7269 * net/ange-ftp.el (ange-ftp-write-region):
7270 * obsolete/fast-lock.el (fast-lock-cache-name):
7271 Remove code for defunct system-types emx, macos, mswindows, next-mach,
7272 unisoft-unix, vax-vms, win32, w32.
7273
7274 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
7275 given name if the pattern is not more specific.
7276
7277 * calendar/lunar.el (lunar-phase-names): New option.
7278 (lunar-phase): Doc fix.
7279 (lunar-cycles-per-year): New constant.
7280 (lunar-index): New function.
7281 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
7282 (lunar-phase-name): Use lunar-phase-names.
7283 (calendar-lunar-phases): Use format.
7284 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
7285
7286 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
7287 Copy imenu-example--name-and-position function here for own use.
7288 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
7289
7290 * bs.el (bs--redisplay):
7291 * cus-edit.el (custom-redraw):
7292 * ibuffer.el (ibuffer-bury-buffer):
7293 * server.el (server-goto-line-column):
7294 * startup.el (command-line-1):
7295 * strokes.el (strokes-xpm-for-stroke):
7296 * term.el (term-display-buffer-line):
7297 * view.el (View-goto-line):
7298 * calc/calc.el (calc-do, calc-trail-buffer):
7299 * play/gamegrid.el (gamegrid-add-score-insecure):
7300 * progmodes/ada-mode.el (ada-compile-goto-error):
7301 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
7302 (ebrowse-select-1st-to-9nth):
7303 * progmodes/cperl-mode.el (cperl-time-fontification):
7304 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
7305 * progmodes/gud.el (gud-display-line):
7306 (idlwave-shell-display-line):
7307 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
7308 * progmodes/make-mode.el (makefile-browser-toggle):
7309 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
7310 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
7311 * textmodes/picture.el (picture-draw-rectangle):
7312 * textmodes/reftex-index.el (reftex-index-goto-letter):
7313 (reftex-select-jump-to-previous):
7314 * textmodes/reftex-sel.el (reftex-find-start-point)
7315 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
7316 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
7317 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
7318 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7319 * textmodes/two-column.el (2C-associated-buffer):
7320 Use forward-line rather than goto-line.
7321
7322 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
7323 goto-line.
7324
7325 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
7326 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
7327 (quick-check-list-to-regexp): Declare.
7328
7329 * progmodes/make-mode.el (makefile-browser-insert-selection):
7330 Use goto-char rather than goto-line.
7331
7332 * progmodes/prolog.el (compilation-error-regexp-alist)
7333 (compilation-forget-errors): Declare.
7334
7335 2009-08-22 Juri Linkov <juri@jurta.org>
7336
7337 * progmodes/grep.el (lgrep, rgrep): At the beginning
7338 set `dir' to `default-directory' unless `dir' is a non-nil
7339 readable directory. (Bug#4052)
7340 (lgrep, rgrep): Change a weird way to report an error
7341 from using `read-string' to using `error'.
7342 Instead of using interactive arguments in the function body,
7343 add new argument `confirm'.
7344
7345 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * textmodes/remember.el (remember-buffer):
7348 * progmodes/cperl-mode.el (cperl-vc-header-alist):
7349 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
7350 (icalendar-extract-ical-from-buffer):
7351 * net/newst-treeview.el (newsticker-groups-filename):
7352 * net/newst-backend.el (newsticker-cache-filename):
7353 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
7354 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
7355 (speedbar-add-ignored-path-regexp, speedbar-line-path)
7356 (speedbar-buffers-line-path, speedbar-path-line)
7357 (speedbar-buffers-line-path):
7358 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
7359 (epg-sign-keys):
7360 * epa.el (epa-display-verify-result):
7361 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
7362
7363 2009-08-21 Glenn Morris <rgm@gnu.org>
7364
7365 * progmodes/js.el (inferior-moz-process): Fix declaration.
7366
7367 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
7368
7369 * obsolete/rnewspost.el (news-mail-reply):
7370 Use goto-char rather than goto-line.
7371
7372 * term/ns-win.el (ns-open-file-select-line):
7373 Use line-beginning-position rather than goto-line.
7374
7375 * apropos.el (apropos-command):
7376 * ehelp.el (electric-helpify):
7377 * printing.el (pr-show-setup):
7378 * strokes.el (strokes-help):
7379 * tutorial.el (tutorial--describe-nonstandard-key)
7380 (tutorial--detailed-help):
7381 * woman.el (woman-mini-help, woman-display-extended-fonts):
7382 * calc/calc-help.el (calc-describe-key):
7383 * emulation/edt.el (edt-electric-helpify):
7384 * international/mule-diag.el (mule-diag):
7385 * play/yow.el (apropos-zippy):
7386 * progmodes/python.el (python-describe-symbol):
7387 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
7388 * textmodes/table.el (*table--cell-describe-mode)
7389 (*table--cell-describe-bindings):
7390 Use help-print-return-message rather than the now obsolete alias.
7391
7392 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
7393 (calendar-cursor-to-visible-date):
7394 * play/5x5.el (5x5-position-cursor):
7395 * play/decipher.el (decipher):
7396 * play/gomoku.el (gomoku-goto-xy):
7397 * play/landmark.el (lm-goto-xy):
7398 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
7399 (mpuz-paint-digit):
7400 Use forward-line, not goto-line.
7401
7402 * mail/rmail.el (rmail-obsolete): Delete custom group.
7403 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
7404 (rmail-remote-password, rmail-remote-password-required):
7405 Remove unneeded :set-after and :set properties.
7406
7407 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
7408
7409 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
7410
7411 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
7412
7413 * loadup.el: Remove leftover macos code.
7414
7415 * vc-git.el (vc-git-annotate-command): Run asynchronously.
7416 Explicitly pass the date format to git blame so that user local
7417 so that the output format can be parsed.
7418
7419 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
7420
7421 * net/dbus.el (top): Don't check for (getenv
7422 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
7423
7424 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
7425
7426 * log-edit.el (log-edit-strip-single-file-name): New var.
7427 (log-edit-insert-changelog): Use it. Bug#3571
7428
7429 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * subr.el (read-passwd): Use read-key so keypad keys work as well.
7432 Bug#3287
7433
7434 * help.el (help-print-return-message): Rename from
7435 print-help-return-message.
7436
7437 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
7438 cvs-mode-map parent hack.
7439 (log-view-mode): Derive from special-mode.
7440
7441 * linum.el (linum-mode): window-size-change-functions is redundant.
7442 Adapt to new window-configuration-change-hook behavior.
7443 (linum-after-size, linum-after-config): Remove.
7444
7445 * imenu.el (imenu-example--name-and-position)
7446 (imenu-example--lisp-extract-index-name)
7447 (imenu-example--create-lisp-index, imenu-example--create-c-index):
7448 Mark as obsolete.
7449
7450 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
7451 (inferior-prolog-mode): Use it.
7452 (inferior-prolog-load-file): Reset list of errors.
7453
7454 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7455
7456 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
7457
7458 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
7459
7460 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
7461
7462 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
7463 is running already.
7464
7465 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * subr.el (listify-key-sequence-1): Use normal syntax since those
7468 integers are nowadays always represented by the same (positive) number
7469 on all platforms.
7470 (read-key-empty-map): New const.
7471 (read-key-delay): New var.
7472 (read-key): New function.
7473 (force-mode-line-update): Use with-current-buffer.
7474 (locate-user-emacs-file): Don't forget to abbreviate the file name.
7475 (start-process-shell-command, start-file-process-shell-command):
7476 Discourage the use of command-args.
7477
7478 2009-08-19 Glenn Morris <rgm@gnu.org>
7479
7480 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7481
7482 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * simple.el (choose-completion-string): Don't rely on
7485 minibuffer-completing-file-name and ad-hoc checks to decide whether
7486 to continue completion or not.
7487
7488 * minibuffer.el (minibuffer-hide-completions): New function.
7489 (completion--do-completion): Use it.
7490 (completions-annotations): New face.
7491 (completion--insert-strings): Use it.
7492 (completion-pcm--delim-wild-regex): Add docstring.
7493 (completion-pcm--string->pattern): Add support for 0-width delimiters
7494 in completion-pcm--delim-wild-regex.
7495
7496 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7499 Remove unused var `buffer-modified-p'.
7500
7501 * minibuffer.el (completion--do-completion): Move point for the #b001
7502 case as well (bug#4176).
7503 (minibuffer-complete, minibuffer-complete-word): Don't move point.
7504
7505 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
7506
7507 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
7508 and :session buses.
7509
7510 2009-08-18 Kenichi Handa <handa@m17n.org>
7511
7512 * international/ucs-normalize.el (ucs-normalize-version):
7513 Change to 1.1.
7514 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7515 (utf-8-hfs): Make it perform normalization on encoding too.
7516
7517 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
7518 (sentence-end-without-space): Delete duplicated chars.
7519 (sentence-end-base): Likewise.
7520
7521 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
7522 (html-mode): Delete duplicated chars from sentence-end-base.
7523
7524 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
7525 (texinfo-mode): Delete duplicated chars from sentence-end-base.
7526
7527 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
7528
7529 * files.el (hack-one-local-variable): If the mode function is for
7530 a minor mode, pass it an argument (Bug#4148).
7531
7532 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
7533
7534 * net/tramp.el (tramp-register-completion-file-name-handler):
7535 Check also for (member 'partial-completion completion-styles).
7536
7537 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7538
7539 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7540 abbrev (Bug#3943).
7541
7542 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
7543
7544 * progmodes/cperl-mode.el: Merge upstream 6.2.
7545 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7546 (cperl-forward-re): Check cperl-brace-recursing.
7547 (cperl-highlight-charclass): New function.
7548 (cperl-find-pods-heres): Use it.
7549 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7550 (cperl-beautify-regexp-piece): Fix column calculation.
7551 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
7552 (cperl-beautify-level): Don't process entire regexp.
7553 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7554 calling man.
7555 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7556 (cperl-init-faces): Build a list in the normal way.
7557
7558 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7559
7560 * calendar/parse-time.el (parse-time-string-chars): Save match
7561 data.
7562
7563 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7566 (sql-product): Use it.
7567 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7568 (sql-set-product): Add completion.
7569 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7570 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7571 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7572 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7573 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7574 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7575 (sql-highlight-db2-keywords): Remove.
7576 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7577 (sql-highlight-product): Use derived-mode-p.
7578 (sql-set-sqli-buffer): Use with-current-buffer.
7579 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7580 Simplify.
7581
7582 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7583
7584 * term.el: Fix commenting convention, turn comments into docstrings.
7585
7586 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7587
7588 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7589
7590 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
7591
7592 * calendar/parse-time.el (parse-time-string-chars): Compute using
7593 character classes, to handle non-ascii characters (Bug#3190).
7594
7595 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7596
7597 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7598 another heredoc if the user adds another < (Bug#3226).
7599
7600 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7601 Don't initialize based on window-system (Bug#4124).
7602
7603 * facemenu.el (facemenu-read-color): Use a completion function
7604 that accepts any defined color, such as RGB triplets (Bug#3677).
7605
7606 * files.el (get-free-disk-space): Change fallback default
7607 directory to /. Expand DIR argument before switching to fallback.
7608 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7609
7610 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * files.el (load-library): Doc fix.
7613
7614 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
7615
7616 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7617 (viper-if-string): Redefine C-s in the minibuffer to insert the last
7618 incremental search string.
7619
7620 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7621 XEmacs.
7622
7623 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7624 (ediff-merge-region-is-non-clash)
7625 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
7626 Also check if the job is really a merge job.
7627
7628 * ediff.el (ediff-current-file): New function.
7629
7630 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7631
7632 * progmodes/js.el: Edit docstrings throughout to follow Emacs
7633 conventions.
7634 (js-insert-and-indent): Delete function.
7635 (js-mode-map): Don't bind keys to js-insert-and-indent.
7636 (js-beginning-of-defun): Rename from js--beginning-of-defun.
7637 (js-end-of-defun): Rename from js--end-of-defun.
7638 (js-auto-indent-flag): Delete variable.
7639
7640 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
7641
7642 * progmodes/js.el: Remove proclaim statement.
7643 Defvar which-func-imenu-joiner-function to silence compiler.
7644
7645 * files.el (auto-mode-alist): Use js-mode for .js files.
7646
7647 * progmodes/js2-mode.el: Remove file.
7648
7649 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7650
7651 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7652
7653 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7654
7655 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7656 Karl Landstrom <karl.landstrom@brgeight.se>
7657
7658 * progmodes/js.el: New file.
7659
7660 2009-08-14 Mark A. Hershberger <mah@everybody.org>
7661
7662 * timezone.el (timezone-parse-date): Add ability to understand ISO
7663 basic format (minimal separators) dates in addition to the
7664 already-supported extended format dates.
7665
7666 2009-08-14 Eli Zaretskii <eliz@gnu.org>
7667
7668 * international/ucs-normalize.el: Add a `coding' file variable.
7669
7670 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7671
7672 2009-08-14 Sam Steingold <sds@gnu.org>
7673
7674 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7675
7676 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
7677
7678 * faces.el (help-argument-name): Define it here instead of
7679 help-fns.el, because in daemon mode help-fns.el may be loaded when
7680 faces are still uninitialized (Bug#1078).
7681
7682 * help-fns.el (help-argument-name): Move defface to faces.el.
7683
7684 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
7685
7686 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7687 create buffer with a pty but no process so that GDB can make the
7688 inferior the controlling process.
7689
7690 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
7691
7692 * international/ucs-normalize.el: New file.
7693
7694 2009-08-13 Richard Stallman <rms@gnu.org>
7695
7696 * mail/rmail.el (rmail-get-attr-names):
7697 Accept an attribute header that is too short.
7698
7699 * mail/rmail.el (rmail-forget-messages):
7700 Ignore nil elt in rmail-message-vector. Use dotimes.
7701
7702 * progmodes/compile.el (compilation-goto-locus):
7703 Use next-error-move-function.
7704
7705 * simple.el (next-error-move-function): New variable.
7706
7707 2009-08-12 Juri Linkov <juri@jurta.org>
7708
7709 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7710 always non-nil. (Bug#4052)
7711
7712 * replace.el (read-regexp): Return empty string when
7713 `default-value' is nil.
7714 (keep-lines-read-args): Don't use empty string as the
7715 default value for `read-regexp'. (Bug#2495)
7716
7717 2009-08-12 Juri Linkov <juri@jurta.org>
7718
7719 * international/mule-cmds.el (ucs-insert): Change arguments
7720 from `arg' to `character', `count', `inherit' to be the same
7721 as in `insert-char'. Doc fix. (Bug#4039)
7722
7723 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7724
7725 2009-08-12 Juri Linkov <juri@jurta.org>
7726
7727 * files-x.el: New file.
7728
7729 * files.el: Move code that deals with adding/deleting
7730 file/directory-local variables to files-x.el.
7731
7732 * Makefile.in (ELCFILES): Add files-x.elc.
7733
7734 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
7735
7736 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7737 to use `goto-line'.
7738 (gdb-place-breakpoints, gdb-get-location): Rewritten without
7739 `goto-line'.
7740 (gdb-invalidate-disassembly): Do not refresh upon receiving
7741 'update signal. Instead, update all disassembly buffers only after
7742 threads list.
7743 (gdb): Send -target-detach when buffer is killed (Bug#3794).
7744 (gdb-starting): Moved -data-list-register-names...
7745 (gdb-stopped): ...here so it's sent when first thread stops.
7746 (gdb-registers-handler-custom): Do nothing if register names are
7747 unknown yet.
7748
7749 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7750 from `gdb-mi.el' to avoid extra tangling.
7751
7752 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7753 change which breaks `gud-def' definitions used in `gdb'.
7754 (gdb-update-gud-running): No extra fuss for updating frame number.
7755
7756 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7759 (describe-language-environment-map, setup-language-environment-map)
7760 (set-coding-system-map): Move initialization into declaration.
7761 (set-language-info-alist): Last arg to define-key-after can be skipped.
7762
7763 * international/quail.el (quail-completion-1): Simplify.
7764 (quail-define-rules): Use slightly more compact code.
7765 (quail-insert-decode-map): Propertize keys, compact columns.
7766
7767 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7768 Add goto-line.
7769
7770 2009-08-10 Miles Bader <miles@gnu.org>
7771
7772 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7773 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7774 (js2-instance-member, js2-private-member, js2-private-function-call)
7775 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7776 (js2-magic-paren, js2-external-variable):
7777 Remove "-face" suffix from face names.
7778 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7779 (js2-highlight-undeclared-vars, js2-peek-token)
7780 (js2-parse-function-params, js2-mode-show-errors)
7781 (js2-mode-show-warnings, js2-make-magic-delimiter)
7782 (js2-mode-highlight-magic-parens): Update to use new face names.
7783
7784 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
7785
7786 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7787 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
7788
7789 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
7790
7791 * subr.el: Provide hashtable-print-readable.
7792
7793 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7794 hs-c-like-adjust-block-beginning.
7795 (hs-hide-block-at-point): Stop hiding at the beginning of
7796 hs-block-end-regexp (Bug#700).
7797
7798 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
7799
7800 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7801 a macro.
7802 (gdb-registers-handler-custom): Do not fail when register names
7803 are unavailable.
7804
7805 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7806
7807 * progmodes/gdb-mi.el (gdb-control-all-threads)
7808 (gdb-control-current-thread): Interactive setters for
7809 `gdb-gud-control-all-threads' to use in menu.
7810 (gdb-show-run-p): Show «Go» when process is not active.
7811 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
7812 gud/thread.xpm and gud/all.xpm.
7813
7814 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
7815
7816 * net/net-utils.el (net-utils-font-lock-keywords): New var.
7817 (nslookup-font-lock-keywords): Make it a variable.
7818 (net-utils-mode): New mode for viewing diagnostic network output.
7819 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7820 (net-utils-run-simple): New function.
7821 (ifconfig, iwconfig, netstat, arp, route): Use it.
7822
7823 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7824
7825 * progmodes/gdb-mi.el (gdb-read-memory-custom)
7826 (gdb-memory-set-address, def-gdb-set-positive-number)
7827 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7828 after changing settings.
7829 (gdb-invalidate-disassembly): Update when first shown.
7830 (gdb-edit-locals-value): Fixed.
7831 (gdb-registers-handler-custom): Print registers in right order and
7832 allow changing register values (only for current thread yet).
7833 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7834 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7835 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7836 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7837 info in mode name.
7838 (gdb-registers-mode-map): TAB to switch to locals.
7839
7840 2009-08-08 Eli Zaretskii <eliz@gnu.org>
7841
7842 * mail/rmail.el (rmail-add-mbox-headers)
7843 (rmail-set-message-counters-counter): Search for
7844 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
7845
7846 2009-08-08 Glenn Morris <rgm@gnu.org>
7847
7848 * Makefile.in (ELCFILES): Update.
7849
7850 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7851
7852 * mail/sendmail.el (mail-yank-original): Set
7853 buffer-file-coding-system from the one used by the message whose
7854 text is yanked.
7855
7856 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7857 to "windows" when "pgnuplot" is used.
7858 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7859 call accept-process-output if "pgnuplot" is used.
7860 (calc-graph-init): Don't send -display and -geometry to
7861 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
7862 running "pgnuplot -V" with shell-command-to-string.
7863
7864 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7865 the default.
7866
7867 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7868
7869 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7870 org/org-latex.elc.
7871
7872 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7873
7874 * vc-dispatcher.el (vc-resynch-window): Update comment.
7875
7876 * term.el (term-handle-ansi-escape): Add comments with the
7877 terminfo capabilities implemented.
7878
7879 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
7880
7881 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7882 (gdb-var-create-handler): Rewritten using JSON parser.
7883 (gdb-propertize-header): Moved earlier.
7884 (gdb-set-header): Removed to avoid duplication.
7885 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7886 Refresh disassembly buffers only after threads list have been
7887 update.
7888 (gdb-threads-header, gdb-registers-header): Per-buffer header line
7889 variables.
7890
7891 2009-08-04 Juri Linkov <juri@jurta.org>
7892
7893 * files.el: Commands to add/delete file/directory-local variables.
7894 (read-file-local-variable, read-file-local-variable-value)
7895 (read-file-local-variable-mode, modify-file-local-variable)
7896 (modify-file-local-variable-prop-line)
7897 (modify-dir-local-variable): New functions.
7898 (add-file-local-variable, delete-file-local-variable)
7899 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7900 (add-dir-local-variable, delete-dir-local-variable)
7901 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7902 (copy-dir-locals-to-file-locals-prop-line): New commands.
7903
7904 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
7905
7906 * abbrev.el (insert-abbrev-table-description): Prettify output.
7907 Suggested by Karl Chen.
7908
7909 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
7910
7911 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7912 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7913 (gdb-overlay-arrow-position, gdb-thread-position)
7914 (gdb-disassembly-position): Declare variables.
7915 (gdb-wait-for-pending): Function now.
7916 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7917 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7918 compilation goes smoothly.
7919 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7920 (gdb-non-stop-setting): New customization setting which replaces
7921 `gdb-non-stop' so changing it doesn't break active GDB session.
7922 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7923 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7924 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7925 (gdb-show-threads-by-default): New customization options.
7926 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7927 routines.
7928 (gdb-get-buffer-create): Send buffers update signal when they are
7929 created.
7930 (gdb-invalidate-locals, gdb-invalidate-registers)
7931 (gdb-invalidate-breakpoints)
7932 (gdb-invalidate-threads, gdb-invalidate-disassembly)
7933 (gdb-invalidate-memory): Accept update signal.
7934 (gdb-current-context-command): Use --frame option.
7935 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7936 Implement `gdb-frame-number' selection logic.
7937 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7938 whether to show GUD toolbar buttons.
7939 (gdb-thread-exited): Unselect current thread when it exits.
7940 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7941 (gdb-mark-line): Routine which sets overlay arrow or inverses
7942 video on fringeless displays.
7943 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7944 to build aligned columns of data in GDB buffers and set text
7945 properties line-by-line.
7946 (gdb-invalidate-breakpoints)
7947 (gdb-breakpoints-list-handler-custom)
7948 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7949 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7950 (gdb-registers-handler-custom): Align data columns.
7951 (gdb-locals-handler-custom): Now prints data like in variable
7952 declarations.
7953 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7954 Removed confusing buttons.
7955 (gdb-invalidate-threads): Append --frame.
7956 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7957 between breakpoints/threads buffers.
7958 (gdb-set-window-buffer): Now can ignore dedicated windows.
7959 (gdb-propertize-header): Use `gdb-set-window-buffer'.
7960 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7961 (def-gdb-thread-buffer-gud-command): Replaces
7962 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7963 for fine thread control.
7964 (gdb-preempt-existing-or-display-buffer): New function used to
7965 display bound buffers without breaking window layout.
7966 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7967 (gdb-select-frame): New version of `gdb-frames-select' which now
7968 sets `gdb-frame-number' so commands may use --frame option instead
7969 of inner debugger state.
7970 (gdb-frame-handler): Do not set `gdb-frame-number'.
7971 (gdb-threads-mode-map): Select threads with mouse.
7972
7973 * progmodes/gud.el (gdb-gud-context-call): Declare function to
7974 avoid compilation warning.
7975 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7976 `gdb-show-stop-p`.
7977
7978 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7979 Argument `key' renamed to `buffer-type'.
7980 (gdb-current-context-buffer-name): Do not add thread info to
7981 buffer name when no thread is selected.
7982 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7983 command (bug 3794).
7984 (gdb-thread-selected): Handle `=thread-selected' notification.
7985 (gdb-wait-for-pending): New macro to deal with congestion problems.
7986 (gdb-breakpoints-list-handler-custom): Don't fail on pending
7987 breakpoints.
7988 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7989 This fixes problem similar to one described in bug 3947.
7990 (gud-menu-map): More menu items.
7991 (gdb-init-1): Reset `gdb-thread-number' to nil.
7992
7993 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7994 non-stop settings.
7995
7996 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7997 (gdb-current-context-command): Do not append --thread if
7998 `gdb-thread-number' is nil.
7999 (gdb-running-threads-count, gdb-stopped-threads-count): New
8000 variables.
8001 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8002 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8003 customization options.
8004 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8005 GUD commands.
8006 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8007 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8008 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8009 set `gdb-thread-number' and update `gud-running' properly.
8010 (gdb-running): Update threads list when new threads appear.
8011 (gdb-stopped): Support non-stop operation and new thread switching
8012 logic.
8013 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8014 (gdb-json-partial-output): New set of JSON routines.
8015 (def-gdb-auto-update-trigger): New `signal-list' optional
8016 argument.
8017 (gdb-thread-list-handler-custom): Update `gud-running',
8018 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8019 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8020 (gdb-continue-thread, gdb-step-thread): New commands for fine
8021 thread execution control.
8022 (gud-menu-map): New menu items to switch non-stop options.
8023 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8024 (gdb-send): Mimic RET properly (bug 3794).
8025
8026 * progmodes/gdb-mi.el (gdb-rules-name-maker)
8027 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8028 gdb-buffer-rules.
8029 (def-gdb-auto-update-handler): New nopreserve optional argument.
8030 (gdb-stack-list-frames-custom): Print stack from top to bottom.
8031
8032 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8033 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8034 (gdb-parent-mode): New mode to derive other GDB modes from.
8035 (gdb-display-disassembly-for-thread)
8036 (gdb-frame-disassembly-for-thread): New commands for threads
8037 buffer.
8038
8039 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8040 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8041 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8042 (gdb-update): We now store all GDB buffers in a list so that they
8043 can be updated by traversing a list instead of calling invalidate
8044 triggers explicitly.
8045 (def-gdb-trigger-and-handler): New macro to define trigger-handler
8046 pair for GDB buffer.
8047 (gdb-stack-buffer-name): Add thread information.
8048 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8049 handle pending triggers.
8050 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8051 (def-gdb-thread-buffer-simple-command)
8052 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8053 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8054 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8055 New commands which show buffers bound to thread.
8056 (gdb-stack-list-locals-regexp): Removed unused regexp.
8057
8058 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8059 (gdb-locals-buffer-name, gdb-registers-buffer-name)
8060 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8061 to (gud-comint-buffer) in *-buffer-name functions
8062 because (gdb-get-target-string) already does that.
8063 (gdb-locals-handler-custom, gdb-registers-handler-custom)
8064 (gdb-changed-registers-handler): Rewritten without regexps.
8065
8066 * progmodes/gdb-mi.el: Basic thread selection support.
8067 (gdb-thread-number): New variable.
8068 (gdb-current-context-command): New macro which adds --thread
8069 option to command.
8070 (gdb-threads-mode-map): Select thread with SPC.
8071 (gdb-thread-list-handler-custom): Mark current thread with overlay
8072 arrow. Synchronize GDB thread and Emacs thread.
8073 (gdb-select-thread): New command which selects current thread.
8074 (gdb-invalidate-frames, gdb-invalidate-locals)
8075 (gdb-invalidate-registers): Use --thread option.
8076
8077 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
8078
8079 * net/tramp.el (top): Make check for tramp-gvfs loading more
8080 robust. (Bug#3977)
8081 (tramp-handle-insert-file-contents): `unwind-protect' must be
8082 inside `with-parsed-tramp-file-name'.
8083
8084 * net/tramp-gvfs.el (top): Remove superfluous message when loading
8085 fails.
8086
8087 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
8088
8089 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8090 directory if CLASSPATH is not set.
8091
8092 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
8093
8094 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8095 New defconst.
8096 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
8097
8098 2009-08-02 Kevin Ryde <user42@zip.com.au>
8099
8100 * net/newst-backend.el (newsticker--raw-url-list-defaults):
8101 Update freshmeat link. Delete newsforge.com as it seems gone.
8102
8103 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8104
8105 * select.el (x-set-selection): Doc fix (Bug#4021).
8106
8107 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8108
8109 * help-fns.el (describe-variable): Treat list return values from
8110 dir-locals-find-file properly (Bug#4005).
8111
8112 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
8113
8114 * net/tramp.el (tramp-debug-message): Print also microseconds.
8115
8116 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
8117
8118 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8119 or END is non-nil.
8120 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8121 (tramp-get-debug-buffer): Change `outline-regexp' according to new
8122 format.
8123
8124 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
8125 (tramp-get-file-property): Use it.
8126
8127 * autorevert.el (auto-revert-handler): Allow
8128 `auto-revert-tail-mode' for remote files.
8129
8130 2009-08-02 Jason Rumney <jasonr@gnu.org>
8131
8132 * minibuffer.el (read-file-name): Treat confirm options to
8133 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
8134
8135 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8136
8137 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8138 (font-lock-variable-name-face, font-lock-constant-face): Darken
8139 the colors for light backgrounds.
8140
8141 2009-08-01 Eli Zaretskii <eliz@gnu.org>
8142
8143 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8144 month names. (Bug#3987)
8145
8146 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
8147
8148 * simple.el (line-move-finish): Pass whole number to
8149 line-move-to-column.
8150 (line-move-visual): Perform hscroll to the recorded position.
8151
8152 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
8153
8154 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8155
8156 2009-07-29 Alan Mackenzie <acm@muc.de>
8157
8158 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8159
8160 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
8161
8162 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8163 (gdb-place-breakpoints): Use full path when setting breakpoints.
8164
8165 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8166
8167 * calc/calc.el (calc-mode-map): Add keybinding for
8168 `calc-transpose-lines'.
8169
8170 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
8171
8172 * calc/calc-misc.el (calc-transpose-lines): New function.
8173
8174 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
8175
8176 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8177 Simplify check for out-of-band methods.
8178 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8179 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
8180
8181 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8182
8183 * vc-git.el (vc-git-checkin): Fix typo.
8184
8185 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
8186
8187 * progmodes/js2-mode.el: New file.
8188
8189 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
8190
8191 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8192 (gud-menu-map): Adjust tooltip accordingly.
8193
8194 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8195
8196 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
8197 (vc-bzr-log-view-mode): Adjust log-view-file-re.
8198
8199 * add-log.el (change-log-mode-map): Add a menu.
8200
8201 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
8202
8203 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8204 function returns nil.
8205 (dbus-handle-event): Handle special return value :ignore.
8206 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
8207
8208 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * view.el (view-mode-enable): Don't define Helper-return-blurb if
8211 it's not needed.
8212
8213 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8214
8215 Fix Bug#3888:
8216
8217 * w32-vars.el (x-select-enable-clipboard): Doc fix.
8218
8219 * term/pc-win.el (x-display-name, x-colors)
8220 (x-select-enable-clipboard, x-select-text): Doc fix.
8221
8222 * term/common-win.el (x-display-name, x-colors): Doc fix.
8223
8224 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
8225 (xw-defined-colors): Doc fix.
8226
8227 * w32-fns.el (x-select-text, x-setup-function-keys)
8228 (x-get-selection, x-set-selection): Doc fix.
8229
8230 * term/x-win.el (x-select-text, x-setup-function-keys)
8231 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
8232
8233 * select.el (x-set-selection): Doc fix.
8234
8235 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
8236
8237 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
8238 instead of "IsNSSSupportAvailable". Avahi ought to work also when
8239 "IsNSSSupportAvailable" method is not available. Reported by
8240 Steve Youngs <steve@sxemacs.org>.
8241
8242 2009-07-24 Kenichi Handa <handa@m17n.org>
8243
8244 * international/characters.el: Fix setting of category ?C, ?|, ?K,
8245 and ?H. Fix setting of case for Latin Extended and Greek Extended.
8246 (build-unicode-category-table): Fix range checks.
8247
8248 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8249
8250 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
8251 the buffer we try to sync is current when calling
8252 vc-resynch-buffer.
8253
8254 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
8255 not show up to date files.
8256
8257 2009-07-24 Glenn Morris <rgm@gnu.org>
8258
8259 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
8260 Add autoload cookies. If necessary, initialize.
8261 (elint-log): Handle non-file buffers.
8262 (elint-initialize): Add optional argument to reinitialize.
8263 (elint-find-builtin-variables): Save excursion.
8264
8265 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8266
8267 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8268 for Lint.
8269
8270 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8271
8272 * vc.el (vc-print-log-internal): New function, split out from ...
8273 (vc-print-log): ... here.
8274 (vc-dir-move-to-goal-column): Declare.
8275
8276 * vc-git.el (vc-git-add-signoff): New variable.
8277 (vc-git-checkin): Use it.
8278 (vc-git-toggle-signoff): New function.
8279 (vc-git-extra-menu-map): Bind it to menu.
8280 (vc-git--run-command-string): Accept a nil FILE argument.
8281 (vc-git-stash-list): New function.
8282 (vc-git-dir-extra-headers): Use it.
8283
8284 2009-07-23 Glenn Morris <rgm@gnu.org>
8285
8286 * help-fns.el (describe-variable): Describe ignored and risky local
8287 variables in a similar way to that in which we describe safe ones.
8288
8289 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
8290 (byte-compile-output-file-form, byte-compile-output-docform)
8291 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
8292 Give some more local variables with common names a "bytecomp-" prefix,
8293 so as not to shadow things during compilation.
8294 * emacs-lisp/cl-macs.el (load-time-value)
8295 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
8296 `outbuffer' to `bytecomp-outbuffer'.
8297
8298 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
8299 since the next two variables cover them automatically now.
8300 (elint-builtin-variables, elint-autoloaded-variables): New.
8301 (elint-unknown-builtin-args): Remove all members, since they can be
8302 parsed automatically now.
8303 (elint-extra-errors): New.
8304 (elint-env-add-env, elint-env-add-macro): Use cadr.
8305 (elint-current-buffer): Use or. Change final message.
8306 (elint-get-top-forms): Use line-end-position.
8307 (elint-init-env): Use cadr. Handle autoload, declare-function,
8308 and defalias.
8309 (elint-add-required-env): Doc fix. Use or. Standardize error.
8310 (regexp-assoc): Remove unused function.
8311 (elint-top-form): Set elint-current-pos, to record the start of the
8312 top-level form, for compilation-mode.
8313 (elint-form): Trap errors in macro expansion. Use dolist.
8314 (elint-unbound-variable): Use elint-builtin-variables and
8315 elint-autoloaded-variables.
8316 (elint-get-args): Use cadr, or.
8317 (elint-check-cond-form): Use dolist, cadr.
8318 (elint-check-condition-case-form): Doc fix. Use cadr.
8319 Use elint-extra-errors.
8320 (elint-log): New function.
8321 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
8322 Distinguish errors and warnings.
8323 (elint-log-message): Use with-current-buffer. Inhibit read-only.
8324 Use a bytecomp-style format.
8325 (elint-clear-log): Preserve default-directory. Inhibit read-only.
8326 (elint-get-log-buffer): Use compilation mode. Disable undo.
8327 Don't truncate lines.
8328 (elint-initialize): Set builtin and autoloaded variable lists.
8329 Only process elint-unknown-builtin-args if non-nil.
8330 (elint-find-builtin-variables, elint-find-autoloaded-variables):
8331 New functions.
8332 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
8333
8334 2009-07-22 Kevin Ryde <user42@zip.com.au>
8335
8336 * net/newst-backend.el (newsticker--parse-atom-1.0)
8337 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8338 (newsticker--parse-rss-1.0):
8339 * progmodes/idlwave.el (idlwave-mode):
8340 * progmodes/idlw-shell.el (idlwave-shell-mode):
8341 * progmodes/vera-mode.el (vera-mode):
8342 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
8343 * progmodes/vhdl-mode.el (vhdl-mode):
8344 * textmodes/table.el (table-generate-source)
8345 (table--warn-incompatibility):
8346 Hyperlink urls in docstrings with URL `...'.
8347
8348 2009-07-22 Glenn Morris <rgm@gnu.org>
8349
8350 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
8351 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
8352 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
8353 Remove leading * from defcustom docs.
8354
8355 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
8356
8357 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
8358 defcustom doc.
8359 (list-load-path-shadows): Optionally, just return shadows as a string.
8360
8361 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
8362
8363 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8364
8365 * mail/rmailedit.el (rmail-edit-mode): Use
8366 auto-save-include-big-deletions.
8367
8368 * mail/rmail.el (rmail-variables): Use
8369 auto-save-include-big-deletions.
8370
8371 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
8372 changes.
8373
8374 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8375
8376 * calc/calc.el (calc-undo-length): New variable.
8377 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
8378
8379 2009-07-21 Richard Stallman <rms@gnu.org>
8380
8381 * files.el (auto-save-mode): Handle buffer-save-size = -2
8382 for toggling mode.
8383
8384 2009-07-21 Glenn Morris <rgm@gnu.org>
8385
8386 * textmodes/ispell.el (ispell-looking-back): Update declaration.
8387
8388 * calendar/todo-mode.el (calendar-current-date): Update declaration.
8389
8390 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
8391 silence compiler. Instead...
8392 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
8393 (ps-print-ensure-fontified): Update for above function name changes.
8394
8395 * printing.el (pr-mh-get-msg-num, pr-mh-show)
8396 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
8397 silence compiler. Instead...
8398 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
8399 (mh-show-buffer): Only define for compiler.
8400 (pr-mh-current-message): Update for above function name changes.
8401
8402 * files.el (abort-if-file-too-large): Explicitly pass `filename'
8403 as an argument.
8404 (find-file-noselect, insert-file-1): Update for above change.
8405
8406 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
8407
8408 * mail/mailclient.el (mailclient-send-it): Fix message.
8409
8410 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
8411 (edebug-eval): Check cl-debug-env is bound.
8412 (print-level, print-circle): Don't redefine built-in variables.
8413
8414 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
8415 (custom-print-vectors): Remove old comments from doc.
8416
8417 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
8418 (emerge-version): Make the variable an obsolete alias for the
8419 emacs-version variable. Make the function obsolete.
8420 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
8421 Emerge options, rather than merging in into the main Options menu.
8422 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
8423 and auto advance modes. Disable edit/fast items when not relevant.
8424
8425 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8426
8427 * term/vt420.el (terminal-init-vt420): Fix typo.
8428
8429 2009-07-20 Sam Steingold <sds@gnu.org>
8430
8431 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
8432 variable (removed from compile.el on 2004-03-11).
8433
8434 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
8435
8436 * files.el (hack-local-variables-filter): Fix last change.
8437
8438 2009-07-19 Juri Linkov <juri@jurta.org>
8439
8440 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
8441 (dir-local-variables-alist): New buffer-local variable.
8442 (hack-local-variables-filter): If variable is not dir-local,
8443 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
8444 because file-local overrides dir-local.
8445 (c-postprocess-file-styles)<declare-function>:
8446 Remove obsolete declaration.
8447 (hack-dir-local-variables): Add dir-local variable/value pair to
8448 `dir-local-variables-alist' and remove duplicates. Doc fix.
8449
8450 * help-fns.el (describe-variable): Add information about
8451 file-local and dir-local variables.
8452
8453 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * files.el (hack-local-variables-filter): Rewrite.
8456
8457 2009-07-19 Glenn Morris <rgm@gnu.org>
8458
8459 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
8460 Silence compiler by only defining on XEmacs.
8461
8462 * international/mule.el (auto-coding-regexp-alist): Only match
8463 BABYL... at the start of buffer, not of lines. (Bug#3790)
8464
8465 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
8466 non-calendar buffers (Bug#3862). Restore "not on a date" message.
8467 (cal-menu-context-mouse-menu): Doc fix.
8468
8469 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
8470
8471 * simple.el (mail-user-agent): Doc fix. Set :version tag.
8472
8473 2009-07-18 Juri Linkov <juri@jurta.org>
8474
8475 * info.el: Virtual Info keyword finder.
8476 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
8477 (Info-finder-file): New variable.
8478 (Info-finder-find-file): New function.
8479 (finder-known-keywords, finder-package-info)
8480 (find-library-name, lm-commentary): Use defvar and
8481 declare-function to silence compiler warnings.
8482 (Info-finder-find-node): New function.
8483 (info-finder): New command.
8484
8485 * subr.el (process-kill-buffer-query-function): New function.
8486 (add-hook)<kill-buffer-query-functions>: Add hook
8487 `process-kill-buffer-query-function'.
8488
8489 2009-07-18 Alan Mackenzie <acm@muc.de>
8490
8491 * progmodes/cc-mode.el (c-before-hack-hook)
8492 (c-postprocess-file-styles): Give invocation of `c-set-style'
8493 DONT-OVERRIDE parameter of t. Already set style variables will
8494 thus not be overridden by style settings given by `c-file-syle'.
8495
8496 * files.el (hack-local-variables-filter): Remove entries with
8497 duplicate keys from `file-local-variables-alist'.
8498
8499 2009-07-18 Eli Zaretskii <eliz@gnu.org>
8500
8501 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8502 x-set-selection if display-selections-p returns nil for the
8503 current frame.
8504
8505 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
8506
8507 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8508
8509 2009-07-18 Eli Zaretskii <eliz@gnu.org>
8510
8511 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
8512 Accept nil in addition to a regexp.
8513 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
8514 Accept nil in addition to a regexp.
8515 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
8516 buffers that have an associated file. Handle nil values of
8517 desktop-buffers-not-to-save and desktop-files-not-to-save.
8518 (Bug#3833)
8519
8520 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8521 (x-disown-selection-internal): New functions.
8522
8523 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
8524
8525 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8526 warning.
8527 (gdb-breakpoints-header): Move forward to avoid compiler warning.
8528 (gdb-make-header-line-mouse-map): Remove duplicate definition.
8529
8530 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
8531
8532 * simple.el (set-mark): Revert last change.
8533
8534 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
8535
8536 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8537 rendering of pngs is not possible instead of messaging a long
8538 description.
8539
8540 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
8541
8542 * w32-fns.el (x-selection-owner-p): New function.
8543
8544 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
8545 (mouse-yank-at-click, mouse-yank-primary): If
8546 select-active-regions is non-nil, deactivate the mark before
8547 insertion.
8548
8549 * simple.el (deactivate-mark, set-mark): Only save selection if we
8550 own it.
8551
8552 2009-07-17 Kenichi Handa <handa@m17n.org>
8553
8554 * case-table.el (describe-buffer-case-table): Fix for the case
8555 that KEY is a cons.
8556
8557 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8558
8559 * vc-rcs.el (vc-rcs-find-file-hook):
8560 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8561
8562 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
8563
8564 * net/tramp.el (tramp-wait-for-output): Handle the case when
8565 commands do not return a newline but a null byte before the shell
8566 prompt. (Bug#3858)
8567
8568 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8569
8570 * term/ns-win.el (ns-set-alpha): Don't declare.
8571 (ns-set-background-alpha): Remove function.
8572
8573 2009-07-16 Kevin Ryde <user42@zip.com.au>
8574
8575 * emacs-lisp/copyright.el (copyright-update): Save match-data across
8576 y-or-n-p, for safety.
8577
8578 2009-07-16 Richard Stallman <rms@gnu.org>
8579
8580 * files.el (auto-save-mode): If buffer-saved-size is -2,
8581 don't clobber it.
8582
8583 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8584 (rmail-retry-ignored-headers): Add more uninteresting fields.
8585
8586 2009-07-15 Jari Aalto <jari.aalto@cante.net>
8587
8588 * net/rcirc.el (rcirc): Use history variables.
8589 (rcirc-server-name-history, rcirc-nick-name-history)
8590 (rcirc-server-port-history): New variables.
8591
8592 2009-07-15 Kenichi Handa <handa@m17n.org>
8593
8594 * international/mule-cmds.el (set-language-environment-charset):
8595 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8596 ignore them.
8597
8598 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8599 Delete unibyte-display.
8600
8601 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
8602
8603 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8604
8605 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
8606
8607 * simple.el (deactivate-mark): Optional argument FORCE.
8608 (set-mark): Use deactivate-mark.
8609
8610 * info.el (Info-search): No need to check transient-mark-mode
8611 before calling deactivate-mark.
8612
8613 * select.el (x-set-selection): Doc fix.
8614 (x-valid-simple-selection-p): Allow buffer values.
8615 (xselect--selection-bounds): Handle buffer values. Suggested by
8616 David De La Harpe Golden.
8617
8618 * mouse.el (mouse-set-region, mouse-drag-track): Call
8619 copy-region-as-kill before setting the mark, to let
8620 select-active-regions work.
8621
8622 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
8623
8624 * simple.el (deactivate-mark): If select-active-regions is
8625 non-nil, copy the selection data into a string.
8626 (activate-mark): If select-active-regions is non-nil, set the
8627 selection to the current buffer.
8628 (set-mark): Update selection if select-active-regions is non-nil.
8629
8630 * select.el (x-valid-simple-selection-p): Allow buffer values.
8631
8632 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8635 and more featureful message-mode.
8636
8637 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
8638
8639 * select.el (x-set-selection): Doc fix.
8640 (x-valid-simple-selection-p): Disallow selection data consisting
8641 of a list or cons of integers, since that is not used.
8642 (xselect--selection-bounds, xselect--int-to-cons): New functions.
8643 (xselect-convert-to-string, xselect-convert-to-length)
8644 (xselect-convert-to-filename, xselect-convert-to-charpos)
8645 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8646
8647 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
8648
8649 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8650 output in -break-info command (Emacs bug #3794).
8651
8652 2009-07-14 Glenn Morris <rgm@gnu.org>
8653
8654 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8655 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8656 (edebug-print-length, edebug-print-level, edebug-print-circle)
8657 (edebug-sit-for-seconds, edebug-view-outside)
8658 (edebug-bounce-point, edebug-set-global-break-condition)
8659 (edebug-Go-nonstop-mode, edebug-trace-mode)
8660 (edebug-Trace-fast-mode, edebug-continue-mode)
8661 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8662 (edebug-visit-eval-list): Doc fixes.
8663
8664 * subr.el (def-edebug-spec): Doc fix.
8665
8666 2009-07-14 Kenichi Handa <handa@m17n.org>
8667
8668 * international/characters.el: Fix setting of category ?C.
8669
8670 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
8671
8672 * term/ns-win.el (x-select-font): defalias x-select-font to
8673 ns-popup-font-panel instead of generate-fontset-menu.
8674
8675 2009-07-12 Eli Zaretskii <eliz@gnu.org>
8676
8677 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
8678
8679 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
8680
8681 * arc-mode.el (archive-find-type): Allow for a PK00 string before
8682 the PK\003\004 header (Bug#3770).
8683
8684 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
8685
8686 * pcomplete.el (pcomplete-comint-setup): Check for
8687 shell-dynamic-complete-filename too.
8688
8689 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
8690
8691 * simple.el (temporary-goal-column): Change the value for
8692 line-move-visual to a cons cell.
8693 (line-move-visual): Record or set the window hscroll, if
8694 necessary (Bug#3494).
8695 (line-move-1): Handle cons value of temporary-goal-column.
8696
8697 2009-07-11 Kenichi Handa <handa@m17n.org>
8698
8699 * international/mule-diag.el (describe-character-set): Don't show
8700 width.
8701
8702 2009-07-10 Sam Steingold <sds@gnu.org>
8703
8704 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8705 Omake sometimes indents the errors it prints, so allow all
8706 regexps to start with spaces.
8707
8708 2009-07-10 Eli Zaretskii <eliz@gnu.org>
8709
8710 * cus-edit.el (customize-changed-options-previous-release):
8711 Bump value to 22.1. (Bug#3804)
8712
8713 2009-07-08 Sam Steingold <sds@gnu.org>
8714
8715 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8716 to be a cons cell (test . ignored-directory) to selectively ignore
8717 some directories depending on the location of the search.
8718
8719 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8720
8721 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8722 remote user is root, on the local host.
8723 (tramp-local-host-p): Either the local user or the remote user
8724 must be root. (Bug#3771)
8725
8726 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
8727
8728 * progmodes/gdb-mi.el (gdb): Remove description of
8729 gdb-use-separate-io-buffer.
8730 (menu): Don't allow toggling of or enable
8731 gdb-use-separate-io-buffer from menubar.
8732
8733 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8734
8735 * mail/unrmail.el (unrmail): Make sure the message ends with two
8736 newlines (Bug#3769).
8737
8738 2009-07-08 Glenn Morris <rgm@gnu.org>
8739
8740 * calendar/calendar.el (calendar-current-date): Rework previous change.
8741
8742 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
8743
8744 * calendar/calendar.el (calendar-current-date):
8745 Add an optional argument giving an offset from today.
8746
8747 2009-07-08 Glenn Morris <rgm@gnu.org>
8748
8749 * tutorial.el (tutorial--describe-nonstandard-key):
8750 Adjust the message for when a key has been unbound.
8751 (help-with-tutorial): Hide the arch-tag.
8752
8753 2009-07-08 Kenichi Handa <handa@m17n.org>
8754
8755 * international/fontset.el (setup-default-fontset): For each
8756 script, append (not set) font-specs.
8757
8758 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8759 docstring.
8760
8761 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
8762
8763 * progmodes/gdb-mi.el (gdb-init-1): Move sending
8764 -data-list-register-names to ...
8765 (gdb-starting): ... here because GDB 7.0 requires execution to
8766 have started when using this MI command.
8767 (gdb-set-header): New function to distinguish select and
8768 unselected tabs in gdb buffers.
8769 (gdb-propertize-header): New macro that uses gdb-set-header.
8770 (gdb-breakpoints-header, gdb-locals-header): Use it.
8771 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8772
8773 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8774
8775 * Makefile.in (ELCFILES): Remove fadr.elc.
8776
8777 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
8778
8779 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8780 may contain frame information, so `string-match' should be used.
8781 (gdb-update): Disassembly is invalidated through
8782 `gdb-get-selected-frame'.
8783 (gdb-pad-string): New function to pad string with spaces.
8784 (gdb-invalidate-disassembly): Invalidate only if the buffer
8785 exists.
8786 (gdb-disassembly-handler-custom): Column alignment.
8787 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8788 placing new ones.
8789 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8790 end of line, too.
8791 (gdb-frame-handler): Match convention to for disassembly buffer
8792 mode name.
8793 (gdb-stack-list-frames-handler): Rewritten without regexps.
8794 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8795 not highlight breakpoints without line information.
8796 (gdb-input): Add trailing newline to command.
8797
8798 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8799 buffer properly.
8800 (gdb-breakpoints-list-handler-custom): Replacement for
8801 `gdb-break-list-handler'. Using real parser instead of regexps
8802 now.
8803 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8804 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8805 to place breakpoints.
8806 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8807 functions.
8808 (gdb-disassembly-handler-custom): Show overlay arrow.
8809 (gdb-disassembly-place-breakpoints): Show breakpoints in
8810 disassembly buffer.
8811 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8812 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8813 instead of parsing breakpoints buffer. Fixed old menu references
8814 in `gud-menu-map'.
8815
8816 * fadr.el: Remove.
8817
8818 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8819 (gdb-memory-address): New variable which holds top address of
8820 memory page shown in memory buffer.
8821 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8822 customization variables.
8823 New functions:
8824 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8825 display the memory buffer.
8826 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8827 buffer display parameters.
8828 (def-gdb-memory-format, gdb-memory-format-binary)
8829 (gdb-memory-format-octal, gdb-memory-format-unsigned)
8830 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8831 Functions for setting memory buffer format.
8832 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8833 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8834 unit size used in memory buffer.
8835 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8836 to next/previous page of memory buffer.
8837 Now using (bindat-get-field) instead of fadr functions.
8838
8839 2009-07-07 Sam Steingold <sds@gnu.org>
8840
8841 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8842 non-top-level files.
8843
8844 2009-07-07 Kenichi Handa <handa@m17n.org>
8845
8846 * international/mule-cmds.el (reset-language-environment): Put
8847 the highset priority to the charset iso-8859-1.
8848
8849 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
8850
8851 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8852 to the end of the line when locating the block (Bug#700).
8853
8854 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
8855
8856 * net/tramp.el (tramp-handle-write-region): Flush file properties
8857 in case of short track.
8858
8859 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
8860
8861 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8862 representation of verilog error regular expressions to work with
8863 Emacs-22's new format.
8864 (verilog-error-regexp-xemacs-alist): Coded custom representation
8865 of verilog error regular expressions to work with XEmacs format.
8866 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8867 error recognition into XEmacs.
8868 (verilog-error-regexp-add-emacs): Hook routine to install verilog
8869 error recognition into Emacs-22.
8870
8871 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
8872
8873 * woman.el: Remove stand-alone closing parentheses.
8874 (woman-file-name, woman2-format-paragraphs)
8875 (woman-leave-blank-lines): Code cleanup.
8876 (woman-use-own-frame): Change default to nil.
8877 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8878 defaults to inherit from default faces.
8879 (woman2-process-escapes): Consume the newline after a stand-alone
8880 filler character (Bug#3651).
8881
8882 2009-07-06 Glenn Morris <rgm@gnu.org>
8883
8884 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8885 (top-level): Move provide to the end.
8886 (ffap): Remove defunct URL from custom group.
8887
8888 * subr.el (eval-after-load): Doc fix.
8889
8890 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
8891
8892 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8893 `calc-embedded-word' is called twice.
8894
8895 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * files.el (find-alternate-file-other-window, find-alternate-file):
8898 Obey confirm-nonexistent-file-or-buffer.
8899
8900 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
8901
8902 * dired-aux.el (dired-show-file-type): Handle remote files.
8903
8904 2009-07-05 Jari Aalto <jari.aalto@cante.net>
8905
8906 * desktop.el (desktop-globals-to-save):
8907 Add file-name-history (Bug#2750).
8908
8909 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
8910
8911 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8912
8913 2009-07-04 Johan Bockgård <bojohan@gnu.org>
8914
8915 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8916 property on entire argument since this is what eshell-lisp-command
8917 expects.
8918
8919 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
8920
8921 * net/tramp-gvfs.el (tramp-gvfs-methods)
8922 (tramp-gvfs-zeroconf-domain)
8923 (tramp-bluez-discover-devices-timeout): Add version flag.
8924 (tramp-gvfs-handler-mounted-unmounted)
8925 (tramp-gvfs-connection-mounted-p): Polish handling of
8926 incompatibilities between GVFS 0.2 and 1.0.
8927
8928 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8929
8930 * cus-start.el (all): Add make-pointer-invisible.
8931
8932 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8933
8934 * calc-math.el (math-use-emacs-fn): Make sure that the number is
8935 formatted correctly.
8936
8937 2009-07-02 Juri Linkov <juri@jurta.org>
8938
8939 * info.el: Virtual Info files and nodes.
8940 (Info-virtual-files, Info-virtual-nodes): New variables.
8941 (Info-current-node-virtual): New variable.
8942 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8943 New functions.
8944 (Info-file-supports-index-cookies): Use Info-virtual-file-p
8945 to check for a virtual file instead of checking a fixed list
8946 of node names.
8947 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8948 instead of ad-hoc processing of "dir" and (apropos history toc).
8949 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8950 instead of ad-hoc processing of "dir" and (apropos history toc).
8951 Reread a file when moving from a virtual node.
8952 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8953 (Info-directory-toc-nodes, Info-directory-find-file)
8954 (Info-directory-find-node): New functions.
8955 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8956 (Info-history): Move part of code to
8957 `Info-history-find-node'.
8958 (Info-history-toc-nodes, Info-history-find-file)
8959 (Info-history-find-node): New functions.
8960 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8961 (Info-toc): Move part of code to `Info-toc-find-node'.
8962 (Info-toc-find-node): New function.
8963 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
8964 the current Info file name to references because now the node
8965 "*TOC*" belongs to the same Info manual.
8966 (Info-toc-build): Rename from `Info-build-toc'.
8967 (Info-toc-nodes): Rename input argument `file' to `filename'.
8968 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8969 instead of ad-hoc processing of ("dir" apropos history toc).
8970 (Info-index-nodes): Use Info-virtual-file-p
8971 to check for a virtual file instead of checking a fixed list
8972 of node names.
8973 (Info-index-node): Add check for `Info-current-node-virtual'.
8974 Raise `save-match-data' higher up the tree to contain
8975 `search-forward' too (bug fix).
8976 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8977 (Info-virtual-index-nodes): New variable.
8978 (Info-virtual-index-find-node, Info-virtual-index): New functions.
8979 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8980 (Info-apropos-file, Info-apropos-nodes): New variables.
8981 (Info-apropos-toc-nodes, Info-apropos-find-file)
8982 (Info-apropos-find-node, Info-apropos-matches): New functions.
8983 (info-apropos): Move part of code to `Info-apropos-find-node' and
8984 `Info-apropos-matches'.
8985 (Info-mode-map): Bind "I" to `Info-virtual-index'.
8986 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8987 for a virtual file instead of checking a fixed list of node names.
8988
8989 * simple.el (async-shell-command): New command.
8990
8991 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8992
8993 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8994 instead of `mount-info'.
8995
8996 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
8997
8998 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8999 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9000
9001 2009-07-02 Kenichi Handa <handa@m17n.org>
9002
9003 * international/mule.el (set-keyboard-coding-system): Force *-unix
9004 coding-system to avoid eol conversion.
9005
9006 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
9007
9008 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9009 Add handler for `process-file', `shell-command' and
9010 `start-file-process'.
9011 (tramp-gvfs-handle-shell-command)
9012 (tramp-gvfs-handle-start-file-process)
9013 (tramp-gvfs-handle-process-file): New defuns.
9014 (tramp-synce-list-devices): Simplify check for existence of property.
9015
9016 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9017
9018 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9019
9020 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
9021
9022 * language/korean.el (set-language-info-alist): Add korean-cp949,
9023 cp949 to spec.
9024
9025 2009-07-01 Kenichi Handa <handa@m17n.org>
9026
9027 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9028
9029 * international/encoded-kb.el: Deleted.
9030
9031 * international/mule.el (set-keyboard-coding-system): Perform the
9032 necessary setup here instead of calling encoded-kbd-setup-display.
9033
9034 2009-07-01 Glenn Morris <rgm@gnu.org>
9035
9036 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9037
9038 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
9039
9040 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
9041
9042 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
9043
9044 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9045 Handle also the 'rename case, when setting file modes. (Bug#3712)
9046 (tramp-default-file-modes) Remove execute permissions.
9047
9048 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9049 (top): Add a default for "synce" in `tramp-default-user-alist'.
9050 Add completion function for "synce" method.
9051 (tramp-hal-service, tramp-hal-path-manager)
9052 (tramp-hal-interface-manager, tramp-hal-interface-device):
9053 New defconst.
9054 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9055 (tramp-synce-list-devices, tramp-synce-parse-device-names):
9056 New defuns.
9057
9058 * net/trampver.el: Update release number.
9059
9060 2009-06-30 Kenichi Handa <handa@m17n.org>
9061
9062 * international/fontset.el (setup-default-fontset): Add CJK fonts
9063 for symbols and the other miscellaneous characters.
9064
9065 * language/korea-util.el (setup-korean-environment-internal):
9066 Make char-width-table suitable for Korean environments.
9067 (exit-korean-environment): Cancel above.
9068
9069 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9070 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9071 setup-funcion to make char-widht-table suitable for respective
9072 environments, and an exit-function to cancel that.
9073
9074 * language/japan-util.el (setup-japanese-environment-internal):
9075 Call use-cjk-char-width-table with arg `ja_JP'.
9076
9077 * international/characters.el (cjk-char-width-table): Delete it.
9078 (cjk-char-width-table-list): New variable.
9079 (use-cjk-char-width-table): New arg local-name.
9080 (use-default-char-width-table): Fix for the case that Emacs is
9081 already using the default char-width-table.
9082
9083 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
9084
9085 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9086 modes mandatory. (Bug#3712)
9087
9088 2009-06-29 Alan Mackenzie <acm@muc.de>
9089
9090 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9091 correction between the visible width of TABs and their number of bytes.
9092
9093 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
9094
9095 * server.el (server-buffer-done): Prevent kill-buffer from
9096 prompting by clearing the buffer modification flag (Bug#3696).
9097
9098 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
9099
9100 * verilog-mode.el (verilog-beg-of-statement)
9101 (verilog-endcomment-reason-re): Support unique case and priority case.
9102 (verilog-basic-complete-re): Support localparam lineup.
9103 (verilog-beg-of-statement-1): Fix for robustness, unique case.
9104 (verilog-set-auto-endcomments): Fix for unique case, always_comb
9105 commenting.
9106 (verilog-leap-to-case-head): Now support *nested* unique &
9107 priority case statements.
9108 (verilog-auto-lineup): Make just declarations the default (as it
9109 had been).
9110 (verilog-leap-to-case-head): Support priority/unique case statements.
9111 (verilog-auto-lineup): Rework to give users radio buttons to
9112 select the various styles of automatic lineup.
9113 (verilog-error-regexp-alist): Rework to support the XEmacs style
9114 of error regular expressions from compilers, lint tools &
9115 simulators. Note that GNU Emacs has made it impossible for a mode
9116 to load such things.
9117 (electric-verilog-terminate-line, verilog-indent-declaration)
9118 (verilog-auto-wiure): Rework for radio button selection of
9119 auto-lineup selection of specification of auto lineup.
9120 (verilog-beg-of-statement-1): Redesign to support proper operation
9121 in additional code, based on testing with auto-lineup.
9122 (verilog-calculate-indent, assignments & declarations)
9123 (verilog-backward-token): Enhance to support auto-lineup of
9124 assignments & declarations.
9125 (verilog-in-directive-p, verilog-at-struct-p): New function for
9126 easy test of whether we are.
9127 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9128 to support safe execution at almost anyline.
9129 (verilog-calc-1): Properly support indenting deep inside generate
9130 blocks.
9131 (verilog-init-font) Remove definition & use of verilog-init-font,
9132 as it is redundant with font-lock-defaults.
9133 (verilog-mode): Alter the definition of verilog-font-lock-defaults
9134 to avoid circular calls if syntax-ppss is a function (as is the
9135 case now in 22.x GNU Emacs) as that function would sometimes call
9136 itself, leading to (nearly) infinite recursion.
9137 (verilog-ovm-begin-re, verilog-ovm-end-re)
9138 (verilog-ovm-statement-re, verilog-leap-to-head)
9139 (verilog-backward-token): Add support for OVM macros. Some are
9140 complete statements, and others open and close scopes like begin
9141 and end.
9142 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9143 (verilog-defun-level-generate-only-re): Really fix the defun-list
9144 compilation issue.
9145 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
9146 coverpoint, constraint and cross statements.
9147 (verilog-defun-level-list, verilog-generate-defun-level-list)
9148 (verilog-all-defun-level-list): Redo these specifications - it is
9149 too hard to support eval-when compile aggregation of lists also
9150 built at when-compile time.
9151 (verilog-defun-level-list): Place defconsts of variables used in
9152 building regular expressions which are built in eval-when-compile
9153 bodies in the same eval-when-compile body to facilitate compile
9154 without load.
9155 (verilog-beg-block-re-ordered): Support indenting
9156 virtual/protected tasks and functions.
9157 (verilog-defun-level-list, verilog-in-generate-region-p)
9158 (verilog-backward-ws&directives, verilog-calc-1): Speed up
9159 indentation of some module items (generate items).
9160 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9161 across virtual/protected tasks and functions.
9162
9163 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
9164
9165 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9166 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
9167 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9168 in concatenations. Reported by Yishay Belkind.
9169 (verilog-auto-ascii-enum): Support one-hot state machines in
9170 AUTOASCIIENUM. Suggested by Lloyd Gomez.
9171 (verilog-auto-inst, verilog-auto-inst-port): Include interface
9172 modport in AUTOINST and add vl-modport for users. Reported by
9173 David Rogoff.
9174 (verilog-auto-inout-module, verilog-auto-inst)
9175 (verilog-decls-get-interfaces, verilog-insert-definition)
9176 (verilog-insert-one-definition, verilog-read-decls)
9177 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9178 (verilog-sig-modport, verilog-signals-combine-bus)
9179 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9180 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9181 Suggested by David Rogoff.
9182 (verilog-repair-open-comma): Fix non-insertion of comma when
9183 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
9184 (verilog-make-width-expression): Simplify [A-1:0] expression
9185 widths to just {A{1'b0}}.
9186 (verilog-mode): Cleanup checkdoc warnings.
9187 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9188 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9189 inputs/outputs or data type. Suggested by Vasu Kandadi.
9190 (next-error-last-buffer): Fix byte-compiler warning.
9191 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9192 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
9193 or shell command text during AUTO expansion. Suggested by Tad Truex.
9194 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
9195 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
9196 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
9197 in AUTOINOUT. Reported by Matthew Lovell.
9198 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
9199 causing use of <= assignments. Reported by Alex Reed.
9200 (verilog-read-decls): Fix triand, trior, wand, wor to be
9201 recognized by AUTOWIRE. Reported by Spencer Isaacson.
9202 (verilog-extended-complete-re): Support import "DPI-C" functions.
9203 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
9204 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
9205 (verilog-insert-date, verilog-insert-year)
9206 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
9207 Windows systems. Reported by Michael Potts.
9208 (verilog-read-module-name): Fix AUTOINST when the child module
9209 declaration's name is a tick define. Reported by Elliot Mednick.
9210 (verilog-read-decls): Fix V2K parameter bit subscripts getting
9211 passed to next parameter's definition. Reported by Bruce T.
9212 (verilog-read-decls): Fix detecting "parameter int" when using
9213 AUTOINSTPARAM. Reported by Bruce T.
9214 (verilog-goto-defun): Fix goto not finding modules unless first
9215 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
9216 (verilog-mode): Expand -f flag arguments on entry to mode so
9217 verilog-goto-defun will work. Reported by Lawrence Butcher.
9218 (verilog-getopt): Expand environment variables in -f file
9219 arguments. Suggested by Lawrence Butcher.
9220 (verilog-set-define): Fix "Symbol's value as variable is void"
9221 when reading enumerations.
9222 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
9223 Suggested by Stephen Peltan.
9224 (verilog-read-defines): Fix reading of enumerations in include
9225 files. Reported by Steve Peltan.
9226
9227 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
9228
9229 * files.el (trash-directory): Fix defcustom type.
9230
9231 2009-06-28 Juri Linkov <juri@jurta.org>
9232
9233 * help-fns.el (describe-function-1): Correctly locate adviced
9234 functions in hyperlink (Bug#2438).
9235
9236 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
9237
9238 * files.el (trash-directory): Change default to nil.
9239 (move-file-to-trash): If trash-directory is nil and
9240 system-move-file-to-trash is unbound, perform freedesktop-style
9241 trashing.
9242
9243 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
9244
9245 * files.el (move-file-to-trash): Add freedesktop trash
9246 support (Bug#973).
9247
9248 2009-06-28 Glenn Morris <rgm@gnu.org>
9249
9250 * autorevert.el (global-auto-revert-non-file-buffers)
9251 (global-auto-revert-mode): Doc fixes.
9252
9253 2009-06-27 Johan Bockgård <bojohan@gnu.org>
9254
9255 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
9256
9257 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
9258
9259 * faces.el (x-handle-named-frame-geometry): Ensure that we have
9260 opened an X connection before calling x-get-resource (Bug#3194).
9261
9262 * play/doctor.el: Remove reference to obsolete website.
9263 (make-doctor-variables): Correct grammar mistake (Bug#2633).
9264
9265 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9266
9267 Remove find-file-not-found-hook VC method. (Bug#2757)
9268 * vc-hooks.el (vc-file-not-found-hook)
9269 (vc-default-find-file-not-found-hook): Remove functions.
9270 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
9271 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
9272 * vc.el:
9273 * vc-hg.el:
9274 * vc-git.el: Do not mention find-file-not-found-hook VC method.
9275
9276 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9277
9278 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
9279 compatibility function for `looking-back'.
9280
9281 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9282 Use `ispell-looking-back'.
9283
9284 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
9285
9286 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
9287 rather than `filename'.
9288
9289 2009-06-23 Miles Bader <miles@gnu.org>
9290
9291 * face-remap.el (text-scale-set): New function.
9292
9293 2009-06-23 Glenn Morris <rgm@gnu.org>
9294
9295 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
9296
9297 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
9298
9299 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
9300
9301 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
9302
9303 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9304 Simplify Persian conditionals.
9305
9306 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
9307 variable `filename'.
9308
9309 * comint.el (comint-insert-input): Doc fix.
9310
9311 * Makefile.in (ELCFILES): Fix typo in previous change.
9312
9313 2009-06-23 Miles Bader <miles@gnu.org>
9314
9315 * cus-start.el: Add entry for `recenter-redisplay'.
9316
9317 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9318
9319 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
9320 Add an optional argument for the backend, use it instead of
9321 calling vc-backend.
9322 (vc-mode-line): Add an optional argument for the backend.
9323 Pass the backend to vc-state and vc-working-revision. Move code for
9324 special handling for vc-state being a buffer to ...
9325
9326 * vc-rcs.el (vc-rcs-find-file-hook):
9327 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
9328
9329 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
9330 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
9331 vc-stay-local-p and vc-mode-line calls.
9332
9333 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
9334 (vc-cvs-diff, vc-cvs-annotate-command)
9335 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
9336 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
9337 vc-mode-line calls.
9338
9339 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
9340 direct comparison.
9341 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
9342 backend when calling vc-mode-line.
9343 (vc-register): Do not create a closure for calling the vc register
9344 function, call it directly.
9345
9346 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9347
9348 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
9349 to make it obvious item can be clicked.
9350
9351 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
9352
9353 2009-06-23 Kenichi Handa <handa@m17n.org>
9354
9355 * language/korea-util.el (korean-key-bindings): Change the binding
9356 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
9357 same command.
9358
9359 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
9360
9361 Sync with Tramp 2.1.16.
9362
9363 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
9364
9365 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
9366 when a loading of a package fails. Completion function for rsync
9367 is `tramp-completion-function-alist-ssh'.
9368 (all): Replace all calls of `split-string' and
9369 `tramp-split-string' by `tramp-compat-split-string'.
9370 (tramp-default-method): Use `tramp-compat-process-running-p'.
9371 (tramp-default-proxies-alist): Allow also Lisp forms.
9372 (tramp-remote-path): Add choice "Private Directories".
9373 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
9374 (tramp-domain-regexp): Allow also "-", "_" and ".".
9375 (tramp-end-of-output): Remove newlines, and add "$" at the end.
9376 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
9377 (tramp-debug-message): Insert header line in debug buffer.
9378 (tramp-handle-directory-files-and-attributes-with-stat):
9379 Care about filenames with spaces, or starting with "-".
9380 (tramp-handle-dired-uncache): New defun.
9381 (tramp-handle-insert-directory): Don't flush the directory from
9382 cache, this is handled by `dired-uncache' now.
9383 (tramp-handle-insert-file-contents): Improve error handling.
9384 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9385 Quote `tramp-end-of-output'.
9386 (tramp-action-password): Improve trace message.
9387 (tramp-check-for-regexp): Both echoes must be present, before removing.
9388 (tramp-open-connection-setup-interactive-shell): Trace coding system.
9389 (tramp-compute-multi-hops): Eval cons cells of
9390 `tramp-default-proxies-alist'.
9391 (tramp-maybe-open-connection): Use the same command pattern for
9392 first hop and further hops.
9393 (tramp-wait-for-output): Remove handling of newlines.
9394 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
9395 (tramp-split-string): Remove function. It is handled in
9396 tramp-compat now.
9397
9398 * net/tramp-cmds.el (tramp-bug):
9399 Recommend `tramp-cleanup-all-connections' in the bug mail.
9400
9401 * net/tramp-compat.el (tramp-compat-split-string)
9402 (tramp-compat-process-running-p): New defuns.
9403
9404 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
9405 for `dired-uncache'.
9406
9407 * net/tramp-gvfs.el: New package.
9408
9409 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9410 Add handler for `dired-uncache'.
9411 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
9412
9413 * net/trampver.el: Update release number. Make version check fit
9414 for SXEmacs 22.
9415
9416 2009-06-22 Jim Meyering <meyering@redhat.com>
9417
9418 Automatically handle .xz suffix (XZ-compressed files), too.
9419 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
9420 XZ is the successor to LZMA: <http://tukaani.org/xz/>
9421
9422 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
9423 Nick Roberts <nickrob@snap.net.nz>
9424
9425 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
9426 repository (http://sphinx.net.ru/hg/gdb-mi/).
9427
9428 2009-06-22 Glenn Morris <rgm@gnu.org>
9429
9430 * files.el (dir-locals-collect-mode-variables): Allow for any number of
9431 `mode' and `eval' entries. (Bug#3430)
9432
9433 * Makefile.in (ELCFILES): Add fadr.elc.
9434
9435 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
9436 differing behavior of \n and ^ in strings. (Bug#3385)
9437
9438 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
9439
9440 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
9441 property.
9442 (lisp-indent-function): Make it a defcustom.
9443
9444 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
9445
9446 * progmodes/gdb-ui.el: Replace with ...
9447 * progmodes/gdb-mi.el: ... this file.
9448 * progmodes/gud.el: Modify for gdb-mi.el.
9449
9450 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
9451
9452 * fadr.el: New file.
9453
9454 See ChangeLog.14 for earlier changes.
9455
9456 ;; Local Variables:
9457 ;; coding: utf-8
9458 ;; End:
9459
9460 Copyright (C) 2009 Free Software Foundation, Inc.
9461
9462 This file is part of GNU Emacs.
9463
9464 GNU Emacs is free software: you can redistribute it and/or modify
9465 it under the terms of the GNU General Public License as published by
9466 the Free Software Foundation, either version 3 of the License, or
9467 (at your option) any later version.
9468
9469 GNU Emacs is distributed in the hope that it will be useful,
9470 but WITHOUT ANY WARRANTY; without even the implied warranty of
9471 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9472 GNU General Public License for more details.
9473
9474 You should have received a copy of the GNU General Public License
9475 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
9476
9477 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1