* arc-mode.el: Add "Keywords: files", so the details in its
[bpt/emacs.git] / lisp / ChangeLog
1 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2
3 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4 Really use previous revision.
5
6 2009-11-25 Kevin Ryde <user42@zip.com.au>
7
8 * man.el (Man-completion-table): default-directory "/" in case
9 doesn't otherwise exist. process-environment COLUMNS=999 so as
10 not to truncate long names. process-connection-type pipe to avoid
11 any chance of hitting the pseudo-tty TIOCGWINSZ.
12 (man): completion-ignore-case t for friendliness and since man
13 itself is case-insensitive on the command line.
14 Further to Bug#3717.
15
16 * arc-mode.el: Add "Keywords: files", so the details in its
17 commentary can be reached from finder-by-keyword.
18 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
19 editing mode, but it's comms related and sgml-mode.el has "comm"
20 on that basis too.
21 * textmodes/bibtex-style.el: Add "Keywords: tex".
22 * international/isearch-x.el, international/ja-dic-cnv.el,
23 international/ja-dic-utl.el, international/kkc.el:
24 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
25
26 2009-11-25 Juri Linkov <juri@jurta.org>
27
28 * man.el (Man-completion-table): Modify regexp to include
29 section names to completion strings. (Bug#3717)
30
31 2009-11-25 Juri Linkov <juri@jurta.org>
32
33 Search recursively in gzipped files. (Bug#4982)
34
35 * progmodes/grep.el (grep-highlight-matches): Add new options
36 `always' and `auto'. Doc fix.
37 (grep-process-setup): Check `grep-highlight-matches' for
38 `auto-detect' to determine the need to compute grep defaults.
39 Move Windows/DOS specific --colors settings handling
40 to `grep-compute-defaults'. Check `grep-highlight-matches'
41 to get the value of "--color=".
42 (grep-compute-defaults): Compute `grep-highlight-matches' when it
43 has the value `auto-detect'. Move Windows/DOS specific settings
44 from `grep-process-setup'.
45 (zrgrep): New command with alias `rzgrep'.
46
47 2009-11-25 Juri Linkov <juri@jurta.org>
48
49 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
50 to nil instead of switching off view-mode. (Bug#4896)
51
52 2009-11-25 Juri Linkov <juri@jurta.org>
53
54 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
55
56 * mwheel.el (mwheel-scroll-up-function)
57 (mwheel-scroll-down-function): New defvars.
58 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
59 `scroll-up', and `mwheel-scroll-down-function' instead of
60 `scroll-down'.
61
62 * doc-view.el (doc-view-scroll-up-or-next-page)
63 (doc-view-scroll-down-or-previous-page): Add optional ARG.
64 Use this ARG in the call to image-scroll-up/image-scroll-down.
65 Change `interactive' spec to "P". Goto next/previous page only
66 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
67 SPC/DEL case). Doc fix.
68 (doc-view-next-line-or-next-page)
69 (doc-view-previous-line-or-previous-page): Rename arg to ARG
70 for consistency.
71 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
72 `doc-view-scroll-up-or-next-page', and buffer-local
73 `mwheel-scroll-down-function' to
74 `doc-view-scroll-down-or-previous-page'.
75
76 2009-11-25 Juri Linkov <juri@jurta.org>
77
78 Provide additional default values (directories at other Dired
79 windows) via M-n in the minibuffer of some Dired commands.
80
81 * dired-aux.el (dired-diff, dired-compare-directories)
82 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
83 `minibuffer-default' in `minibuffer-with-setup-hook'.
84 (dired-dwim-target-directory): Find a window that displays Dired
85 buffer instead of failing when the next window is not Dired.
86 Use `get-window-with-predicate' to find for the next Dired window.
87 (dired-dwim-target-defaults): New function.
88
89 * ediff-util.el (ediff-read-file-name):
90 Use `dired-dwim-target-defaults' to set `minibuffer-default'
91 in `minibuffer-with-setup-hook'.
92
93 2009-11-25 Juri Linkov <juri@jurta.org>
94
95 Provide additional default values (file name at point or at the
96 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
97
98 * minibuffer.el (read-file-name-defaults): New function.
99 (read-file-name): Reset `minibuffer-default' to nil when
100 it duplicates initial input `insdef'.
101 Bind `minibuffer-default-add-function' to lambda that
102 calls `read-file-name-defaults' in `minibuffer-selected-window'.
103 (minibuffer-insert-file-name-at-point): New command.
104
105 * files.el (file-name-at-point-functions): New defcustom.
106 (find-file-default): Remove defvar.
107 (find-file-read-args): Don't use `find-file-default'.
108 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
109 to `read-file-name'.
110 (find-file-literally): Use `read-file-name' with
111 `confirm-nonexistent-file-or-buffer'.
112
113 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
114
115 * dired.el (dired-read-dir-and-switches):
116 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
117 to `read-file-name'.
118 (dired-file-name-at-point): New function.
119 (dired-mode): Add hook `dired-file-name-at-point' to
120 `file-name-at-point-functions'.
121
122 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 Really make the *Completions* window soft-dedicated (bug#5030).
125 * window.el (window--display-buffer-2): Add `dedicated' argument.
126 (display-buffer): Pass it when needed so the dedicated flag is set
127 after calling set-window-buffer, which would otherwise reset it.
128
129 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * progmodes/meta-mode.el (meta-complete-symbol):
132 * progmodes/etags.el (complete-tag):
133 * mail/mailabbrev.el (mail-abbrev-complete-alias):
134 Use completion-in-region.
135
136 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
137 (dabbrev-completion): Use completion-in-region.
138 (dabbrev--abbrev-at-point): Simplify regexp.
139
140 * abbrev.el (abbrev--before-point): Use word-motion functions
141 if :regexp is not specified (bug#5031).
142
143 * subr.el (string-prefix-p): New function.
144
145 * man.el (Man-completion-cache): New var.
146 (Man-completion-table): Use it.
147
148 * vc.el (vc-print-log-internal): Make `limit' optional for better
149 compatibility (e.g. with vc-annotate.el).
150
151 2009-11-24 Kevin Ryde <user42@zip.com.au>
152
153 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
154 Build value with regexp-opt instead of explicit joining loop. (My
155 Bug#4927.)
156
157 * emacs-lisp/elint.el (elint-add-required-env): Better error message
158 when .el source file not found or other error.
159
160 2009-11-24 Markus Triska <markus.triska@gmx.at>
161
162 * linum.el (linum-update-window): Ignore intangible (bug#4996).
163
164 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 Handle the [back] button properly (bug#4979).
167 * descr-text.el (describe-text-properties): Add a `buffer' argument.
168 Use help-setup-xref, help-buffer, and with-help-window.
169 (describe-char): Add `buffer' argument.
170 Pass proper command to help-setup-xref. Don't meddle with
171 help-xref-stack-item directly.
172 (describe-text-category): Use with-help-window and help-buffer.
173
174 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
175 for the displayed buffer (bug#4887).
176
177 * man.el (Man-completion-table): New function.
178 (man): Use it.
179
180 2009-11-24 David Reitter <david.reitter@gmail.com>
181
182 * vc-git.el (vc-git-registered): Use checkout directory (where
183 .git is) rather than the file's directory and a relative path spec
184 to work around a bug in git.
185
186 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
187
188 Improve handling of processes on remote hosts.
189
190 * eshell/esh-util.el (eshell-path-env): New defvar.
191 (eshell-parse-colon-path): New defun.
192 (eshell-file-attributes): Use `eshell-parse-colon-path'.
193
194 * eshell/esh-ext.el (eshell-search-path):
195 Use `eshell-parse-colon-path'.
196 (eshell-remote-command): Remove argument HANDLER.
197 (eshell-external-command): Check for FTP remote connection.
198
199 * eshell/esh-proc.el (eshell-gather-process-output):
200 Use `file-truename', in order to start also symlinked files.
201 Apply `start-file-process' instead of `start-process'.
202 Shorten `command' to the local file name part.
203
204 * eshell/em-cmpl.el (eshell-complete-commands-list):
205 Use `eshell-parse-colon-path'.
206
207 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
208
209 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
210 to `eshell-directory-change-hook'.
211
212 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
213
214 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
215 because it could be enabled automatically if view-read-only is non-nil.
216
217 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
218
219 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
220 made on 2009-11-22.
221
222 2009-11-24 Glenn Morris <rgm@gnu.org>
223
224 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
225 deleted variable bookmark-bmenu-bookmark-column.
226
227 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
228 Move after definition of global-semantic-idle-tag-highlight-mode.
229
230 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
233
234 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
235
236 * net/browse-url.el (browse-url-filename-alist): On Windows, add
237 two slashes to the "file:" prefix.
238 (browse-url-file-url): De-munge Cygwin filenames before passing
239 them to Windows browser.
240 (browse-url-default-windows-browser): Use call-process.
241
242 2009-11-23 Juri Linkov <juri@jurta.org>
243
244 Implement DocView Continuous mode. (Bug#4896)
245 * doc-view.el (doc-view-continuous-mode): New defcustom.
246 (doc-view-mode-map): Bind C-n/<down> to
247 `doc-view-next-line-or-next-page', C-p/<up> to
248 `doc-view-previous-line-or-previous-page'.
249 (doc-view-next-line-or-next-page)
250 (doc-view-previous-line-or-previous-page): New commands.
251
252 2009-11-23 Juri Linkov <juri@jurta.org>
253
254 Implement Isearch in comint input history. (Bug#3746)
255 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
256 `isearch-mode-hook'.
257 (comint-history-isearch): New defcustom.
258 (comint-history-isearch-backward)
259 (comint-history-isearch-backward-regexp): New commands.
260 (comint-history-isearch-message-overlay): New buffer-local variable.
261 (comint-history-isearch-setup, comint-history-isearch-end)
262 (comint-goto-input, comint-history-isearch-search)
263 (comint-history-isearch-message, comint-history-isearch-wrap)
264 (comint-history-isearch-push-state)
265 (comint-history-isearch-pop-state): New functions.
266
267 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
268
269 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
270 return.
271 (tramp-handle-make-symbolic-link)
272 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
273 Quote file names.
274 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
275 (tramp-handle-process-file): Use it.
276
277 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * window.el (move-to-window-line-last-op): Remove.
280 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
281
282 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
283
284 Make M-r mirror the new cycling behavior of C-l.
285 * window.el (move-to-window-line-last-op): New var.
286 (move-to-window-line-top-bottom): New command.
287 (global-map): Bind M-r move-to-window-line-top-bottom.
288
289 2009-11-23 Sven Joachim <svenjoac@gmx.de>
290
291 * dired-x.el (dired-guess-shell-alist-default):
292 Support xz format. (Bug#4953)
293
294 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
295
296 * cedet/srecode/map.el (srecode-get-maps):
297 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
298 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
299 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
300 (semantic-toggle-decoration-style):
301 * cedet/semantic/decorate/include.el
302 (semantic-decoration-include-describe)
303 (semantic-decoration-unknown-include-describe)
304 (semantic-decoration-unparsed-include-describe)
305 (semantic-decoration-all-include-summary):
306 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
307 * cedet/semantic/analyze/complete.el
308 (semantic-analyze-possible-completions):
309 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
310 (semantic-show-unmatched-syntax-mode)
311 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
312 (semantic-highlight-func-mode):
313 * cedet/semantic/util.el (semantic-describe-buffer):
314 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
315 (semantic-symref-find-tags-by-name)
316 (semantic-symref-find-tags-by-regexp)
317 (semantic-symref-find-tags-by-completion)
318 (semantic-symref-find-file-references-by-name)
319 (semantic-symref-find-text):
320 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
321 (senator-yank-tag):
322 * cedet/semantic/scope.el (semantic-calculate-scope):
323 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
324 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
325 (define-semantic-idle-service):
326 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
327 (semantic-complete-analyze-inline-idle):
328 * cedet/semantic/analyze.el (semantic-analyze-current-context):
329 * cedet/mode-local.el (describe-mode-local-bindings)
330 (describe-mode-local-bindings-in-mode):
331 * cedet/ede/make.el (ede-make-check-version):
332 * cedet/ede/locate.el (ede-enable-locate-on-project):
333 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
334 (cedet-idutils-version-check):
335 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
336 (cedet-gnu-global-version-check):
337 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
338 (cedet-cscope-version-check): Use called-interactively-p instead
339 of interactive-p.
340
341 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
342 Use semantic-format-tag-prototype.
343
344 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
345
346 * emulation/viper-cmd.el: Use viper-last-command-char instead of
347 last-command-char/last-command-event.
348 (viper-prefix-arg-value): Do correct conversion of event-char for
349 XEmacs.
350
351 * emulation/viper-util.el, emulation/viper.el:
352 Use viper-last-command-char instead of
353 last-command-char/last-command-event.
354
355 * ediff-init.el, ediff-mult.el, ediff-util.el:
356 Replace last-command-char and last-command-event
357 with (ediff-last-command-char) everywhere.
358
359 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
360 created in fundamental mode.
361
362 * ediff.el (ediff-version): Revert the change of interactive-p to
363 called-interactively-p.
364
365 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
366
367 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
368 generation from word-movement command names.
369
370 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
371
372 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
373 (semantic-complete-jump-local, semantic-complete-jump):
374 Improve prompt string.
375
376 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
377
378 * cus-start.el (all): Add native condition for font-use-system-font.
379
380 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
381
382 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
383 Correct the patch from 2009-11-18. (Bug#3910)
384
385 2009-11-21 Alan Mackenzie <acm@muc.de>
386
387 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
388 Update to deal with modern Java constructs.
389
390 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
391
392 * progmodes/subword.el: Rename from lisp/subword.el.
393
394 * subword.el: Rename to progmodes/subword.el.
395
396 * Makefile.in (ELCFILES): Adapt to subword.el move.
397
398 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
399 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
402 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
403 (bookmark-bmenu-show-filenames): Use push.
404 (bookmark-bmenu-hide-filenames): Use local var instead of
405 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
406 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
407 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
408 filenames now that the bookmark names are always available.
409
410 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
413 (bookmark-search-pattern): Move and leave unbound.
414 (bookmark-bmenu-mode-map): Change binding.
415 (bookmark-read-search-input): Simplify.
416 Don't use text-char-description. Don't error on non-char events.
417 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
418 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
419 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
420 Use a local var for the timer.
421 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
422 (i.e. bookmark-bmenu-search).
423
424 2009-11-21 Glenn Morris <rgm@gnu.org>
425
426 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
427
428 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
429
430 * net/browse-url.el (browse-url-default-windows-browser):
431 Use cygstart for cygwin.
432
433 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
434
435 * bookmark.el Formatting and doc fixes only:
436 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
437 (bookmark-bmenu-search): Wrap to fit within 80 columns.
438 Minor grammar and punctuation fixes in doc string.
439 (bookmark-read-search-input): Adjust to fit within 80 columns.
440
441 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
442
443 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
444 (c-backward-into-nomenclature): Adapt to subword renaming.
445
446 * subword.el (subword-forward, subword-backward, subword-mark)
447 (subword-kill, subword-backward-kill, subword-transpose)
448 (subword-downcase, subword-upcase, subword-capitalize)
449 (subword-forward-internal, subword-backward-internal):
450 Rename from forward-subword, backward-subword, mark-subword,
451 kill-subword, backward-kill-subword, transpose-subwords,
452 downcase-subword, upcase-subword, capitalize-subword,
453 forward-subword-internal, backward-subword-internal.
454
455 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
456
457 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
458 New options.
459 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
460 New vars.
461 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
462 (bookmark-bmenu-filter-alist-by-regexp)
463 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
464 (bookmark-bmenu-search): New command.
465 (bookmark-bmenu-mode-map): Bind it.
466
467 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
468
469 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
470
471 * cedet/semantic/idle.el (define-semantic-idle-service)
472 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
473
474 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
475
476 * progmodes/cc-cmds.el: declare-functioned forward-subword and
477 backward-subword to quit the byte-compiler.
478
479 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
480
481 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
482
483 * progmodes/cc-cmds.el (c-update-modeline)
484 (c-forward-into-nomenclature, c-backward-into-nomenclature):
485 Refer to subword.el functions instead of cc-subword.el.
486
487 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
488 subword.el functions instead of cc-subword.el.
489
490 * progmodes/cc-subword.el: Rename to subword.el.
491 * subword.el: Rename from progmodes/cc-subword.el.
492 (subword-mode-map): Rename from c-subword-mode-map.
493 (subword-mode): Rename from c-subword-mode.
494 (global-subword-mode): New global minor mode.
495 (forward-subword): Rename from c-forward-subword.
496 (backward-subword): Rename from c-backward-subword.
497 (mark-subword): Rename from c-mark-subword.
498 (kill-subword): Rename from c-kill-subword.
499 (backward-kill-subword): Rename from c-backward-kill-subword.
500 (transpose-subwords): Rename from c-tranpose-subword.
501 (downcase-subword): Rename from c-downcase-subword.
502 (capitalize-subword): Rename from c-capitalize-subword.
503 (forward-subword-internal): Rename from c-forward-subword-internal.
504 (backward-subword-internal): Rename from c-backward-subword-internal.
505
506 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
507
508 * vc.el (vc-deduce-fileset): Allow non-state changing operations
509 from a dired buffer.
510 (vc-dired-deduce-fileset): New function.
511 (vc-root-diff, vc-print-root-log): Use it.
512
513 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
514 nil LIMIT argument to vc-print-log-internal.
515
516 2009-11-20 Glenn Morris <rgm@gnu.org>
517
518 * Makefile.in (ELCFILES): Regenerate.
519
520 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
521
522 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
523
524 * cedet/semantic.el: Enable idle-mode menu items only if
525 global-semantic-idle-scheduler-mode is enabled.
526 (semantic-default-submodes): Doc fix.
527
528 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
529 When turning off, disable other idle modes.
530
531 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
532
533 * calc/calc.el (calc-set-mode-line):
534 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
535 (math-format-number): Rename `math-format-complement-signed' to
536 `math-format-twos-complement'.
537
538 * calc/calc-bin.el (math-format-twos-complement): Rename from
539 math-format-complement-signed.
540 (calc-radix): Rename `calc-complement-signed-mode' to
541 `calc-twos-complement-mode'.
542 (calc-octal-radix, calc-hex-radix): Add an argument for
543 two's complement.
544
545 * calc/calc-embed.el (calc-embedded-mode-vars):
546 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
547
548 * calc/calc-ext.el (calc-init-extensions):
549 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
550 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
551
552 * calc/calc-units.el (math-build-units-table-buffer):
553 Let `calc-twos-complement-mode' be nil.
554
555 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
556 entries.
557
558 * calc/calc-vec.el (calcFunc-vunpack):
559 * calc/calc-aent.el (calc-do-calc-eval):
560 * calc/calc-forms.el (math-format-date):
561 * calc/calc-graph.el (calc-graph-plot):
562 * calc/calc-math.el (math-use-emacs-fn):
563 * calc/calccomp.el (math-compose-expr):
564 Let `calc-twos-complement-mode' be nil.
565
566 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
569 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
570 * minibuffer.el (completion-in-region-functions): New hook.
571 (completion-in-region): New function.
572 * emacs-lisp/lisp.el (lisp-complete-symbol):
573 * pcomplete.el (pcomplete-std-complete): Use it.
574
575 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
578 (latex-complete-alist): New vars.
579 (latex-string-prefix-p, latex-complete-bibtex-keys)
580 (latex-complete-envnames, latex-complete-refkeys)
581 (latex-complete-data): New functions.
582 (latex-complete, latex-indent-or-complete): New commands.
583
584 * window.el (display-buffer-mark-dedicated): New var.
585 (display-buffer): Obey it.
586 * minibuffer.el (minibuffer-completion-help): Use it.
587
588 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
589
590 * filecache.el (file-cache-add-file): Use push and cons.
591 (file-cache-delete-file-regexp): Use push.
592 (file-cache-complete): Use completion-in-region.
593
594 * simple.el (with-wrapper-hook): Fix thinko.
595
596 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
597 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
598 Use with-current-buffer and string-to-number.
599 (hfy-fallback-colour-values): Use assoc-string.
600 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
601 (hfy-face-at): Remove unused var `found-face'.
602 (hfy-compile-stylesheet): Remove unused var `css'.
603 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
604 and `orig-buffer'.
605 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
606 Use with-current-buffer.
607 (hfy-text-p): Use expand-file-name and fewer setq.
608
609 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
610
611 * htmlfontify.el, hfy-cmap.el: New files.
612
613 2009-11-19 Juri Linkov <juri@jurta.org>
614
615 * minibuffer.el (completions-format): New defcustom.
616 (completion--insert-strings): Implement vertical format.
617
618 * simple.el (switch-to-completions): Move point to the first
619 completion when point was at the beginning of the buffer.
620
621 2009-11-19 Juri Linkov <juri@jurta.org>
622
623 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
624
625 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
626
627 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
628
629 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
630 (mail-signature): Change default to t.
631 (mail-from-style): Deprecate `system-default' value.
632 (mail-insert-from-field): For default value of mail-from-style,
633 default to `angles' unless `angles' needs quoting and `parens'
634 does not.
635 (mail-citation-prefix-regexp): Use citation regexp from
636 message-mode.
637
638 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
639
640 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
641 Set variables for computing the prompt for reading password.
642
643 2009-11-19 Glenn Morris <rgm@gnu.org>
644
645 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
646
647 * textmodes/flyspell.el (sgml-lexical-context): Declare.
648
649 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
650 (newsticker-treeview-listwindow-height): Fix custom type.
651
652 2009-11-19 Kenichi Handa <handa@m17n.org>
653
654 * descr-text.el (describe-char-padded-string): Compose with TAB
655 only if there's a font for CH.
656 (describe-char): Fix the condition for detecting a trivial composition.
657
658 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
659
660 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
661 more accurate version of the regexp. (Bug#3910)
662
663 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
664
665 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
666
667 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
668
669 * font-setting.el (font-use-system-font): Declare for byte-compiler.
670 (font-setting-change-default-font): Fix typo in docstring.
671
672 2009-11-18 Alan Mackenzie <acm@muc.de>
673
674 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
675
676 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
677
678 * font-setting.el (font-use-system-font): Move ...
679
680 * cus-start.el (all): ... to here.
681
682 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
683
684 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
685 Don't set `ad-return-value' if `ad-do-it' doesn't.
686
687 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
688 modification time.
689
690 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
691
692 * menu-bar.el: Put "Use system font" in Option-menu.
693 (menu-bar-options-save): Add font-use-system-font.
694
695 * loadup.el: If feature system-font-setting or font-render-setting is
696 there, load font-setting.
697
698 * Makefile.in (ELCFILES): Add font-settings.el.
699 * font-setting.el: New file.
700
701 2009-11-17 Glenn Morris <rgm@gnu.org>
702
703 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
704
705 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
706 Preserve point in the list buffer. (Bug#4939)
707 Use point-at-eol.
708 (newsticker--treeview-list-update-highlight)
709 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
710
711 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
712
713 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
714 Remove.
715
716 * calc/calc-ext.el (calc-init-extensions): Remove references to
717 symclip.
718
719 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
720
721 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
722 * calc/calc-help.el (calc-b-prefix-help): Remove references to
723 `calc-symclip'.
724
725 2009-11-16 Kevin Ryde <user42@zip.com.au>
726
727 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
728 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
729
730 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
731 (lm-keywords-list): Allow comma-only separator like "foo,bar".
732 Ignore trailing spaces by omit-nulls to split-string (fixing
733 regression from Emacs 21 due to the incompatible split-string
734 change). (Bug #4928.)
735
736 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
737
738 * vc.el (vc-log-show-limit): Default to 2000.
739 (vc-print-log-internal): Insert buttons to request more entries
740 when limiting the output.
741
742 * vc-sccs.el (vc-sccs-print-log):
743 * vc-rcs.el (vc-rcs-print-log):
744 * vc-cvs.el (vc-cvs-print-log):
745 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
746 LIMIT is non-nil.
747
748 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
749
750 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
751 error when `tramp-gvfs-dbus-event-vector' is set.
752 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
753
754 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
757
758 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
759
760 * net/dbus.el (dbus-unregister-service): New defun.
761 (dbus-register-property): Register the handlers of
762 "org.freedesktop.DBus.Properties" for SERVICE.
763 (dbus-property-handler): Fix docstring.
764
765 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
766
767 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
768 Quote doc string reference in defvaralias as it is not in special form.
769 (byte-compile-output-docform): Doc fix.
770
771 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
772
773 * calc/calc.el (math-2-word-size, math-half-2-word-size)
774 (calc-complement-signed-mode): New variables.
775 (calc-set-mode-line): Add indicator for twos-complements.
776 (math-format-number): Format twos-complement notation.
777
778 * calc/calc-bin.el (calc-word-size): Reset the variables
779 `math-2-word-size' and `math-half-2-word-size'.
780 (math-format-complement-signed, math-symclip, calcFunc-symclip)
781 (calc-symclip): New functions.
782
783 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
784
785 * calc/calc-embed.el (calc-embedded-mode-vars):
786 Add `calc-complement-signed-mode' to the list of modes.
787
788 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
789 (calc-b-oper-keys): Add `calc-symclip' to list.
790
791 * calc/calc-ext.el (math-read-number-fancy): Read complement
792 signed numbers.
793 (calc-init-extensions): Add binding for `calc-symclip'.
794 Add autoload for `calcFunc-symclip' and `calc-symclip'.
795
796 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
797 `calc-symclip'.
798 (calc-modes-menu): Add item for twos complement mode.
799
800 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
801
802 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
803
804 * register.el (jump-to-register, insert-register): Handle Semantic
805 tags. From commented-out advice in semantic/senator.el.
806
807 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
808
809 * vc.el (vc-log-show-limit): New variable.
810 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
811 when using a prefix argument.
812 (vc-print-log-internal): Add new argument LIMIT.
813
814 * vc-svn.el (vc-svn-print-log):
815 * vc-mtn.el (vc-mtn-print-log):
816 * vc-hg.el (vc-hg-print-log):
817 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
818 pass it to the log command when set. Make the BUFFER argument
819 non-optional.
820
821 * vc-sccs.el (vc-sccs-print-log):
822 * vc-rcs.el (vc-rcs-print-log):
823 * vc-git.el (vc-git-print-log):
824 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
825 ignore it. Make the BUFFER argument non-optional
826
827 * bindings.el (mode-line-buffer-identification): Do not purecopy.
828
829 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
830
831 * dired.el (dired-mode-map): Move encryption items to "Operate"
832 menu (Bug#4703).
833
834 * strokes.el (strokes-update-window-configuration): Make strokes
835 buffer current before erasing (Bug#4906).
836
837 * cedet/semantic/idle.el (semantic-idle-summary-mode)
838 (semantic-idle-summary-mode): Define using define-minor-mode
839 instead of define-semantic-idle-service.
840 (semantic-idle-summary-mode): New function.
841 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
842 that mouse motion does not reset the echo area.
843
844 2009-11-15 Juri Linkov <juri@jurta.org>
845
846 * simple.el (set-mark-default-inactive): Add :type, :group
847 and :version. (Bug#4876)
848
849 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
850
851 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
852 (archive-unique-fname): ... here. (Bug#4929)
853
854 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
857 with a real fix.
858
859 * novice.el (disabled-command-function): Add useful args.
860 Setup the help buffer so that [back] works.
861 Remove redundant call to help-mode.
862 (disabled-command-function): Use `case'.
863 (en/disable-command): New function extracted from enable-command.
864 (enable-command, disable-command): Use it.
865
866 2009-11-14 Glenn Morris <rgm@gnu.org>
867
868 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
869 constants. (Bug#4913)
870
871 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
872
873 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
874
875 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
876 defined in C that have no doc-strings. (Bug#1063)
877
878 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
879
880 * cus-edit.el (data, files):
881 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
882
883 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
884
885 * simple.el (shell-command): Doc fix (Bug#4891).
886
887 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
888
889 2009-11-14 Glenn Morris <rgm@gnu.org>
890
891 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
892 statements for vc-diff, emerge-quit, and rmail-cease-edit.
893 If they are already loaded, eval-after-load will do the right thing.
894
895 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
896 compiling.
897
898 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
899
900 * simple.el (x-selection-owner-p): Declare.
901 (read-mail-command): Use custom radio type rather than choice.
902 (completion-no-auto-exit): Doc fix.
903
904 * custom.el (defgroup):
905 * epg-config.el (epg): Doc fixes.
906
907 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
908
909 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
910 * international/ccl.el (define-ccl-program): Do not purecopy the
911 docstring, defconst does it anyway.
912
913 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * add-log.el (add-change-log-entry): Avoid displaying the changelog
916 a second time.
917
918 * x-dnd.el (x-dnd-maybe-call-test-function):
919 * window.el (split-window-vertically):
920 * whitespace.el (whitespace-help-on):
921 * vc-rcs.el (vc-rcs-consult-headers):
922 * userlock.el (ask-user-about-lock-help)
923 (ask-user-about-supersession-help):
924 * type-break.el (type-break-force-mode-line-update):
925 * time-stamp.el (time-stamp-conv-warn):
926 * terminal.el (te-set-output-log, te-more-break, te-filter)
927 (te-sentinel,terminal-emulator):
928 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
929 (term-write-input-ring, term-check-source, term-start-output-log):
930 (term-display-buffer-line, term-dynamic-list-completions):
931 (term-ansi-make-term, serial-term):
932 * subr.el (selective-display):
933 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
934 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
935 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
936 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
937 (speedbar-remove-localized-speedbar-support)
938 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
939 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
940 (speedbar-buffers-line-directory):
941 * simple.el (shell-command-on-region, append-to-buffer)
942 (prepend-to-buffer):
943 * shadowfile.el (shadow-save-todo-file):
944 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
945 (scroll-bar-maybe-set-window-start):
946 * sb-image.el (speedbar-image-dump):
947 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
948 (load-save-place-alist-from-file):
949 * ps-samp.el (ps-print-message-from-summary):
950 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
951 (ps-background-image, ps-begin-job, ps-do-despool):
952 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
953 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
954 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
955 (pr-call-process, pr-file-list, pr-interface-save):
956 * novice.el (disabled-command-function)
957 (enable-command, disable-command):
958 * mouse.el (mouse-buffer-menu-alist):
959 * mouse-copy.el (mouse-kill-preserving-secondary):
960 * macros.el (kbd-macro-query):
961 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
962 * informat.el (batch-info-validate):
963 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
964 * hippie-exp.el (try-expand-dabbrev-visible):
965 * help-mode.el (help-make-xrefs):
966 * help-fns.el (describe-variable):
967 * generic-x.el (bat-generic-mode-run-as-comint):
968 * finder.el (finder-mouse-select):
969 * find-dired.el (find-dired-sentinel):
970 * filesets.el (filesets-file-close):
971 * files.el (list-directory):
972 * faces.el (list-faces-display, describe-face):
973 * facemenu.el (list-colors-display):
974 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
975 * epg.el (epg--process-filter, epg-cancel):
976 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
977 (epa--read-signature-type):
978 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
979 (emerge-file-names):
980 * ehelp.el (electric-helpify):
981 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
982 * ediff-vers.el (rcs-ediff-view-revision):
983 * ediff-util.el (ediff-setup):
984 * ediff-mult.el (ediff-append-custom-diff):
985 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
986 (ediff-wordify):
987 * echistory.el (Electric-command-history-redo-expression):
988 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
989 * disp-table.el (describe-display-table):
990 * dired.el (dired-find-buffer-nocreate):
991 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
992 * dabbrev.el (dabbrev--same-major-mode-p):
993 * chistory.el (list-command-history):
994 * apropos.el (apropos-documentation):
995 * allout.el (allout-obtain-passphrase):
996 (allout-copy-exposed-to-buffer):
997 (allout-verify-passphrase): Use with-current-buffer.
998
999 2009-11-13 Glenn Morris <rgm@gnu.org>
1000
1001 * Makefile.in (ELCFILES): Regenerate.
1002
1003 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1004
1005 * net/dbus.el (dbus-registered-objects-table): Rename from
1006 `dbus-registered-functions-table', because it contains also properties.
1007 (dbus-unregister-object): Unregister also properties.
1008 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1009 Use a timeout of 500 msec, in order to not block.
1010 (dbus-register-property, dbus-property-handler): New defuns.
1011
1012 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * simple.el (minibuffer-default-add-completions): Drop deprecated
1015 4th arg.
1016
1017 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1018
1019 * textmodes/artist.el (artist-mouse-choose-operation):
1020 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1021 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1022 (artist-compute-up-event-key): New function.
1023 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1024
1025 2009-11-13 Kenichi Handa <handa@m17n.org>
1026
1027 * language/japan-util.el: Make sure that the value of jisx0208
1028 property is jisx0208 character.
1029
1030 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1031
1032 * international/mule.el (auto-coding-regexp-alist): Only purecopy
1033 car or each item, not the whole list.
1034
1035 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * minibuffer.el (minibuffer-completion-help):
1038 Use minibuffer-hide-completions.
1039
1040 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
1041
1042 * dired.el (dired-save-positions, dired-restore-positions): New funs.
1043 (dired-revert): Use them (bug#4880).
1044
1045 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1046
1047 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1048
1049 2009-11-12 Juri Linkov <juri@jurta.org>
1050
1051 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1052 New functions.
1053 (find-file-literally-at-point): Alias of `ffap-literally'.
1054
1055 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1056
1057 * textmodes/ispell.el (ispell-skip-region-alist):
1058 * textmodes/css-mode.el (auto-mode-alist):
1059 * progmodes/compile.el (auto-mode-alist):
1060 * international/mule.el (ctext-non-standard-encodings-alist)
1061 (ctext-non-standard-encodings-regexp):
1062 * simple.el (shell-command-switch, text-read-only):
1063 * replace.el (occur-mode-map):
1064 * paths.el (rmail-file-name):
1065 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1066 * find-file.el (ff-special-constructs):
1067 * files.el (file-name-handler-alist):
1068 * composite.el: Purecopy strings.
1069
1070 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1071
1072 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1073
1074 * widget.el (define-widget): Purecopy the docstring.
1075 * international/mule-cmds.el (charset): Do not purecopy the
1076 docstring here, define-widget does it.
1077
1078 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1079 * textmodes/bibtex-style.el (auto-mode-alist):
1080 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1081 * progmodes/compile.el (compile-command):
1082 * language/korea-util.el (default-korean-keyboard):
1083 * international/mule-conf.el (file-coding-system-alist):
1084 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1085 * tooltip.el (tooltip-frame-parameters):
1086 * newcomment.el (comment-end, comment-padding):
1087 * dired.el (dired-trivial-filenames):
1088 * comint.el (comint-file-name-prefix): Purecopy initial values.
1089
1090 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
1091
1092 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1093 (tramp-advice-minibuffer-electric-tilde): Unload advices via
1094 `tramp-unload'.
1095 (tramp-advice-make-auto-save-file-name)
1096 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1097 after removing the advice.
1098
1099 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1100
1101 * progmodes/grep.el (grep-regexp-alist):
1102 * international/mule-cmds.el (iso-2022-control-alist):
1103 * emacs-lisp/timer.el (timer-duration-words):
1104 * subr.el (version-separator, version-regexp-alist):
1105 * minibuffer.el (completion-styles-alist):
1106 * faces.el (face-attribute-name-alist, list-faces-sample-text):
1107 Change defvars to defconsts.
1108
1109 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1110 * loadup.el ("international/mule-conf"): Load the byte compiled version.
1111 * international/mule-conf.el: Allow to be byte compiled.
1112
1113 * international/mule.el (define-charset): Purecopy props.
1114 (load-with-code-conversion): Purecopy doc string and file name.
1115 (put-charset-property): Purecopy strings.
1116 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1117
1118 * international/mule-cmds.el (register-input-method): Purecopy arguments.
1119 (define-char-code-property): Correctly purecopy the table.
1120
1121 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1122
1123 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1124
1125 * subr.el (add-hook): Purecopy strings.
1126 (eval-after-load): Purecopy load-history-regexp and the form.
1127
1128 * custom.el (custom-declare-group): Purecopy load-file-name.
1129
1130 * subr.el (menu-bar-separator): New defconst.
1131 * net/eudc.el (eudc-tools-menu):
1132 * international/mule-cmds.el (set-coding-system-map)
1133 (mule-menu-keymap):
1134 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1135 * vc-hooks.el (vc-menu-map):
1136 * replace.el (occur-mode-map):
1137 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1138 (menu-bar-edit-menu, menu-bar-goto-menu)
1139 (menu-bar-custom-menu, menu-bar-showhide-menu)
1140 (menu-bar-options-menu, menu-bar-tools-menu)
1141 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1142 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1143 (menu-bar-help-menu):
1144 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1145 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1146
1147 * term/x-win.el (x-gtk-stock-map):
1148 * progmodes/vera-mode.el (auto-mode-alist):
1149 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1150 (inferior-lisp-program, inferior-lisp-load-command):
1151 * progmodes/hideshow.el (hs-special-modes-alist):
1152 * progmodes/gud.el (same-window-regexps):
1153 * progmodes/grep.el (grep-program, find-program, xargs-program):
1154 * net/telnet.el (same-window-regexps):
1155 * net/rlogin.el (same-window-regexps):
1156 * language/ethiopic.el (font-ccl-encoder-alist):
1157 * vc-sccs.el (vc-sccs-master-templates):
1158 * vc-rcs.el (vc-rcs-master-templates):
1159 * subr.el (cl-assertion-failed):
1160 * simple.el (next-error-overlay-arrow-position):
1161 * lpr.el (lpr-command):
1162 * locate.el (locate-ls-subdir-switches):
1163 * info.el (same-window-regexps, info)
1164 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1165 * image-mode.el (image-mode, auto-mode-alist):
1166 * hippie-exp.el (hippie-expand-ignore-buffers):
1167 * format.el (format-alist):
1168 * find-dired.el (find-ls-subdir-switches, find-grep-options)
1169 (find-name-arg):
1170 * facemenu.el (facemenu-keybindings):
1171 * dired.el (dired-listing-switches, dired-chown-program):
1172 * diff.el (diff-switches, diff-command):
1173 * cus-edit.el (same-window-regexps):
1174 * bindings.el (mode-line-mule-info)
1175 (mode-line-buffer-identification): Purecopy strings.
1176
1177 2009-11-11 Juri Linkov <juri@jurta.org>
1178
1179 * simple.el (dired-get-filename)<declare-function>:
1180 Tell the byte-compiler about dired-get-filename.
1181 (shell-command): In Dired mode, get filename from the current line
1182 as the default value.
1183
1184 2009-11-10 Glenn Morris <rgm@gnu.org>
1185
1186 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1187 * calendar/holidays.el, progmodes/cperl-mode.el:
1188 Update x-popup-menu declarations.
1189
1190 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1191 (list-load-path-shadows): Use dolist.
1192 (list-load-path-shadows): Use with-current-buffer.
1193
1194 2009-11-10 Juri Linkov <juri@jurta.org>
1195
1196 * minibuffer.el (read-file-name): Support a list of default values
1197 in `default-filename'. Use the first file name where only one
1198 element is required. Doc fix.
1199
1200 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
1201
1202 * net/dbus.el (dbus-unregister-object): Release service, if no
1203 other method is registered for it.
1204
1205 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
1206
1207 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1208 bookmark-sort-flag is non-nil (Bug#4653).
1209
1210 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1211
1212 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1213 the progress reporter entirely.
1214
1215 * emulation/cua-base.el: Add CUA property to some CC mode commands
1216 (Bug#4100).
1217
1218 2009-11-08 Kevin Ryde <user42@zip.com.au>
1219
1220 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1221 at end of sentence (Bug#4818).
1222
1223 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
1224
1225 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1226 Handle "see declaration of" MSFT statements (Bug#4100).
1227
1228 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
1229
1230 * net/tramp.el (tramp-advice-make-auto-save-file-name)
1231 (tramp-advice-file-expand-wildcards): Unload via
1232 `ad-remove-advice'.
1233
1234 * net/trampver.el: Update release number.
1235
1236 2009-11-08 Kevin Ryde <user42@zip.com.au>
1237
1238 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1239 `ad-do-it'.
1240
1241 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
1242
1243 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1244 in order to keep context in SELinux.
1245
1246 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1247
1248 * dired-aux.el (dired-query): Place cursor in echo area and allow
1249 C-g.
1250
1251 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1252 menu item if not on a directory (Bug#4701).
1253
1254 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
1255
1256 Sync with Tramp 2.1.17.
1257
1258 * net/tramp.el (tramp-handle-copy-directory): Don't use
1259 `file-remote-p' (due to compatibility).
1260
1261 * net/tramp-compat.el (tramp-compat-copy-directory)
1262 (tramp-compat-delete-directory): New defuns.
1263
1264 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1265 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1266 `tramp-compat-delete-directory'.
1267
1268 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1269 (tramp-smb-handle-delete-directory ): Use
1270 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1271
1272 * net/trampver.el: Update release number.
1273
1274 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
1275
1276 * tar-mode.el (tar-copy): Call write-region on the right buffer
1277 (Bug#4857).
1278
1279 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1280 by hand, if necessary (Bug#4878).
1281
1282 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1285 align size column (Bug#4839).
1286
1287 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1288 statement.
1289
1290 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1291
1292 * progmodes/ld-script.el (auto-mode-alist):
1293 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1294
1295 * cus-face.el (custom-declare-face): Purecopy face spec.
1296
1297 2009-11-06 Kenichi Handa <handa@m17n.org>
1298
1299 * international/uni-bidi.el: Re-generated.
1300 * international/uni-category.el: Re-generated.
1301 * international/uni-combining.el: Re-generated.
1302 * international/uni-mirrored.el: Re-generated.
1303
1304 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1305
1306 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1307 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1308 (tex-start-options, slitex-run-command, latex-run-command)
1309 (tex-run-command, tex-directory):
1310 * textmodes/ispell.el (ispell-html-skip-alists)
1311 (ispell-tex-skip-alists, ispell-tex-skip-alists):
1312 * textmodes/fill.el (adaptive-fill-first-line-regexp):
1313 (adaptive-fill-regexp):
1314 * textmodes/dns-mode.el (auto-mode-alist):
1315 * progmodes/python.el (interpreter-mode-alist):
1316 * progmodes/etags.el (tags-compression-info-list):
1317 * progmodes/etags.el (tags-file-name):
1318 * net/browse-url.el (browse-url-galeon-program)
1319 (browse-url-firefox-program):
1320 * mail/sendmail.el (mail-signature-file)
1321 (mail-citation-prefix-regexp):
1322 * international/mule-conf.el (eight-bit):
1323 * international/latexenc.el (latex-inputenc-coding-alist):
1324 * international/fontset.el (x-pixel-size-width-font-regexp):
1325 * emacs-lisp/warnings.el (warning-type-format):
1326 * emacs-lisp/trace.el (trace-buffer):
1327 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1328 (emacs-lisp-mode-map):
1329 * calendar/holidays.el (holiday-solar-holidays)
1330 (holiday-bahai-holidays, holiday-islamic-holidays)
1331 (holiday-christian-holidays, holiday-hebrew-holidays)
1332 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1333 (hebrew-holidays-1, holiday-oriental-holidays)
1334 (holiday-general-holidays):
1335 * x-dnd.el (x-dnd-known-types):
1336 * tool-bar.el (tool-bar):
1337 * startup.el (site-run-file):
1338 * shell.el (shell-dumb-shell-regexp):
1339 * rfn-eshadow.el (file-name-shadow-tty-properties)
1340 (file-name-shadow-properties):
1341 * paths.el (remote-shell-program, news-directory):
1342 * mouse.el ([C-down-mouse-3]):
1343 * menu-bar.el (menu-bar-tools-menu):
1344 * jka-cmpr-hook.el (jka-compr-load-suffixes)
1345 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1346 (jka-compr-compression-info-list):
1347 * isearch.el (search-whitespace-regexp):
1348 * image-file.el (image-file-name-extensions):
1349 * find-dired.el (find-ls-option):
1350 * files.el (directory-listing-before-filename-regexp)
1351 (directory-free-space-args, insert-directory-program)
1352 (list-directory-brief-switches, magic-fallback-mode-alist)
1353 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1354 (automount-dir-prefix):
1355 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1356 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1357 (face-font-registry-alternatives, face-font-registry-alternatives)
1358 (face-font-family-alternatives):
1359 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1360 (facemenu-foreground-menu, facemenu-face-menu):
1361 * epa-hook.el (epa-file-name-regexp):
1362 * dnd.el (dnd-protocol-alist):
1363 * textmodes/rst.el (auto-mode-alist):
1364 * button.el (default-button): Purecopy strings.
1365
1366 2009-11-06 Glenn Morris <rgm@gnu.org>
1367
1368 * Makefile.in (ELCFILES): Update.
1369
1370 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1373 * emacs-lisp/levents.el: Move to obsolete/levents.el.
1374
1375 * nxml/xsd-regexp.el (xsdre-gen-categories):
1376 * nxml/xmltok.el (xmltok-parse-entity):
1377 * nxml/rng-parse.el (rng-parse-validate-file):
1378 * nxml/rng-maint.el (rng-format-manual)
1379 (rng-manual-output-force-new-line):
1380 * nxml/rng-loc.el (rng-save-schema-location-1):
1381 * nxml/rng-cmpct.el (rng-c-parse-file):
1382 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1383 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1384
1385 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
1386
1387 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1388 Remove extra save-excursions and make-variable-buffer-local's.
1389 Suggested by Stefan Monnier.
1390
1391 (verilog-getopt-file, verilog-module-inside-filename-p)
1392 (verilog-set-define): Merge GNU 1.35 and repair changes from
1393 switching to using with-current-buffer.
1394
1395 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1396 being treated as a number and confusing AUTORESET.
1397 Reported by Dan Dever.
1398
1399 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1400 Add verilog-auto-ignore-concat to fix backward compatibility with
1401 older verilog-modes. Reported by Dan Katz.
1402
1403 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1404 containing closing anchors "...$".
1405
1406 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1407 Reported by Wade Smith.
1408
1409 (verilog-batch-execute-func) Comment on function usage.
1410
1411 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
1412
1413 * verilog-mode.el (verilog-label-re): Fix regular expression for
1414 labels.
1415
1416 (verilog-label-re, verilog-calc-1): Support proper indent of named
1417 asserts.
1418
1419 (verilog-backward-token, verilog-basic-complete-re)
1420 (verilog-beg-of-statement, verilog-indent-re): Support proper
1421 indent of the assert statement at the beginning of a block of text.
1422
1423 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1424 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1425 tokens as begins.
1426
1427 2009-11-05 Glenn Morris <rgm@gnu.org>
1428
1429 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1430 Emacs 19. (Bug#1531)
1431 (byte-compile-fix-header): Update for the above change.
1432 Drop test for epoch::version.
1433
1434 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1435 * cus-dep.el (custom-make-dependencies):
1436 * finder.el (finder-compile-keywords):
1437 Use autoload-rubric's feature argument.
1438
1439 * calendar/diary-lib.el (top-level): Make load behave more like require.
1440
1441 * vc-git.el (vc-git-stash-map): Move definition before use.
1442
1443 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1444
1445 * custom.el (custom-declare-group): Purecopy standard-value.
1446 (custom-declare-group): Purecopy custom-prefix.
1447
1448 * international/mule.el (load-with-code-conversion):
1449 Call do-after-load-evaluation unconditionally.
1450
1451 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1452
1453 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1456
1457 2009-11-04 Glenn Morris <rgm@gnu.org>
1458
1459 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1460 (byte-compile-compatibility): Remove option.
1461 (byte-compile-close-variables, byte-compile-fix-header)
1462 (byte-compile-insert-header, byte-compile-output-docform)
1463 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1464 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1465 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1466 (byte-compile-insert, byte-compile-defun):
1467 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
1468 (byte-defop-compiler19): Remove.
1469 Without byte-compile-compatibility, the 'emacs19-opcode property is not
1470 used by anything. Replace all calls with byte-defop-compiler.
1471
1472 2009-11-04 Juri Linkov <juri@jurta.org>
1473
1474 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1475 (menu-bar-options-menu): Don't quote the `prop' arg of
1476 `menu-bar-make-mm-toggle'.
1477
1478 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
1479
1480 * calendar/calendar.el (cal-loaddefs):
1481 * calendar/diary-lib.el (diary-loaddefs):
1482 * calendar/holidays.el (hol-loaddefs):
1483 * eshell/esh-module.el (esh-groups): Load rather than require.
1484
1485 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * calendar/todo-mode.el (todo-add-category): Don't hardcode
1488 point-min==1.
1489 (todo-top-priorities): Only display-buffer when called interactively.
1490 (todo-item-start): Don't save excursion point.
1491 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
1492 (todo-insert-item-here, todo-file-item, todo-remove-item):
1493 Adjust uses of todo-item-start and todo-item-end.
1494
1495 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1496 (autoload-rubric): Don't use any more.
1497 * cedet/semantic/fw.el (semantic/loaddefs):
1498 * cedet/srecode.el (srecode/loaddefs):
1499 * cedet/ede.el (ede/loaddefs): Load rather than require.
1500 * cedet/ede/cpp-root.el:
1501 * cedet/ede/emacs.el:
1502 * cedet/ede/files.el:
1503 * cedet/ede/linux.el:
1504 * cedet/ede/locate.el:
1505 * cedet/ede/make.el:
1506 * cedet/ede/shell.el:
1507 * cedet/ede/speedbar.el:
1508 * cedet/ede/system.el:
1509 * cedet/ede/util.el:
1510 * cedet/semantic/analyze.el:
1511 * cedet/semantic/bovine.el:
1512 * cedet/semantic/complete.el:
1513 * cedet/semantic/ctxt.el:
1514 * cedet/semantic/db-file.el:
1515 * cedet/semantic/db-find.el:
1516 * cedet/semantic/db-global.el:
1517 * cedet/semantic/db-mode.el:
1518 * cedet/semantic/db-typecache.el:
1519 * cedet/semantic/db.el:
1520 * cedet/semantic/debug.el:
1521 * cedet/semantic/dep.el:
1522 * cedet/semantic/doc.el:
1523 * cedet/semantic/edit.el:
1524 * cedet/semantic/find.el:
1525 * cedet/semantic/format.el:
1526 * cedet/semantic/html.el:
1527 * cedet/semantic/ia-sb.el:
1528 * cedet/semantic/ia.el:
1529 * cedet/semantic/idle.el:
1530 * cedet/semantic/lex-spp.el:
1531 * cedet/semantic/lex.el:
1532 * cedet/semantic/mru-bookmark.el:
1533 * cedet/semantic/scope.el:
1534 * cedet/semantic/senator.el:
1535 * cedet/semantic/sort.el:
1536 * cedet/semantic/symref.el:
1537 * cedet/semantic/tag-file.el:
1538 * cedet/semantic/tag-ls.el:
1539 * cedet/semantic/tag-write.el:
1540 * cedet/semantic/tag.el:
1541 * cedet/semantic/util-modes.el:
1542 * cedet/semantic/analyze/complete.el:
1543 * cedet/semantic/analyze/refs.el:
1544 * cedet/semantic/bovine/c.el:
1545 * cedet/semantic/bovine/gcc.el:
1546 * cedet/semantic/bovine/make.el:
1547 * cedet/semantic/bovine/scm.el:
1548 * cedet/semantic/decorate/include.el:
1549 * cedet/semantic/decorate/mode.el:
1550 * cedet/semantic/symref/cscope.el:
1551 * cedet/semantic/symref/global.el:
1552 * cedet/semantic/symref/grep.el:
1553 * cedet/semantic/symref/idutils.el:
1554 * cedet/semantic/symref/list.el:
1555 * cedet/semantic/wisent/java-tags.el:
1556 * cedet/semantic/wisent/javascript.el:
1557 * cedet/srecode/compile.el:
1558 * cedet/srecode/cpp.el:
1559 * cedet/srecode/document.el:
1560 * cedet/srecode/el.el:
1561 * cedet/srecode/expandproto.el:
1562 * cedet/srecode/getset.el:
1563 * cedet/srecode/insert.el:
1564 * cedet/srecode/java.el:
1565 * cedet/srecode/map.el:
1566 * cedet/srecode/mode.el:
1567 * cedet/srecode/template.el:
1568 * cedet/srecode/texi.el: Remove the file-local setting of
1569 generated-autoload-feature.
1570
1571 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1572 and only put a prop if it is non-nil.
1573
1574 2009-11-03 Juri Linkov <juri@jurta.org>
1575
1576 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1577 (menu-bar-options-menu): Fix list quoting (Bug#4429).
1578
1579 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1580 and "Menu" to make top-level menu item visually one unit (like
1581 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1582 multi-word menu items). Fix :help string for quit-window.
1583
1584 2009-11-03 Glenn Morris <rgm@gnu.org>
1585
1586 * cedet/mode-local.el (with-mode-local): Doc fix.
1587
1588 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1589 (byte-compile-file-form-define-abbrev-table)
1590 (byte-compile-file-form-custom-declare-variable)
1591 (byte-compile-variable-ref, byte-compile-defvar):
1592 Whether or not a warning is enabled should only affect whether we issue
1593 the warning, not whether or not we collect the relevant data.
1594 Eg warnings can be turned on and off throughout the course of a file.
1595
1596 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1597 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1598
1599 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1602 * play/mpuz.el (mpuz-create-buffer):
1603 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1604 (lm-print-y,s,noise, lm-print-w0, lm-init):
1605 * play/gomoku.el (gomoku-prompt-for-move):
1606 * play/fortune.el (fortune-in-buffer):
1607 * play/dissociate.el (dissociated-press):
1608 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1609 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1610 * mail/supercite.el (sc-eref-show):
1611 * mail/smtpmail.el (smtpmail-send-it):
1612 * mail/rmailsum.el (rmail-summary-next-labeled-message)
1613 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1614 (rmail-summary-undelete-many, rmail-summary-rmail-update)
1615 (rmail-summary-goto-msg, rmail-summary-expunge)
1616 (rmail-summary-get-new-mail, rmail-summary-search-backward)
1617 (rmail-summary-add-label, rmail-summary-output-menu)
1618 (rmail-summary-output-body):
1619 * mail/rfc822.el (rfc822-addresses):
1620 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1621 * mail/mailpost.el (post-mail-send-it):
1622 * mail/hashcash.el (hashcash-generate-payment):
1623 * mail/feedmail.el (feedmail-run-the-queue)
1624 (feedmail-queue-send-edit-prompt-help-first)
1625 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1626 (feedmail-deduce-address-list):
1627 * eshell/esh-ext.el (eshell-remote-command):
1628 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1629 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1630 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1631 (viper-save-string-in-file, viper-valid-marker):
1632 * emulation/viper-keym.el (viper-toggle-key):
1633 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1634 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1635 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1636 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1637 (viper-exec-form-in-emacs, viper-brac-function):
1638 * emulation/viper.el (viper-delocalize-var):
1639 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1640 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1641 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1642 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1643 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1644 * emulation/edt.el (edt-electric-helpify):
1645 * emulation/cua-rect.el (cua--rectangle-aux-replace):
1646 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1647 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1648 (cua-indent-to-global-mark-column):
1649 * calendar/diary-lib.el (calendar-mark-1):
1650 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1651 Use with-current-buffer.
1652 * emulation/viper.el (viper-delocalize-var): Use dolist.
1653
1654 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
1655
1656 * comint.el (comint-replace-by-expanded-history-before-point):
1657 Replace !! with the previous input string literally (Bug#1795).
1658
1659 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
1660
1661 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1662 to be made up of whitespace.
1663
1664 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * minibuffer.el (read-file-name): Don't use file dialogs for
1667 remote directories (Bug#99).
1668
1669 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1672
1673 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
1674
1675 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1676 instead of deleting the window or frame.
1677
1678 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1681 Support face colors.
1682
1683 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1684 New function. Support face colors (Bug#1168).
1685 (tex-common-initialization): Use it.
1686
1687 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1688 mode allows it (Bug#1168).
1689
1690 2009-10-31 Juri Linkov <juri@jurta.org>
1691
1692 * facemenu.el (list-colors-display): Don't mark buffer as
1693 modified (Bug#3948).
1694
1695 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1696
1697 * international/mule-diag.el (list-character-sets-1): Minor
1698 message fix (Bug#3526).
1699
1700 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1701 face property (Bug#4834).
1702 (etags-list-tags, etags-tags-apropos-additional)
1703 (etags-tags-apropos, tags-select-tags-table): Add follow-link
1704 property.
1705
1706 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1707 items.
1708
1709 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1710 items.
1711
1712 * cedet/ede.el (ede-minor-mode):
1713 * cedet/semantic.el (semantic-mode): Toggle menu separators.
1714
1715 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * textmodes/two-column.el (2C-split):
1718 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1719 * textmodes/tex-mode.el (tex-set-buffer-directory):
1720 * textmodes/spell.el (spell-region, spell-string):
1721 * textmodes/reftex.el (reftex-erase-buffer):
1722 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1723 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1724 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1725 (reftex-select-item):
1726 * textmodes/reftex-ref.el (reftex-label-info-update)
1727 (reftex-offer-label-menu):
1728 * textmodes/reftex-index.el (reftex-index-change-entry)
1729 (reftex-index-phrases-info):
1730 * textmodes/reftex-global.el (reftex-create-tags-file)
1731 (reftex-save-all-document-buffers, reftex-ensure-write-access):
1732 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1733 (reftex-view-crossref-from-bibtex):
1734 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1735 (reftex-extract-bib-entries-from-thebibliography)
1736 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1737 * textmodes/refbib.el (r2b-capitalize-title):
1738 (r2b-convert-buffer, r2b-help):
1739 * textmodes/page-ext.el (pages-directory)
1740 (pages-directory-goto-with-mouse):
1741 * textmodes/bibtex.el (bibtex-validate-globally):
1742 * textmodes/bib-mode.el (bib-capitalize-title):
1743 * textmodes/artist.el (artist-clear-buffer, artist-system):
1744 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1745 (local-set-scheme-interaction-buffer, xscheme-process-filter)
1746 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1747 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1748 (xscheme-send-control-g-interrupt, xscheme-start-process)
1749 (xscheme-process-sentinel, xscheme-cd):
1750 * progmodes/verilog-mode.el (verilog-read-always-signals)
1751 (verilog-set-define, verilog-getopt-file)
1752 (verilog-module-inside-filename-p):
1753 * progmodes/sh-script.el:
1754 * progmodes/python.el (python-pdbtrack-get-source-buffer)
1755 (python-pdbtrack-grub-for-buffer, python-execute-file):
1756 * progmodes/octave-inf.el (inferior-octave):
1757 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1758 (idlwave-shell-compile-helper-routines, idlwave-set-local)
1759 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1760 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1761 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1762 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1763 (idlwave-shell-filter, idlwave-shell-examine-highlight)
1764 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1765 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1766 (idlwave-shell-examine-display, idlwave-shell-run-region)
1767 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1768 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1769 * progmodes/idlw-help.el (idlwave-help-get-special-help)
1770 (idlwave-help-get-help-buffer):
1771 * progmodes/gud.el (gud-basic-call, gud-find-class)
1772 (gud-tooltip-activate-mouse-motions-if-enabled):
1773 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1774 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1775 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1776 (ebrowse-tags-next-file):
1777 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1778 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1779 (ebnf-eps-finish-and-write):
1780 * progmodes/cpp.el (cpp-edit-save):
1781 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1782 * progmodes/cc-defs.el (c-emacs-features):
1783 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1784 (antlr-directory-dependencies):
1785 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1786 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1787 (ada-find-any-references, ada-make-filename-from-adaname)
1788 (ada-make-body-gnatstub):
1789 * obsolete/rnews.el (news-list-news-groups):
1790 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1791 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1792 * net/rcirc.el (rcirc-debug):
1793 * net/newst-treeview.el (newsticker--treeview-list-add-item)
1794 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1795 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1796 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1797 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1798 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1799 (newsticker--treeview-list-clear-highlight)
1800 (newsticker--treeview-list-update-highlight)
1801 (newsticker--treeview-list-highlight-start)
1802 (newsticker--treeview-tree-update-highlight)
1803 (newsticker--treeview-get-selected-item)
1804 (newsticker-treeview-mark-list-items-old)
1805 (newsticker--treeview-set-current-node):
1806 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1807 * net/newst-backend.el (newsticker--get-news-by-funcall)
1808 (newsticker--get-news-by-wget, newsticker--image-get)
1809 (newsticker--image-sentinel):
1810 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1811 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1812 (eudc-ph-close-session):
1813 * net/eudc.el (eudc-save-options):
1814 * language/thai-word.el (thai-update-word-table):
1815 * language/japan-util.el (japanese-string-conversion):
1816 * international/titdic-cnv.el (tsang-quick-converter)
1817 (ziranma-converter, ctlau-converter):
1818 * international/mule-cmds.el (describe-language-environment):
1819 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1820 (skkdic-convert-postfix, skkdic-convert-prefix):
1821 (skkdic-convert-okuri-nasi, skkdic-convert):
1822 * emacs-lisp/re-builder.el (reb-update-overlays):
1823 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1824 * emacs-lisp/gulp.el (gulp-send-requests):
1825 * emacs-lisp/find-gc.el (trace-call-tree):
1826 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1827 (eieio-describe-generic):
1828 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1829 * emacs-lisp/edebug.el (edebug-outside-excursion):
1830 * emacs-lisp/debug.el (debugger-make-xrefs):
1831 * emacs-lisp/cust-print.el (custom-prin1-to-string):
1832 * emacs-lisp/chart.el (chart-new-buffer):
1833 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1834 Use with-current-buffer.
1835 * textmodes/artist.el (artist-system): Don't call
1836 copy-sequence on a fresh string.
1837 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1838
1839 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
1840
1841 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1842 is no item to edit. (Bug#4820)
1843 (todo-top-priorities): Restore point and restore narrowing in Todo
1844 buffer. (Bug#4820)
1845
1846 2009-10-31 Glenn Morris <rgm@gnu.org>
1847
1848 * net/ange-ftp.el (top-level): Don't require dired when compiling.
1849 (comint-last-output-start, comint-last-input-start)
1850 (comint-last-input-end): Don't defvar when compiling.
1851 (ange-ftp-process-file): Use bound-and-true-p.
1852
1853 * pcmpl-rpm.el (top-level): Move provide statement to end.
1854 (pcmpl-rpm): Remove unused custom group.
1855
1856 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1857
1858 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1859
1860 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1861 (byte-compile-warnings): Add `constants' as an option.
1862 (byte-compile-callargs-warn, byte-compile-arglist-warn)
1863 (display-call-tree): Update for byte-compile-fdefinition possibly
1864 returning `(macro lambda ...)'. (Bug#4778)
1865 (byte-compile-variable-ref, byte-compile-setq-default):
1866 Respect `constants' member of byte-compile-warnings.
1867
1868 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1869 Use mapc rather than mapcar because the return value is never used.
1870
1871 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1872 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1873 * cedet/semantic/html.el:
1874 Suppress harmless warnings about setting up semantic-imenu (not
1875 part of Emacs) variables.
1876
1877 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * vc-bzr.el (vc-bzr-revision-keywords): New var.
1880 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1881 to "submit:".
1882
1883 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1884 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1885 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1886 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1887 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1888 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1889 (semantic-analyzer-debug-global-symbol)
1890 (semantic-analyzer-debug-missing-innertype)
1891 (semantic-analyzer-debug-insert-include-summary):
1892 * cedet/semantic/util.el (semantic-file-tag-table):
1893 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1894 (semantic-recursive-find-nonterminal-by-name):
1895 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1896 * cedet/semantic/tag-file.el (semantic-prototype-file):
1897 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1898 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1899 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1900 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1901 (semantic-idle-summary-maybe-highlight):
1902 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1903 (semantic-ia-sb-tag-info):
1904 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1905 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1906 * cedet/semantic/ede-grammar.el (project-compile-target):
1907 (ede-proj-makefile-insert-variables):
1908 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1909 (semantic-debug-set-source-location, semantic-debug-interface-layout)
1910 (semantic-debug-mode, semantic-debug):
1911 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1912 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1913 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1914 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1915 (semanticdb-find-translate-path-includes--internal)
1916 (semanticdb-reset-log, semanticdb-find-log-activity):
1917 * cedet/semantic/db-file.el (object-write):
1918 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1919 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1920 (semanticdb-create-ebrowse-database):
1921 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1922 * cedet/semantic/complete.el (semantic-displayor-focus-request)
1923 (semantic-collector-calculate-completions-raw)
1924 (semantic-complete-read-tag-analyzer):
1925 * cedet/semantic/analyze.el (semantic-analyze-pulse):
1926 * cedet/ede/util.el (ede-update-version-in-source):
1927 * cedet/ede/proj.el (project-delete-target):
1928 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1929 (ede-proj-flush-autoconf):
1930 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1931 (ede-proj-configure-synchronize):
1932 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1933 * cedet/ede/linux.el (ede-linux-version):
1934 * cedet/ede/emacs.el (ede-emacs-version):
1935 * cedet/ede/dired.el (ede-dired-add-to-target):
1936 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1937 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1938 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1939 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1940 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1941 (cedet-idutils-version-check):
1942 * cedet/cedet-global.el (cedet-gnu-global-call):
1943 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1944 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1945 * cedet/cedet-cscope.el (cedet-cscope-call)
1946 (cedet-cscope-expand-filename, cedet-cscope-version-check):
1947 Use with-current-buffer.
1948 * cedet/ede.el (ede-make-project-local-variable)
1949 (ede-set-project-variables, ede-set): Use dolist.
1950
1951 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1952
1953 * textmodes/ispell.el (ispell-skip-region-alist):
1954 * international/mule-conf.el (eight-bit):
1955 * international/fontset.el (font-encoding-alist):
1956 * startup.el (pure-space-overflow-message):
1957 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1958 * paths.el (gnus-nntp-service, rmail-spool-directory)
1959 (term-file-prefix):
1960 * files.el (save-some-buffers-action-alist):
1961 * cmuscheme.el (same-window-buffer-names):
1962 * ielm.el (same-window-buffer-names):
1963 * shell.el (same-window-buffer-names):
1964 * mail/sendmail.el (same-window-buffer-names):
1965 * progmodes/inf-lisp.el (same-window-buffer-names):
1966 * bindings.el (mode-line-client)
1967 (mode-line-column-line-number-mode-map):
1968 * language/tibetan.el (tibetan-precomposition-rule-regexp)
1969 (tibetan-precomposed-regexp): Purecopy string arguments.
1970
1971 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1974 (calcDigit-nondigit):
1975 * calc/calc-yank.el (calc-copy-to-buffer):
1976 * calc/calc-units.el (calc-invalidate-units-table):
1977 * calc/calc-trail.el (calc-trail-yank):
1978 * calc/calc-store.el (calc-insert-variables):
1979 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1980 * calc/calc-prog.el (calc-read-parse-table):
1981 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1982 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1983 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1984 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1985 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1986 (calc-graph-name, calc-graph-find-command, calc-graph-view)
1987 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1988 * calc/calc-ext.el (calc-realign):
1989 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1990 (calc-embedded-finish-edit, calc-embedded-make-info)
1991 (calc-embedded-finish-command, calc-embedded-stack-change):
1992 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1993
1994 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1995 (overload-docstring-extension): Use that info.
1996 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1997 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1998 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1999 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2000 (semantic-nonterminal-full-name): Add the new `when' info.
2001 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2002 `assert'.
2003
2004 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2005 shell-dynamic-complete-filename in preference to
2006 comint-dynamic-complete-filename.
2007
2008 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2009 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2010 Don't consider whether the display supports colors.
2011 (bookmark-import-new-list): Use dolist.
2012 (bookmark-bmenu-mode-map): Move initialization into declaration.
2013 (bookmark-bmenu-list): Use dolist, simplify.
2014 (bookmark-show-all-annotations): Use save-selected-window and dolist.
2015 (menu-bar-final-items): Use push.
2016
2017 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2018
2019 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2020 it works on remote files.
2021 (vc-hg-diff): Don't pass any `--cwd' argument.
2022
2023 2009-10-27 Kevin Ryde <user42@zip.com.au>
2024
2025 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2026 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2027 (Further to Bug#3921).
2028
2029 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
2030
2031 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2032 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2033 calling `tramp-imap-put-file'. Add file size to the call.
2034 (tramp-imap-get-file-entries): Compute also user name, file size,
2035 and date.
2036 (tramp-imap-handle-insert-directory): Insert uid and gid.
2037 (tramp-imap-handle-file-attributes): Transform uid and gid
2038 according to `id-format'.
2039 (tramp-imap-put-file): New optional parameter SIZE. Encode file
2040 size in header X-Size.
2041
2042 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * simple.el (transpose-subr): Give clearer error when the mark
2045 is not set. (Bug#4807)
2046
2047 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
2048
2049 * net/tramp.el (tramp-perl-file-truename): New defconst.
2050 Perl code contributed by yary <not.com@gmail.com> (tiny change).
2051 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2052 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2053 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2054
2055 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2056 Ignore `dired-call-process'.
2057 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2058
2059 2009-10-26 Julian Scheid <julians37@gmail.com>
2060
2061 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2062 (tramp-get-remote-readlink): New defun.
2063 (tramp-handle-file-truename): Use it.
2064 (tramp-handle-file-exists-p): Check file-attributes cache, assume
2065 file exists if cache value present.
2066 (tramp-check-cached-permissions) New defun.
2067 (tramp-handle-file-readable-p): Use it.
2068 (tramp-handle-file-writable-p): Likewise.
2069 (tramp-handle-file-executable-p): Likewise.
2070 (tramp-handle-file-name-all-completions): Try using Perl to get
2071 partial completions. When perl not available, combine `cd' and
2072 `ls' into single remote operation and use shell expansion to get
2073 partial remote directory contents. Set `file-exists-p' cache for
2074 directory and any files returned by ls. Change cache handling to
2075 support partial directory contents. Use error message emitted by
2076 remote `cd' or Perl code for local tramp-error.
2077 (tramp-do-copy-or-rename-file-directly): Avoid separate
2078 tramp-send-command-and-check call.
2079 (tramp-handle-process-file): Merge three remote ops into one.
2080 Do not flush all caches when `process-file-side-effects' is set.
2081 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2082 file-attributes shows uid/gid to be set already.
2083
2084 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2085
2086 * textmodes/tex-mode.el (tex-dvi-view-command)
2087 (tex-show-queue-command, tex-open-quote):
2088 * progmodes/ruby-mode.el (auto-mode-alist)
2089 (interpreter-mode-alist): Purecopy strings.
2090
2091 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2092
2093 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2094 string for the hook, keymap and abbrev table.
2095
2096 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2097
2098 * x-dnd.el (x-dnd-xdnd-to-action):
2099 * startup.el (fancy-startup-text, fancy-about-text): Change to
2100 defconst from defvar.
2101
2102 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2103
2104 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2105 Purecopy initialization strings.
2106
2107 * mail/sendmail.el (mail-header-separator)
2108 (mail-personal-alias-file):
2109 * mail/rmail.el (rmail-default-dont-reply-to-names)
2110 (rmail-ignored-headers, rmail-retry-ignored-headers)
2111 (rmail-highlighted-headers, rmail-secondary-file-directory)
2112 (rmail-secondary-file-regexp):
2113 * files.el (null-device, file-name-invalid-regexp)
2114 (locate-dominating-stop-dir-regexp)
2115 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2116 (interpreter-mode-alist): Use mapcar instead of mapc.
2117
2118 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2119
2120 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2121 (completion-ignored-extensions):
2122 (debug-ignored-errors): Purecopy strings.
2123
2124 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2127 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2128 (pcomplete--here): Use push.
2129
2130 * subr.el (all-completions): Declare the 4th arg obsolete.
2131
2132 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * pcomplete.el (pcomplete-unquote-argument-function): New var.
2135 (pcomplete-unquote-argument): New function.
2136 (pcomplete--common-suffix): Always pay attention to case.
2137 (pcomplete--table-subvert): Quote and unquote the text.
2138 (pcomplete--common-quoted-suffix): New function.
2139 (pcomplete-std-complete): Use it and pcomplete-begin.
2140
2141 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2142 we're inside a dedicated or minibuffer window.
2143
2144 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * cedet/semantic/fw.el (semantic-alias-obsolete)
2147 (semantic-varalias-obsolete): Make the `when' arg mandatory.
2148 (define-mode-overload-implementation):
2149 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2150 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2151 * cedet/semantic/util.el (semantic-file-token-stream)
2152 (semantic-something-to-stream):
2153 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2154 (semantic-expand-nonterminal):
2155 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2156 (semantic-find-dependency, semantic-find-nonterminal)
2157 (semantic-find-dependency):
2158 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2159 (semantic-flex-text, semantic-flex-make-keyword-table)
2160 (semantic-flex-keyword-p, semantic-flex-keyword-put)
2161 (semantic-flex-keyword-get, semantic-flex-map-keywords)
2162 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2163 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2164 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2165 (semantic-after-idle-scheduler-reparse-hooks):
2166 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2167 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2168 * cedet/semantic.el (semantic-toplevel-bovine-table)
2169 (semantic-toplevel-bovine-cache)
2170 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2171 (semantic-init-mode-hooks, semantic-init-db-hooks)
2172 (semantic-bovination-working-type): Provide the `when' arg.
2173
2174 2009-10-24 Karl Fogel <kfogel@red-bean.com>
2175
2176 * bookmark.el: Update documentation, especially documentation
2177 of `bookmark-alist' and of the bookmark file format.
2178 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
2179
2180 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2181
2182 * mail/emacsbug.el (report-emacs-bug): Clarify that the
2183 keybindings apply to the mail buffer (Bug#4003). Shrink help
2184 window to buffer.
2185
2186 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2187 (global-whitespace-mode, global-whitespace-newline-mode)
2188 (whitespace-toggle-options, global-whitespace-toggle-options):
2189 Doc fix (Bug#3660).
2190
2191 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2192 of xmltok-start before the end tag was inserted (Bug#2840).
2193
2194 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2195 patterns that are preceded by an open-paren (Bug#1320).
2196
2197 2009-10-24 Sven Joachim <svenjoac@gmx.de>
2198
2199 * files.el (delete-directory): Delete symlinks to directories with
2200 delete-file (Bug#4739).
2201
2202 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2205 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2206 argument to make-obsolete.
2207
2208 * cedet/semantic/fw.el (semantic-alias-obsolete)
2209 (semantic-varalias-obsolete): Add optional WHEN argument.
2210
2211 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2212
2213 * vc.el (vc-backend-for-registration): Rename from
2214 vc-get-backend-for-registration. Update callers.
2215
2216 * international/mule-cmds.el (set-language-info-alist):
2217 Purecopy lang-env.
2218 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2219 (charset): Purecopy the name.
2220 (define-char-code-property): Purecopy string arguments.
2221
2222 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2223 Purecopy string arguments.
2224
2225 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2226 * ediff-hook.el (menu-bar-ediff-menu):
2227 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2228 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2229
2230 2009-10-24 Glenn Morris <rgm@gnu.org>
2231
2232 * comint.el (comint-dynamic-list-completions):
2233 * term.el (term-dynamic-list-completions): Use choose-completion rather
2234 than obsolete alias mouse-choose-completion.
2235
2236 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2237 file-cache-choose-completion.
2238 (file-cache-choose-completion): Handle an optional event argument.
2239 (file-cache-mouse-choose-completion): Make it an obsolete alias.
2240
2241 * progmodes/octave-mod.el (octave-complete-symbol):
2242 Use choose-completion if mouse-choose-completion is ever removed.
2243
2244 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2245 use.
2246
2247 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2248 compiler.
2249
2250 * vc-hooks.el (vc-responsible-backend): Fix declaration.
2251
2252 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2255 Ignore `pred' now that we receive one.
2256 Handle test-completion specially.
2257
2258 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2259
2260 * vc.el (vc-responsible-backend): Throw an error if not backend is
2261 found. Remove the REGISTER argument. Move the code dealing with
2262 REGISTER ...
2263 (vc-get-backend-for-registration): ... here. New function.
2264 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2265 of vc-responsible-backend, pass the file name instead of the
2266 directory name.
2267
2268 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2271 New funs.
2272 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
2273 (pcomplete-comint-setup): Don't modify a global var via
2274 accidental side-effects.
2275 (pcomplete-shell-setup): Adjust call accordingly.
2276 (pcomplete-parse-comint-arguments): Use push.
2277
2278 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2281 Allow uncapitalized info node names (Bug#3921).
2282
2283 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2284 to the DEBUG file (Bug#3781).
2285
2286 2009-10-23 Jari Aalto <jari.aalto@cante.net>
2287
2288 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2289 dictionary entry (Bug#4579).
2290
2291 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
2292
2293 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2294 from `rfn-eshadow-update-overlay-hook' when unloading.
2295 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2296 "rsyncc". Adjust doc string.
2297 (tramp-temp-buffer-file-name) New buffer-local defvar.
2298 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2299 Keep temporary file when indicated by method ("rsync" and
2300 "rsyncc").
2301 (tramp-handle-write-region): Handle APPEND.
2302 (tramp-delete-temp-file-function): New defun. Added to
2303 `kill-buffer-hook'.
2304
2305 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
2306
2307 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2308
2309 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2310
2311 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2312 (color-name-rgb-alist, tty-standard-colors)
2313 (tty-color-mode-alist): Change to defconst.
2314
2315 * simple.el (mark-inactive): Purecopy message.
2316
2317 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2318 (global-map, yank-menu):
2319 * textmodes/ispell.el (ispell-menu-map):
2320 * net/eudc.el (eudc-tools-menu):
2321 * international/mule-cmds.el (describe-language-environment-map)
2322 (setup-language-environment-map, set-coding-system-map)
2323 (mule-menu-keymap):
2324 * vc-hooks.el (vc-menu-entry, vc-menu-map):
2325 * replace.el (occur-mode-map):
2326 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2327
2328 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
2329
2330 * calc/calc.el (math-read-number, math-read-number-simple): Use
2331 `save-match-data'.
2332
2333 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2336 rather than fiddling with global-map bindings, since it should only
2337 affect per-terminal settings.
2338 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2339
2340 * minibuffer.el (completion-table-with-terminator): Allow to specify
2341 the terminator-regexp.
2342
2343 * simple.el (switch-to-completions): Look for *Completions* in other
2344 frames as well.
2345
2346 * pcomplete.el: Allow the use of completion-tables.
2347 (pcomplete-std-complete): New command.
2348 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2349 (pcomplete--here): Use a function for `form' rather than an expression,
2350 so it can be byte-compiled.
2351 (pcomplete-here, pcomplete-here*): Adjust accordingly.
2352 Add edebug declaration.
2353 (pcomplete-show-completions): Remove unused var `curbuf'.
2354 (pcomplete-do-complete, pcomplete-stub):
2355 Don't assume `completions' is a list of strings any more.
2356
2357 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
2358
2359 * find-dired.el (find-name-arg): Fix typo in docstring.
2360
2361 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2364 (pcmpl-linux-fs-types): Same, and update to new modules layout.
2365
2366 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2367 pcomplete-entries.
2368
2369 * comint.el (comint-read-input-ring, comint-write-input-ring)
2370 (comint-substitute-in-file-name)
2371 (comint-dynamic-complete-as-filename)
2372 (comint-dynamic-simple-complete)
2373 (comint-dynamic-list-filename-completions)
2374 (comint-dynamic-list-completions)
2375 (comint-redirect-results-list-from-process): Minor simplifications.
2376
2377 2009-10-21 Kevin Ryde <user42@zip.com.au>
2378
2379 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2380 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2381 the first form. And insert a blank line after ";;; Code" since
2382 that's usual style. (My Bug#4612.)
2383
2384 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2385
2386 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * minibuffer.el (completion-table-with-terminator): Properly implement
2389 boundaries, in case `terminator' appears in the suffix.
2390 (completion--embedded-envvar-table): Don't return boundaries if
2391 there's no valid completion. Simplify.
2392 (completion-file-name-table): New completion table extracted from
2393 completion--file-name-table.
2394 (completion--file-name-table): Use it.
2395 (read-file-name-predicate): Declare obsolete.
2396 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2397 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2398 completion-file-name-table, and use the `pred' argument.
2399 * files.el (locate-file-completion-table): Use the `pred' arg rather
2400 than read-file-name-predicate.
2401 (abbreviate-file-name): Use \` rather than ^ for BOS.
2402
2403 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2406 vc-responsible-backend to register, it causes problems.
2407
2408 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2411
2412 2009-10-21 Eric Ludlam <zappo@gnu.org>
2413
2414 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2415 (semantic-c-debug-mode-init-pch): New functions.
2416 (semantic-c-debug-mode-init-last-mode): New var.
2417 (semantic-c-parse-lexical-token): Use them.
2418
2419 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2420 When extracting the argument list, limit only by point-max.
2421
2422 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
2423
2424 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2425 (tramp-smb-handle-file-attributes): Use it.
2426 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2427 (tramp-smb-handle-insert-directory): Use `mapc' rather than
2428 `mapcar'. Use `tramp-smb-get-stat-capability'.
2429 Add `dired-filename' text properties.
2430 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2431 (tramp-smb-maybe-open-connection): Simplify check for smbclient
2432 version.
2433
2434 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * subr.el (read-key-delay): Reduce to 0.01.
2437 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2438 (bug#4751).
2439
2440 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2443
2444 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2445 (Info-menu): Remove unused vars `last' and `completions'.
2446 (Info-index-nodes): Remove unused var `node'.
2447
2448 * info.el (Info-complete-menu-item): Use complete-with-action.
2449
2450 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2451
2452 Make vc-annotate work through copies and renames.
2453 * vc-annotate.el (vc-annotate-extract-revision-at-line):
2454 Return the file name too.
2455 (vc-annotate-revision-at-line)
2456 (vc-annotate-find-revision-at-line)
2457 (vc-annotate-revision-previous-to-line)
2458 (vc-annotate-show-log-revision-at-line): Update to get the file
2459 name from vc-annotate-extract-revision-at-line.
2460 (vc-annotate-show-diff-revision-at-line-internal): Change the
2461 argument to mean whether to show a file diff or not. Get the file
2462 name from vc-annotate-extract-revision-at-line.
2463 (vc-annotate-show-diff-revision-at-line):
2464 Update vc-annotate-show-diff-revision-at-line call.
2465 (vc-annotate-warp-revision): Add an optional file argument.
2466
2467 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2468 (vc-git-annotate-extract-revision-at-line): Also return the file
2469 name if found.
2470
2471 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2472 command. Remove unused code.
2473 (vc-hg-annotate-re): Update to match --follow output.
2474 (vc-hg-annotate-extract-revision-at-line): Also return the file
2475 name if found.
2476
2477 * vc.el: Update annotate-extract-revision-at-line documentation.
2478
2479 2009-10-18 Kevin Ryde <user42@zip.com.au>
2480
2481 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2482 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2483
2484 * net/browse-url.el (browse-url): Identify alist with "consp and
2485 not functionp" and let all other things go down the `apply' leg,
2486 as suggested by Stefan. (Further to bug#4531.)
2487
2488 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * minibuffer.el (read-file-name): Check for repeat before putting
2491 a default argument in file-name-history (Bug#4657).
2492
2493 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2494 read syntax (Bug#4737).
2495
2496 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2497
2498 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2499
2500 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2501 (html-tag-alist, html-tag-help): Add descriptions for undocumented
2502 entries and make note of obsolete tags.
2503
2504 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2507
2508 2009-10-18 Glenn Morris <rgm@gnu.org>
2509
2510 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2511 grep, so that binary files (eg international/uni-bidi.el) can match.
2512 Remove test for "UnicodeData" files, since it is hopefully unnecessary
2513 now, and in any case the file header format has changed.
2514
2515 2009-10-17 Glenn Morris <rgm@gnu.org>
2516
2517 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2518 (flyspell-get-word, flyspell-large-region)
2519 (flyspell-auto-correct-previous-word): Doc/error message fixes.
2520
2521 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * Makefile.in (ELCFILES): Add ede/shell.
2524
2525 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2526
2527 * term/common-win.el (x-colors): Purecopy it.
2528
2529 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2530
2531 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2532 permissive for when the buffer is empty.
2533 (tar-header-block-tokenize): Decode the username and groupname.
2534 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2535
2536 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2537
2538 * cedet/srecode/srt.el:
2539 * cedet/srecode/compile.el:
2540 * cedet/semantic/mru-bookmark.el:
2541 * cedet/semantic/debug.el:
2542 * cedet/semantic/complete.el:
2543 * cedet/semantic/analyze.el: Require CL when compiling.
2544
2545 2009-10-17 Eric Ludlam <zappo@gnu.org>
2546
2547 * cedet/semantic/scope.el
2548 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2549 tmpscope so that the regular scope will continue to work.
2550
2551 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2552 Use semantic-idle-summary-highlight-face as the highlighting.
2553
2554 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2555 contains multibyte characters, choose first applicable coding
2556 system automatically.
2557
2558 * cedet/ede/project-am.el (project-run-target): New method.
2559 (project-run-target): New method.
2560
2561 * cedet/ede.el (ede-target): Add run target menu item.
2562 (ede-project, ede-minor-keymap): Add ede-run-target binding.
2563 (ede-run-target): New function.
2564 (ede-target::project-run-target): New method.
2565
2566 * cedet/ede/proj.el (project-run-target): New method.
2567
2568 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2569 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
2570 Add :rules.
2571 (ede-proj-target-makefile-shared-object): Only libtool compilers
2572 now available. Add linkers for libtool.
2573 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2574 (ede-proj-makefile-target-name): Always use .la extension.
2575
2576 * cedet/ede/proj-prog.el (project-run-target): New method.
2577
2578 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2579 (ede-g++-linker): Change Change link lines.
2580
2581 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2582 When searching for old variables, go to the end of the buffer and
2583 search backward from there.
2584 (ede-proj-makefile-automake-insert-subdirs)
2585 (ede-proj-makefile-automake-insert-extradist): New methods.
2586 (ede-proj-makefile-create): Use them.
2587
2588 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2589 Force FILE to expand to the current target. Use file-exists-p to
2590 check that it exists.
2591
2592 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2593 (ede-linux-load): Wrap dir in file-name-as-directory.
2594 Set :version slot.
2595
2596 * cedet/ede/files.el (ede-get-locator-object): When enabling
2597 locate, do so on "top".
2598
2599 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2600 file-name-as-directory during compare.
2601 (ede-emacs-version): Return Emacs/XEmacs differentiator.
2602 Get version number from different places. Don't call egrep.
2603 (ede-emacs-load): Set :version slot. Call file-name-as-directory
2604 to set the directory.
2605
2606 * cedet/ede/shell.el: New file.
2607
2608 * cedet/inversion.el (inversion-decoders): Allow for stray . in
2609 alpha/beta variants.
2610
2611 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * international/mule-cmds.el (select-safe-coding-system): If the file
2614 has a coding cookie, use it regardless of any other setting (bug#4712).
2615
2616 2009-10-17 Glenn Morris <rgm@gnu.org>
2617
2618 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2619 All errors should have messages.
2620
2621 * foldout.el (foldout-mouse-swallow-events):
2622 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2623
2624 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2625 (dired-keep-marker-copy, dired-keep-marker-hardlink)
2626 (dired-keep-marker-symlink, dired-dwim-target)
2627 (dired-copy-preserve-time): Do not autoload these defcustoms.
2628
2629 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2630 messages from messing up the file coding. (Bug#4623)
2631
2632 2009-10-17 Jari Aalto <jari.aalto@cante.net>
2633
2634 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2635 if no match is found for the current dictionary. (Bug#4578)
2636
2637 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2638 optional, since that is how it is documented, and this is often called
2639 with a nil argument. (Bug#4577)
2640 (flyspell-external-point-words, flyspell-auto-correct-word)
2641 (flyspell-correct-word-before-point, flyspell-word-search-forward)
2642 (flyspell-word-search-backward): Remove nil argument in calls to
2643 flyspell-get-word, since it is not needed now.
2644
2645 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
2646
2647 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
2648
2649 2009-10-16 Glenn Morris <rgm@gnu.org>
2650
2651 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2652
2653 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2654
2655 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2656 (ange-ftp-file-size): New function.
2657 (ange-ftp-file-attributes): Use it.
2658
2659 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
2660
2661 * net/tramp-smb.el (tramp-smb-version): New defvar.
2662 (tramp-smb-maybe-open-connection): Use it, in order to avoid
2663 repeated checks.
2664
2665 2009-10-16 Glenn Morris <rgm@gnu.org>
2666
2667 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2668 Maybe copy some custom properties from old to new name. (Bug#4706)
2669
2670 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2671
2672 * subr.el (error, sit-for, start-process-shell-command)
2673 (start-file-process-shell-command): Set the calling convention
2674 after the function definition.
2675
2676 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * subr.el (error, sit-for, start-process-shell-command)
2679 (start-file-process-shell-command): Use the new
2680 set-advertised-calling-convention feature.
2681
2682 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
2683
2684 * international/ucs-normalize.el (ucs-normalize-version):
2685 Change to 1.2.
2686 (check-range): Adjust for Unicode 5.2.
2687
2688 2009-10-15 Juri Linkov <juri@jurta.org>
2689
2690 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2691 to the `menu-item' format.
2692
2693 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
2694
2695 * net/tramp.el (tramp-replace-environment-variables): Do not fail
2696 if the environment variable does not exist.
2697
2698 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2699 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2700 parameter.
2701 (tramp-smb-handle-add-name-to-file)
2702 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2703 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2704 (tramp-smb-handle-file-attributes)
2705 (tramp-smb-do-file-attributes-with-stat)
2706 (tramp-smb-handle-file-local-copy)
2707 (tramp-smb-handle-insert-directory)
2708 (tramp-smb-handle-make-directory)
2709 (tramp-smb-handle-make-directory-internal)
2710 (tramp-smb-handle-make-symbolic-link)
2711 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2712 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2713 (tramp-smb-maybe-open-connection): Apply the changed parameters.
2714 (tramp-smb-read-file-entry): Read Disk names in compressed format.
2715 Handle long file names.
2716 (tramp-smb-get-cifs-capabilities): Check, whether the connection
2717 process is running.
2718 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2719 Read share names with "-g" option.
2720
2721 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
2722
2723 * net/rcirc.el (rcirc-view-log-file): New command.
2724 (rcirc-track-minor-mode-map): Remove C-c ` binding.
2725 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2726 specified.
2727
2728 2009-10-15 Glenn Morris <rgm@gnu.org>
2729
2730 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2731 from the second command-line argument.
2732 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2733 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2734 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2735 w32-batch-update-autoloads.
2736 * emacs-lisp/autoload.el (autoload-make-program): New variable.
2737 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2738
2739 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2740 the headers cannot be located. Simplify, subtracting superflous
2741 save-excursions.
2742
2743 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 Replace completion-base-size by completion-base-position to fix bugs
2746 such as (bug#4699).
2747 * simple.el (completion-base-position): New var.
2748 (completion-base-size): Mark as obsolete.
2749 (choose-completion): Make it work for mouse events as well.
2750 Pass the new base-position to choose-completion-string.
2751 (choose-completion-guess-base-position): New function, extracted from
2752 choose-completion-delete-max-match.
2753 (choose-completion-delete-max-match): Use it. Make obsolete.
2754 (choose-completion-string): Use the new base-position info.
2755 (completion-root-regexp): Delete.
2756 (completion-setup-function): Preserve completion-base-position.
2757 Eliminate obsolete base-size manipulation.
2758 * minibuffer.el (display-completion-list): Don't mess with base-size.
2759 (minibuffer-completion-help): Set completion-base-position instead.
2760 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2761 choose-completion.
2762 * textmodes/bibtex.el (bibtex-complete):
2763 * emacs-lisp/crm.el (crm--choose-completion-string):
2764 Adjust to new calling convention.
2765 * complete.el (partial-completion-mode): Use minibufferp to avoid
2766 bumping into incompatible change to choose-completion-string-functions.
2767 * ido.el (ido-choose-completion-string): Make its calling convention
2768 more permissive.
2769 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2770 base-size manipulation.
2771 (comint-dynamic-list-input-ring): Use dotimes and push.
2772 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2773 fundamental-mode. Use `or'.
2774
2775 2009-10-14 Juri Linkov <juri@jurta.org>
2776
2777 * misearch.el (multi-isearch-next-buffer-from-list)
2778 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
2779
2780 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * Makefile.in (compile-onefile): Load `bytecomp' rather than
2783 `bytecomp.el'.
2784
2785 * minibuffer.el (completion-pcm--merge-completions): Make sure the
2786 string we return is all made up of text from the completions rather
2787 than part from the completions and part from the input (bug#4219).
2788
2789 * ido.el (ido-everywhere): Use define-minor-mode.
2790
2791 * buff-menu.el (list-buffers, ctl-x-map):
2792 Mark the entry points with ;;;###autoload cookies.
2793
2794 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2795
2796 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2797 correctly in the detached head case.
2798 (vc-git-print-log): Remove unused binding.
2799
2800 * vc.el (vc-responsible-backend): When a directory is passed for
2801 for registration create a VC repository if no backend is
2802 responsible for the directory argument.
2803 (vc-deduce-fileset): Tell vc-responsible-backend to register.
2804
2805 * vc.el: Move comments about RCS and SCCS ...
2806 * vc-rcs.el:
2807 * vc-sccs.el: ... here, respectively.
2808
2809 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * minibuffer.el (completion--file-name-table): Return nil if there's
2812 no file completion, even if substitute-in-file-name changed
2813 the string (bug#4708).
2814
2815 2009-10-13 Juri Linkov <juri@jurta.org>
2816
2817 * files-x.el (read-file-local-variable-value): Don't filter out
2818 minor modes from mode name completion (bug#4664).
2819
2820 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * international/mule-cmds.el (ucs-names): Remove exclusion of
2823 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2824
2825 2009-10-13 Kenichi Handa <handa@m17n.org>
2826
2827 * international/uni-name.el: Regenerated.
2828
2829 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
2830
2831 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
2832 should be automatically buffer-local, but isn't.)
2833
2834 2009-10-12 Sam Steingold <sds@gnu.org>
2835
2836 * progmodes/compile.el (compilation-next-error-function): Fix the
2837 timestamps if the buffer has been visited before.
2838 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2839 non-anchored patterns, like the perl one (bug#3928).
2840
2841 2009-10-12 Glenn Morris <rgm@gnu.org>
2842
2843 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2844 Let-bind `size'.
2845
2846 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * proced.el (proced-unload-function): New function.
2849
2850 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2851 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2852 Doc fix.
2853
2854 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2855
2856 2009-10-11 Juri Linkov <juri@jurta.org>
2857
2858 * files-x.el (read-file-local-variable-value):
2859 Provide default value only for bound variables (bug#4664).
2860
2861 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
2862
2863 * net/tramp.el (tramp-local-host-p): Function shall return nil for
2864 connection methods like smb.
2865
2866 * net/tramp-cache.el (tramp-flush-connection-property): The hash
2867 can be empty.
2868
2869 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2870 (tramp-smb-file-name-handler-alist): Add handlers for
2871 `add-name-to-file', `make-symbolic-link'.
2872 (tramp-smb-handle-add-name-to-file)
2873 (tramp-smb-do-file-attributes-with-stat)
2874 (tramp-smb-handle-make-symbolic-link)
2875 (tramp-smb-get-cifs-capabilities): New defuns.
2876 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2877 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2878 (tramp-smb-handle-file-local-copy)
2879 (tramp-smb-handle-make-directory-internal)
2880 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2881 The file name syntax depends on cifs capabilities.
2882 (tramp-smb-handle-file-attributes):
2883 Call `tramp-smb-do-file-attributes-with-stat' if possible.
2884 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2885 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2886
2887 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
2888
2889 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2890 (eieio-defclass): Apply deftype handler and setf-method properties
2891 directly.
2892 (eieio-add-new-slot): Avoid union function from cl library.
2893 (eieio--typep): New function.
2894 (eieio-perform-slot-validation): Use it.
2895
2896 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2897
2898 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2899 Update documentation to refer to the variables documented in r1.135.
2900 (Bug#4188)
2901
2902 2009-10-10 Karl Fogel <kfogel@red-bean.com>
2903
2904 * bookmark.el (Info-suffix-list): Remove this unused variable.
2905 (bookmark-current-point): Remove this obsolete variable.
2906 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2907 Adjust for removal of bookmark-current-point.
2908
2909 (bookmarks-already-loaded, bookmark-current-buffer)
2910 (bookmark-yank-point): Document. (Bug#4188)
2911
2912 2009-10-10 Glenn Morris <rgm@gnu.org>
2913
2914 * frame.el (frame-height): Doc fix.
2915
2916 * calendar/calendar.el (calendar-split-width-threshold): New option.
2917 (calendar-basic-setup): Use calendar-split-width-threshold.
2918
2919 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
2920
2921 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2922 Use .la for Automake.
2923
2924 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2927 Use "autoreconf -i". Suggested by Andreas Schwab.
2928
2929 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2932 Ideographic Supplement" range (U+1F200..U+1F2FF).
2933
2934 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2935
2936 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2937 since the list will have been rebuilt anyway. (Bug#4349)
2938
2939 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2940
2941 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2942 (bookmark-bmenu-execute-deletions): Don't save here, as
2943 bookmark-delete will now do so if necessary.
2944 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2945 (Bug#4348)
2946
2947 2009-10-09 Glenn Morris <rgm@gnu.org>
2948
2949 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2950
2951 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2952
2953 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2954 (bookmark-jump-other-window): Just invoke bookmark-jump with new
2955 argument now, so the two function's behaviors will match. (Bug#3645)
2956
2957 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2958
2959 * cedet/ede/proj.el (project-make-dist, project-compile-project):
2960 Fix filename test.
2961 (ede-proj-dist-makefile): Use expand-file-name instead of concat
2962 to expand file names.
2963
2964 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2967 (tramp-file-name-real-host, tramp-file-name-port):
2968 Apply `save-match-data'.
2969
2970 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2971 case both directories are remote.
2972 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2973 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2974
2975 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2978 (ede-proj-target-makefile-objectcode): Use it.
2979
2980 * cedet/ede/source.el (ede-want-any-source-files-p)
2981 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2982 Return search result. This error was introduced while merging.
2983
2984 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2985
2986 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2987
2988 2009-10-07 Glenn Morris <rgm@gnu.org>
2989
2990 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2991 of concat.
2992
2993 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * files-x.el (read-file-local-variable): Include some
2996 non-user-variables in the completion table (bug#4664).
2997
2998 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
2999
3000 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3001 message.
3002
3003 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3004 (tramp-smb-file-name-handler-alist): Add handler for
3005 `copy-directory', `expand-file-name', `set-file-modes'.
3006 (tramp-smb-handle-copy-directory)
3007 (tramp-smb-handle-expand-file-name)
3008 (tramp-smb-handle-set-file-modes): New defuns.
3009 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3010 (tramp-smb-handle-file-attributes): Simplify check for retrieving
3011 entry.
3012 (tramp-smb-handle-insert-directory): Don't flush the cache.
3013 (tramp-smb-maybe-open-connection): Check for samba client and
3014 server versions.
3015
3016 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3017
3018 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3019 to not error out of search for "^lisp=" fails.
3020
3021 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3022
3023 * makefile.w32-in (WINS_UPDATES): New macro.
3024 (custom-deps, finder-data, autoloads): Use it.
3025
3026 2009-10-07 Glenn Morris <rgm@gnu.org>
3027
3028 * Makefile.in (autoloads): Revert previous change.
3029 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3030 the list of preloaded files passed on the command-line, get
3031 it from src/Makefile.
3032
3033 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3034 show the original buffer rather than a random one.
3035
3036 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
3037
3038 * help.el (describe-no-warranty): Place point in a slightly better
3039 position in the GPLv3 text.
3040
3041 2009-10-06 Sam Steingold <sds@gnu.org>
3042
3043 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3044 the comm attribute is present before calling regexp-quote.
3045
3046 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
3047
3048 * play/animate.el (animate-string): For good effect, make sure
3049 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3050
3051 * play/animate.el (animate-sequence, animate-birthday-present):
3052 * misc.el (butterfly): Don't set `indent-tabs-mode'.
3053
3054 2009-10-06 Glenn Morris <rgm@gnu.org>
3055
3056 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3057
3058 * emacs-lisp/autoload.el (autoload-excludes): New variable.
3059 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3060 (batch-update-autoloads): Process a string value of autoload-excludes,
3061 set during the build process.
3062 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
3063
3064 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3065 inside with-parsed... macro so that `v' is defined.
3066
3067 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3068 * progmodes/fortran.el (fortran-end-of-block)
3069 (fortran-beginning-of-block):
3070 Also push mark in the macro case.
3071
3072 * emerge.el (emerge-show-file-name):
3073 * calc/calc.el (calc-quit):
3074 * calc/calc-misc.el (calc-big-or-small):
3075 * calc/calc-graph.el (calc-graph-view):
3076 * calc/calc-ext.el (calc-reset):
3077 * calendar/calendar.el (calendar-basic-setup):
3078 Use window-full-height-p.
3079
3080 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3081 header we don't understand, don't insert another. (Bug#4624)
3082 If changing mime charset, insert the new one in the right place.
3083
3084 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
3085
3086 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3087 (cal-tex-cursor-month): Correctly increment the end date for diary and
3088 holiday listing. (Bug#4626)
3089
3090 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * help-fns.el (describe-function-1): Don't burp if the function is not
3093 a symbol.
3094
3095 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3098 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3099 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3100 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3101
3102 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3103 (eieio-default-superclass): Reflow docstrings.
3104 (this, class-option-assoc, defclass, eieio-class-un-autoload)
3105 (eieio-unbind-method-implementations, defmethod)
3106 (eieio-validate-slot-value, eieio-validate-class-slot-value)
3107 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3108 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3109 (eieio-slot-originating-class-p, eieio-slot-name-index)
3110 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3111 (constructor, initialize-instance, no-next-method, object-print)
3112 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3113 Fix typos in docstrings.
3114 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3115 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3116 (next-method-p): Doc fixes.
3117 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3118 Fix typos in error messages.
3119 (eieio-defmethod): Fix typo in description of generic method.
3120
3121 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3122 (eieio-persistent-save-interactive, slot-missing):
3123 Fix typos in docstrings.
3124 (eieio-instance-inheritor-slot-boundp): Doc fix.
3125
3126 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3127 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3128
3129 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3130 (eieio-custom-object-apply-reset):
3131 Fix typos in docstrings and error messages.
3132
3133 * emacs-lisp/eieio-datadebug.el (data-debug-show):
3134 Fix typo in docstring.
3135
3136 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3137 (eieio-browse-tree): Doc fix.
3138 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3139 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3140 Fix typos in docstrings.
3141
3142 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3143 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3144 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3145 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3146 Reflow docstrings.
3147
3148 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3149
3150 * vc-hg.el (log-view-vc-backend): Declare for compiler.
3151 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3152 Set log-view-vc-backend so that diff can work.
3153
3154 * log-view.el (log-view-diff): Use vc-diff-internal instead of
3155 vc-version-diff.
3156 (vc-diff-internal): Autoload this instead of vc-version-diff.
3157
3158 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3159
3160 * simple.el (eval-expression): Doc fix.
3161
3162 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3163
3164 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * files.el (directory-files-no-dot-files-regexp): New defconst.
3167 (delete-directory): Use it.
3168 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
3169
3170 * net/tramp.el (tramp-verbose): Fix docstring.
3171 (tramp-methods): Add recursive option to `tramp-copy-args'.
3172 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
3173 "scp1_old", "scp2_old", "rsync", "rsyncc".
3174 (tramp-default-method): Check also for `auth-source-user-or-password'.
3175 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3176 Add handler for `copy-directory'.
3177 (tramp-handle-copy-directory): New defun.
3178 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3179 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3180 Optimize sent command.
3181
3182 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3185 window if necessary.
3186
3187 * calendar/calendar.el (calendar-basic-setup): Don't call
3188 switch-to-buffer in a dedicated window.
3189
3190 2009-10-05 Karl Fogel <kfogel@red-bean.com>
3191
3192 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3193 don't do anything related to relocating, just return nil.
3194 (bookmark-error-no-filename): New error.
3195 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3196 bookmark has no file. Don't even attempt to handle things that
3197 are not files; the whole point of custom handlers is to keep that
3198 knowledge elsewhere anyway. Tighten some comments.
3199 (bookmark-file-or-variation-thereof): Remove now-unused function.
3200 (bookmark-location): Doc string fix.
3201 (Bug#4250)
3202
3203 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3204
3205 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3206 don't use a file dialog, because they usually don't know how to read
3207 a directory target from the user. (Bug#4230)
3208 Also, make sure the prompt can display directories as well as files.
3209
3210 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3211
3212 * bookmark.el (bookmark-set, bookmark-buffer-name):
3213 Improve doc strings. (Bug#1193)
3214
3215 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3216
3217 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3218 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3219 (bookmark-get-annotation, bookmark-set-annotation)
3220 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3221 (bookmark-set-position, bookmark-get-front-context-string)
3222 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3223 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3224 (bookmark-jump-other-window, bookmark-handle-bookmark)
3225 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3226 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3227 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3228 Improve doc strings to say whether bookmark can be a string or
3229 a record or both, and make other consistency and clarity fixes.
3230 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3231 (bookmark-default-annotation-text, bookmark-yank-word)
3232 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3233 (bookmark-import-new-list, bookmark-maybe-rename)
3234 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3235 (bookmark-bmenu-bookmark): Give these doc strings.
3236 (bookmark-bmenu-check-position): Give this a doc string, but also
3237 add a FIXME comment about how the function may be pointless.
3238 (bookmark-default-handler): Rework doc string and change a
3239 parameter name, to clarify that this takes a bookmark record
3240 not a bookmark name.
3241 (bookmark-set): Change a parameter name to indicate its meaning,
3242 and improve the doc string a bit.
3243 (Bug#4188)
3244
3245 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3246
3247 * bookmark.el (bookmark-alist): Document the new `handler' element
3248 in the param alist.
3249 (bookmark-make-record-function): Adjust documentation for above.
3250 (Bug#4193)
3251
3252 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3253
3254 * info.el (Info-bookmark-make-record): Document this function.
3255 (Info-bookmark-jump): Document with a doc string, not just a comment.
3256 (Bug#4203)
3257
3258 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3261 (semantic-new-buffer-fcn): Call parser setup functions here.
3262 (semantic-mode): Don't call parser setup functions here, it's done
3263 in semantic-new-buffer-fcn now.
3264 (semantic-mode): Parse all existing buffers when enabled.
3265
3266 * cedet/srecode/compile.el (srecode-compile-file):
3267 Call semantic-new-buffer-fcn if the buffer has not been parsed.
3268
3269 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3272
3273 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3274 (proj-comp-insert-variable-once): New macro, renamed from
3275 ede-pmake-insert-variable-once in ede/pmake.edl.
3276 (ede-proj-makefile-insert-variables): Use it.
3277
3278 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
3279
3280 * files.el (copy-directory): New defun.
3281
3282 * dired-aux.el (dired-copy-file-recursive): Use it.
3283
3284 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3285
3286 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3287 (makefile-end-of-command):
3288 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3289 (semantic-end-of-context): Fix previous change. Doc fixes.
3290
3291 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3292
3293 * files-x.el (modify-dir-local-variable)
3294 (copy-dir-locals-to-file-locals-prop-line):
3295 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3296 (makefile-end-of-command):
3297 * cedet/semantic/lex.el (semantic-lex-token):
3298 * cedet/semantic/analyze/fcn.el
3299 (semantic-analyze-dereference-metatype-1):
3300 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3301 (semantic-lex-cpp-undef):
3302 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3303 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3304 (semantic-end-of-context): Fix typos in docstrings.
3305
3306 * recentf.el (recentf-unload-function): New function.
3307
3308 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3309
3310 * cedet/ede.el (ede-project-placeholder-cache-file):
3311 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3312 * cedet/srecode/map.el (srecode-map-save-file):
3313 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
3314
3315 2009-10-04 Glenn Morris <rgm@gnu.org>
3316
3317 * window.el (window-full-height-p): Add doc string.
3318
3319 2009-10-04 Martin Rudalics <rudalics@gmx.at>
3320
3321 * window.el (window-full-height-p): New function. (Bug#4543)
3322
3323 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
3324
3325 * cedet/srecode/insert.el: Require srecode/args.
3326
3327 * cedet/srecode/args.el: Require srecode/dictionary instead of
3328 srecode/insert.
3329
3330 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3331
3332 * files.el (auto-mode-alist): Add .srt and Project.ede.
3333
3334 * cedet/semantic.el (semantic-mode):
3335 Handle srecode-template-mode-hook as well.
3336 (semantic-mode): Use js-mode-hook for Javascript hook.
3337
3338 * cedet/srecode/template.el: Remove hook variable.
3339
3340 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3341
3342 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3343 projects exist.
3344 (ede-project-placeholder-cache-file): Default to a file in
3345 user-emacs-directory.
3346
3347 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3348 templates in data-directory.
3349 (srecode-map-save-file): Default to a file in user-emacs-directory.
3350
3351 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3352 directory.
3353
3354 2009-09-30 Eric Ludlam <zappo@gnu.org>
3355
3356 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3357 Doc fix.
3358
3359 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3360 Only insert each variable once.
3361
3362 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3363 (ede-pmake-insert-variable-shared): Use it.
3364
3365 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3366 for lexical table iff table is nil.
3367
3368 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3369
3370 * vc.el: Remove commented out code.
3371 (vc-derived-from-dir-mode): Remove, unused.
3372 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3373
3374 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
3375
3376 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3377 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
3378 there could be recursive loading when `default-directory' is a
3379 remote file name. (Bug#4614)
3380
3381 2009-10-03 Glenn Morris <rgm@gnu.org>
3382
3383 * calendar/calendar.el (calendar-basic-setup): Handle the case where
3384 the frame is wide.
3385 (calendar-generate-window): Test for shrinkability rather than width.
3386
3387 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3388 declaration, currently false.
3389
3390 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3391 reusing existing buffers, in case we happen to visit two files with the
3392 same basename. (Bug#4593)
3393
3394 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3395
3396 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3397 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3398 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3399 subdirs of cedet as well.
3400 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3401
3402 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3405 Obey advertised-signature-table.
3406
3407 * help-fns.el (help-function-arglist): Don't check
3408 advertised-signature-table.
3409 (describe-function-1): Do it here instead so it also applies to subrs.
3410
3411 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
3412
3413 * simple.el (start-file-process): Say in the doc-string, that file
3414 handlers might not support pty association, if PROGRAM is nil.
3415
3416 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3417 HOST and USER are strings. They are nil, when there are
3418 incomplete entries in ~/.netrc, for example.
3419 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
3420 root directory ("device busy" error otherwise).
3421
3422 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3423 Flush file properties of created directory.
3424
3425 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3426
3427 * makefile.w32-in (WINS_BASIC): Remove cedet.
3428 (WINS_CEDET): Add cedet.
3429 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3430
3431 2009-10-02 Kevin Ryde <user42@zip.com.au>
3432
3433 * net/browse-url.el (browse-url): Pass any symbol in
3434 browse-url-browser-function to `apply', since if you've mistakenly put
3435 an unbound symbol then the error is clearer. (Bug#4531)
3436
3437 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3438
3439 * allout.el (allout-init, allout-back-to-current-heading)
3440 (allout-beginning-of-current-entry, allout-ascend-to-depth)
3441 (allout-ascend, allout-up-current-level, allout-end-of-level)
3442 (allout-previous-visible-heading, allout-forward-current-level)
3443 (allout-backward-current-level, allout-show-children):
3444 * apropos.el (apropos-describe-plist):
3445 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3446 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3447 * completion.el (add-completion, add-permanent-completion):
3448 * descr-text.el (describe-text-category, describe-char):
3449 * desktop.el (desktop-lazy-abort):
3450 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3451 * dired.el (dired-build-subdir-alist):
3452 * ediff.el (ediff-version):
3453 * elide-head.el (elide-head, elide-head-show):
3454 * emerge.el (emerge-version):
3455 * env.el (getenv):
3456 * face-remap.el (variable-pitch-mode):
3457 * faces.el (describe-face):
3458 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3459 (dired-at-point):
3460 * files.el (find-file-existing, auto-save-mode):
3461 * font-lock.el (font-lock-fontify-buffer):
3462 * help-fns.el (describe-function, describe-variable)
3463 (describe-syntax, describe-categories):
3464 * help.el (view-lossage, describe-bindings, describe-key)
3465 (describe-mode):
3466 * hexl.el (hexl-current-address):
3467 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3468 * info.el (Info-goto-emacs-key-command-node):
3469 * log-edit.el (log-edit-insert-cvs-template)
3470 (log-edit-insert-cvs-rcstemplate):
3471 * menu-bar.el (menu-bar-mode):
3472 * mouse.el (mouse-appearance-menu):
3473 * newcomment.el (comment-indent-new-line):
3474 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3475 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3476 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3477 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3478 * recentf.el (recentf-mode):
3479 * savehist.el (savehist-mode, savehist-save):
3480 * shadowfile.el (shadow-copy-files):
3481 * simple.el (kill-ring-save, next-line, previous-line)
3482 (normal-erase-is-backspace-mode):
3483 * strokes.el (strokes-update-window-configuration)
3484 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3485 (strokes-xpm-for-stroke):
3486 * time.el (emacs-uptime, emacs-init-time):
3487 * tutorial.el (tutorial--describe-nonstandard-key)
3488 (tutorial--detailed-help):
3489 * type-break.el (type-break-mode)
3490 (type-break-mode-line-message-mode, type-break-query-mode)
3491 (type-break-guesstimate-keystroke-threshold):
3492 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3493 * version.el (emacs-version):
3494 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3495 * winner.el (winner-mode):
3496 * calendar/timeclock.el (timeclock-in, timeclock-out)
3497 (timeclock-status-string, timeclock-change)
3498 (timeclock-workday-remaining-string)
3499 (timeclock-workday-elapsed-string)
3500 (timeclock-when-to-leave-string):
3501 * calendar/todo-mode.el (todo-add-category):
3502 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3503 * emacs-lisp/autoload.el (update-file-autoloads):
3504 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3505 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3506 (checkdoc-message-text, checkdoc-defun):
3507 * emacs-lisp/debug.el (debugger-list-functions):
3508 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3509 * emacs-lisp/eieio-opt.el (eieio-describe-class)
3510 (eieio-describe-generic):
3511 * emacs-lisp/lisp-mnt.el (lm-synopsis):
3512 * emacs-lisp/shadow.el (list-load-path-shadows):
3513 * emulation/cua-base.el (cua-mode):
3514 * emulation/edt.el (edt-set-scroll-margins):
3515 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3516 (tpu-toggle-regexp, tpu-toggle-search-direction)
3517 (tpu-toggle-rectangle, tpu-toggle-control-keys):
3518 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3519 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3520 (viper-set-parsing-style-toggling-macro)
3521 (viper-set-emacs-state-searchstyle-macros):
3522 * emulation/viper.el (viper-set-hooks):
3523 * eshell/esh-mode.el (eshell-truncate-buffer):
3524 * international/mule-cmds.el (prefer-coding-system)
3525 (describe-input-method, describe-language-environment):
3526 * international/mule-diag.el (list-character-sets)
3527 (describe-character-set, describe-coding-system)
3528 (describe-fontset, list-fontsets, list-input-methods):
3529 * mail/sendmail.el (mail-signature):
3530 * net/ange-ftp.el (ange-ftp-copy-file):
3531 * net/browse-url.el (browse-url):
3532 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3533 * net/quickurl.el (quickurl-add-url):
3534 * net/rcirc.el (names, topic):
3535 * net/xesam.el (xesam-mode):
3536 * play/5x5.el (5x5-new-game):
3537 * play/yow.el (apropos-zippy):
3538 * progmodes/ada-mode.el (ada-mode-version):
3539 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3540 (f90-end-of-block)
3541 (f90-beginning-of-block):
3542 * progmodes/fortran.el (fortran-end-of-block)
3543 (fortran-beginning-of-block):
3544 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3545 * progmodes/python.el (python-describe-symbol, python-shell):
3546 * term/ns-win.el (ns-print-buffer):
3547 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3548 * textmodes/flyspell.el (flyspell-mode-on):
3549 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3550 (pages-directory-for-addresses):
3551 * textmodes/table.el (table-recognize-cell)
3552 (table-query-dimension, table-generate-source)
3553 (table-insert-sequence, table--warn-incompatibility):
3554 * textmodes/tex-mode.el (tex-validate-buffer):
3555 * textmodes/texinfmt.el (texinfmt-version)
3556 (texinfo-format-buffer):
3557 Use `called-interactively-p' instead of `interactive-p'.
3558
3559 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3560
3561 * image-mode.el (image-toggle-display):
3562 * emacs-lisp/elp.el (elp-instrument-function):
3563 * emacs-lisp/advice.el (ad-make-advised-definition):
3564 * emacs-lisp/easy-mmode.el (define-minor-mode):
3565 * net/browse-url.el (browse-url-maybe-new-window):
3566 * progmodes/sh-script.el (sh-learn-buffer-indent):
3567 Pass new argument 'any to `called-interactively-p'.
3568
3569 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3570
3571 * international/uni-bidi.el:
3572 * international/uni-category.el:
3573 * international/uni-combining.el:
3574 * international/uni-comment.el:
3575 * international/uni-decimal.el:
3576 * international/uni-decomposition.el:
3577 * international/uni-digit.el:
3578 * international/uni-lowercase.el:
3579 * international/uni-mirrored.el:
3580 * international/uni-name.el:
3581 * international/uni-numeric.el:
3582 * international/uni-old-name.el:
3583 * international/uni-titlecase.el:
3584 * international/uni-uppercase.el:
3585 Regenerate from Unicode 5.2.0 data.
3586
3587 2009-10-01 Glenn Morris <rgm@gnu.org>
3588
3589 * Makefile.in (ELCFILES): Regenerate.
3590
3591 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 * subr.el (interactive-p): Mark obsolete.
3594 (called-interactively-p): Make the optional-ness of `kind' obsolete.
3595 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3596 advertised-signature-table for subroutines as well.
3597
3598 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3599 (set-advertised-calling-convention): New function.
3600 (make-obsolete, define-obsolete-function-alias)
3601 (make-obsolete-variable, define-obsolete-variable-alias):
3602 Make the optional-ness of `when' obsolete.
3603 (define-obsolete-face-alias): Make `when' non-optional.
3604 * help-fns.el (help-function-arglist):
3605 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3606 Use advertised-signature-table.
3607
3608 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3609
3610 * files.el (delete-directory): New defun. The original function
3611 in fileio.c has been renamed to `delete-directory-internal'.
3612
3613 * dired.el (dired-delete-file): Call `delete-directory' with
3614 RECURSIVE parameter.
3615
3616 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3617 parameter RECURSIVE. Implementation is missing.
3618
3619 * net/tramp.el (tramp-handle-make-directory): Flush upper
3620 directory's file properties.
3621 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3622 (tramp-handle-dired-recursive-delete-directory): Flush directory
3623 properties after the remove command only.
3624
3625 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3626 Handle optional parameter RECURSIVE.
3627
3628 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3629 Handle optional parameter RECURSIVE.
3630
3631 * net/tramp-smb.el (tramp-smb-errors): Add error message for
3632 connection timeout.
3633 (tramp-smb-handle-delete-directory): Handle optional parameter
3634 RECURSIVE.
3635
3636 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3639 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3640 (byte-compile-defmacro): Use backquotes.
3641
3642 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3643
3644 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3645 has no associated file.
3646 (vc-resynch-buffer): Use vc-dir-buffers.
3647
3648 2009-10-01 Glenn Morris <rgm@gnu.org>
3649
3650 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3651 (chart-file-count):
3652 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3653 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3654 * emacs-lisp/eieio-opt.el (eieio-describe-class):
3655 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3656 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3657 (eieio-copy-parents-into-subclass, make-instance, class-children)
3658 (eieio-generic-form):
3659 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3660 * cedet/cedet-idutils.el (cedet-idutils-search)
3661 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3662 (cedet-idutils-version-check):
3663 * cedet/cedet.el (cedet-version):
3664 * cedet/data-debug.el (data-debug-insert-overlay-button)
3665 (data-debug-insert-overlay-list-button)
3666 (data-debug-insert-buffer-button)
3667 (data-debug-insert-buffer-list-button)
3668 (data-debug-insert-process-button, data-debug-insert-ring-button)
3669 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3670 (data-debug-insert-stuff-vector-button)
3671 (data-debug-insert-symbol-button, data-debug-insert-string)
3672 (data-debug-insert-number, data-debug-insert-lambda-expression)
3673 (data-debug-insert-nil, data-debug-insert-simple-thing)
3674 (data-debug-insert-custom, data-debug-edebug-expr):
3675 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3676 (global-ede-mode-map, ede-new, ede-debug-target)
3677 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3678 * cedet/semantic.el (semantic-minimum-working-buffer-size)
3679 (semantic-fetch-tags, semantic-submode-list)
3680 (semantic-default-submodes):
3681 * cedet/ede/source.el (ede-source-match):
3682 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3683 (project-am-package-info):
3684 * cedet/ede/proj.el (ede-proj-target, project-new-target):
3685 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3686 * cedet/ede/proj-comp.el (ede-current-build-list):
3687 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3688 * cedet/ede/files.el (ede-toplevel-project-or-nil):
3689 * cedet/ede/cpp-root.el (initialize-instance):
3690 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3691 (autoconf-parameter-strip, autoconf-insert-new-macro):
3692 * cedet/semantic/wisent.el (wisent-lex-eoi):
3693 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3694 (semantic-show-parser-state-mode):
3695 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3696 * cedet/semantic/tag.el (semantic-tag-new-variable)
3697 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3698 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3699 (semantic--tag-deep-copy-tag-list)
3700 (semantic-tag-components-with-overlays-default):
3701 * cedet/semantic/symref.el (semantic-symref-find-text):
3702 * cedet/semantic/senator.el (senator-yank-tag)
3703 (senator-transpose-tags-up):
3704 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3705 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3706 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3707 * cedet/semantic/lex.el (semantic-lex-comment-regex)
3708 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3709 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3710 * cedet/semantic/lex-spp.el
3711 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3712 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3713 * cedet/semantic/idle.el
3714 (semantic-idle-summary-current-symbol-info-brutish)
3715 (semantic-idle-summary-current-symbol-info-default):
3716 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3717 (semantic--grammar-macro-compl-dict):
3718 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3719 * cedet/semantic/format.el (semantic-format-tag-custom-list)
3720 (semantic-format-tag-canonical-name-default):
3721 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3722 (semantic-find-tags-for-completion)
3723 (semantic-find-tags-by-scope-protection-default)
3724 (semantic-deep-find-tags-for-completion):
3725 * cedet/semantic/edit.el
3726 (semantic-edits-incremental-reparse-failed-hook)
3727 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3728 (semantic-edits-splice-remove, semantic-edits-splice-replace):
3729 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3730 * cedet/semantic/dep.el (semantic-dependency-include-path):
3731 * cedet/semantic/db.el (semanticdb-default-find-index-class)
3732 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3733 (semanticdb-project-roots):
3734 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3735 (semanticdb-find-adebug-insert-scanned-tag-cons)
3736 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3737 (semanticdb-brute-deep-find-tags-for-completion):
3738 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3739 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3740 (semantic-end-of-context-default)
3741 (semantic-ctxt-current-function-default)
3742 (semantic-ctxt-scoped-types-default):
3743 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3744 (semantic-complete-inline-tag-engine)
3745 (semantic-complete-inline-custom-type)
3746 (semantic-complete-read-tag-analyzer):
3747 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3748 (semantic-chart-database-size):
3749 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3750 (semantic-analyze-current-context):
3751 * cedet/semantic/symref/list.el (semantic-symref)
3752 (semantic-symref-hide-buffer, semantic-symref-symbol):
3753 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3754 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3755 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3756 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3757 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3758 (semantic-c-dereference-template):
3759 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3760 (semantic--analyze-refs-full-lookup-with-parents)
3761 (semantic--analyze-refs-full-lookup-simple):
3762 * cedet/semantic/analyze/complete.el
3763 (semantic-analyze-possible-completions):
3764 * cedet/srecode/table.el (srecode-mode-table-new):
3765 * cedet/srecode/srt.el (srecode-read-variable-name):
3766 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3767 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3768 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3769 * cedet/srecode/map.el (srecode-current-map):
3770 * cedet/srecode/insert.el (srecode-insert)
3771 (srecode-insert-variable-secondname-handler, srecode-insert-method)
3772 (srecode-template-inserter-point-override)
3773 (srecode-insert-include-lookup):
3774 * cedet/srecode/getset.el (srecode-auto-choose-class):
3775 * cedet/srecode/extract.el (srecode-inserter-extract):
3776 * cedet/srecode/document.el
3777 (srecode-document-autocomment-return-last-alist)
3778 (srecode-document-autocomment-param-type-alist)
3779 (srecode-document-insert-function-comment)
3780 (srecode-document-insert-variable-one-line-comment)
3781 (srecode-document-function-name-comment):
3782 * cedet/srecode/dictionary.el (srecode-create-dictionary)
3783 (srecode-compound-toString):
3784 * cedet/srecode/compile.el (srecode-flush-active-templates):
3785 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3786 Doc/message fixes.
3787
3788 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3789 match-data. (Bug#4555).
3790
3791 * cedet/semantic/bovine/gcc.el
3792 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3793 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3794
3795 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3796 rather than parsing it as a regexp. This relaxes the layout
3797 requirements and makes errors easier to detect.
3798 (check-declare-verify): Check file is regular.
3799 (check-declare-directory): Doc fix.
3800 * subr.el (declare-function): Doc fix.
3801
3802 * ibuffer.el (ibuffer-format-qualifier):
3803 * isearch.el (hi-lock-regexp-okay):
3804 * calc/calc.el (math-zerop):
3805 * mail/uce.el (rmail-msgbeg, rmail-msgend):
3806 * term/w32-win.el (setup-default-fontset, set-fontset-font):
3807 Remove unused declarations.
3808
3809 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3810
3811 * cedet/semantic/wisent/javat-wy.el
3812 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3813
3814 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * cedet/srecode/expandproto.el: Fix provide statement.
3817
3818 2009-09-30 Eric Ludlam <zappo@gnu.org>
3819
3820 * emacs-lisp/eieio.el (boolean-p): Delete.
3821
3822 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
3823
3824 * cedet/ede/srecode.el: Fix provide statement.
3825
3826 2009-09-30 Glenn Morris <rgm@gnu.org>
3827
3828 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3829 * cedet/ede/proj-aux.el (ede-aux-source):
3830 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3831 (ede-misc-source):
3832 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3833 (semantic-mrub-switch-tags): Fix doc typos.
3834
3835 * cedet/semantic/db-global.el (data-debug-new-buffer)
3836 (data-debug-insert-thing): Remove unneeded declarations (one broken).
3837 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3838
3839 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3840
3841 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3842 use of CL function `remove-if-not'.
3843
3844 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3845
3846 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3847 filename is not a string.
3848
3849 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * files.el (safe-local-eval-forms): Fix typo.
3852
3853 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * vc-hooks.el (vc-dir-buffers): New var.
3856 (vc-state-refresh): New function.
3857 (vc-state): Use it.
3858 (vc-after-save): Always ask the backend to recompute the new state.
3859 Always call vc-dir if necessary, using vc-dir-buffers.
3860 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3861 Use vc-dir-buffers.
3862 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3863 (vc-dir-prepare-status-buffer, vc-dir-update)
3864 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3865 Don't call expand-file-name on default-directory.
3866
3867 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3868
3869 * speedbar.el (speedbar-item-delete):
3870 * calc/calc-prog.el (calc-kbd-if):
3871 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3872
3873 * epa.el (epa-key-list-mode-map):
3874 * hi-lock.el (hi-lock-menu): Fix typos in menus.
3875
3876 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3877 (hs-show-hook): Fix typo in docstring.
3878
3879 2009-09-29 Glenn Morris <rgm@gnu.org>
3880
3881 * cedet/semantic/symref/idutils.el:
3882 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3883
3884 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3885
3886 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3887 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3888 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3889 Mark declarations not understood by check-declare.
3890
3891 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3892 file-name-nondirectory call preventing location of cedet files.
3893 (check-declare-verify): Use literal search rather than re-search.
3894 Add basic defmethod and defclass, and define-overloadable-function.
3895
3896 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3897 Use tramp-compat-file-attributes rather than nonexistent
3898 tramp-compat-handle-file-attributes.
3899
3900 * Makefile.in (lisptagsfiles4): New.
3901 (AUTOGENEL): Add cedet loaddefs files.
3902 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3903 (update-elclist, compile-always, backup-compiled-files)
3904 (bootstrap-clean): Add yet another directory level.
3905 (update-elclist): Use LC_COLLATE rather than COLLATE.
3906 (ELCFILES): Update, via `make update-elclist'.
3907
3908 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3911 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3912 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3913
3914 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
3915
3916 * Makefile.in (lisptagsfiles3): Define.
3917 (TAGS, TAGS-LISP): Use it.
3918 (update-elclist): Add third directory level to look for elc files.
3919 (compile-always): Likewise.
3920 (backup-compiled-files): Likewise.
3921 (bootstrap-clean): Likewise.
3922 (ELCFILES): Update.
3923
3924 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
3925
3926 * Makefile.in (ELCFILES): Add CEDET files.
3927
3928 2009-09-28 Eric Ludlam <zappo@gnu.org>
3929
3930 CEDET (development tools) package merged.
3931
3932 * cedet/*.el:
3933 * cedet/ede/*.el:
3934 * cedet/semantic/*.el:
3935 * cedet/srecode/*.el: New files.
3936
3937 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
3938
3939 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3940
3941 * net/tramp.el (top): Require tramp-imap.
3942
3943 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3944 Use `tramp-compat-handle-file-attributes'.
3945
3946 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3947
3948 * net/tramp-imap.el: New package.
3949
3950 2009-09-28 Eric Ludlam <zappo@gnu.org>
3951
3952 * emacs-lisp/chart.el:
3953 * emacs-lisp/eieio-base.el:
3954 * emacs-lisp/eieio-comp.el:
3955 * emacs-lisp/eieio-custom.el:
3956 * emacs-lisp/eieio-datadebug.el:
3957 * emacs-lisp/eieio-opt.el:
3958 * emacs-lisp/eieio-speedbar.el:
3959 * emacs-lisp/eieio.el: New files.
3960
3961 * cedet/cedet-cscope.el:
3962 * cedet/cedet-files.el:
3963 * cedet/cedet-global.el:
3964 * cedet/cedet-idutils.el:
3965 * cedet/data-debug.el:
3966 * cedet/inversion.el:
3967 * cedet/mode-local.el:
3968 * cedet/pulse.el: New files.
3969
3970 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3971
3972 * whitespace.el (whitespace-trailing-regexp)
3973 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3974 Fix doc string.
3975
3976 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3979 menu.
3980
3981 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3982 menu-bar-ediff-menu.
3983
3984 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3985 define-overloadable-function.
3986
3987 * progmodes/autoconf.el: Provide autoconf as well, so that this
3988 file can be `require'd.
3989
3990 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3991
3992 * emacs-lisp/autoload.el (generated-autoload-feature)
3993 (generated-autoload-load-name): New vars.
3994 (autoload-rubric, autoload-generate-file-autoloads): Use them.
3995 (make-autoload): Recognize define-overloadable-function and
3996 defclass forms (for EIEIO).
3997
3998 * Makefile.in (update-subdirs): Exclude cedet directory.
3999
4000 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4001
4002 * term/ns-win.el: Don't set the region face background. (Bug#4381)
4003
4004 * faces.el: Default light-background background for region face to
4005 ns_selection_color under NS.
4006
4007 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4008
4009 * net/imap-hash.el: New library, see NEWS.
4010
4011 * Makefile.in (ELCFILES): Add imap-hash.el.
4012
4013 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4016 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4017 * help-macro.el (make-help-screen): Avoid using an ambiguous function
4018 definition where the docstring could be taken for the return value.
4019
4020 2009-09-26 Glenn Morris <rgm@gnu.org>
4021
4022 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4023 Add option to only show images below a certain size.
4024 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4025 save-excursion calls.
4026
4027 2009-09-26 Eli Zaretskii <eliz@gnu.org>
4028
4029 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4030 subdirectories) and eieio.
4031
4032 2009-09-26 Alan Mackenzie <acm@muc.de>
4033
4034 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4035 buggy bracketing. (Bug#4289)
4036
4037 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4038 character constants (as case labels). (Bug#4289)
4039
4040 2009-09-25 Juri Linkov <juri@jurta.org>
4041
4042 * files.el (safe-local-eval-forms): Allow time-stamp in
4043 before-save-hook (Bug#4554).
4044
4045 2009-09-25 Drew Adams <drew.adams@oracle.com>
4046
4047 * menu-bar.el (list-buffers-directory): Doc fix.
4048
4049 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4052 Try and avoid copying twice the same paragraph.
4053 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4054 Remove save-excursion.
4055 (log-edit-changelog-entry): Do it here instead.
4056
4057 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
4058
4059 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4060 when available, instead of hardcoding mode names. Doc fix.
4061
4062 * menu-bar.el (list-buffers-directory): Add docstring.
4063 Make automatically buffer-local.
4064
4065 * dired.el (dired-mode):
4066 * files.el (cd-absolute):
4067 * pcvs.el (cvs-temp-buffer):
4068 * pcvs-util.el (cvs-get-buffer-create):
4069 * shell.el (shell-mode):
4070 * vc-dir.el (vc-dir-mode):
4071 Don't make `list-buffers-directory' buffer local.
4072
4073 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4074
4075 * comint.el (comint-exec, comint-run, make-comint):
4076 Doc fixes (Bug#4542).
4077
4078 2009-09-25 Glenn Morris <rgm@gnu.org>
4079
4080 * mail/rmailmm.el (rmail-mime): New custom group.
4081 Move all defcustoms in this file into this group.
4082 (rmail-mime-media-type-handlers-alist): Revert previous change.
4083 (rmail-mime-show-images): New option.
4084 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4085 references to it, since it wasn't actually used for anything.
4086 (rmail-mime-insert-image): New function.
4087 (rmail-mime-image): Use rmail-mime-insert-image.
4088 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4089 obey the value of `rmail-mime-show-images' option. Print the size of
4090 attachments.
4091
4092 2009-09-25 David Engster <deng@randomsample.de>
4093
4094 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4095
4096 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4097
4098 * whitespace.el: Does not highlight trailing spaces While point is
4099 at end of line. Does not highligt spaces at beginning of buffer
4100 while point is at beginning of buffer. Does not highlight spaces
4101 at end of buffer while point is at end of buffer. (Bug#4177)
4102 New version 12.0.
4103 (whitespace-display-mappings): Adjust initialization.
4104 (whitespace-point, whitespace-font-lock-refontify): New vars.
4105 (whitespace-color-on, whitespace-color-off): Adjust code.
4106 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4107 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4108 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4109
4110 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4113
4114 * textmodes/sgml-mode.el: Remove xml-mode alias.
4115
4116 * files.el (auto-mode-alist, conf-mode-maybe)
4117 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4118
4119 2009-09-24 Alan Mackenzie <acm@muc.de>
4120
4121 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4122 c-forward-conditionals, but it doesn't move point and doesn't set
4123 the mark.
4124 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4125 (c-down-conditional-with-else, c-backward-conditional)
4126 (c-forward-conditional): Refactor to use c-scan-conditionals.
4127
4128 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4131 (help-default-arg-highlight): Remove.
4132 (help-highlight-arg): New function.
4133 (help-do-arg-highlight): Use it.
4134 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
4135
4136 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * term.el (term-set-scroll-region, term-handle-ansi-escape):
4139 Undo last change, which didn't fix the problem and introduced others.
4140
4141 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
4142
4143 * progmodes/gdb-mi.el: Don't require speedbar.
4144 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4145
4146 2009-09-24 Glenn Morris <rgm@gnu.org>
4147
4148 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4149
4150 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4151
4152 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4153 there is no newline after the final mime boundary. (Bug#4539)
4154 Move markers on insertion so that any buttons inserted don't end up in
4155 the next part of a multipart message.
4156 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
4157 (rmail-mime-bulk-handler): Optionally handle images.
4158 (rmail-mime-image): New button action.
4159 (rmail-mime-image-handler): New function.
4160 (rmail-mime-mode): New mode.
4161 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
4162
4163 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4166 than just dropping elements from it (bug#4504).
4167
4168 * term.el (term-set-scroll-region): Don't move cursor any more.
4169 (term-handle-ansi-escape): Call term-goto here instead.
4170 Suggested by Ivan Kanis <apple@kanis.eu>.
4171
4172 * term.el: Require CL.
4173 (term-ansi-reset): New function.
4174 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4175 (term-handle-colors-array): Simplify.
4176
4177 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * allout.el (allout-overlay-interior-modification-handler)
4180 (allout-obtain-passphrase):
4181 * epa-file.el (epa-file-write-region):
4182 * ps-print.el (ps-begin-job):
4183 * vc-hooks.el (vc-toggle-read-only):
4184 * vc-rcs.el (vc-rcs-rollback):
4185 * vc-sccs.el (vc-sccs-rollback):
4186 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4187 (vc-version-diff, vc-revert, vc-rollback):
4188 * wdired.el (wdired-check-kill-buffer):
4189 * emacs-lisp/authors.el (authors):
4190 * net/socks.el (socks-open-connection):
4191 * net/zeroconf.el (zeroconf-service-add-hook):
4192 * obsolete/vc-mcvs.el (vc-mcvs-register):
4193 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4194 (gdb-select-frame):
4195 * progmodes/grep.el (lgrep, rgrep):
4196 * progmodes/idlw-help.el (idlwave-help-check-locations)
4197 (idlwave-help-html-link, idlwave-help-assistant-open-link):
4198 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4199 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4200 (reftex-toc-rename-label): Fix typos in error messages.
4201
4202 * dired-aux.el (dired-do-shell-command): Reflow docstring.
4203 (dired-copy-how-to-fn): Doc fix.
4204 (dired-files-attributes, dired-read-shell-command):
4205 Fix typos in docstrings.
4206
4207 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4208 (dired-x-find-file-other-window): Reflow docstrings.
4209 (dired-omit-marker-char, dired-read-shell-command)
4210 (dired-x-submit-report): Fix typos in docstrings.
4211
4212 * shell.el (shell-mode-hook):
4213 * view.el (View-scroll-line-forward):
4214 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4215 Fix typos in docstrings.
4216
4217 * net/dig.el (dig-invoke): Fix typo in docstring.
4218 (query-dig): Reflow docstring.
4219
4220 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4221 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4222 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4223 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4224 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4225 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4226 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4227 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4228 (idlwave-completion-map, idlwave-current-indent)
4229 (idlwave-custom-ampersand-surround, idlwave-customize)
4230 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4231 (idlwave-define-abbrev, idlwave-determine-class-special)
4232 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4233 (idlwave-end-block-reg, idlwave-end-of-statement)
4234 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4235 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4236 (idlwave-explicit-class-listed, idlwave-file-header)
4237 (idlwave-fill-paragraph, idlwave-find-class-definition)
4238 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4239 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4240 (idlwave-in-quote, idlwave-indent-action-table)
4241 (idlwave-indent-expand-table, idlwave-indent-line)
4242 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4243 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4244 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4245 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4246 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4247 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4248 (idlwave-outlawed-buffers, idlwave-popup-select)
4249 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4250 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4251 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4252 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4253 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4254 (idlwave-statement-type, idlwave-struct-skip)
4255 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4256 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4257 (idlwave-what-module-find-class): Fix typos in docstrings.
4258 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4259 (idlwave-calculate-cont-indent, idlwave-expand-equal)
4260 (idlwave-find-module, idlwave-find-structure-definition)
4261 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4262 (idlwave-list-load-path-shadows, idlwave-next-statement)
4263 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4264 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4265 (idlwave-template): Reflow docstrings.
4266
4267 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4268 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4269 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4270 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4271 (idlwave-shell-display-line, idlwave-shell-display-wframe)
4272 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4273 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4274 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4275 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4276 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4277 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4278 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4279 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4280 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4281 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4282 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4283 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4284 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4285 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4286 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4287 Fix typos in docstrings.
4288 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4289 (idlwave-shell-hide-output, idlwave-shell-mode)
4290 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4291 Reflow docstrings.
4292
4293 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4294
4295 2009-09-24 Ivan Kanis <apple@kanis.eu>
4296
4297 * term.el (term-bold-attribute): New var.
4298 (term-handle-colors-array): Use it.
4299
4300 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
4301
4302 * progmodes/gdb-mi.el (gdb-version): New variable.
4303 (gdb-non-stop-handler): Set gdb-version.
4304 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4305 Condition "--thread" option on gdb-version.
4306 (gdb-invalidate-threads): Remove unused argument.
4307
4308 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4311 to looking-back to avoid ridiculous slow down in large files (bug#4511).
4312
4313 2009-09-23 Glenn Morris <rgm@gnu.org>
4314
4315 * mail/rmail.el (rmail-reply): Don't try to add a References header when
4316 replying to mail without References or Message-Id. (Bug#4525)
4317
4318 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4319
4320 * term/ns-win.el (ns-reg-to-script): New variable.
4321
4322 2009-09-23 Daiki Ueno <ueno@unixuser.org>
4323
4324 * epg.el (epg-wait-for-status): Preserve existing 'error results.
4325
4326 2009-09-22 Sam Steingold <sds@gnu.org>
4327
4328 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4329 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4330 to 1 because hg returns status 1 when nothing is found.
4331 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4332
4333 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * textmodes/fill.el: Convert to utf-8 encoding.
4336 (fill-french-nobreak-p): Remove redundant » and « inherited from our
4337 pre-unicode days.
4338
4339 * add-log.el (change-log-fill-forward-paragraph): New function.
4340 (change-log-mode): Use it so fill-region DTRT.
4341 Set fill-indent-according-to-mode here rather than in
4342 change-log-fill-paragraph.
4343 (change-log-fill-paragraph): Remove.
4344
4345 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
4346
4347 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4348 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
4349
4350 2009-09-22 Glenn Morris <rgm@gnu.org>
4351
4352 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4353 the scroll-bar scroll the calendar window rather than the buffer.
4354
4355 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4356 commands that move point (as opposed to scrolling).
4357
4358 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4359
4360 * emacs-lisp/elint.el (elint): New custom group.
4361 (elint-log-buffer): Make it a defcustom.
4362 (elint-scan-preloaded, elint-ignored-warnings)
4363 (elint-directory-skip-re): New options.
4364 (elint-builtin-variables): Doc fix.
4365 (elint-preloaded-env): New variable.
4366 (elint-unknown-builtin-args): Add an entry for encode-time.
4367 (elint-extra-errors): Make it a variable rather than a constant.
4368 (elint-preloaded-skip-re): New constant.
4369 (elint-directory): Skip files matching elint-directory-skip-re.
4370 (elint-features): New variable, local to linted buffers.
4371 (elint-update-env): Initialize elint-features. Possibly add
4372 elint-preloaded-env to the buffer's environment.
4373 (elint-get-top-forms): Bind elint-current-pos, for log messages.
4374 Skip quoted forms.
4375 (elint-init-form): New function, extracted from elint-init-env.
4376 Make non-list forms a warning rather than an error.
4377 Add the mode-map for define-derived-mode. Handle define-minor-mode,
4378 easy-menu-define, put that adds an error-condition, and provide.
4379 When requiring cl, also require cl-macs. Really require cl, to handle
4380 some cl macros. Store required libraries in the list elint-features,
4381 so as not to re-load them. Treat cc-require like require.
4382 (elint-init-env): Call elint-init-form to do the work.
4383 Handle eval-and-compile and such like.
4384 (elint-add-required-env): Do not clear messages.
4385 (elint-special-forms): Add handlers for function, defalias, if, when,
4386 unless, and, or.
4387 (elint-form): Add optional argument to ignore elint-special-forms,
4388 useful to prevent recursive calls from handlers. Doc fix.
4389 Respect elint-ignored-warnings.
4390 (elint-form): Respect elint-ignored-warnings.
4391 (elint-bound-variable, elint-bound-function): New variables.
4392 (elint-unbound-variable): Respect elint-bound-variable.
4393 (elint-get-args): Respect elint-bound-function.
4394 (elint-check-cond-form): Add some simple handling for (f)boundp and
4395 featurep tests.
4396 (elint-check-defalias-form): New handler.
4397 (elint-check-let-form): Make an empty let a warning rather than an
4398 error.
4399 (elint-check-setq-form): Make an empty setq a warning rather than an
4400 error. Respect elint-ignored-warnings.
4401 (elint-check-defvar-form): Accept null doc-strings.
4402 (elint-check-conditional-form): New handler. Does some simple-minded
4403 checking of featurep and (f)boundp tests.
4404 (elint-put-function-args): New function.
4405 (elint-initialize): Use elint-scan-doc-file rather than
4406 elint-find-builtin-variables. Use elint-put-function-args.
4407 Possibly scan preloaded-file-list.
4408 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4409 extend to handle functions as well.
4410
4411 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
4412
4413 * linum.el (linum-delete-overlays, linum-update-window):
4414 Do not modify the right margin. (Bug#3971)
4415
4416 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4419 nxml-mode instead of xml-mode.
4420
4421 2009-09-21 Kevin Ryde <user42@zip.com.au>
4422
4423 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
4424
4425 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * net/dig.el (dig-mode): Use define-derived-mode.
4428
4429 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4430
4431 * vc-dispatcher.el (vc-do-command): Return the process object in
4432 the asynchronous case. Use when instead of if. Do not run
4433 vc-exec-after to display a message if not enabled. (Bug#4463)
4434
4435 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4436 properties to the stash strings.
4437 (vc-git-stash-list): Return a list of strings.
4438 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4439 (vc-git-stash-show-at-point): New functions.
4440 (vc-git-stash-map): New keymap.
4441
4442 * register.el (ctl-x-r-map): Define the keys here instead of
4443 using autoload.
4444
4445 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
4446
4447 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4448 list, to workaround performance problem (bug#4485).
4449
4450 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
4451
4452 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4453
4454 2009-09-20 Daiki Ueno <ueno@unixuser.org>
4455
4456 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4457 Document that this option is not recommended to use.
4458
4459 2009-09-19 Glenn Morris <rgm@gnu.org>
4460
4461 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4462 variable `var'.
4463
4464 * calc/calc-alg.el (var):
4465 * calc/calcalg2.el (var): Define for compiler.
4466
4467 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
4468
4469 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4470 Doc fix (Bug#3932).
4471
4472 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4473
4474 * time-stamp.el (time-stamp-month-dd-yyyy)
4475 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4476 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4477 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4478 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4479 Remove functions that have been obsolete since 1995 (Bug#4436).
4480
4481 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4482 indent buffer only if called interactively (Bug#4452).
4483
4484 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
4485 Eli Zaretskii <eliz@gnu.org>
4486
4487 This fixes bug#4197 (merged to bug#865, though not identical).
4488 * server.el (server-auth-dir): Add docstring note about FAT32.
4489 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4490 but warn against using them.
4491
4492 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
4493
4494 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4495 older GDB where there is no has_more field.
4496
4497 2009-09-19 Glenn Morris <rgm@gnu.org>
4498
4499 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4500
4501 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * files.el (auto-mode-alist): Change default for XML files to nXML
4504 mode (Bug#4169).
4505
4506 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
4507
4508 * server.el (server-ensure-safe-dir): Pass 'integer
4509 to `file-attributes', as suggested.
4510
4511 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * dired-aux.el (dired-query-alist): Remove spurious backslash.
4514 (dired-query): Use read-key.
4515
4516 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4517
4518 * cus-start.el (ns-use-qd-smoothing): Remove.
4519
4520 2009-09-18 Glenn Morris <rgm@gnu.org>
4521
4522 * allout.el (top-level): Remove unnecessary progn.
4523
4524 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4525
4526 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4527 definition of abbrev table.
4528
4529 * speedbar.el (speedbar-track-mouse):
4530 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4531 * net/eudc.el (eudc-expand-inline):
4532 * net/newst-backend.el (newsticker--cache-read-feed):
4533 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4534 condition-case handlers.
4535
4536 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
4537
4538 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4539 (gdb-var-list): Add an element for has_more field.
4540 (gdb-non-stop-handler): Enable pretty printing for STL containers.
4541 (gdb-var-create-handler, gdb-var-list-children-handler-1)
4542 (gdb-var-update-handler-1): Parse output of dynamic variable
4543 objects (STL containers).
4544 (gdb-var-delete-1): Pass var1 as an explicit second argument.
4545 (gdb-get-field): Delete alias. Use bindat-get-field directly.
4546
4547 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4548 gdb-var-list.
4549 (gud-speedbar-buttons): Make node expandable if expression "has more"
4550 children.
4551
4552 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * startup.el (emacs-quick-startup): Remove variable and all uses.
4555 (command-line): Set `inhibit-x-resources' instead.
4556 (command-line-1): Use `inhibit-x-resources' instead.
4557
4558 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
4559
4560 * subr.el: Fix last change to avoid using the `unless' macro,
4561 which breaks bootstrapping.
4562
4563 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4566 extended definitions, in case we reload subr.el after having
4567 loaded CL.
4568 (eval-next-after-load): Mark as obsolete.
4569
4570 2009-09-17 Juri Linkov <juri@jurta.org>
4571
4572 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4573 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4574 (menu-bar-showhide-menu, menu-bar-tools-menu)
4575 (menu-bar-describe-menu, menu-bar-help-menu)
4576 (minibuffer-local-completion-map, minibuffer-local-map):
4577 Fix list quoting.
4578
4579 2009-09-17 Glenn Morris <rgm@gnu.org>
4580
4581 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4582 arguments, whether or not it has a handler.
4583
4584 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4585
4586 * simple.el (hard-newline): Give it a doc-string.
4587
4588 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4589 (lisp-mode-syntax-table): Give them doc-strings.
4590
4591 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4592
4593 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4594 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4595 (menu-bar-options-menu, menu-bar-showhide-menu)
4596 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4597 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4598 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4599 (menu-bar-options-menu, menu-bar-tools-menu)
4600 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4601 (menu-bar-help-menu):
4602 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4603 string arguments.
4604
4605 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4606 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4607 calls for the menu names and :help.
4608
4609 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * mouse.el (minor-mode-menu-from-indicator): Pay attention
4612 to :minor-mode-function (bug#4455).
4613
4614 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * startup.el (command-line): Initialize the window-system after
4617 processing the command-line.
4618
4619 * textmodes/page.el (what-page): Make sure we don't inf-loop if
4620 page-delimiter matches the empty string.
4621
4622 2009-09-16 Glenn Morris <rgm@gnu.org>
4623
4624 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4625 byte-compile-not-obsolete-var. It's a list now.
4626 (byte-compile-not-obsolete-funcs): New variable.
4627 (byte-compile-warn-obsolete): Don't warn about functions if they are in
4628 byte-compile-not-obsolete-funcs.
4629 (byte-compile-variable-ref, byte-compile-defvar): Update for
4630 byte-compile-not-obsolete-vars name-change and list nature.
4631 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4632 and variables behind (f)boundp tests.
4633 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4634
4635 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4636
4637 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4638
4639 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4642 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4643 Don't autoload.
4644
4645 2009-09-15 Stephen Eglen <stephen@gnu.org>
4646
4647 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4648 the virtual-buffers, use the name of the buffer specified by
4649 find-file-noselect, as the match may be a symlink. (This was a
4650 problem if the target and the symlink had different names.)
4651
4652 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4655
4656 * desktop.el (desktop-path): Check user-emacs-directory.
4657
4658 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4659
4660 * loadup.el: Use after-load-functions to GC after loading each file.
4661 Remove the explicit GC calls that used to be sprinkled around.
4662
4663 * subr.el (after-load-functions): New hook.
4664 (do-after-load-evaluation): Run it. Use string-match-p to detect
4665 `obsolete' packages, rather than painfully extracting the relevant
4666 directory name.
4667
4668 2009-09-15 Glenn Morris <rgm@gnu.org>
4669
4670 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4671 free variable `doc'.
4672
4673 * dired.el (dired-mode-map): Add menu entry for async shell command.
4674
4675 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4676 variables, also consider the .elc files, since the .el files are
4677 normally gzipped (subsequent code locates the .el.gz from the .elc).
4678
4679 * calc/calc-prog.el (arglist): Define for compiler.
4680
4681 * calendar/diary-lib.el (diary-display-function): Change the default to
4682 fancy display.
4683 (body): Define for compiler.
4684
4685 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4686 (byte-compile-file-form, byte-compile-lambda)
4687 (byte-compile-top-level-body, byte-compile-form)
4688 (byte-compile-variable-ref, byte-compile-setq)
4689 (byte-compile-setq-default, byte-compile-body)
4690 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4691 (batch-byte-compile): Give some more local variables with common names
4692 a "bytecomp-" prefix to avoid masking warnings about free variables.
4693
4694 * startup.el (command-line-1): Give local variables with common names a
4695 distinguishing prefix, so as not to hide free variable warnings during
4696 bootstrap.
4697
4698 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4699 clever and add a suffix to make a unique name, just let the user decide
4700 whether or not to overwrite it. If the input is a directory, write the
4701 default filename to that directory. (Bug#4388)
4702 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4703 is a filename-as-a-directory.
4704
4705 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * textmodes/page.el (what-page): Don't move to beginning of line.
4708 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4709
4710 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4711
4712 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4713
4714 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4715
4716 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4717 * help.el (help-for-help-internal): Add purecopy calls for text.
4718
4719 * vc.el (top): print-log method now takes an optional SHORTLOG
4720 argument. Add a new method: root.
4721 (vc-root-diff, vc-print-root-log): New functions.
4722 (vc-log-short-style): New variable.
4723 (vc-print-log-internal): Add support for showing short logs.
4724
4725 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4726 vc-print-root-log and vc-print-root-diff.
4727
4728 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4729 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4730 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4731 short logs.
4732
4733 * vc-cvs.el (vc-cvs-print-log):
4734 * vc-mtn.el (vc-mtn-print-log):
4735 * vc-rcs.el (vc-rcs-print-log):
4736 * vc-sccs.el (vc-sccs-print-log):
4737 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4738 that is ignored for now.
4739
4740 * vc-mtn.el (vc-mtn-annotate-command):
4741 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4742
4743 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4746 to function-key-map, and give them ascii-character property.
4747 * term/x-win.el (x-alternatives-map):
4748 * term/ns-win.el (ns-alternatives-map):
4749 * term/internal.el (msdos-key-remapping-map):
4750 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4751
4752 2009-09-14 Glenn Morris <rgm@gnu.org>
4753
4754 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4755 temp-buffers (2009-09-12).
4756
4757 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4758
4759 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4760 the new read-key function.
4761
4762 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4763
4764 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4765 is defined (Bug#4405).
4766
4767 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
4768
4769 * recentf.el (recentf-cleanup): Use a hash table to find
4770 duplicates (Bug#4407).
4771
4772 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
4773
4774 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4775 kp-0 to ascii equivalents (Bug#4325).
4776
4777 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4778
4779 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4780
4781 * eshell/em-hist.el:
4782 * eshell/em-dirs.el (eshell-complete-user-reference):
4783 Declare pcomplete functions and variables to avoid compiler warnings.
4784
4785 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
4786
4787 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4788 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4789 * eshell/em-alias.el (eshell-aliases-file):
4790 * eshell/em-hist.el (eshell-history-file-name):
4791 Use expand-file-name instead of concat to make file names (Bug#4308).
4792
4793 2009-09-13 Glenn Morris <rgm@gnu.org>
4794
4795 * ediff-merg.el (ediff-do-merge):
4796 * filesets.el (filesets-run-cmd):
4797 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4798 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4799 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4800 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4801 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4802 Replace empty `let's with `progn'.
4803
4804 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * mail/sendmail.el (send-mail-function):
4807 * tooltip.el (tooltip-mode):
4808 * simple.el (transient-mark-mode):
4809 * rfn-eshadow.el (file-name-shadow-mode):
4810 * frame.el (blink-cursor-mode):
4811 * font-core.el (global-font-lock-mode):
4812 * files.el (temporary-file-directory)
4813 (small-temporary-file-directory, auto-save-file-name-transforms):
4814 * epa-hook.el (auto-encryption-mode):
4815 * composite.el (global-auto-composition-mode):
4816 Use custom-initialize-delay.
4817 * startup.el (command-line): Don't explicitly call
4818 custom-reevaluate-setting for all the above vars.
4819 * custom.el (custom-initialize-safe-set)
4820 (custom-initialize-safe-default): Delete.
4821
4822 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * term/x-win.el (x-initialize-window-system):
4825 * term/w32-win.el (w32-initialize-window-system):
4826 * term/ns-win.el (ns-initialize-window-system): Don't call
4827 mouse-wheel-mode since it's enabled globally by default already.
4828
4829 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4830 actually define the variable, but only silences the byte-compiler.
4831 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4832 before looking it up.
4833 (mouse-wheel-scroll-amount): Also reset the bindings if this value
4834 is changed.
4835
4836 2009-09-12 Glenn Morris <rgm@gnu.org>
4837
4838 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4839 1000.
4840 (elint-add-required-env): Don't beep on error.
4841 (elint-forms): In case of error, return ENV unchanged.
4842 (elint-init-env): Skip non-list forms.
4843 (elint-log): Handle unknown file positions.
4844
4845 2009-09-12 Daiki Ueno <ueno@unixuser.org>
4846
4847 * epg.el (epg-make-context): Add autoload cookie.
4848 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4849 (epg-decrypt-string, epg-start-verify, epg-verify-file)
4850 (epg-verify-string, epg-start-sign, epg-sign-file)
4851 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4852 (epg-encrypt-string, epg-start-export-keys)
4853 (epg-export-keys-to-file, epg-export-keys-to-string)
4854 (epg-start-import-keys, epg-import-keys-from-file)
4855 (epg-import-keys-from-string, epg-start-receive-keys)
4856 (epg-receive-keys, epg-import-keys-from-server)
4857 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4858 (epg-sign-keys, epg-start-generate-key)
4859 (epg-generate-key-from-file, epg-generate-key-from-string):
4860 Remove autoload cookie.
4861
4862 2009-09-12 Eli Zaretskii <eliz@gnu.org>
4863
4864 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4865 reevaluation of trash-directory.
4866
4867 * mwheel.el: Fix last change.
4868 (mouse-wheel-mode): New defvar.
4869 (mouse-wheel-mode): Remove autoload cookie.
4870
4871 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * mwheel.el (mwheel-installed-bindings): New var.
4874 (mouse-wheel-mode): Use it, so as to make sure we really remove all
4875 the bindings we set last time. Use custom-initialize-delay.
4876 * loadup.el: Load mwheel after term/*-win.el.
4877 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4878 and mouse-wheel-up-event now that their first evaluation is done
4879 sufficiently late to be correct.
4880
4881 * startup.el (tutorial-directory): Make it a defcustom.
4882 Use custom-initialize-delay rather than eval-at-startup to set it.
4883 * image.el (image-load-path): Make it a defcustom.
4884 Use custom-initialize-delay rather than eval-at-startup to set it.
4885 * subr.el (eval-at-startup): Remove.
4886 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4887
4888 * subr.el (do-after-load-evaluation): Warn the user after loading an
4889 obsolete package.
4890
4891 2009-09-12 Glenn Morris <rgm@gnu.org>
4892
4893 * proced.el (proced-mark-alt): Remove alias.
4894 (proced-mode-map): Remove proced-mark-alt.
4895
4896 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4897 Elint file and directory. Remove initialization entry.
4898
4899 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4900 commands.
4901 (elint-current-buffer): Set mode-line-process.
4902 (elint-init-env): Handle define-derived-mode.
4903 Fix declare-function with unspecified arglist. Guard against odd
4904 defalias statements (eg iso-insert's 8859-1-map).
4905 (elint-add-required-env): Use a temp buffer.
4906 (elint-form): Just print the function/macro name, not the whole form.
4907 Return env unchanged if we fail to parse a macro.
4908 (elint-forms): Guard against parse errors.
4909 (elint-output): New function, to handle batch mode.
4910 (elint-log-message): Add optional argument. Use elint-output.
4911 (elint-set-mode-line): New function.
4912
4913 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
4914
4915 * emacs-lisp/elp.el (elp-not-profilable): Add more
4916 functions (Bug#4233).
4917
4918 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
4919
4920 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4921 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4922
4923 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4924
4925 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4926 (gdb-var-list-children): Use json parsing.
4927
4928 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
4929
4930 * progmodes/js.el (js--proper-indentation): Handle the case where
4931 char-before is null. Reported by Deniz Dogan.
4932
4933 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4934
4935 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4936
4937 2009-09-11 Daiki Ueno <ueno@unixuser.org>
4938
4939 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4940 (epg-digest-algorithm-alist): Add SHA224.
4941 (epg-context-set-passphrase-callback)
4942 (epg-context-set-progress-callback): Add description about
4943 callback function.
4944
4945 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * custom.el (custom-delayed-init-variables): New var.
4948 (custom-initialize-delay): New function.
4949 * startup.el (command-line): "Re"evaluate all vars in
4950 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
4951 explicitly any more.
4952 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4953 to avoid creating a ~/.emacs.d at build-time (bug#4347).
4954
4955 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4956
4957 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
4958
4959 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4960 (gdb-var-update-handler): Use json parsing.
4961
4962 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
4963
4964 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4965 decode annotated text, regardless of language environment. (Bug#2741)
4966
4967 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * Makefile.in (autoloads): Make rmail.el writable as well.
4970
4971 2009-09-11 Glenn Morris <rgm@gnu.org>
4972
4973 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4974 loaddefs.el.
4975 * dired.el: Regenerate with extracted autoloads.
4976 * Makefile.in (autoloads): Make dired.el writable.
4977
4978 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4979 * ibuffer.el: Regenerate with extracted autoloads.
4980 * Makefile.in (autoloads): Make ibuffer.el writable.
4981
4982 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4983 * version.el (emacs-copyright, emacs-major-version)
4984 (emacs-minor-version): Reformat doc-strings for make-docfile.
4985
4986 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4987 functions and variables, since they must be stuff specific to some other
4988 platform.
4989 (apropos-print): Make mouse-click message less specific about button.
4990
4991 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4992 that records where a macro was defined.
4993 * help-fns.el (describe-function-1): Mention if a function has a
4994 compiler-macro.
4995 * help-mode.el (help-function-cmacro): New button.
4996
4997 * locate.el (top-level): Always require dired.
4998 (locate-mode-map): Initialize inside the defvar.
4999
5000 * net/ange-ftp.el (dired-compress-file): Declare.
5001 (ange-ftp-dired-compress-file): Add doc string.
5002
5003 * term/ns-win.el (x-display-name, x-setup-function-keys):
5004 Unify doc-strings with X versions.
5005
5006 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * emulation/crisp.el (crisp-mode-map): Move initialization
5009 into declaration.
5010 (crisp-mode): Use define-minor-mode.
5011
5012 * progmodes/xscheme.el (xscheme-evaluation-commands):
5013 Put a :advertised-binding property rather than using
5014 advertised-xscheme-send-previous-expression.
5015 (advertised-xscheme-send-previous-expression): Declare obsolete.
5016 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5017 `advertised-undo'.
5018 (crisp-mode): Add corresponding bindings to
5019 undo's :advertised-binding instead.
5020 * dired.el (dired-mode-map): Put a :advertised-binding property rather
5021 than using dired-advertised-find-file.
5022 (dired-advertised-find-file):
5023 * simple.el (advertised-undo):
5024 * wid-edit.el (advertised-widget-backward): Declare obsolete.
5025 (widget-keymap): Put a :advertised-binding property rather
5026 than using advertised-widget-backward.
5027 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5028 than using advertised-undo.
5029 * tutorial.el (tutorial--default-keys): Adjust accordingly.
5030
5031 2009-09-10 Simon South <ssouth@slowcomputing.org>
5032
5033 * progmodes/delphi.el (delphi-tab): Indent region when Transient
5034 Mark mode is enabled and region is active; otherwise indent or
5035 insert TAB as usual.
5036 (delphi-mode): Update description of TAB-key binding.
5037
5038 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * subr.el (define-key-rebound-commands): Mark obsolete.
5041 * startup.el (precompute-menubar-bindings): Remove.
5042 (normal-top-level): Remove obsolete code that tried to precompute
5043 menubar bindings.
5044 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5045 define-key-rebound-commands and precompute-menubar-bindings.
5046
5047 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5048
5049 * net/imap.el (imap-interactive-login): Better messages.
5050 (imap-open): Fix bug with renamed buffer on reconnect.
5051 (imap-authenticate): Add buffer-local imap-last-authenticator variable
5052 for easier debugging and cleaner code. On successful (guessed based on
5053 server capabilities) secondary authentication, set imap-state
5054 correctly.
5055 (imap-last-authenticator): Define imap-last-authenticator as a variable
5056 to avoid warnings.
5057
5058 2009-09-10 Glenn Morris <rgm@gnu.org>
5059
5060 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5061
5062 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5063 (byte-compile-file-form-autoload): Don't warn about unknown functions
5064 where the autoload statement comes after the use.
5065 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5066 that any handlers inside the body (eg require) are in turn respected.
5067
5068 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5069 effects.
5070
5071 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5072 and syntax and abbrev tables basic docs, if they don't have any.
5073
5074 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5075
5076 * international/mule-cmds.el (top-level): Require cl when compiling.
5077 (view-hello-file): Use default-value rather than
5078 default-enable-multibyte-characters.
5079
5080 * progmodes/fortran.el: Move all safe and risky properties into the
5081 defcustoms.
5082
5083 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5084 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5085 * mail/undigest.el:
5086 Put autoloads in rmail.el rather than loaddefs.el.
5087 * mail/rmail.el: Regenerate with extracted autoloads.
5088
5089 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5090 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5091
5092 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
5093
5094 Reported in thread for Bug#4375.
5095 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5096 "-data-evaluate-expression" instead of print.
5097 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5098 (gdb-tooltip-print): Parse output from above MI command.
5099 (gdb): Revert 2009-08-11 change. User should detach inferior
5100 manually.
5101
5102 Remove the word "separate" from IO functions as inferior
5103 output is now never displayed in the GUD buffer.
5104
5105 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
5106
5107 * startup.el (command-line-normalize-file-name): On Windows and
5108 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5109
5110 2009-09-10 Juri Linkov <juri@jurta.org>
5111
5112 * isearch.el (isearch-text-char-description): Propertize escape
5113 character sequences with the `escape-glyph' face. (Bug#4344)
5114
5115 * simple.el (shell-command): Set asynchronous process filter to
5116 `comint-output-filter'. (Bug#4343)
5117
5118 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5119 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
5120 the list. Move "asm" to the bottom.
5121 (grep-find-ignored-directories): Add `choice' with nil value
5122 to empty the list easily.
5123 (grep-find-ignored-files): New option.
5124 (grep-files-history): Set to nil by default instead of '("ch" "el").
5125 (grep-compute-defaults): Add "<X>" to `grep-template'.
5126 (grep-read-files): Bind new local variables `default-alias' and
5127 `default-extension'. Use a list of default values for the file prompt.
5128 (lgrep): Add `--exclude=' command line options composed from
5129 `grep-find-ignored-files'.
5130 (rgrep): Add `-name' command line options composed from
5131 `grep-find-ignored-files'. (Bug#4301)
5132
5133 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5136 (bug#4368).
5137
5138 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5139
5140 * calendar/time-date.el (autoload):
5141 Expand define-obsolete-function-alias into defalias and make-obsolete
5142 for old Emacsen that Gnus supports.
5143 (with-no-warnings): Define it for old Emacsen.
5144 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5145 is available.
5146 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5147 float-time is available; suppress compile warning for time-to-seconds.
5148
5149 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5150
5151 * net/imap.el (imap-message-map): Docstring fix.
5152
5153 2009-09-09 Glenn Morris <rgm@gnu.org>
5154
5155 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5156 line numbers too. (Bug#4374)
5157
5158 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * smerge-mode.el (smerge-remove-props, smerge-refine):
5161 Use with-silent-modifications (bug#4342).
5162
5163 * subr.el (with-silent-modifications): New macro.
5164
5165 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
5166
5167 * files.el (top-level): Require `cl' when compiling.
5168
5169 2009-09-07 Glenn Morris <rgm@gnu.org>
5170
5171 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5172
5173 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5174 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
5175
5176 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
5177
5178 * vc-git.el (vc-git-annotate-command): Use separator to parse
5179 arguments correctly.
5180
5181 2009-09-06 Eli Zaretskii <eliz@gnu.org>
5182
5183 * proced.el (proced-mode): Doc fix.
5184
5185 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
5186
5187 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5188 lstat fails.
5189 (tramp-do-file-attributes-with-ls): Check for file existence at
5190 remote end.
5191 (tramp-do-file-attributes-with-stat): Likewise.
5192 (tramp-convert-file-attributes): Return nil when attr is nil.
5193
5194 2009-09-05 Glenn Morris <rgm@gnu.org>
5195
5196 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5197 properties to this button.
5198 (diary-fancy-display): Don't extend the button to the final newline.
5199 (diary-fancy-display-mode): Continue to define "q" as a local key.
5200
5201 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5202 efficient.
5203
5204 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5205
5206 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5207 (byte-compile-dest-file-function): New option.
5208 (byte-compile-dest-file): Doc fix.
5209 Obey byte-compile-dest-file-function.
5210 (byte-compile-cl-file-p): New function.
5211 (byte-compile-eval): Only suppress noruntime warnings about cl functions
5212 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
5213 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5214 than for file being previously loaded.
5215 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5216 (byte-compile-file-form-require): Handle the case where requiring a file
5217 indirectly causes CL to be loaded.
5218
5219 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5220
5221 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5222 before killing the old buffer, since by the time `kill-buffer' is
5223 run so many buffer variables have been set to nil that it may not
5224 behave as expected. (Bug#4061)
5225
5226 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5227
5228 * files.el (find-alternate-file): If the old buffer is modified
5229 and visiting a file, behave similarly to `kill-buffer' when
5230 killing it, thus reverting to the pre-1.878 behavior; see
5231 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5232 for discussion. Also, consult `buffer-file-name' as a variable
5233 not as a function, for consistency with the rest of the code.
5234
5235 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
5236
5237 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5238 also when adding a new directory.
5239
5240 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5241 defun.
5242
5243 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * files.el (locate-file-completion-table): Make it provide boundary
5246 information, so partial-completion works better.
5247
5248 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
5249
5250 * mail/footnote.el (Footnote-text-under-cursor):
5251 Check footnote-text-marker-alist before using it (bug#4324).
5252
5253 2009-09-04 Glenn Morris <rgm@gnu.org>
5254
5255 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5256 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5257 * play/solitaire.el, play/tetris.el:
5258 Remove leading * from defcustom and defface docs.
5259
5260 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5261 necessary.
5262 (diary-fancy-overriding-map): New variable.
5263 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5264 Use view-mode.
5265
5266 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5267 goto-line.
5268
5269 2009-09-03 Glenn Morris <rgm@gnu.org>
5270
5271 * arc-mode.el (archive-mode):
5272 * dos-fns.el (set-default-process-coding-system):
5273 * man.el (Man-getpage-in-background):
5274 * menu-bar.el (menu-bar-describe-menu):
5275 * server.el (server-process-filter):
5276 * startup.el (command-line):
5277 * tar-mode.el (tar-header-block-tokenize, tar-extract):
5278 * w32-fns.el (set-default-process-coding-system):
5279 * x-dnd.el (x-dnd-handle-file-name):
5280 * international/mule-cmds.el (mule-menu-keymap)
5281 (set-default-coding-systems, language-info-alist, set-language-info)
5282 (set-language-environment, standard-display-european-internal)
5283 (set-locale-environment):
5284 * international/mule-diag.el (mule-diag):
5285 * mail/emacsbug.el (report-emacs-bug):
5286 * mail/rmail.el (rmail-mode):
5287 * mail/sendmail.el (mail-setup):
5288 Use default-value rather than default-enable-multibyte-characters.
5289
5290 * progmodes/f90.el: Move all safe properties into the defcustoms.
5291 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5292
5293 * calendar/appt.el (appt-check):
5294 * calendar/diary-lib.el (diary-set-header, diary-live-p)
5295 (diary-check-diary-file, diary-list-entries)
5296 (diary-include-other-diary-files, diary-simple-display)
5297 (diary-fancy-display, diary-print-entries)
5298 (diary-mark-included-diary-files, diary-make-entry):
5299 Don't call substitute-in-file-name on diary-file.
5300
5301 2009-09-03 Eduard Wiebe <usenet@pusto.de>
5302 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * mail/footnote.el (footnote-prefix): Make it a defcustom.
5305 (footnote-mode-map): Move initialization into the declaration.
5306 (footnote-minor-mode-map): Define it rather than changing global-map.
5307 (footnote-mode): Use define-minor-mode.
5308
5309 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
5310
5311 * net/tramp.el (tramp-handle-file-attributes-with-ls)
5312 (tramp-do-file-attributes-with-perl)
5313 (tramp-do-file-attributes-with-stat): Rename from
5314 `tramp-handle-file-attributes-with-*'.
5315 (tramp-handle-file-attributes): Use them.
5316 (tramp-do-directory-files-and-attributes-with-perl)
5317 (tramp-do-directory-files-and-attributes-with-stat): Rename from
5318 `tramp-handle-directory-files-and-attributes-with-*'.
5319 (tramp-handle-directory-files-and-attributes): Use them.
5320 (tramp-method-out-of-band-p): Additional parameter SIZE.
5321 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5322 (tramp-handle-write-region): Use it.
5323 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5324 (tramp-handle-vc-registered): Check, whether the first run did
5325 return files to be tested.
5326 (tramp-advice-make-auto-save-file-name): Do not call directly
5327 `tramp-handle-make-auto-save-file-name', because this would bypass
5328 the locking mechanism.
5329
5330 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5331 (file-remote-p, process-file, start-file-process, set-file-times)
5332 (tramp-compat-file-attributes): Compatibility functions shall not
5333 call directly `tramp-handle-*', because this would bypass the
5334 locking mechanism.
5335 (tramp-compat-number-sequence): New defun.
5336
5337 2009-09-02 Glenn Morris <rgm@gnu.org>
5338
5339 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5340 alias for float-time.
5341 (time-to-number-of-days): In Emacs, use float-time.
5342 * net/newst-backend.el (time-add): Suppress warnings from compat
5343 function.
5344 * time.el (emacs-uptime, emacs-init-time):
5345 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5346 Use float-time rather than time-to-seconds.
5347
5348 * minibuffer.el (completion-initials-expand): Fix typo.
5349
5350 * faces.el (modeline, modeline-inactive, modeline-highlight)
5351 (modeline-buffer-id):
5352 * info.el (info-menu-5): Mark these face aliases as obsolete.
5353
5354 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5355
5356 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5357 space ...
5358 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5359 no "--thread" option.
5360 (gdb-stopped): Don't print "Switched to thread" message when it is
5361 unchanged.
5362
5363 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5364
5365 * minibuffer.el (completion-try-completion)
5366 (completion-all-completions): Remove ill-defined (and
5367 mistakenly installed and luckily never used nor documented)
5368 `completion-styles' property.
5369 (completion-initials-expand, completion-initials-all-completions)
5370 (completion-initials-try-completion): New functions.
5371 (completion-styles-alist): Add doc to each entry.
5372 Add new `initials' entry.
5373
5374 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5375
5376 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5377 MI command -var-evaluate-expression.
5378 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5379 and tweak for case of string child.
5380 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5381
5382 2009-09-01 Glenn Morris <rgm@gnu.org>
5383
5384 * add-log.el (change-log-date-face, change-log-name-face)
5385 (change-log-email-face, change-log-file-face, change-log-list-face)
5386 (change-log-conditionals-face, change-log-function-face)
5387 (change-log-acknowledgement-face):
5388 * cus-edit.el (custom-invalid-face, custom-rogue-face)
5389 (custom-modified-face, custom-set-face, custom-changed-face)
5390 (custom-saved-face, custom-button-face, custom-button-pressed-face)
5391 (custom-documentation-face, custom-state-face, custom-comment-face)
5392 (custom-comment-tag-face, custom-variable-tag-face)
5393 (custom-variable-button-face, custom-face-tag-face)
5394 (custom-group-tag-face-1, custom-group-tag-face):
5395 * diff-mode.el (diff-header-face, diff-file-header-face)
5396 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5397 (diff-added-face, diff-changed-face, diff-function-face)
5398 (diff-context-face, diff-nonexistent-face):
5399 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5400 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5401 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5402 (Info-title-4-face):
5403 * isearch.el (isearch-lazy-highlight-face):
5404 * log-view.el (log-view-file-face, log-view-message-face):
5405 * paren.el (show-paren-match-face, show-paren-mismatch-face):
5406 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5407 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5408 (cvs-msg-face):
5409 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5410 (smerge-base-face, smerge-markers-face):
5411 * wid-edit.el (widget-documentation-face, widget-button-face)
5412 (widget-field-face, widget-single-line-field-face)
5413 (widget-inactive-face, widget-button-pressed-face):
5414 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5415 (woman-addition-face):
5416 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5417 (eshell-ls-executable-face, eshell-ls-readonly-face)
5418 (eshell-ls-unreadable-face, eshell-ls-special-face)
5419 (eshell-ls-missing-face, eshell-ls-archive-face)
5420 (eshell-ls-backup-face, eshell-ls-product-face)
5421 (eshell-ls-clutter-face):
5422 * eshell/em-prompt.el (eshell-prompt-face):
5423 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5424 * obsolete/old-whitespace.el (whitespace-highlight-face):
5425 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5426 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5427 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5428 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5429 (antlr-font-lock-literal-face):
5430 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5431 (ebrowse-root-class-face, ebrowse-file-name-face)
5432 (ebrowse-default-face, ebrowse-member-attribute-face)
5433 (ebrowse-member-class-face, ebrowse-progress-face):
5434 * progmodes/make-mode.el (makefile-space-face):
5435 * progmodes/sh-script.el (sh-heredoc-face):
5436 * textmodes/flyspell.el (flyspell-incorrect-face)
5437 (flyspell-duplicate-face):
5438 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5439 * textmodes/texinfo.el (texinfo-heading-face):
5440 Mark face aliases with "-face" suffix as obsolete.
5441
5442 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5443 compiler.
5444
5445 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5446 (eudc-bob-sound-menu): Use defvar rather than defconst, since
5447 easy-menu-define wants to modify these.
5448
5449 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5450
5451 * net/browse-url.el (browse-url-file-url):
5452 * term/internal.el (dos-codepage-setup):
5453 Use default-value rather than default-enable-multibyte-characters.
5454
5455 * progmodes/etags.el (etags-goto-tag-location):
5456 * progmodes/flymake.el (flymake-highlight-line)
5457 (flymake-goto-file-and-line, flymake-goto-line):
5458 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5459 (gdb-goto-breakpoint):
5460 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5461 * progmodes/python.el (python-find-function)
5462 (python-pdbtrack-track-stack-file):
5463 * progmodes/verilog-mode.el (verilog-surelint-off):
5464 * term/ns-win.el (ns-open-file-select-line):
5465 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5466 Use forward-line rather than goto-line.
5467
5468 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5469 * textmodes/reftex-index.el (reftex-display-index):
5470 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5471 * textmodes/reftex-toc.el (reftex-toc):
5472 Remove unnecessary bindings of default-major-mode (all are followed by
5473 major-mode check and possible mode switch).
5474
5475 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5476
5477 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5478 Handle watchpoints (bug#4282).
5479 (def-gdb-thread-buffer-command): Enable thread to be selected by
5480 clicking without selecting threads buffer first.
5481 (gdb-current-context-command): Use selected frame so that "up",
5482 "down" etc work in the GUD buffer.
5483 (gdb-update): Find selected frame before rendering stack buffer.
5484 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5485
5486 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5487
5488 * progmodes/sym-comp.el (displayed-completions): Remove.
5489 (symbol-complete): Use minibuffer-complete.
5490
5491 2009-08-31 Glenn Morris <rgm@gnu.org>
5492
5493 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5494
5495 * apropos.el (apropos-symbols-internal):
5496 Handle (obsolete) face aliases.
5497
5498 * faces.el (describe-face): Adjust the output format to be more like
5499 describe-variable, and to mention (obsolete) face aliases.
5500 Adjust the whitespace so that help-setup-xref works.
5501
5502 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5503 * calendar/diary-lib.el (diary-button-face):
5504 Mark these face aliases as obsolete.
5505
5506 * calendar/calendar.el (calendar-today): Doc fix.
5507
5508 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5509
5510 * progmodes/gdb-mi.el (gdb-control-all-threads)
5511 (gdb-control-current-thread): Force tool bar update.
5512 (gdb-non-stop-handler): New function.
5513 (gdb-init-1): Use it to test if non-stop mode is supported.
5514 Remove unused gdbmi buffer type.
5515
5516 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5517
5518 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5519 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
5520
5521 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5522
5523 * comint.el (comint-exec-1): Check command is non-null first.
5524 Part of gdb-mi.el change (2009-08-28).
5525
5526 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5529
5530 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
5531
5532 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5533 instead of `dolist' to avoid a recursive require when bootstrapping.
5534
5535 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5538
5539 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5540
5541 * net/imap.el (imap-send-command): Simplify.
5542 (imap-wait-for-tag): point-max -> buffer-size.
5543
5544 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5545
5546 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5547 with constant argument.
5548
5549 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5550
5551 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5552
5553 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5554 Change default, since most of our files don't have a history.
5555 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5556 the user.
5557
5558 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5559 Add comint-run.
5560
5561 * calc/calc.el: Improve commenting convention.
5562 (calc-digit-map, toplevel): Simplify.
5563
5564 * comint.el (comint-insert-input): Be careful to only set point if we
5565 don't delegate to some other command.
5566
5567 * proced.el (proced-signal-list): Make it an alist.
5568 (proced-grammar-alist): Capitalize names.
5569 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5570 Disable undo manually and make it read-only.
5571 Use completion-annotate-function.
5572
5573 * minibuffer.el (minibuffer-message): If the current buffer is not
5574 a minibuffer, insert the message in the echo area rather than at the
5575 end of the buffer.
5576 (completion-annotate-function): New variable.
5577 (minibuffer-completion-help): Use it.
5578 (completion--embedded-envvar-table): Environment vars are
5579 always case-sensitive.
5580
5581 2009-08-30 Glenn Morris <rgm@gnu.org>
5582
5583 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5584 from fortran-current-defun.
5585 (fortran-beginning-of-subprogram): Be more precise about finding the
5586 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
5587 (fortran-end-of-subprogram): Simplify.
5588 (fortran-current-defun): Use fortran-start-prog-re.
5589
5590 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
5591
5592 * subr.el (do-after-load-evaluation): Simplify.
5593
5594 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5595
5596 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5597
5598 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
5599 (vc-rcs-print-log): Use it.
5600
5601 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5602
5603 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5604
5605 * paths.el (abbrev-file-name): Move to abbrev.el.
5606 * abbrev.el (abbrev-file-name): Move from paths.el.
5607 Obey user-emacs-directory.
5608 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5609 user-emacs-directory.
5610 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5611 abbrev-file-name and calc-settings-file any more.
5612 * startup.el (command-line): Recompute abbrev-file-name and
5613 abbreviated-home-dir.
5614 (normal-no-mouse-startup-screen): Improve the generic code and get rid
5615 of the special code for when C-h bindings haven't been changed.
5616 (display-startup-echo-area-message): Use with-current-buffer.
5617 (command-line-1): Use a list of strings, rather than a list of lists
5618 of strings for longopts.
5619
5620 * files.el (get-free-disk-space): Use / for default-directory.
5621
5622 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5623 Use with-current-buffer.
5624
5625 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5626 Recognize immutable variables like most-positive-fixnum.
5627 (byte-compile-setq-default): Check and warn if trying to assign
5628 to an immutable variable, or a non-variable.
5629
5630 * progmodes/cc-vars.el (c-comment-continuation-stars):
5631 * progmodes/cc-engine.el (c-looking-at-bos):
5632 * progmodes/cc-cmds.el (c-toggle-auto-state)
5633 (c-forward-into-nomenclature, c-backward-into-nomenclature)
5634 (c-comment-line-break-function): Add version of obsolescence.
5635
5636 2009-08-28 Juri Linkov <juri@jurta.org>
5637
5638 * files.el (magic-fallback-mode-alist): Add ZIP magic number
5639 associated with `archive-mode'.
5640
5641 * image.el (image-type-header-regexps): Use only JPEG magic number
5642 to determine JPEG images, and don't use `image-jpeg-p' because
5643 Emacs can display non-JFIF non-Exif JPEG images.
5644
5645 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * arc-mode.el (archive-mode):
5648 * emacs-lisp/re-builder.el (re-builder-unload-function):
5649 Protect against the default value of `major-mode' being nil.
5650
5651 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5652
5653 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5654 Fix typos in docstrings.
5655
5656 * progmodes/js.el (js--macro-decl-re): Doc fix.
5657 (js--plain-method-re, js--split-name): Refloc docstring.
5658 (js--class-styles, js--make-merged-item, js--splice-into-items):
5659 Fix typos in docstrings; reflow docstrings.
5660 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5661 (js--variable-decl-matcher, js--inside-pitem-p)
5662 (js--parse-state-at-point, js--get-all-known-symbols)
5663 (js--symbol-history, js-find-symbol, js--js-references)
5664 (js--moz-interactor, js--js-encode-value, js--read-tab):
5665 Fix typos in docstrings.
5666
5667 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * textmodes/reftex.el (reftex-get-file-buffer-force):
5670 * progmodes/verilog-mode.el (verilog-batch-execute-func):
5671 * emulation/viper.el (viper-go-away, viper-set-hooks):
5672 * emacs-lisp/re-builder.el (re-builder-unload-function):
5673 * emacs-lisp/bytecomp.el (byte-compile-file):
5674 * ses.el (ses-unload-function):
5675 * hexl.el (hexl-find-file):
5676 * files.el (normal-mode):
5677 * ehelp.el (with-electric-help):
5678 * autoinsert.el (auto-insert-alist):
5679 * arc-mode.el (archive-mode):
5680 Use (default-value 'major-mode) instead of default-major-mode.
5681
5682 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5683 * international/mule.el (load-with-code-conversion):
5684 * emacs-lisp/debug.el (debug):
5685 * ediff-vers.el (ediff-rcs-get-output-buffer):
5686 * dired.el (dired-internal-noselect): Don't let-bind
5687 default-major-mode around code that doesn't use it.
5688 E.g. buffer creation via get-buffer-create doesn't use it.
5689
5690 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5691
5692 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5693 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5694 when writing the temp file. Otherwise, epa-file gets confused.
5695 (tramp-register-file-name-handlers): Make it a defun. Move also
5696 `epa-file-handler' to the front of `file-name-handler-alist'.
5697
5698 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5699
5700 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5701 start right after a ^M.
5702 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5703 (tramp-completion-file-name-regexp-separate)
5704 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5705 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5706 Don't modify last-coding-system-used by accident.
5707 (tramp-completion-file-name-handler): Apply the checks here,
5708 instead during registration.
5709 (tramp-register-file-name-handlers) Renamed from
5710 `tramp-register-file-name-handler'. Register both
5711 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5712 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
5713
5714 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
5715
5716 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5717 Remove variable ...
5718 (gdb-init-1, gdb-display-separate-io-buffer)
5719 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5720 references to it.
5721 (gdb-inferior-io-mode): Use make-comint-in-buffer.
5722 (gdb-inferior-filter): Use comint-output-filter to stop
5723 echoing and remove ^M characters.
5724
5725 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * emulation/viper-init.el (viper-restore-cursor-type):
5728 * emulation/cua-base.el (cua--update-indications):
5729 Replace default-cursor-type with (default-value 'cursor-type).
5730
5731 * mail/sendmail.el (mail-recover-1):
5732 * international/mule-diag.el (describe-current-coding-system-briefly)
5733 (describe-current-coding-system):
5734 * international/mule-cmds.el (select-safe-coding-system)
5735 (select-message-coding-system)
5736 (set-language-environment-coding-systems, set-locale-environment):
5737 * hexl.el (hexl-insert-multibyte-char):
5738 * dos-w32.el (find-buffer-file-type-coding-system):
5739 * simple.el (what-cursor-position):
5740 Replace uses of default-buffer-file-coding-system
5741 with (default-value 'buffer-file-coding-system).
5742
5743 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5744 Replace uses of default-cursor-in-non-selected-windows
5745 with (default-value 'cursor-in-non-selected-windows).
5746 Use with-current-buffer.
5747
5748 * mail/feedmail.el: Use CL macros.
5749 (feedmail-run-the-queue, feedmail-send-it-immediately):
5750 * dos-w32.el (find-buffer-file-type): Replace uses of
5751 default-buffer-file-type with (default-value 'buffer-file-type).
5752
5753 2009-08-28 Glenn Morris <rgm@gnu.org>
5754
5755 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5756 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5757 Use default-value of major-mode rather than default-major-mode.
5758
5759 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * Makefile.in (update-elcfiles): Report left over elc files.
5762
5763 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5764 expand-file-name and with-current-buffer.
5765 (mail-get-names, mail-directory): Use with-current-buffer.
5766
5767 * vc.el (vc-read-revision): New function.
5768 (vc-version-diff, vc-merge): Use it.
5769
5770 2009-08-27 Sam Steingold <sds@gnu.org>
5771
5772 * simple.el (kill-do-not-save-duplicates): New user option.
5773 (kill-new): When it is non-nil, and the new string is the same as
5774 the latest kill, set replace to t to avoid duplicates in kill-ring.
5775
5776 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
5777
5778 * net/tramp.el (tramp-handle-process-file): Do not flush all
5779 caches when `process-file-side-effects' is set.
5780 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5781 instead of `tramp-find-file-exists-command'.
5782 Unset `process-file-side-effects'.
5783
5784 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
5785
5786 * net/tramp.el (tramp-methods): New method "rsyncc".
5787 (top): Add completion function for "rsyncc".
5788 (tramp-message-show-message): New defvar.
5789 (tramp-message, tramp-error): Use it.
5790 (tramp-do-copy-or-rename-file-directly): Extend check for direct
5791 remote copying.
5792 (tramp-do-copy-or-rename-file-out-of-band): Handle new
5793 `tramp-methods' entry `copy-env' of "rsyncc".
5794 (tramp-vc-registered-read-file-names): New defconst.
5795 (tramp-vc-registered-file-names): New defvar.
5796 (tramp-handle-vc-registered): Implement optimization strategy.
5797 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5798 (tramp-vc-file-name-handler): New defun.
5799 (tramp-get-ls-command, tramp-get-test-command)
5800 (tramp-get-file-exists-command, tramp-get-remote-ln)
5801 (tramp-get-remote-perl, tramp-get-remote-stat)
5802 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5803
5804 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5805 (tramp-cache-inhibit-cache): Extend doc string. It allows also
5806 timestamps.
5807 (tramp-get-file-property): Check for timestamps in
5808 `tramp-cache-inhibit-cache'.
5809 (tramp-set-file-property): Write timestamp.
5810
5811 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5812
5813 * language/japan-util.el (japanese-symbol-table): Add entries for
5814 cp932-2-byte.
5815
5816 * international/characters.el: Add category `j' to cp932-2-byte.
5817
5818 2009-08-27 Kenichi Handa <handa@m17n.org>
5819
5820 * international/fontset.el (build-default-fontset-data): New macro.
5821 (setup-default-fontset): Use build-default-fontset-data for CJK,
5822 tibetan, ethiopic, and ipa.
5823
5824 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * cus-start.el (default-major-mode): Customize `major-mode' instead.
5827 (enable-multibyte-characters): Not customizable any more.
5828
5829 * subr.el (default-mode-line-format, default-header-line-format)
5830 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5831 (default-direction-reversed, default-truncate-lines)
5832 (default-left-margin, default-tab-width, default-case-fold-search)
5833 (default-left-margin-width, default-right-margin-width)
5834 (default-left-fringe-width, default-right-fringe-width)
5835 (default-fringes-outside-margins, default-scroll-bar-width)
5836 (default-vertical-scroll-bar, default-indicate-empty-lines)
5837 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5838 (default-fringe-cursor-alist, default-scroll-up-aggressively)
5839 (default-scroll-down-aggressively, default-fill-column)
5840 (default-cursor-type, default-buffer-file-type)
5841 (default-cursor-in-non-selected-windows)
5842 (default-buffer-file-coding-system, default-major-mode)
5843 (default-enable-multibyte-characters): Mark as obsolete.
5844
5845 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
5846
5847 * vc-dir.el (vc-dir-update): Remove debug helper.
5848
5849 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5850
5851 2009-08-26 Sam Steingold <sds@gnu.org>
5852
5853 * simple.el (save-interprogram-paste-before-kill): New user option.
5854 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5855 save the interprogram-paste into kill-ring before overriding it
5856 with the Emacs kill.
5857
5858 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5859
5860 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5861 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5862 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5863 and move to vc-rcs.el.
5864 (vc-default-next-revision): Rename to vc-rcs-next-revision and
5865 move to vc-rcs.el.
5866 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5867 (vc-rcs-update-changelog): Remove.
5868 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5869 and move to vc-rcs.el.
5870
5871 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5872 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5873 renaming.
5874 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5875 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5876 vc.el, renamed to be RCS specific.
5877
5878 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5879 New functions.
5880 (vc-cvs-update-changelog): Move here from vc.el.
5881
5882 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5883 New functions.
5884
5885 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5886
5887 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5888
5889 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5890
5891 * vc-git.el (vc-git-register): Use "git add" for directories.
5892 (vc-git-stash, vc-git-stash-show): New functions.
5893 (vc-git-extra-menu-map): Bind them.
5894
5895 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5896 directory correctly in case the item is a directory itself.
5897
5898 * vc.el: Document the desired behavior for reverted files in the
5899 `added' state.
5900 (vc-default-prettify-state-info): Remove function, unused.
5901
5902 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5903
5904 2009-08-26 Glenn Morris <rgm@gnu.org>
5905
5906 * bindings.el (standard-mode-line-format): Reposition dashes in
5907 which-func entry. (Bug#4217)
5908
5909 * files.el (enable-local-variables, enable-local-eval)
5910 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5911 the defcustoms.
5912 (auto-mode-alist, ignored-local-variables)
5913 (save-some-buffers-action-alist): Move risky declarations to the
5914 definitions.
5915 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5916 (font-lock-defaults, format-alist, imenu--index-alist)
5917 (imenu-generic-expression, input-method-alist, minor-mode-alist)
5918 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5919 (mode-line-modified, mode-line-mule-info, mode-line-position)
5920 (mode-line-process, mode-line-remote, outline-level)
5921 (parse-time-rules, rmail-output-file-alist)
5922 (special-display-buffer-names, vc-mode):
5923 Move risky declarations to the relevant files.
5924 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5925 (mode-line-modified, mode-line-process, mode-line-position)
5926 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5927 * font-core.el (font-lock-defaults):
5928 * format.el (format-alist):
5929 * vc-hooks.el (vc-mode):
5930 * window.el (special-display-buffer-names):
5931 * international/mule-cmds.el (input-method-alist):
5932 Define riskiness here (dumped file) rather than in files.el.
5933 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5934 * imenu.el (imenu-generic-expression, imenu--index-alist):
5935 * outline.el (outline-level):
5936 * time.el (display-time-string):
5937 * calendar/parse-time.el (parse-time-rules):
5938 * mail/rmailout.el (rmail-output-file-alist):
5939 Autoload riskiness here, rather than placing in files.el.
5940
5941 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
5942
5943 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5944
5945 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5946
5947 * simple.el (process-file-side-effects): New defvar.
5948
5949 * dired-aux.el (dired-show-file-type):
5950 * vc.el (vc-diff-internal):
5951 * vc-arch.el (vc-arch-diff):
5952 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5953 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5954 * vc-git.el (vc-git-registered, vc-git-working-revision)
5955 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5956 (vc-git--empty-db-p):
5957 * vc-hooks.el (vc-user-login-name):
5958 * vc-svn.el (vc-svn-registered, vc-svn-state)
5959 (vc-svn-dir-extra-headers, vc-svn-find-revision):
5960 * progmodes/grep.el (grep-probe): Let-bind
5961 `process-file-side-effects' with nil.
5962
5963 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5964
5965 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5966 daemon. Replace ping by checking for running service for bluez
5967 and zeroconf. (Bug#4239)
5968
5969 2009-08-25 Kevin Ryde <user42@zip.com.au>
5970
5971 * net/dig.el (dig): Add autoload cookie.
5972
5973 2009-08-25 Glenn Morris <rgm@gnu.org>
5974
5975 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5976 load-history for absolute file-names.
5977 (byte-compile-file-form-require): Warn about use of the cl package.
5978
5979 * format.el (format-alist): Doc fix.
5980
5981 * play/bubbles.el (top-level): Don't require cl at run-time.
5982
5983 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5984 run-time cl).
5985
5986 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
5987
5988 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5989 from cl package.
5990 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5991
5992 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
5993
5994 * calc/calc-alg.el (math-trig-rewrite)
5995 (math-hyperbolic-trig-rewrite): New functions.
5996 (calc-simplify): Simplify trig functions when asked.
5997
5998 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6001
6002 2009-08-24 Kenichi Handa <handa@m17n.org>
6003
6004 * language/ind-util.el (mapthread): Delete it.
6005 (combinatorial): New function.
6006 (indian--puthash-cv): Use combinatorial instead of mapthread.
6007
6008 2009-08-22 Kevin Ryde <user42@zip.com.au>
6009
6010 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6011 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6012 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6013 Clarify docstring that the value is strings not symbols.
6014 (checkdoc-list-of-strings-p): New function.
6015
6016 2009-08-22 Glenn Morris <rgm@gnu.org>
6017
6018 * files.el (auto-mode-alist):
6019 * hippie-exp.el (he-concat-directory-file-name):
6020 * lpr.el (lpr-windows-system, printer-name):
6021 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6022 * ps-print.el (ps-windows-system):
6023 * startup.el (command-line):
6024 * emulation/viper-ex.el (viper-glob-function):
6025 * international/mule-cmds.el (set-language-environment-coding-systems):
6026 * net/ange-ftp.el (ange-ftp-write-region):
6027 * obsolete/fast-lock.el (fast-lock-cache-name):
6028 Remove code for defunct system-types emx, macos, mswindows, next-mach,
6029 unisoft-unix, vax-vms, win32, w32.
6030
6031 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6032 given name if the pattern is not more specific.
6033
6034 * calendar/lunar.el (lunar-phase-names): New option.
6035 (lunar-phase): Doc fix.
6036 (lunar-cycles-per-year): New constant.
6037 (lunar-index): New function.
6038 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6039 (lunar-phase-name): Use lunar-phase-names.
6040 (calendar-lunar-phases): Use format.
6041 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6042
6043 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6044 Copy imenu-example--name-and-position function here for own use.
6045 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6046
6047 * bs.el (bs--redisplay):
6048 * cus-edit.el (custom-redraw):
6049 * ibuffer.el (ibuffer-bury-buffer):
6050 * server.el (server-goto-line-column):
6051 * startup.el (command-line-1):
6052 * strokes.el (strokes-xpm-for-stroke):
6053 * term.el (term-display-buffer-line):
6054 * view.el (View-goto-line):
6055 * calc/calc.el (calc-do, calc-trail-buffer):
6056 * play/gamegrid.el (gamegrid-add-score-insecure):
6057 * progmodes/ada-mode.el (ada-compile-goto-error):
6058 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6059 (ebrowse-select-1st-to-9nth):
6060 * progmodes/cperl-mode.el (cperl-time-fontification):
6061 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6062 * progmodes/gud.el (gud-display-line):
6063 (idlwave-shell-display-line):
6064 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6065 * progmodes/make-mode.el (makefile-browser-toggle):
6066 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6067 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6068 * textmodes/picture.el (picture-draw-rectangle):
6069 * textmodes/reftex-index.el (reftex-index-goto-letter):
6070 (reftex-select-jump-to-previous):
6071 * textmodes/reftex-sel.el (reftex-find-start-point)
6072 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6073 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6074 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6075 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6076 * textmodes/two-column.el (2C-associated-buffer):
6077 Use forward-line rather than goto-line.
6078
6079 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6080 goto-line.
6081
6082 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6083 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6084 (quick-check-list-to-regexp): Declare.
6085
6086 * progmodes/make-mode.el (makefile-browser-insert-selection):
6087 Use goto-char rather than goto-line.
6088
6089 * progmodes/prolog.el (compilation-error-regexp-alist)
6090 (compilation-forget-errors): Declare.
6091
6092 2009-08-22 Juri Linkov <juri@jurta.org>
6093
6094 * progmodes/grep.el (lgrep, rgrep): At the beginning
6095 set `dir' to `default-directory' unless `dir' is a non-nil
6096 readable directory. (Bug#4052)
6097 (lgrep, rgrep): Change a weird way to report an error
6098 from using `read-string' to using `error'.
6099 Instead of using interactive arguments in the function body,
6100 add new argument `confirm'.
6101
6102 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * textmodes/remember.el (remember-buffer):
6105 * progmodes/cperl-mode.el (cperl-vc-header-alist):
6106 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6107 (icalendar-extract-ical-from-buffer):
6108 * net/newst-treeview.el (newsticker-groups-filename):
6109 * net/newst-backend.el (newsticker-cache-filename):
6110 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6111 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6112 (speedbar-add-ignored-path-regexp, speedbar-line-path)
6113 (speedbar-buffers-line-path, speedbar-path-line)
6114 (speedbar-buffers-line-path):
6115 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6116 (epg-sign-keys):
6117 * epa.el (epa-display-verify-result):
6118 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6119
6120 2009-08-21 Glenn Morris <rgm@gnu.org>
6121
6122 * progmodes/js.el (inferior-moz-process): Fix declaration.
6123
6124 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6125
6126 * obsolete/rnewspost.el (news-mail-reply):
6127 Use goto-char rather than goto-line.
6128
6129 * term/ns-win.el (ns-open-file-select-line):
6130 Use line-beginning-position rather than goto-line.
6131
6132 * apropos.el (apropos-command):
6133 * ehelp.el (electric-helpify):
6134 * printing.el (pr-show-setup):
6135 * strokes.el (strokes-help):
6136 * tutorial.el (tutorial--describe-nonstandard-key)
6137 (tutorial--detailed-help):
6138 * woman.el (woman-mini-help, woman-display-extended-fonts):
6139 * calc/calc-help.el (calc-describe-key):
6140 * emulation/edt.el (edt-electric-helpify):
6141 * international/mule-diag.el (mule-diag):
6142 * play/yow.el (apropos-zippy):
6143 * progmodes/python.el (python-describe-symbol):
6144 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6145 * textmodes/table.el (*table--cell-describe-mode)
6146 (*table--cell-describe-bindings):
6147 Use help-print-return-message rather than the now obsolete alias.
6148
6149 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6150 (calendar-cursor-to-visible-date):
6151 * play/5x5.el (5x5-position-cursor):
6152 * play/decipher.el (decipher):
6153 * play/gomoku.el (gomoku-goto-xy):
6154 * play/landmark.el (lm-goto-xy):
6155 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6156 (mpuz-paint-digit):
6157 Use forward-line, not goto-line.
6158
6159 * mail/rmail.el (rmail-obsolete): Delete custom group.
6160 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6161 (rmail-remote-password, rmail-remote-password-required):
6162 Remove unneeded :set-after and :set properties.
6163
6164 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
6165
6166 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6167
6168 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6169
6170 * loadup.el: Remove leftover macos code.
6171
6172 * vc-git.el (vc-git-annotate-command): Run asynchronously.
6173 Explicitly pass the date format to git blame so that user local
6174 so that the output format can be parsed.
6175
6176 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
6177
6178 * net/dbus.el (top): Don't check for (getenv
6179 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
6180
6181 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6182
6183 * log-edit.el (log-edit-strip-single-file-name): New var.
6184 (log-edit-insert-changelog): Use it. Bug#3571
6185
6186 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * subr.el (read-passwd): Use read-key so keypad keys work as well.
6189 Bug#3287
6190
6191 * help.el (help-print-return-message): Rename from
6192 print-help-return-message.
6193
6194 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6195 cvs-mode-map parent hack.
6196 (log-view-mode): Derive from special-mode.
6197
6198 * linum.el (linum-mode): window-size-change-functions is redundant.
6199 Adapt to new window-configuration-change-hook behavior.
6200 (linum-after-size, linum-after-config): Remove.
6201
6202 * imenu.el (imenu-example--name-and-position)
6203 (imenu-example--lisp-extract-index-name)
6204 (imenu-example--create-lisp-index, imenu-example--create-c-index):
6205 Mark as obsolete.
6206
6207 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6208 (inferior-prolog-mode): Use it.
6209 (inferior-prolog-load-file): Reset list of errors.
6210
6211 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6212
6213 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6214
6215 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6216
6217 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
6218
6219 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6220 is running already.
6221
6222 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * subr.el (listify-key-sequence-1): Use normal syntax since those
6225 integers are nowadays always represented by the same (positive) number
6226 on all platforms.
6227 (read-key-empty-map): New const.
6228 (read-key-delay): New var.
6229 (read-key): New function.
6230 (force-mode-line-update): Use with-current-buffer.
6231 (locate-user-emacs-file): Don't forget to abbreviate the file name.
6232 (start-process-shell-command, start-file-process-shell-command):
6233 Discourage the use of command-args.
6234
6235 2009-08-19 Glenn Morris <rgm@gnu.org>
6236
6237 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6238
6239 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * simple.el (choose-completion-string): Don't rely on
6242 minibuffer-completing-file-name and ad-hoc checks to decide whether
6243 to continue completion or not.
6244
6245 * minibuffer.el (minibuffer-hide-completions): New function.
6246 (completion--do-completion): Use it.
6247 (completions-annotations): New face.
6248 (completion--insert-strings): Use it.
6249 (completion-pcm--delim-wild-regex): Add docstring.
6250 (completion-pcm--string->pattern): Add support for 0-width delimiters
6251 in completion-pcm--delim-wild-regex.
6252
6253 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6256 Remove unused var `buffer-modified-p'.
6257
6258 * minibuffer.el (completion--do-completion): Move point for the #b001
6259 case as well (bug#4176).
6260 (minibuffer-complete, minibuffer-complete-word): Don't move point.
6261
6262 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
6263
6264 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
6265 and :session buses.
6266
6267 2009-08-18 Kenichi Handa <handa@m17n.org>
6268
6269 * international/ucs-normalize.el (ucs-normalize-version):
6270 Change to 1.1.
6271 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6272 (utf-8-hfs): Make it perform normalization on encoding too.
6273
6274 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
6275 (sentence-end-without-space): Delete duplicated chars.
6276 (sentence-end-base): Likewise.
6277
6278 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
6279 (html-mode): Delete duplicated chars from sentence-end-base.
6280
6281 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
6282 (texinfo-mode): Delete duplicated chars from sentence-end-base.
6283
6284 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * files.el (hack-one-local-variable): If the mode function is for
6287 a minor mode, pass it an argument (Bug#4148).
6288
6289 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
6290
6291 * net/tramp.el (tramp-register-completion-file-name-handler):
6292 Check also for (member 'partial-completion completion-styles).
6293
6294 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6297 abbrev (Bug#3943).
6298
6299 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
6300
6301 * progmodes/cperl-mode.el: Merge upstream 6.2.
6302 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6303 (cperl-forward-re): Check cperl-brace-recursing.
6304 (cperl-highlight-charclass): New function.
6305 (cperl-find-pods-heres): Use it.
6306 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6307 (cperl-beautify-regexp-piece): Fix column calculation.
6308 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6309 (cperl-beautify-level): Don't process entire regexp.
6310 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6311 calling man.
6312 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6313 (cperl-init-faces): Build a list in the normal way.
6314
6315 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6316
6317 * calendar/parse-time.el (parse-time-string-chars): Save match
6318 data.
6319
6320 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6323 (sql-product): Use it.
6324 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6325 (sql-set-product): Add completion.
6326 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6327 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6328 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6329 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6330 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6331 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6332 (sql-highlight-db2-keywords): Remove.
6333 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6334 (sql-highlight-product): Use derived-mode-p.
6335 (sql-set-sqli-buffer): Use with-current-buffer.
6336 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6337 Simplify.
6338
6339 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6340
6341 * term.el: Fix commenting convention, turn comments into docstrings.
6342
6343 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6344
6345 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6346
6347 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
6348
6349 * calendar/parse-time.el (parse-time-string-chars): Compute using
6350 character classes, to handle non-ascii characters (Bug#3190).
6351
6352 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6353
6354 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6355 another heredoc if the user adds another < (Bug#3226).
6356
6357 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6358 Don't initialize based on window-system (Bug#4124).
6359
6360 * facemenu.el (facemenu-read-color): Use a completion function
6361 that accepts any defined color, such as RGB triplets (Bug#3677).
6362
6363 * files.el (get-free-disk-space): Change fallback default
6364 directory to /. Expand DIR argument before switching to fallback.
6365 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6366
6367 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6368
6369 * files.el (load-library): Doc fix.
6370
6371 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
6372
6373 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6374 (viper-if-string): Redefine C-s in the minibuffer to insert the last
6375 incremental search string.
6376
6377 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6378 XEmacs.
6379
6380 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6381 (ediff-merge-region-is-non-clash)
6382 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6383 Also check if the job is really a merge job.
6384
6385 * ediff.el (ediff-current-file): New function.
6386
6387 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * progmodes/js.el: Edit docstrings throughout to follow Emacs
6390 conventions.
6391 (js-insert-and-indent): Delete function.
6392 (js-mode-map): Don't bind keys to js-insert-and-indent.
6393 (js-beginning-of-defun): Rename from js--beginning-of-defun.
6394 (js-end-of-defun): Rename from js--end-of-defun.
6395 (js-auto-indent-flag): Delete variable.
6396
6397 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
6398
6399 * progmodes/js.el: Remove proclaim statement.
6400 Defvar which-func-imenu-joiner-function to silence compiler.
6401
6402 * files.el (auto-mode-alist): Use js-mode for .js files.
6403
6404 * progmodes/js2-mode.el: Remove file.
6405
6406 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6407
6408 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6409
6410 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6411
6412 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
6413 Karl Landstrom <karl.landstrom@brgeight.se>
6414
6415 * progmodes/js.el: New file.
6416
6417 2009-08-14 Mark A. Hershberger <mah@everybody.org>
6418
6419 * timezone.el (timezone-parse-date): Add ability to understand ISO
6420 basic format (minimal separators) dates in addition to the
6421 already-supported extended format dates.
6422
6423 2009-08-14 Eli Zaretskii <eliz@gnu.org>
6424
6425 * international/ucs-normalize.el: Add a `coding' file variable.
6426
6427 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6428
6429 2009-08-14 Sam Steingold <sds@gnu.org>
6430
6431 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6432
6433 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * faces.el (help-argument-name): Define it here instead of
6436 help-fns.el, because in daemon mode help-fns.el may be loaded when
6437 faces are still uninitialized (Bug#1078).
6438
6439 * help-fns.el (help-argument-name): Move defface to faces.el.
6440
6441 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
6442
6443 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6444 create buffer with a pty but no process so that GDB can make the
6445 inferior the controlling process.
6446
6447 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
6448
6449 * international/ucs-normalize.el: New file.
6450
6451 2009-08-13 Richard Stallman <rms@gnu.org>
6452
6453 * mail/rmail.el (rmail-get-attr-names):
6454 Accept an attribute header that is too short.
6455
6456 * mail/rmail.el (rmail-forget-messages):
6457 Ignore nil elt in rmail-message-vector. Use dotimes.
6458
6459 * progmodes/compile.el (compilation-goto-locus):
6460 Use next-error-move-function.
6461
6462 * simple.el (next-error-move-function): New variable.
6463
6464 2009-08-12 Juri Linkov <juri@jurta.org>
6465
6466 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6467 always non-nil. (Bug#4052)
6468
6469 * replace.el (read-regexp): Return empty string when
6470 `default-value' is nil.
6471 (keep-lines-read-args): Don't use empty string as the
6472 default value for `read-regexp'. (Bug#2495)
6473
6474 2009-08-12 Juri Linkov <juri@jurta.org>
6475
6476 * international/mule-cmds.el (ucs-insert): Change arguments
6477 from `arg' to `character', `count', `inherit' to be the same
6478 as in `insert-char'. Doc fix. (Bug#4039)
6479
6480 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6481
6482 2009-08-12 Juri Linkov <juri@jurta.org>
6483
6484 * files-x.el: New file.
6485
6486 * files.el: Move code that deals with adding/deleting
6487 file/directory-local variables to files-x.el.
6488
6489 * Makefile.in (ELCFILES): Add files-x.elc.
6490
6491 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
6492
6493 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6494 to use `goto-line'.
6495 (gdb-place-breakpoints, gdb-get-location): Rewritten without
6496 `goto-line'.
6497 (gdb-invalidate-disassembly): Do not refresh upon receiving
6498 'update signal. Instead, update all disassembly buffers only after
6499 threads list.
6500 (gdb): Send -target-detach when buffer is killed (Bug#3794).
6501 (gdb-starting): Moved -data-list-register-names...
6502 (gdb-stopped): ...here so it's sent when first thread stops.
6503 (gdb-registers-handler-custom): Do nothing if register names are
6504 unknown yet.
6505
6506 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6507 from `gdb-mi.el' to avoid extra tangling.
6508
6509 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6510 change which breaks `gud-def' definitions used in `gdb'.
6511 (gdb-update-gud-running): No extra fuss for updating frame number.
6512
6513 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6516 (describe-language-environment-map, setup-language-environment-map)
6517 (set-coding-system-map): Move initialization into declaration.
6518 (set-language-info-alist): Last arg to define-key-after can be skipped.
6519
6520 * international/quail.el (quail-completion-1): Simplify.
6521 (quail-define-rules): Use slightly more compact code.
6522 (quail-insert-decode-map): Propertize keys, compact columns.
6523
6524 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6525 Add goto-line.
6526
6527 2009-08-10 Miles Bader <miles@gnu.org>
6528
6529 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6530 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6531 (js2-instance-member, js2-private-member, js2-private-function-call)
6532 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6533 (js2-magic-paren, js2-external-variable):
6534 Remove "-face" suffix from face names.
6535 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6536 (js2-highlight-undeclared-vars, js2-peek-token)
6537 (js2-parse-function-params, js2-mode-show-errors)
6538 (js2-mode-show-warnings, js2-make-magic-delimiter)
6539 (js2-mode-highlight-magic-parens): Update to use new face names.
6540
6541 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
6542
6543 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6544 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
6545
6546 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
6547
6548 * subr.el: Provide hashtable-print-readable.
6549
6550 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6551 hs-c-like-adjust-block-beginning.
6552 (hs-hide-block-at-point): Stop hiding at the beginning of
6553 hs-block-end-regexp (Bug#700).
6554
6555 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
6556
6557 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6558 a macro.
6559 (gdb-registers-handler-custom): Do not fail when register names
6560 are unavailable.
6561
6562 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6563
6564 * progmodes/gdb-mi.el (gdb-control-all-threads)
6565 (gdb-control-current-thread): Interactive setters for
6566 `gdb-gud-control-all-threads' to use in menu.
6567 (gdb-show-run-p): Show «Go» when process is not active.
6568 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
6569 gud/thread.xpm and gud/all.xpm.
6570
6571 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
6572
6573 * net/net-utils.el (net-utils-font-lock-keywords): New var.
6574 (nslookup-font-lock-keywords): Make it a variable.
6575 (net-utils-mode): New mode for viewing diagnostic network output.
6576 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6577 (net-utils-run-simple): New function.
6578 (ifconfig, iwconfig, netstat, arp, route): Use it.
6579
6580 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6581
6582 * progmodes/gdb-mi.el (gdb-read-memory-custom)
6583 (gdb-memory-set-address, def-gdb-set-positive-number)
6584 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6585 after changing settings.
6586 (gdb-invalidate-disassembly): Update when first shown.
6587 (gdb-edit-locals-value): Fixed.
6588 (gdb-registers-handler-custom): Print registers in right order and
6589 allow changing register values (only for current thread yet).
6590 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6591 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6592 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6593 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6594 info in mode name.
6595 (gdb-registers-mode-map): TAB to switch to locals.
6596
6597 2009-08-08 Eli Zaretskii <eliz@gnu.org>
6598
6599 * mail/rmail.el (rmail-add-mbox-headers)
6600 (rmail-set-message-counters-counter): Search for
6601 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
6602
6603 2009-08-08 Glenn Morris <rgm@gnu.org>
6604
6605 * Makefile.in (ELCFILES): Update.
6606
6607 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6608
6609 * mail/sendmail.el (mail-yank-original): Set
6610 buffer-file-coding-system from the one used by the message whose
6611 text is yanked.
6612
6613 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6614 to "windows" when "pgnuplot" is used.
6615 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6616 call accept-process-output if "pgnuplot" is used.
6617 (calc-graph-init): Don't send -display and -geometry to
6618 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
6619 running "pgnuplot -V" with shell-command-to-string.
6620
6621 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6622 the default.
6623
6624 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6625
6626 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6627 org/org-latex.elc.
6628
6629 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6630
6631 * vc-dispatcher.el (vc-resynch-window): Update comment.
6632
6633 * term.el (term-handle-ansi-escape): Add comments with the
6634 terminfo capabilities implemented.
6635
6636 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
6637
6638 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6639 (gdb-var-create-handler): Rewritten using JSON parser.
6640 (gdb-propertize-header): Moved earlier.
6641 (gdb-set-header): Removed to avoid duplication.
6642 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6643 Refresh disassembly buffers only after threads list have been
6644 update.
6645 (gdb-threads-header, gdb-registers-header): Per-buffer header line
6646 variables.
6647
6648 2009-08-04 Juri Linkov <juri@jurta.org>
6649
6650 * files.el: Commands to add/delete file/directory-local variables.
6651 (read-file-local-variable, read-file-local-variable-value)
6652 (read-file-local-variable-mode, modify-file-local-variable)
6653 (modify-file-local-variable-prop-line)
6654 (modify-dir-local-variable): New functions.
6655 (add-file-local-variable, delete-file-local-variable)
6656 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6657 (add-dir-local-variable, delete-dir-local-variable)
6658 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6659 (copy-dir-locals-to-file-locals-prop-line): New commands.
6660
6661 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
6662
6663 * abbrev.el (insert-abbrev-table-description): Prettify output.
6664 Suggested by Karl Chen.
6665
6666 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
6667
6668 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6669 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6670 (gdb-overlay-arrow-position, gdb-thread-position)
6671 (gdb-disassembly-position): Declare variables.
6672 (gdb-wait-for-pending): Function now.
6673 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6674 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6675 compilation goes smoothly.
6676 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6677 (gdb-non-stop-setting): New customization setting which replaces
6678 `gdb-non-stop' so changing it doesn't break active GDB session.
6679 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6680 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6681 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6682 (gdb-show-threads-by-default): New customization options.
6683 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6684 routines.
6685 (gdb-get-buffer-create): Send buffers update signal when they are
6686 created.
6687 (gdb-invalidate-locals, gdb-invalidate-registers)
6688 (gdb-invalidate-breakpoints)
6689 (gdb-invalidate-threads, gdb-invalidate-disassembly)
6690 (gdb-invalidate-memory): Accept update signal.
6691 (gdb-current-context-command): Use --frame option.
6692 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6693 Implement `gdb-frame-number' selection logic.
6694 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6695 whether to show GUD toolbar buttons.
6696 (gdb-thread-exited): Unselect current thread when it exits.
6697 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6698 (gdb-mark-line): Routine which sets overlay arrow or inverses
6699 video on fringeless displays.
6700 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6701 to build aligned columns of data in GDB buffers and set text
6702 properties line-by-line.
6703 (gdb-invalidate-breakpoints)
6704 (gdb-breakpoints-list-handler-custom)
6705 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6706 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6707 (gdb-registers-handler-custom): Align data columns.
6708 (gdb-locals-handler-custom): Now prints data like in variable
6709 declarations.
6710 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6711 Removed confusing buttons.
6712 (gdb-invalidate-threads): Append --frame.
6713 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6714 between breakpoints/threads buffers.
6715 (gdb-set-window-buffer): Now can ignore dedicated windows.
6716 (gdb-propertize-header): Use `gdb-set-window-buffer'.
6717 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6718 (def-gdb-thread-buffer-gud-command): Replaces
6719 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6720 for fine thread control.
6721 (gdb-preempt-existing-or-display-buffer): New function used to
6722 display bound buffers without breaking window layout.
6723 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6724 (gdb-select-frame): New version of `gdb-frames-select' which now
6725 sets `gdb-frame-number' so commands may use --frame option instead
6726 of inner debugger state.
6727 (gdb-frame-handler): Do not set `gdb-frame-number'.
6728 (gdb-threads-mode-map): Select threads with mouse.
6729
6730 * progmodes/gud.el (gdb-gud-context-call): Declare function to
6731 avoid compilation warning.
6732 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6733 `gdb-show-stop-p`.
6734
6735 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6736 Argument `key' renamed to `buffer-type'.
6737 (gdb-current-context-buffer-name): Do not add thread info to
6738 buffer name when no thread is selected.
6739 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6740 command (bug 3794).
6741 (gdb-thread-selected): Handle `=thread-selected' notification.
6742 (gdb-wait-for-pending): New macro to deal with congestion problems.
6743 (gdb-breakpoints-list-handler-custom): Don't fail on pending
6744 breakpoints.
6745 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6746 This fixes problem similar to one described in bug 3947.
6747 (gud-menu-map): More menu items.
6748 (gdb-init-1): Reset `gdb-thread-number' to nil.
6749
6750 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6751 non-stop settings.
6752
6753 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6754 (gdb-current-context-command): Do not append --thread if
6755 `gdb-thread-number' is nil.
6756 (gdb-running-threads-count, gdb-stopped-threads-count): New
6757 variables.
6758 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6759 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6760 customization options.
6761 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6762 GUD commands.
6763 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6764 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6765 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6766 set `gdb-thread-number' and update `gud-running' properly.
6767 (gdb-running): Update threads list when new threads appear.
6768 (gdb-stopped): Support non-stop operation and new thread switching
6769 logic.
6770 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6771 (gdb-json-partial-output): New set of JSON routines.
6772 (def-gdb-auto-update-trigger): New `signal-list' optional
6773 argument.
6774 (gdb-thread-list-handler-custom): Update `gud-running',
6775 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6776 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6777 (gdb-continue-thread, gdb-step-thread): New commands for fine
6778 thread execution control.
6779 (gud-menu-map): New menu items to switch non-stop options.
6780 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6781 (gdb-send): Mimic RET properly (bug 3794).
6782
6783 * progmodes/gdb-mi.el (gdb-rules-name-maker)
6784 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6785 gdb-buffer-rules.
6786 (def-gdb-auto-update-handler): New nopreserve optional argument.
6787 (gdb-stack-list-frames-custom): Print stack from top to bottom.
6788
6789 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6790 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6791 (gdb-parent-mode): New mode to derive other GDB modes from.
6792 (gdb-display-disassembly-for-thread)
6793 (gdb-frame-disassembly-for-thread): New commands for threads
6794 buffer.
6795
6796 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6797 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6798 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6799 (gdb-update): We now store all GDB buffers in a list so that they
6800 can be updated by traversing a list instead of calling invalidate
6801 triggers explicitly.
6802 (def-gdb-trigger-and-handler): New macro to define trigger-handler
6803 pair for GDB buffer.
6804 (gdb-stack-buffer-name): Add thread information.
6805 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6806 handle pending triggers.
6807 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6808 (def-gdb-thread-buffer-simple-command)
6809 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6810 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6811 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6812 New commands which show buffers bound to thread.
6813 (gdb-stack-list-locals-regexp): Removed unused regexp.
6814
6815 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6816 (gdb-locals-buffer-name, gdb-registers-buffer-name)
6817 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6818 to (gud-comint-buffer) in *-buffer-name functions
6819 because (gdb-get-target-string) already does that.
6820 (gdb-locals-handler-custom, gdb-registers-handler-custom)
6821 (gdb-changed-registers-handler): Rewritten without regexps.
6822
6823 * progmodes/gdb-mi.el: Basic thread selection support.
6824 (gdb-thread-number): New variable.
6825 (gdb-current-context-command): New macro which adds --thread
6826 option to command.
6827 (gdb-threads-mode-map): Select thread with SPC.
6828 (gdb-thread-list-handler-custom): Mark current thread with overlay
6829 arrow. Synchronize GDB thread and Emacs thread.
6830 (gdb-select-thread): New command which selects current thread.
6831 (gdb-invalidate-frames, gdb-invalidate-locals)
6832 (gdb-invalidate-registers): Use --thread option.
6833
6834 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
6835
6836 * net/tramp.el (top): Make check for tramp-gvfs loading more
6837 robust. (Bug#3977)
6838 (tramp-handle-insert-file-contents): `unwind-protect' must be
6839 inside `with-parsed-tramp-file-name'.
6840
6841 * net/tramp-gvfs.el (top): Remove superfluous message when loading
6842 fails.
6843
6844 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
6845
6846 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6847 directory if CLASSPATH is not set.
6848
6849 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
6850
6851 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6852 New defconst.
6853 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
6854
6855 2009-08-02 Kevin Ryde <user42@zip.com.au>
6856
6857 * net/newst-backend.el (newsticker--raw-url-list-defaults):
6858 Update freshmeat link. Delete newsforge.com as it seems gone.
6859
6860 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6861
6862 * select.el (x-set-selection): Doc fix (Bug#4021).
6863
6864 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6865
6866 * help-fns.el (describe-variable): Treat list return values from
6867 dir-locals-find-file properly (Bug#4005).
6868
6869 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
6870
6871 * net/tramp.el (tramp-debug-message): Print also microseconds.
6872
6873 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
6874
6875 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6876 or END is non-nil.
6877 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6878 (tramp-get-debug-buffer): Change `outline-regexp' according to new
6879 format.
6880
6881 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6882 (tramp-get-file-property): Use it.
6883
6884 * autorevert.el (auto-revert-handler): Allow
6885 `auto-revert-tail-mode' for remote files.
6886
6887 2009-08-02 Jason Rumney <jasonr@gnu.org>
6888
6889 * minibuffer.el (read-file-name): Treat confirm options to
6890 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
6891
6892 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6895 (font-lock-variable-name-face, font-lock-constant-face): Darken
6896 the colors for light backgrounds.
6897
6898 2009-08-01 Eli Zaretskii <eliz@gnu.org>
6899
6900 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6901 month names. (Bug#3987)
6902
6903 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
6904
6905 * simple.el (line-move-finish): Pass whole number to
6906 line-move-to-column.
6907 (line-move-visual): Perform hscroll to the recorded position.
6908
6909 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
6910
6911 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6912
6913 2009-07-29 Alan Mackenzie <acm@muc.de>
6914
6915 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6916
6917 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
6918
6919 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6920 (gdb-place-breakpoints): Use full path when setting breakpoints.
6921
6922 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
6923
6924 * calc/calc.el (calc-mode-map): Add keybinding for
6925 `calc-transpose-lines'.
6926
6927 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
6928
6929 * calc/calc-misc.el (calc-transpose-lines): New function.
6930
6931 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
6932
6933 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6934 Simplify check for out-of-band methods.
6935 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6936 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
6937
6938 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6939
6940 * vc-git.el (vc-git-checkin): Fix typo.
6941
6942 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
6943
6944 * progmodes/js2-mode.el: New file.
6945
6946 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6949 (gud-menu-map): Adjust tooltip accordingly.
6950
6951 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6952
6953 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6954 (vc-bzr-log-view-mode): Adjust log-view-file-re.
6955
6956 * add-log.el (change-log-mode-map): Add a menu.
6957
6958 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
6959
6960 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6961 function returns nil.
6962 (dbus-handle-event): Handle special return value :ignore.
6963 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6964
6965 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * view.el (view-mode-enable): Don't define Helper-return-blurb if
6968 it's not needed.
6969
6970 2009-07-25 Eli Zaretskii <eliz@gnu.org>
6971
6972 Fix Bug#3888:
6973
6974 * w32-vars.el (x-select-enable-clipboard): Doc fix.
6975
6976 * term/pc-win.el (x-display-name, x-colors)
6977 (x-select-enable-clipboard, x-select-text): Doc fix.
6978
6979 * term/common-win.el (x-display-name, x-colors): Doc fix.
6980
6981 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6982 (xw-defined-colors): Doc fix.
6983
6984 * w32-fns.el (x-select-text, x-setup-function-keys)
6985 (x-get-selection, x-set-selection): Doc fix.
6986
6987 * term/x-win.el (x-select-text, x-setup-function-keys)
6988 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6989
6990 * select.el (x-set-selection): Doc fix.
6991
6992 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
6993
6994 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6995 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6996 "IsNSSSupportAvailable" method is not available. Reported by
6997 Steve Youngs <steve@sxemacs.org>.
6998
6999 2009-07-24 Kenichi Handa <handa@m17n.org>
7000
7001 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7002 and ?H. Fix setting of case for Latin Extended and Greek Extended.
7003 (build-unicode-category-table): Fix range checks.
7004
7005 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7006
7007 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7008 the buffer we try to sync is current when calling
7009 vc-resynch-buffer.
7010
7011 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7012 not show up to date files.
7013
7014 2009-07-24 Glenn Morris <rgm@gnu.org>
7015
7016 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7017 Add autoload cookies. If necessary, initialize.
7018 (elint-log): Handle non-file buffers.
7019 (elint-initialize): Add optional argument to reinitialize.
7020 (elint-find-builtin-variables): Save excursion.
7021
7022 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7023
7024 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7025 for Lint.
7026
7027 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7028
7029 * vc.el (vc-print-log-internal): New function, split out from ...
7030 (vc-print-log): ... here.
7031 (vc-dir-move-to-goal-column): Declare.
7032
7033 * vc-git.el (vc-git-add-signoff): New variable.
7034 (vc-git-checkin): Use it.
7035 (vc-git-toggle-signoff): New function.
7036 (vc-git-extra-menu-map): Bind it to menu.
7037 (vc-git--run-command-string): Accept a nil FILE argument.
7038 (vc-git-stash-list): New function.
7039 (vc-git-dir-extra-headers): Use it.
7040
7041 2009-07-23 Glenn Morris <rgm@gnu.org>
7042
7043 * help-fns.el (describe-variable): Describe ignored and risky local
7044 variables in a similar way to that in which we describe safe ones.
7045
7046 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7047 (byte-compile-output-file-form, byte-compile-output-docform)
7048 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7049 Give some more local variables with common names a "bytecomp-" prefix,
7050 so as not to shadow things during compilation.
7051 * emacs-lisp/cl-macs.el (load-time-value)
7052 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7053 `outbuffer' to `bytecomp-outbuffer'.
7054
7055 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7056 since the next two variables cover them automatically now.
7057 (elint-builtin-variables, elint-autoloaded-variables): New.
7058 (elint-unknown-builtin-args): Remove all members, since they can be
7059 parsed automatically now.
7060 (elint-extra-errors): New.
7061 (elint-env-add-env, elint-env-add-macro): Use cadr.
7062 (elint-current-buffer): Use or. Change final message.
7063 (elint-get-top-forms): Use line-end-position.
7064 (elint-init-env): Use cadr. Handle autoload, declare-function,
7065 and defalias.
7066 (elint-add-required-env): Doc fix. Use or. Standardize error.
7067 (regexp-assoc): Remove unused function.
7068 (elint-top-form): Set elint-current-pos, to record the start of the
7069 top-level form, for compilation-mode.
7070 (elint-form): Trap errors in macro expansion. Use dolist.
7071 (elint-unbound-variable): Use elint-builtin-variables and
7072 elint-autoloaded-variables.
7073 (elint-get-args): Use cadr, or.
7074 (elint-check-cond-form): Use dolist, cadr.
7075 (elint-check-condition-case-form): Doc fix. Use cadr.
7076 Use elint-extra-errors.
7077 (elint-log): New function.
7078 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7079 Distinguish errors and warnings.
7080 (elint-log-message): Use with-current-buffer. Inhibit read-only.
7081 Use a bytecomp-style format.
7082 (elint-clear-log): Preserve default-directory. Inhibit read-only.
7083 (elint-get-log-buffer): Use compilation mode. Disable undo.
7084 Don't truncate lines.
7085 (elint-initialize): Set builtin and autoloaded variable lists.
7086 Only process elint-unknown-builtin-args if non-nil.
7087 (elint-find-builtin-variables, elint-find-autoloaded-variables):
7088 New functions.
7089 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
7090
7091 2009-07-22 Kevin Ryde <user42@zip.com.au>
7092
7093 * net/newst-backend.el (newsticker--parse-atom-1.0)
7094 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7095 (newsticker--parse-rss-1.0):
7096 * progmodes/idlwave.el (idlwave-mode):
7097 * progmodes/idlw-shell.el (idlwave-shell-mode):
7098 * progmodes/vera-mode.el (vera-mode):
7099 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7100 * progmodes/vhdl-mode.el (vhdl-mode):
7101 * textmodes/table.el (table-generate-source)
7102 (table--warn-incompatibility):
7103 Hyperlink urls in docstrings with URL `...'.
7104
7105 2009-07-22 Glenn Morris <rgm@gnu.org>
7106
7107 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7108 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7109 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7110 Remove leading * from defcustom docs.
7111
7112 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
7113
7114 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7115 defcustom doc.
7116 (list-load-path-shadows): Optionally, just return shadows as a string.
7117
7118 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7119
7120 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7121
7122 * mail/rmailedit.el (rmail-edit-mode): Use
7123 auto-save-include-big-deletions.
7124
7125 * mail/rmail.el (rmail-variables): Use
7126 auto-save-include-big-deletions.
7127
7128 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7129 changes.
7130
7131 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7132
7133 * calc/calc.el (calc-undo-length): New variable.
7134 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7135
7136 2009-07-21 Richard Stallman <rms@gnu.org>
7137
7138 * files.el (auto-save-mode): Handle buffer-save-size = -2
7139 for toggling mode.
7140
7141 2009-07-21 Glenn Morris <rgm@gnu.org>
7142
7143 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7144
7145 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7146
7147 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7148 silence compiler. Instead...
7149 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7150 (ps-print-ensure-fontified): Update for above function name changes.
7151
7152 * printing.el (pr-mh-get-msg-num, pr-mh-show)
7153 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7154 silence compiler. Instead...
7155 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7156 (mh-show-buffer): Only define for compiler.
7157 (pr-mh-current-message): Update for above function name changes.
7158
7159 * files.el (abort-if-file-too-large): Explicitly pass `filename'
7160 as an argument.
7161 (find-file-noselect, insert-file-1): Update for above change.
7162
7163 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7164
7165 * mail/mailclient.el (mailclient-send-it): Fix message.
7166
7167 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7168 (edebug-eval): Check cl-debug-env is bound.
7169 (print-level, print-circle): Don't redefine built-in variables.
7170
7171 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7172 (custom-print-vectors): Remove old comments from doc.
7173
7174 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7175 (emerge-version): Make the variable an obsolete alias for the
7176 emacs-version variable. Make the function obsolete.
7177 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7178 Emerge options, rather than merging in into the main Options menu.
7179 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
7180 and auto advance modes. Disable edit/fast items when not relevant.
7181
7182 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7183
7184 * term/vt420.el (terminal-init-vt420): Fix typo.
7185
7186 2009-07-20 Sam Steingold <sds@gnu.org>
7187
7188 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7189 variable (removed from compile.el on 2004-03-11).
7190
7191 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
7192
7193 * files.el (hack-local-variables-filter): Fix last change.
7194
7195 2009-07-19 Juri Linkov <juri@jurta.org>
7196
7197 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7198 (dir-local-variables-alist): New buffer-local variable.
7199 (hack-local-variables-filter): If variable is not dir-local,
7200 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7201 because file-local overrides dir-local.
7202 (c-postprocess-file-styles)<declare-function>:
7203 Remove obsolete declaration.
7204 (hack-dir-local-variables): Add dir-local variable/value pair to
7205 `dir-local-variables-alist' and remove duplicates. Doc fix.
7206
7207 * help-fns.el (describe-variable): Add information about
7208 file-local and dir-local variables.
7209
7210 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
7211
7212 * files.el (hack-local-variables-filter): Rewrite.
7213
7214 2009-07-19 Glenn Morris <rgm@gnu.org>
7215
7216 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7217 Silence compiler by only defining on XEmacs.
7218
7219 * international/mule.el (auto-coding-regexp-alist): Only match
7220 BABYL... at the start of buffer, not of lines. (Bug#3790)
7221
7222 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7223 non-calendar buffers (Bug#3862). Restore "not on a date" message.
7224 (cal-menu-context-mouse-menu): Doc fix.
7225
7226 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7227
7228 * simple.el (mail-user-agent): Doc fix. Set :version tag.
7229
7230 2009-07-18 Juri Linkov <juri@jurta.org>
7231
7232 * info.el: Virtual Info keyword finder.
7233 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7234 (Info-finder-file): New variable.
7235 (Info-finder-find-file): New function.
7236 (finder-known-keywords, finder-package-info)
7237 (find-library-name, lm-commentary): Use defvar and
7238 declare-function to silence compiler warnings.
7239 (Info-finder-find-node): New function.
7240 (info-finder): New command.
7241
7242 * subr.el (process-kill-buffer-query-function): New function.
7243 (add-hook)<kill-buffer-query-functions>: Add hook
7244 `process-kill-buffer-query-function'.
7245
7246 2009-07-18 Alan Mackenzie <acm@muc.de>
7247
7248 * progmodes/cc-mode.el (c-before-hack-hook)
7249 (c-postprocess-file-styles): Give invocation of `c-set-style'
7250 DONT-OVERRIDE parameter of t. Already set style variables will
7251 thus not be overridden by style settings given by `c-file-syle'.
7252
7253 * files.el (hack-local-variables-filter): Remove entries with
7254 duplicate keys from `file-local-variables-alist'.
7255
7256 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7257
7258 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7259 x-set-selection if display-selections-p returns nil for the
7260 current frame.
7261
7262 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7265
7266 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7267
7268 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7269 Accept nil in addition to a regexp.
7270 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7271 Accept nil in addition to a regexp.
7272 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7273 buffers that have an associated file. Handle nil values of
7274 desktop-buffers-not-to-save and desktop-files-not-to-save.
7275 (Bug#3833)
7276
7277 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7278 (x-disown-selection-internal): New functions.
7279
7280 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
7281
7282 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7283 warning.
7284 (gdb-breakpoints-header): Move forward to avoid compiler warning.
7285 (gdb-make-header-line-mouse-map): Remove duplicate definition.
7286
7287 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
7288
7289 * simple.el (set-mark): Revert last change.
7290
7291 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
7292
7293 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7294 rendering of pngs is not possible instead of messaging a long
7295 description.
7296
7297 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
7298
7299 * w32-fns.el (x-selection-owner-p): New function.
7300
7301 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7302 (mouse-yank-at-click, mouse-yank-primary): If
7303 select-active-regions is non-nil, deactivate the mark before
7304 insertion.
7305
7306 * simple.el (deactivate-mark, set-mark): Only save selection if we
7307 own it.
7308
7309 2009-07-17 Kenichi Handa <handa@m17n.org>
7310
7311 * case-table.el (describe-buffer-case-table): Fix for the case
7312 that KEY is a cons.
7313
7314 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7315
7316 * vc-rcs.el (vc-rcs-find-file-hook):
7317 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7318
7319 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
7320
7321 * net/tramp.el (tramp-wait-for-output): Handle the case when
7322 commands do not return a newline but a null byte before the shell
7323 prompt. (Bug#3858)
7324
7325 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7326
7327 * term/ns-win.el (ns-set-alpha): Don't declare.
7328 (ns-set-background-alpha): Remove function.
7329
7330 2009-07-16 Kevin Ryde <user42@zip.com.au>
7331
7332 * emacs-lisp/copyright.el (copyright-update): Save match-data across
7333 y-or-n-p, for safety.
7334
7335 2009-07-16 Richard Stallman <rms@gnu.org>
7336
7337 * files.el (auto-save-mode): If buffer-saved-size is -2,
7338 don't clobber it.
7339
7340 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7341 (rmail-retry-ignored-headers): Add more uninteresting fields.
7342
7343 2009-07-15 Jari Aalto <jari.aalto@cante.net>
7344
7345 * net/rcirc.el (rcirc): Use history variables.
7346 (rcirc-server-name-history, rcirc-nick-name-history)
7347 (rcirc-server-port-history): New variables.
7348
7349 2009-07-15 Kenichi Handa <handa@m17n.org>
7350
7351 * international/mule-cmds.el (set-language-environment-charset):
7352 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7353 ignore them.
7354
7355 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7356 Delete unibyte-display.
7357
7358 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7359
7360 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7361
7362 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * simple.el (deactivate-mark): Optional argument FORCE.
7365 (set-mark): Use deactivate-mark.
7366
7367 * info.el (Info-search): No need to check transient-mark-mode
7368 before calling deactivate-mark.
7369
7370 * select.el (x-set-selection): Doc fix.
7371 (x-valid-simple-selection-p): Allow buffer values.
7372 (xselect--selection-bounds): Handle buffer values. Suggested by
7373 David De La Harpe Golden.
7374
7375 * mouse.el (mouse-set-region, mouse-drag-track): Call
7376 copy-region-as-kill before setting the mark, to let
7377 select-active-regions work.
7378
7379 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
7380
7381 * simple.el (deactivate-mark): If select-active-regions is
7382 non-nil, copy the selection data into a string.
7383 (activate-mark): If select-active-regions is non-nil, set the
7384 selection to the current buffer.
7385 (set-mark): Update selection if select-active-regions is non-nil.
7386
7387 * select.el (x-valid-simple-selection-p): Allow buffer values.
7388
7389 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7392 and more featureful message-mode.
7393
7394 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
7395
7396 * select.el (x-set-selection): Doc fix.
7397 (x-valid-simple-selection-p): Disallow selection data consisting
7398 of a list or cons of integers, since that is not used.
7399 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7400 (xselect-convert-to-string, xselect-convert-to-length)
7401 (xselect-convert-to-filename, xselect-convert-to-charpos)
7402 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7403
7404 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
7405
7406 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7407 output in -break-info command (Emacs bug #3794).
7408
7409 2009-07-14 Glenn Morris <rgm@gnu.org>
7410
7411 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7412 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7413 (edebug-print-length, edebug-print-level, edebug-print-circle)
7414 (edebug-sit-for-seconds, edebug-view-outside)
7415 (edebug-bounce-point, edebug-set-global-break-condition)
7416 (edebug-Go-nonstop-mode, edebug-trace-mode)
7417 (edebug-Trace-fast-mode, edebug-continue-mode)
7418 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7419 (edebug-visit-eval-list): Doc fixes.
7420
7421 * subr.el (def-edebug-spec): Doc fix.
7422
7423 2009-07-14 Kenichi Handa <handa@m17n.org>
7424
7425 * international/characters.el: Fix setting of category ?C.
7426
7427 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
7428
7429 * term/ns-win.el (x-select-font): defalias x-select-font to
7430 ns-popup-font-panel instead of generate-fontset-menu.
7431
7432 2009-07-12 Eli Zaretskii <eliz@gnu.org>
7433
7434 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
7435
7436 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
7437
7438 * arc-mode.el (archive-find-type): Allow for a PK00 string before
7439 the PK\003\004 header (Bug#3770).
7440
7441 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
7442
7443 * pcomplete.el (pcomplete-comint-setup): Check for
7444 shell-dynamic-complete-filename too.
7445
7446 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * simple.el (temporary-goal-column): Change the value for
7449 line-move-visual to a cons cell.
7450 (line-move-visual): Record or set the window hscroll, if
7451 necessary (Bug#3494).
7452 (line-move-1): Handle cons value of temporary-goal-column.
7453
7454 2009-07-11 Kenichi Handa <handa@m17n.org>
7455
7456 * international/mule-diag.el (describe-character-set): Don't show
7457 width.
7458
7459 2009-07-10 Sam Steingold <sds@gnu.org>
7460
7461 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7462 Omake sometimes indents the errors it prints, so allow all
7463 regexps to start with spaces.
7464
7465 2009-07-10 Eli Zaretskii <eliz@gnu.org>
7466
7467 * cus-edit.el (customize-changed-options-previous-release):
7468 Bump value to 22.1. (Bug#3804)
7469
7470 2009-07-08 Sam Steingold <sds@gnu.org>
7471
7472 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7473 to be a cons cell (test . ignored-directory) to selectively ignore
7474 some directories depending on the location of the search.
7475
7476 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7477
7478 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7479 remote user is root, on the local host.
7480 (tramp-local-host-p): Either the local user or the remote user
7481 must be root. (Bug#3771)
7482
7483 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7484
7485 * progmodes/gdb-mi.el (gdb): Remove description of
7486 gdb-use-separate-io-buffer.
7487 (menu): Don't allow toggling of or enable
7488 gdb-use-separate-io-buffer from menubar.
7489
7490 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7491
7492 * mail/unrmail.el (unrmail): Make sure the message ends with two
7493 newlines (Bug#3769).
7494
7495 2009-07-08 Glenn Morris <rgm@gnu.org>
7496
7497 * calendar/calendar.el (calendar-current-date): Rework previous change.
7498
7499 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
7500
7501 * calendar/calendar.el (calendar-current-date):
7502 Add an optional argument giving an offset from today.
7503
7504 2009-07-08 Glenn Morris <rgm@gnu.org>
7505
7506 * tutorial.el (tutorial--describe-nonstandard-key):
7507 Adjust the message for when a key has been unbound.
7508 (help-with-tutorial): Hide the arch-tag.
7509
7510 2009-07-08 Kenichi Handa <handa@m17n.org>
7511
7512 * international/fontset.el (setup-default-fontset): For each
7513 script, append (not set) font-specs.
7514
7515 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7516 docstring.
7517
7518 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7519
7520 * progmodes/gdb-mi.el (gdb-init-1): Move sending
7521 -data-list-register-names to ...
7522 (gdb-starting): ... here because GDB 7.0 requires execution to
7523 have started when using this MI command.
7524 (gdb-set-header): New function to distinguish select and
7525 unselected tabs in gdb buffers.
7526 (gdb-propertize-header): New macro that uses gdb-set-header.
7527 (gdb-breakpoints-header, gdb-locals-header): Use it.
7528 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7529
7530 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7531
7532 * Makefile.in (ELCFILES): Remove fadr.elc.
7533
7534 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
7535
7536 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7537 may contain frame information, so `string-match' should be used.
7538 (gdb-update): Disassembly is invalidated through
7539 `gdb-get-selected-frame'.
7540 (gdb-pad-string): New function to pad string with spaces.
7541 (gdb-invalidate-disassembly): Invalidate only if the buffer
7542 exists.
7543 (gdb-disassembly-handler-custom): Column alignment.
7544 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7545 placing new ones.
7546 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7547 end of line, too.
7548 (gdb-frame-handler): Match convention to for disassembly buffer
7549 mode name.
7550 (gdb-stack-list-frames-handler): Rewritten without regexps.
7551 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7552 not highlight breakpoints without line information.
7553 (gdb-input): Add trailing newline to command.
7554
7555 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7556 buffer properly.
7557 (gdb-breakpoints-list-handler-custom): Replacement for
7558 `gdb-break-list-handler'. Using real parser instead of regexps
7559 now.
7560 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7561 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7562 to place breakpoints.
7563 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7564 functions.
7565 (gdb-disassembly-handler-custom): Show overlay arrow.
7566 (gdb-disassembly-place-breakpoints): Show breakpoints in
7567 disassembly buffer.
7568 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7569 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7570 instead of parsing breakpoints buffer. Fixed old menu references
7571 in `gud-menu-map'.
7572
7573 * fadr.el: Remove.
7574
7575 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7576 (gdb-memory-address): New variable which holds top address of
7577 memory page shown in memory buffer.
7578 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7579 customization variables.
7580 New functions:
7581 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7582 display the memory buffer.
7583 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7584 buffer display parameters.
7585 (def-gdb-memory-format, gdb-memory-format-binary)
7586 (gdb-memory-format-octal, gdb-memory-format-unsigned)
7587 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7588 Functions for setting memory buffer format.
7589 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7590 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7591 unit size used in memory buffer.
7592 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7593 to next/previous page of memory buffer.
7594 Now using (bindat-get-field) instead of fadr functions.
7595
7596 2009-07-07 Sam Steingold <sds@gnu.org>
7597
7598 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7599 non-top-level files.
7600
7601 2009-07-07 Kenichi Handa <handa@m17n.org>
7602
7603 * international/mule-cmds.el (reset-language-environment): Put
7604 the highset priority to the charset iso-8859-1.
7605
7606 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7607
7608 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7609 to the end of the line when locating the block (Bug#700).
7610
7611 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
7612
7613 * net/tramp.el (tramp-handle-write-region): Flush file properties
7614 in case of short track.
7615
7616 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
7617
7618 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7619 representation of verilog error regular expressions to work with
7620 Emacs-22's new format.
7621 (verilog-error-regexp-xemacs-alist): Coded custom representation
7622 of verilog error regular expressions to work with XEmacs format.
7623 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7624 error recognition into XEmacs.
7625 (verilog-error-regexp-add-emacs): Hook routine to install verilog
7626 error recognition into Emacs-22.
7627
7628 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7629
7630 * woman.el: Remove stand-alone closing parentheses.
7631 (woman-file-name, woman2-format-paragraphs)
7632 (woman-leave-blank-lines): Code cleanup.
7633 (woman-use-own-frame): Change default to nil.
7634 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7635 defaults to inherit from default faces.
7636 (woman2-process-escapes): Consume the newline after a stand-alone
7637 filler character (Bug#3651).
7638
7639 2009-07-06 Glenn Morris <rgm@gnu.org>
7640
7641 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7642 (top-level): Move provide to the end.
7643 (ffap): Remove defunct URL from custom group.
7644
7645 * subr.el (eval-after-load): Doc fix.
7646
7647 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
7648
7649 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7650 `calc-embedded-word' is called twice.
7651
7652 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * files.el (find-alternate-file-other-window, find-alternate-file):
7655 Obey confirm-nonexistent-file-or-buffer.
7656
7657 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
7658
7659 * dired-aux.el (dired-show-file-type): Handle remote files.
7660
7661 2009-07-05 Jari Aalto <jari.aalto@cante.net>
7662
7663 * desktop.el (desktop-globals-to-save):
7664 Add file-name-history (Bug#2750).
7665
7666 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7669
7670 2009-07-04 Johan Bockgård <bojohan@gnu.org>
7671
7672 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7673 property on entire argument since this is what eshell-lisp-command
7674 expects.
7675
7676 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
7677
7678 * net/tramp-gvfs.el (tramp-gvfs-methods)
7679 (tramp-gvfs-zeroconf-domain)
7680 (tramp-bluez-discover-devices-timeout): Add version flag.
7681 (tramp-gvfs-handler-mounted-unmounted)
7682 (tramp-gvfs-connection-mounted-p): Polish handling of
7683 incompatibilities between GVFS 0.2 and 1.0.
7684
7685 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7686
7687 * cus-start.el (all): Add make-pointer-invisible.
7688
7689 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7690
7691 * calc-math.el (math-use-emacs-fn): Make sure that the number is
7692 formatted correctly.
7693
7694 2009-07-02 Juri Linkov <juri@jurta.org>
7695
7696 * info.el: Virtual Info files and nodes.
7697 (Info-virtual-files, Info-virtual-nodes): New variables.
7698 (Info-current-node-virtual): New variable.
7699 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7700 New functions.
7701 (Info-file-supports-index-cookies): Use Info-virtual-file-p
7702 to check for a virtual file instead of checking a fixed list
7703 of node names.
7704 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7705 instead of ad-hoc processing of "dir" and (apropos history toc).
7706 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7707 instead of ad-hoc processing of "dir" and (apropos history toc).
7708 Reread a file when moving from a virtual node.
7709 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7710 (Info-directory-toc-nodes, Info-directory-find-file)
7711 (Info-directory-find-node): New functions.
7712 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7713 (Info-history): Move part of code to
7714 `Info-history-find-node'.
7715 (Info-history-toc-nodes, Info-history-find-file)
7716 (Info-history-find-node): New functions.
7717 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7718 (Info-toc): Move part of code to `Info-toc-find-node'.
7719 (Info-toc-find-node): New function.
7720 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
7721 the current Info file name to references because now the node
7722 "*TOC*" belongs to the same Info manual.
7723 (Info-toc-build): Rename from `Info-build-toc'.
7724 (Info-toc-nodes): Rename input argument `file' to `filename'.
7725 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7726 instead of ad-hoc processing of ("dir" apropos history toc).
7727 (Info-index-nodes): Use Info-virtual-file-p
7728 to check for a virtual file instead of checking a fixed list
7729 of node names.
7730 (Info-index-node): Add check for `Info-current-node-virtual'.
7731 Raise `save-match-data' higher up the tree to contain
7732 `search-forward' too (bug fix).
7733 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7734 (Info-virtual-index-nodes): New variable.
7735 (Info-virtual-index-find-node, Info-virtual-index): New functions.
7736 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7737 (Info-apropos-file, Info-apropos-nodes): New variables.
7738 (Info-apropos-toc-nodes, Info-apropos-find-file)
7739 (Info-apropos-find-node, Info-apropos-matches): New functions.
7740 (info-apropos): Move part of code to `Info-apropos-find-node' and
7741 `Info-apropos-matches'.
7742 (Info-mode-map): Bind "I" to `Info-virtual-index'.
7743 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7744 for a virtual file instead of checking a fixed list of node names.
7745
7746 * simple.el (async-shell-command): New command.
7747
7748 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7749
7750 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7751 instead of `mount-info'.
7752
7753 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
7754
7755 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7756 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7757
7758 2009-07-02 Kenichi Handa <handa@m17n.org>
7759
7760 * international/mule.el (set-keyboard-coding-system): Force *-unix
7761 coding-system to avoid eol conversion.
7762
7763 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
7764
7765 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7766 Add handler for `process-file', `shell-command' and
7767 `start-file-process'.
7768 (tramp-gvfs-handle-shell-command)
7769 (tramp-gvfs-handle-start-file-process)
7770 (tramp-gvfs-handle-process-file): New defuns.
7771 (tramp-synce-list-devices): Simplify check for existence of property.
7772
7773 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
7774
7775 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7776
7777 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
7778
7779 * language/korean.el (set-language-info-alist): Add korean-cp949,
7780 cp949 to spec.
7781
7782 2009-07-01 Kenichi Handa <handa@m17n.org>
7783
7784 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7785
7786 * international/encoded-kb.el: Deleted.
7787
7788 * international/mule.el (set-keyboard-coding-system): Perform the
7789 necessary setup here instead of calling encoded-kbd-setup-display.
7790
7791 2009-07-01 Glenn Morris <rgm@gnu.org>
7792
7793 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7794
7795 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
7796
7797 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
7798
7799 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7802 Handle also the 'rename case, when setting file modes. (Bug#3712)
7803 (tramp-default-file-modes) Remove execute permissions.
7804
7805 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7806 (top): Add a default for "synce" in `tramp-default-user-alist'.
7807 Add completion function for "synce" method.
7808 (tramp-hal-service, tramp-hal-path-manager)
7809 (tramp-hal-interface-manager, tramp-hal-interface-device):
7810 New defconst.
7811 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7812 (tramp-synce-list-devices, tramp-synce-parse-device-names):
7813 New defuns.
7814
7815 * net/trampver.el: Update release number.
7816
7817 2009-06-30 Kenichi Handa <handa@m17n.org>
7818
7819 * international/fontset.el (setup-default-fontset): Add CJK fonts
7820 for symbols and the other miscellaneous characters.
7821
7822 * language/korea-util.el (setup-korean-environment-internal):
7823 Make char-width-table suitable for Korean environments.
7824 (exit-korean-environment): Cancel above.
7825
7826 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7827 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7828 setup-funcion to make char-widht-table suitable for respective
7829 environments, and an exit-function to cancel that.
7830
7831 * language/japan-util.el (setup-japanese-environment-internal):
7832 Call use-cjk-char-width-table with arg `ja_JP'.
7833
7834 * international/characters.el (cjk-char-width-table): Delete it.
7835 (cjk-char-width-table-list): New variable.
7836 (use-cjk-char-width-table): New arg local-name.
7837 (use-default-char-width-table): Fix for the case that Emacs is
7838 already using the default char-width-table.
7839
7840 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
7841
7842 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7843 modes mandatory. (Bug#3712)
7844
7845 2009-06-29 Alan Mackenzie <acm@muc.de>
7846
7847 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7848 correction between the visible width of TABs and their number of bytes.
7849
7850 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
7851
7852 * server.el (server-buffer-done): Prevent kill-buffer from
7853 prompting by clearing the buffer modification flag (Bug#3696).
7854
7855 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
7856
7857 * verilog-mode.el (verilog-beg-of-statement)
7858 (verilog-endcomment-reason-re): Support unique case and priority case.
7859 (verilog-basic-complete-re): Support localparam lineup.
7860 (verilog-beg-of-statement-1): Fix for robustness, unique case.
7861 (verilog-set-auto-endcomments): Fix for unique case, always_comb
7862 commenting.
7863 (verilog-leap-to-case-head): Now support *nested* unique &
7864 priority case statements.
7865 (verilog-auto-lineup): Make just declarations the default (as it
7866 had been).
7867 (verilog-leap-to-case-head): Support priority/unique case statements.
7868 (verilog-auto-lineup): Rework to give users radio buttons to
7869 select the various styles of automatic lineup.
7870 (verilog-error-regexp-alist): Rework to support the XEmacs style
7871 of error regular expressions from compilers, lint tools &
7872 simulators. Note that GNU Emacs has made it impossible for a mode
7873 to load such things.
7874 (electric-verilog-terminate-line, verilog-indent-declaration)
7875 (verilog-auto-wiure): Rework for radio button selection of
7876 auto-lineup selection of specification of auto lineup.
7877 (verilog-beg-of-statement-1): Redesign to support proper operation
7878 in additional code, based on testing with auto-lineup.
7879 (verilog-calculate-indent, assignments & declarations)
7880 (verilog-backward-token): Enhance to support auto-lineup of
7881 assignments & declarations.
7882 (verilog-in-directive-p, verilog-at-struct-p): New function for
7883 easy test of whether we are.
7884 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7885 to support safe execution at almost anyline.
7886 (verilog-calc-1): Properly support indenting deep inside generate
7887 blocks.
7888 (verilog-init-font) Remove definition & use of verilog-init-font,
7889 as it is redundant with font-lock-defaults.
7890 (verilog-mode): Alter the definition of verilog-font-lock-defaults
7891 to avoid circular calls if syntax-ppss is a function (as is the
7892 case now in 22.x GNU Emacs) as that function would sometimes call
7893 itself, leading to (nearly) infinite recursion.
7894 (verilog-ovm-begin-re, verilog-ovm-end-re)
7895 (verilog-ovm-statement-re, verilog-leap-to-head)
7896 (verilog-backward-token): Add support for OVM macros. Some are
7897 complete statements, and others open and close scopes like begin
7898 and end.
7899 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7900 (verilog-defun-level-generate-only-re): Really fix the defun-list
7901 compilation issue.
7902 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7903 coverpoint, constraint and cross statements.
7904 (verilog-defun-level-list, verilog-generate-defun-level-list)
7905 (verilog-all-defun-level-list): Redo these specifications - it is
7906 too hard to support eval-when compile aggregation of lists also
7907 built at when-compile time.
7908 (verilog-defun-level-list): Place defconsts of variables used in
7909 building regular expressions which are built in eval-when-compile
7910 bodies in the same eval-when-compile body to facilitate compile
7911 without load.
7912 (verilog-beg-block-re-ordered): Support indenting
7913 virtual/protected tasks and functions.
7914 (verilog-defun-level-list, verilog-in-generate-region-p)
7915 (verilog-backward-ws&directives, verilog-calc-1): Speed up
7916 indentation of some module items (generate items).
7917 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7918 across virtual/protected tasks and functions.
7919
7920 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
7921
7922 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7923 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
7924 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7925 in concatenations. Reported by Yishay Belkind.
7926 (verilog-auto-ascii-enum): Support one-hot state machines in
7927 AUTOASCIIENUM. Suggested by Lloyd Gomez.
7928 (verilog-auto-inst, verilog-auto-inst-port): Include interface
7929 modport in AUTOINST and add vl-modport for users. Reported by
7930 David Rogoff.
7931 (verilog-auto-inout-module, verilog-auto-inst)
7932 (verilog-decls-get-interfaces, verilog-insert-definition)
7933 (verilog-insert-one-definition, verilog-read-decls)
7934 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7935 (verilog-sig-modport, verilog-signals-combine-bus)
7936 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7937 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7938 Suggested by David Rogoff.
7939 (verilog-repair-open-comma): Fix non-insertion of comma when
7940 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
7941 (verilog-make-width-expression): Simplify [A-1:0] expression
7942 widths to just {A{1'b0}}.
7943 (verilog-mode): Cleanup checkdoc warnings.
7944 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7945 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7946 inputs/outputs or data type. Suggested by Vasu Kandadi.
7947 (next-error-last-buffer): Fix byte-compiler warning.
7948 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7949 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7950 or shell command text during AUTO expansion. Suggested by Tad Truex.
7951 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7952 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7953 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7954 in AUTOINOUT. Reported by Matthew Lovell.
7955 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7956 causing use of <= assignments. Reported by Alex Reed.
7957 (verilog-read-decls): Fix triand, trior, wand, wor to be
7958 recognized by AUTOWIRE. Reported by Spencer Isaacson.
7959 (verilog-extended-complete-re): Support import "DPI-C" functions.
7960 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7961 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
7962 (verilog-insert-date, verilog-insert-year)
7963 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7964 Windows systems. Reported by Michael Potts.
7965 (verilog-read-module-name): Fix AUTOINST when the child module
7966 declaration's name is a tick define. Reported by Elliot Mednick.
7967 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7968 passed to next parameter's definition. Reported by Bruce T.
7969 (verilog-read-decls): Fix detecting "parameter int" when using
7970 AUTOINSTPARAM. Reported by Bruce T.
7971 (verilog-goto-defun): Fix goto not finding modules unless first
7972 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
7973 (verilog-mode): Expand -f flag arguments on entry to mode so
7974 verilog-goto-defun will work. Reported by Lawrence Butcher.
7975 (verilog-getopt): Expand environment variables in -f file
7976 arguments. Suggested by Lawrence Butcher.
7977 (verilog-set-define): Fix "Symbol's value as variable is void"
7978 when reading enumerations.
7979 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7980 Suggested by Stephen Peltan.
7981 (verilog-read-defines): Fix reading of enumerations in include
7982 files. Reported by Steve Peltan.
7983
7984 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
7985
7986 * files.el (trash-directory): Fix defcustom type.
7987
7988 2009-06-28 Juri Linkov <juri@jurta.org>
7989
7990 * help-fns.el (describe-function-1): Correctly locate adviced
7991 functions in hyperlink (Bug#2438).
7992
7993 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * files.el (trash-directory): Change default to nil.
7996 (move-file-to-trash): If trash-directory is nil and
7997 system-move-file-to-trash is unbound, perform freedesktop-style
7998 trashing.
7999
8000 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8001
8002 * files.el (move-file-to-trash): Add freedesktop trash
8003 support (Bug#973).
8004
8005 2009-06-28 Glenn Morris <rgm@gnu.org>
8006
8007 * autorevert.el (global-auto-revert-non-file-buffers)
8008 (global-auto-revert-mode): Doc fixes.
8009
8010 2009-06-27 Johan Bockgård <bojohan@gnu.org>
8011
8012 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8013
8014 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8015
8016 * faces.el (x-handle-named-frame-geometry): Ensure that we have
8017 opened an X connection before calling x-get-resource (Bug#3194).
8018
8019 * play/doctor.el: Remove reference to obsolete website.
8020 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8021
8022 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8023
8024 Remove find-file-not-found-hook VC method. (Bug#2757)
8025 * vc-hooks.el (vc-file-not-found-hook)
8026 (vc-default-find-file-not-found-hook): Remove functions.
8027 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8028 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8029 * vc.el:
8030 * vc-hg.el:
8031 * vc-git.el: Do not mention find-file-not-found-hook VC method.
8032
8033 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8034
8035 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8036 compatibility function for `looking-back'.
8037
8038 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8039 Use `ispell-looking-back'.
8040
8041 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
8042
8043 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8044 rather than `filename'.
8045
8046 2009-06-23 Miles Bader <miles@gnu.org>
8047
8048 * face-remap.el (text-scale-set): New function.
8049
8050 2009-06-23 Glenn Morris <rgm@gnu.org>
8051
8052 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8053
8054 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8055
8056 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8057
8058 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8059
8060 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8061 Simplify Persian conditionals.
8062
8063 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8064 variable `filename'.
8065
8066 * comint.el (comint-insert-input): Doc fix.
8067
8068 * Makefile.in (ELCFILES): Fix typo in previous change.
8069
8070 2009-06-23 Miles Bader <miles@gnu.org>
8071
8072 * cus-start.el: Add entry for `recenter-redisplay'.
8073
8074 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8075
8076 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8077 Add an optional argument for the backend, use it instead of
8078 calling vc-backend.
8079 (vc-mode-line): Add an optional argument for the backend.
8080 Pass the backend to vc-state and vc-working-revision. Move code for
8081 special handling for vc-state being a buffer to ...
8082
8083 * vc-rcs.el (vc-rcs-find-file-hook):
8084 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
8085
8086 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8087 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8088 vc-stay-local-p and vc-mode-line calls.
8089
8090 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8091 (vc-cvs-diff, vc-cvs-annotate-command)
8092 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8093 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8094 vc-mode-line calls.
8095
8096 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8097 direct comparison.
8098 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8099 backend when calling vc-mode-line.
8100 (vc-register): Do not create a closure for calling the vc register
8101 function, call it directly.
8102
8103 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8104
8105 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8106 to make it obvious item can be clicked.
8107
8108 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8109
8110 2009-06-23 Kenichi Handa <handa@m17n.org>
8111
8112 * language/korea-util.el (korean-key-bindings): Change the binding
8113 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
8114 same command.
8115
8116 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
8117
8118 Sync with Tramp 2.1.16.
8119
8120 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8121
8122 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
8123 when a loading of a package fails. Completion function for rsync
8124 is `tramp-completion-function-alist-ssh'.
8125 (all): Replace all calls of `split-string' and
8126 `tramp-split-string' by `tramp-compat-split-string'.
8127 (tramp-default-method): Use `tramp-compat-process-running-p'.
8128 (tramp-default-proxies-alist): Allow also Lisp forms.
8129 (tramp-remote-path): Add choice "Private Directories".
8130 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8131 (tramp-domain-regexp): Allow also "-", "_" and ".".
8132 (tramp-end-of-output): Remove newlines, and add "$" at the end.
8133 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8134 (tramp-debug-message): Insert header line in debug buffer.
8135 (tramp-handle-directory-files-and-attributes-with-stat):
8136 Care about filenames with spaces, or starting with "-".
8137 (tramp-handle-dired-uncache): New defun.
8138 (tramp-handle-insert-directory): Don't flush the directory from
8139 cache, this is handled by `dired-uncache' now.
8140 (tramp-handle-insert-file-contents): Improve error handling.
8141 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8142 Quote `tramp-end-of-output'.
8143 (tramp-action-password): Improve trace message.
8144 (tramp-check-for-regexp): Both echoes must be present, before removing.
8145 (tramp-open-connection-setup-interactive-shell): Trace coding system.
8146 (tramp-compute-multi-hops): Eval cons cells of
8147 `tramp-default-proxies-alist'.
8148 (tramp-maybe-open-connection): Use the same command pattern for
8149 first hop and further hops.
8150 (tramp-wait-for-output): Remove handling of newlines.
8151 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8152 (tramp-split-string): Remove function. It is handled in
8153 tramp-compat now.
8154
8155 * net/tramp-cmds.el (tramp-bug):
8156 Recommend `tramp-cleanup-all-connections' in the bug mail.
8157
8158 * net/tramp-compat.el (tramp-compat-split-string)
8159 (tramp-compat-process-running-p): New defuns.
8160
8161 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8162 for `dired-uncache'.
8163
8164 * net/tramp-gvfs.el: New package.
8165
8166 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8167 Add handler for `dired-uncache'.
8168 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8169
8170 * net/trampver.el: Update release number. Make version check fit
8171 for SXEmacs 22.
8172
8173 2009-06-22 Jim Meyering <meyering@redhat.com>
8174
8175 Automatically handle .xz suffix (XZ-compressed files), too.
8176 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8177 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8178
8179 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
8180 Nick Roberts <nickrob@snap.net.nz>
8181
8182 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8183 repository (http://sphinx.net.ru/hg/gdb-mi/).
8184
8185 2009-06-22 Glenn Morris <rgm@gnu.org>
8186
8187 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8188 `mode' and `eval' entries. (Bug#3430)
8189
8190 * Makefile.in (ELCFILES): Add fadr.elc.
8191
8192 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8193 differing behavior of \n and ^ in strings. (Bug#3385)
8194
8195 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8196
8197 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8198 property.
8199 (lisp-indent-function): Make it a defcustom.
8200
8201 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
8202
8203 * progmodes/gdb-ui.el: Replace with ...
8204 * progmodes/gdb-mi.el: ... this file.
8205 * progmodes/gud.el: Modify for gdb-mi.el.
8206
8207 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8208
8209 * fadr.el: New file.
8210
8211 See ChangeLog.14 for earlier changes.
8212
8213 ;; Local Variables:
8214 ;; coding: utf-8
8215 ;; End:
8216
8217 Copyright (C) 2009 Free Software Foundation, Inc.
8218
8219 This file is part of GNU Emacs.
8220
8221 GNU Emacs is free software: you can redistribute it and/or modify
8222 it under the terms of the GNU General Public License as published by
8223 the Free Software Foundation, either version 3 of the License, or
8224 (at your option) any later version.
8225
8226 GNU Emacs is distributed in the hope that it will be useful,
8227 but WITHOUT ANY WARRANTY; without even the implied warranty of
8228 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8229 GNU General Public License for more details.
8230
8231 You should have received a copy of the GNU General Public License
8232 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8233
8234 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1