]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(byte-compile-insert-header): Drop test for Emacs 19. (Bug#1531)
[gnu-emacs] / lisp / ChangeLog
1 2009-11-05 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4 Emacs 19. (Bug#1531)
5 (byte-compile-fix-header): Update for the above change.
6 Drop test for epoch::version.
7
8 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
9 * cus-dep.el (custom-make-dependencies):
10 * finder.el (finder-compile-keywords):
11 Use autoload-rubric's feature argument.
12
13 * calendar/diary-lib.el (top-level): Make load behave more like require.
14
15 * vc-git.el (vc-git-stash-map): Move definition before use.
16
17 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18
19 * custom.el (custom-declare-group): Purecopy standard-value.
20 (custom-declare-group): Purecopy custom-prefix.
21
22 * international/mule.el (load-with-code-conversion): Call
23 do-after-load-evaluation unconditionally.
24
25 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
26
27 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
30
31 2009-11-04 Glenn Morris <rgm@gnu.org>
32
33 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
34 (byte-compile-compatibility): Remove option.
35 (byte-compile-close-variables, byte-compile-fix-header)
36 (byte-compile-insert-header, byte-compile-output-docform)
37 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
38 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
39 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
40 (byte-compile-insert, byte-compile-defun):
41 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
42 (byte-defop-compiler19): Remove.
43 Without byte-compile-compatibility, the 'emacs19-opcode property is not
44 used by anything. Replace all calls with byte-defop-compiler.
45
46 2009-11-04 Juri Linkov <juri@jurta.org>
47
48 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
49 (menu-bar-options-menu): Don't quote the `prop' arg of
50 `menu-bar-make-mm-toggle'.
51
52 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
53
54 * calendar/calendar.el (cal-loaddefs):
55 * calendar/diary-lib.el (diary-loaddefs):
56 * calendar/holidays.el (hol-loaddefs):
57 * eshell/esh-module.el (esh-groups): Load rather than require.
58
59 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * calendar/todo-mode.el (todo-add-category): Don't hardcode point-min==1.
62 (todo-top-priorities): Only display-buffer when called interactively.
63 (todo-item-start): Don't save excursion point.
64 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
65 (todo-insert-item-here, todo-file-item, todo-remove-item):
66 Adjust uses of todo-item-start and todo-item-end.
67
68 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
69 (autoload-rubric): Don't use any more.
70 * cedet/semantic/fw.el (semantic/loaddefs):
71 * cedet/srecode.el (srecode/loaddefs):
72 * cedet/ede.el (ede/loaddefs): Load rather than require.
73 * lisp/cedet/ede/cpp-root.el:
74 * lisp/cedet/ede/emacs.el:
75 * lisp/cedet/ede/files.el:
76 * lisp/cedet/ede/linux.el:
77 * lisp/cedet/ede/locate.el:
78 * lisp/cedet/ede/make.el:
79 * lisp/cedet/ede/shell.el:
80 * lisp/cedet/ede/speedbar.el:
81 * lisp/cedet/ede/system.el:
82 * lisp/cedet/ede/util.el:
83 * lisp/cedet/semantic/analyze.el:
84 * lisp/cedet/semantic/bovine.el:
85 * lisp/cedet/semantic/complete.el:
86 * lisp/cedet/semantic/ctxt.el:
87 * lisp/cedet/semantic/db-file.el:
88 * lisp/cedet/semantic/db-find.el:
89 * lisp/cedet/semantic/db-global.el:
90 * lisp/cedet/semantic/db-mode.el:
91 * lisp/cedet/semantic/db-typecache.el:
92 * lisp/cedet/semantic/db.el:
93 * lisp/cedet/semantic/debug.el:
94 * lisp/cedet/semantic/dep.el:
95 * lisp/cedet/semantic/doc.el:
96 * lisp/cedet/semantic/edit.el:
97 * lisp/cedet/semantic/find.el:
98 * lisp/cedet/semantic/format.el:
99 * lisp/cedet/semantic/html.el:
100 * lisp/cedet/semantic/ia-sb.el:
101 * lisp/cedet/semantic/ia.el:
102 * lisp/cedet/semantic/idle.el:
103 * lisp/cedet/semantic/lex-spp.el:
104 * lisp/cedet/semantic/lex.el:
105 * lisp/cedet/semantic/mru-bookmark.el:
106 * lisp/cedet/semantic/scope.el:
107 * lisp/cedet/semantic/senator.el:
108 * lisp/cedet/semantic/sort.el:
109 * lisp/cedet/semantic/symref.el:
110 * lisp/cedet/semantic/tag-file.el:
111 * lisp/cedet/semantic/tag-ls.el:
112 * lisp/cedet/semantic/tag-write.el:
113 * lisp/cedet/semantic/tag.el:
114 * lisp/cedet/semantic/util-modes.el:
115 * lisp/cedet/semantic/analyze/complete.el:
116 * lisp/cedet/semantic/analyze/refs.el:
117 * lisp/cedet/semantic/bovine/c.el:
118 * lisp/cedet/semantic/bovine/gcc.el:
119 * lisp/cedet/semantic/bovine/make.el:
120 * lisp/cedet/semantic/bovine/scm.el:
121 * lisp/cedet/semantic/decorate/include.el:
122 * lisp/cedet/semantic/decorate/mode.el:
123 * lisp/cedet/semantic/symref/cscope.el:
124 * lisp/cedet/semantic/symref/global.el:
125 * lisp/cedet/semantic/symref/grep.el:
126 * lisp/cedet/semantic/symref/idutils.el:
127 * lisp/cedet/semantic/symref/list.el:
128 * lisp/cedet/semantic/wisent/java-tags.el:
129 * lisp/cedet/semantic/wisent/javascript.el:
130 * lisp/cedet/srecode/compile.el:
131 * lisp/cedet/srecode/cpp.el:
132 * lisp/cedet/srecode/document.el:
133 * lisp/cedet/srecode/el.el:
134 * lisp/cedet/srecode/expandproto.el:
135 * lisp/cedet/srecode/getset.el:
136 * lisp/cedet/srecode/insert.el:
137 * lisp/cedet/srecode/java.el:
138 * lisp/cedet/srecode/map.el:
139 * lisp/cedet/srecode/mode.el:
140 * lisp/cedet/srecode/template.el:
141 * lisp/cedet/srecode/texi.el: Remove the file-local setting of
142 generated-autoload-feature.
143
144 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
145 and only put a prop if it is non-nil.
146
147 2009-11-03 Juri Linkov <juri@jurta.org>
148
149 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
150 (menu-bar-options-menu): Fix list quoting (Bug#4429).
151
152 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
153 and "Menu" to make top-level menu item visually one unit (like
154 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
155 multi-word menu items). Fix :help string for quit-window.
156
157 2009-11-03 Glenn Morris <rgm@gnu.org>
158
159 * cedet/mode-local.el (with-mode-local): Doc fix.
160
161 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
162 (byte-compile-file-form-define-abbrev-table)
163 (byte-compile-file-form-custom-declare-variable)
164 (byte-compile-variable-ref, byte-compile-defvar):
165 Whether or not a warning is enabled should only affect whether we issue
166 the warning, not whether or not we collect the relevant data.
167 Eg warnings can be turned on and off throughout the course of a file.
168
169 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
170 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
171
172 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
175 * play/mpuz.el (mpuz-create-buffer):
176 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
177 (lm-print-y,s,noise, lm-print-w0, lm-init):
178 * play/gomoku.el (gomoku-prompt-for-move):
179 * play/fortune.el (fortune-in-buffer):
180 * play/dissociate.el (dissociated-press):
181 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
182 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
183 * mail/supercite.el (sc-eref-show):
184 * mail/smtpmail.el (smtpmail-send-it):
185 * mail/rmailsum.el (rmail-summary-next-labeled-message)
186 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
187 (rmail-summary-undelete-many, rmail-summary-rmail-update)
188 (rmail-summary-goto-msg, rmail-summary-expunge)
189 (rmail-summary-get-new-mail, rmail-summary-search-backward)
190 (rmail-summary-add-label, rmail-summary-output-menu)
191 (rmail-summary-output-body):
192 * mail/rfc822.el (rfc822-addresses):
193 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
194 * mail/mailpost.el (post-mail-send-it):
195 * mail/hashcash.el (hashcash-generate-payment):
196 * mail/feedmail.el (feedmail-run-the-queue)
197 (feedmail-queue-send-edit-prompt-help-first)
198 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
199 (feedmail-deduce-address-list):
200 * eshell/esh-ext.el (eshell-remote-command):
201 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
202 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
203 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
204 (viper-save-string-in-file, viper-valid-marker):
205 * emulation/viper-keym.el (viper-toggle-key):
206 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
207 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
208 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
209 * emulation/viper-cmd.el (viper-exec-form-in-vi)
210 (viper-exec-form-in-emacs, viper-brac-function):
211 * emulation/viper.el (viper-delocalize-var):
212 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
213 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
214 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
215 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
216 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
217 * emulation/edt.el (edt-electric-helpify):
218 * emulation/cua-rect.el (cua--rectangle-aux-replace):
219 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
220 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
221 (cua-indent-to-global-mark-column):
222 * calendar/diary-lib.el (calendar-mark-1):
223 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
224 Use with-current-buffer.
225 * emulation/viper.el (viper-delocalize-var): Use dolist.
226
227 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
228
229 * comint.el (comint-replace-by-expanded-history-before-point):
230 Replace !! with the previous input string literally (Bug#1795).
231
232 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
233
234 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
235 to be made up of whitespace.
236
237 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
238
239 * minibuffer.el (read-file-name): Don't use file dialogs for
240 remote directories (Bug#99).
241
242 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
243
244 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
245
246 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
247
248 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
249 instead of deleting the window or frame.
250
251 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
252
253 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
254 Support face colors.
255
256 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
257 New function. Support face colors (Bug#1168).
258 (tex-common-initialization): Use it.
259
260 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
261 mode allows it (Bug#1168).
262
263 2009-10-31 Juri Linkov <juri@jurta.org>
264
265 * facemenu.el (list-colors-display): Don't mark buffer as
266 modified (Bug#3948).
267
268 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
269
270 * international/mule-diag.el (list-character-sets-1): Minor
271 message fix (Bug#3526).
272
273 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
274 face property (Bug#4834).
275 (etags-list-tags, etags-tags-apropos-additional)
276 (etags-tags-apropos, tags-select-tags-table): Add follow-link
277 property.
278
279 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
280 items.
281
282 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
283 items.
284
285 * cedet/ede.el (ede-minor-mode):
286 * cedet/semantic.el (semantic-mode): Toggle menu separators.
287
288 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * textmodes/two-column.el (2C-split):
291 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
292 * textmodes/tex-mode.el (tex-set-buffer-directory):
293 * textmodes/spell.el (spell-region, spell-string):
294 * textmodes/reftex.el (reftex-erase-buffer):
295 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
296 * textmodes/reftex-toc.el (reftex-toc-promote-action):
297 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
298 (reftex-select-item):
299 * textmodes/reftex-ref.el (reftex-label-info-update)
300 (reftex-offer-label-menu):
301 * textmodes/reftex-index.el (reftex-index-change-entry)
302 (reftex-index-phrases-info):
303 * textmodes/reftex-global.el (reftex-create-tags-file)
304 (reftex-save-all-document-buffers, reftex-ensure-write-access):
305 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
306 (reftex-view-crossref-from-bibtex):
307 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
308 (reftex-extract-bib-entries-from-thebibliography)
309 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
310 * textmodes/refbib.el (r2b-capitalize-title):
311 (r2b-convert-buffer, r2b-help):
312 * textmodes/page-ext.el (pages-directory)
313 (pages-directory-goto-with-mouse):
314 * textmodes/bibtex.el (bibtex-validate-globally):
315 * textmodes/bib-mode.el (bib-capitalize-title):
316 * textmodes/artist.el (artist-clear-buffer, artist-system):
317 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
318 (local-set-scheme-interaction-buffer, xscheme-process-filter)
319 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
320 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
321 (xscheme-send-control-g-interrupt, xscheme-start-process)
322 (xscheme-process-sentinel, xscheme-cd):
323 * progmodes/verilog-mode.el (verilog-read-always-signals)
324 (verilog-set-define, verilog-getopt-file)
325 (verilog-module-inside-filename-p):
326 * progmodes/sh-script.el:
327 * progmodes/python.el (python-pdbtrack-get-source-buffer)
328 (python-pdbtrack-grub-for-buffer, python-execute-file):
329 * progmodes/octave-inf.el (inferior-octave):
330 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
331 (idlwave-shell-compile-helper-routines, idlwave-set-local)
332 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
333 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
334 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
335 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
336 (idlwave-shell-filter, idlwave-shell-examine-highlight)
337 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
338 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
339 (idlwave-shell-examine-display, idlwave-shell-run-region)
340 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
341 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
342 * progmodes/idlw-help.el (idlwave-help-get-special-help)
343 (idlwave-help-get-help-buffer):
344 * progmodes/gud.el (gud-basic-call, gud-find-class)
345 (gud-tooltip-activate-mouse-motions-if-enabled):
346 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
347 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
348 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
349 (ebrowse-tags-next-file):
350 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
351 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
352 (ebnf-eps-finish-and-write):
353 * progmodes/cpp.el (cpp-edit-save):
354 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
355 * progmodes/cc-defs.el (c-emacs-features):
356 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
357 (antlr-directory-dependencies):
358 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
359 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
360 (ada-find-any-references, ada-make-filename-from-adaname)
361 (ada-make-body-gnatstub):
362 * obsolete/rnews.el (news-list-news-groups):
363 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
364 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
365 * net/rcirc.el (rcirc-debug):
366 * net/newst-treeview.el (newsticker--treeview-list-add-item)
367 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
368 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
369 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
370 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
371 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
372 (newsticker--treeview-list-clear-highlight)
373 (newsticker--treeview-list-update-highlight)
374 (newsticker--treeview-list-highlight-start)
375 (newsticker--treeview-tree-update-highlight)
376 (newsticker--treeview-get-selected-item)
377 (newsticker-treeview-mark-list-items-old)
378 (newsticker--treeview-set-current-node):
379 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
380 * net/newst-backend.el (newsticker--get-news-by-funcall)
381 (newsticker--get-news-by-wget, newsticker--image-get)
382 (newsticker--image-sentinel):
383 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
384 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
385 (eudc-ph-close-session):
386 * net/eudc.el (eudc-save-options):
387 * language/thai-word.el (thai-update-word-table):
388 * language/japan-util.el (japanese-string-conversion):
389 * international/titdic-cnv.el (tsang-quick-converter)
390 (ziranma-converter, ctlau-converter):
391 * international/mule-cmds.el (describe-language-environment):
392 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
393 (skkdic-convert-postfix, skkdic-convert-prefix):
394 (skkdic-convert-okuri-nasi, skkdic-convert):
395 * emacs-lisp/re-builder.el (reb-update-overlays):
396 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
397 * emacs-lisp/gulp.el (gulp-send-requests):
398 * emacs-lisp/find-gc.el (trace-call-tree):
399 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
400 (eieio-describe-generic):
401 * emacs-lisp/eieio-base.el (eieio-persistent-read):
402 * emacs-lisp/edebug.el (edebug-outside-excursion):
403 * emacs-lisp/debug.el (debugger-make-xrefs):
404 * emacs-lisp/cust-print.el (custom-prin1-to-string):
405 * emacs-lisp/chart.el (chart-new-buffer):
406 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
407 Use with-current-buffer.
408 * textmodes/artist.el (artist-system): Don't call
409 copy-sequence on a fresh string.
410 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
411
412 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
413
414 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
415 is no item to edit. (Bug#4820)
416 (todo-top-priorities): Restore point and restore narrowing in Todo
417 buffer. (Bug#4820)
418
419 2009-10-31 Glenn Morris <rgm@gnu.org>
420
421 * net/ange-ftp.el (top-level): Don't require dired when compiling.
422 (comint-last-output-start, comint-last-input-start)
423 (comint-last-input-end): Don't defvar when compiling.
424 (ange-ftp-process-file): Use bound-and-true-p.
425
426 * pcmpl-rpm.el (top-level): Move provide statement to end.
427 (pcmpl-rpm): Remove unused custom group.
428
429 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
430
431 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
432
433 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
434 (byte-compile-warnings): Add `constants' as an option.
435 (byte-compile-callargs-warn, byte-compile-arglist-warn)
436 (display-call-tree): Update for byte-compile-fdefinition possibly
437 returning `(macro lambda ...)'. (Bug#4778)
438 (byte-compile-variable-ref, byte-compile-setq-default):
439 Respect `constants' member of byte-compile-warnings.
440
441 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
442 Use mapc rather than mapcar because the return value is never used.
443
444 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
445 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
446 * cedet/semantic/html.el:
447 Suppress harmless warnings about setting up semantic-imenu (not
448 part of Emacs) variables.
449
450 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * vc-bzr.el (vc-bzr-revision-keywords): New var.
453 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
454 to "submit:".
455
456 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
457 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
458 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
459 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
460 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
461 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
462 (semantic-analyzer-debug-global-symbol)
463 (semantic-analyzer-debug-missing-innertype)
464 (semantic-analyzer-debug-insert-include-summary):
465 * cedet/semantic/util.el (semantic-file-tag-table):
466 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
467 (semantic-recursive-find-nonterminal-by-name):
468 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
469 * cedet/semantic/tag-file.el (semantic-prototype-file):
470 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
471 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
472 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
473 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
474 (semantic-idle-summary-maybe-highlight):
475 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
476 (semantic-ia-sb-tag-info):
477 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
478 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
479 * cedet/semantic/ede-grammar.el (project-compile-target):
480 (ede-proj-makefile-insert-variables):
481 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
482 (semantic-debug-set-source-location, semantic-debug-interface-layout)
483 (semantic-debug-mode, semantic-debug):
484 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
485 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
486 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
487 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
488 (semanticdb-find-translate-path-includes--internal)
489 (semanticdb-reset-log, semanticdb-find-log-activity):
490 * cedet/semantic/db-file.el (object-write):
491 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
492 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
493 (semanticdb-create-ebrowse-database):
494 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
495 * cedet/semantic/complete.el (semantic-displayor-focus-request)
496 (semantic-collector-calculate-completions-raw)
497 (semantic-complete-read-tag-analyzer):
498 * cedet/semantic/analyze.el (semantic-analyze-pulse):
499 * cedet/ede/util.el (ede-update-version-in-source):
500 * cedet/ede/proj.el (project-delete-target):
501 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
502 (ede-proj-flush-autoconf):
503 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
504 (ede-proj-configure-synchronize):
505 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
506 * cedet/ede/linux.el (ede-linux-version):
507 * cedet/ede/emacs.el (ede-emacs-version):
508 * cedet/ede/dired.el (ede-dired-add-to-target):
509 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
510 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
511 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
512 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
513 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
514 (cedet-idutils-version-check):
515 * cedet/cedet-global.el (cedet-gnu-global-call):
516 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
517 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
518 * cedet/cedet-cscope.el (cedet-cscope-call)
519 (cedet-cscope-expand-filename, cedet-cscope-version-check):
520 Use with-current-buffer.
521 * cedet/ede.el (ede-make-project-local-variable)
522 (ede-set-project-variables, ede-set): Use dolist.
523
524 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
525
526 * textmodes/ispell.el (ispell-skip-region-alist):
527 * international/mule-conf.el (eight-bit):
528 * international/fontset.el (font-encoding-alist):
529 * startup.el (pure-space-overflow-message):
530 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
531 * paths.el (gnus-nntp-service, rmail-spool-directory)
532 (term-file-prefix):
533 * files.el (save-some-buffers-action-alist):
534 * cmuscheme.el (same-window-buffer-names):
535 * ielm.el (same-window-buffer-names):
536 * shell.el (same-window-buffer-names):
537 * mail/sendmail.el (same-window-buffer-names):
538 * progmodes/inf-lisp.el (same-window-buffer-names):
539 * bindings.el (mode-line-client)
540 (mode-line-column-line-number-mode-map):
541 * language/tibetan.el (tibetan-precomposition-rule-regexp)
542 (tibetan-precomposed-regexp): Purecopy string arguments.
543
544 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
547 (calcDigit-nondigit):
548 * calc/calc-yank.el (calc-copy-to-buffer):
549 * calc/calc-units.el (calc-invalidate-units-table):
550 * calc/calc-trail.el (calc-trail-yank):
551 * calc/calc-store.el (calc-insert-variables):
552 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
553 * calc/calc-prog.el (calc-read-parse-table):
554 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
555 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
556 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
557 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
558 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
559 (calc-graph-name, calc-graph-find-command, calc-graph-view)
560 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
561 * calc/calc-ext.el (calc-realign):
562 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
563 (calc-embedded-finish-edit, calc-embedded-make-info)
564 (calc-embedded-finish-command, calc-embedded-stack-change):
565 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
566
567 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
568 (overload-docstring-extension): Use that info.
569 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
570 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
571 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
572 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
573 (semantic-nonterminal-full-name): Add the new `when' info.
574 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
575 `assert'.
576
577 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
578 shell-dynamic-complete-filename in preference to
579 comint-dynamic-complete-filename.
580
581 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
582 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
583 Don't consider whether the display supports colors.
584 (bookmark-import-new-list): Use dolist.
585 (bookmark-bmenu-mode-map): Move initialization into declaration.
586 (bookmark-bmenu-list): Use dolist, simplify.
587 (bookmark-show-all-annotations): Use save-selected-window and dolist.
588 (menu-bar-final-items): Use push.
589
590 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
591
592 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
593 it works on remote files.
594 (vc-hg-diff): Don't pass any `--cwd' argument.
595
596 2009-10-27 Kevin Ryde <user42@zip.com.au>
597
598 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
599 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
600 (Further to Bug#3921).
601
602 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
603
604 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
605 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
606 calling `tramp-imap-put-file'. Add file size to the call.
607 (tramp-imap-get-file-entries): Compute also user name, file size,
608 and date.
609 (tramp-imap-handle-insert-directory): Insert uid and gid.
610 (tramp-imap-handle-file-attributes): Transform uid and gid
611 according to `id-format'.
612 (tramp-imap-put-file): New optional parameter SIZE. Encode file
613 size in header X-Size.
614
615 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
616
617 * simple.el (transpose-subr): Give clearer error when the mark
618 is not set. (Bug#4807)
619
620 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
621
622 * net/tramp.el (tramp-perl-file-truename): New defconst.
623 Perl code contributed by yary <not.com@gmail.com> (tiny change).
624 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
625 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
626 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
627
628 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
629 Ignore `dired-call-process'.
630 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
631
632 2009-10-26 Julian Scheid <julians37@gmail.com>
633
634 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
635 (tramp-get-remote-readlink): New defun.
636 (tramp-handle-file-truename): Use it.
637 (tramp-handle-file-exists-p): Check file-attributes cache, assume
638 file exists if cache value present.
639 (tramp-check-cached-permissions) New defun.
640 (tramp-handle-file-readable-p): Use it.
641 (tramp-handle-file-writable-p): Likewise.
642 (tramp-handle-file-executable-p): Likewise.
643 (tramp-handle-file-name-all-completions): Try using Perl to get
644 partial completions. When perl not available, combine `cd' and
645 `ls' into single remote operation and use shell expansion to get
646 partial remote directory contents. Set `file-exists-p' cache for
647 directory and any files returned by ls. Change cache handling to
648 support partial directory contents. Use error message emitted by
649 remote `cd' or Perl code for local tramp-error.
650 (tramp-do-copy-or-rename-file-directly): Avoid separate
651 tramp-send-command-and-check call.
652 (tramp-handle-process-file): Merge three remote ops into one.
653 Do not flush all caches when `process-file-side-effects' is set.
654 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
655 file-attributes shows uid/gid to be set already.
656
657 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
658
659 * textmodes/tex-mode.el (tex-dvi-view-command)
660 (tex-show-queue-command, tex-open-quote):
661 * progmodes/ruby-mode.el (auto-mode-alist)
662 (interpreter-mode-alist): Purecopy strings.
663
664 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
665
666 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
667 string for the hook, keymap and abbrev table.
668
669 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
670
671 * x-dnd.el (x-dnd-xdnd-to-action):
672 * startup.el (fancy-startup-text, fancy-about-text): Change to
673 defconst from defvar.
674
675 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
676
677 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
678 Purecopy initialization strings.
679
680 * mail/sendmail.el (mail-header-separator)
681 (mail-personal-alias-file):
682 * mail/rmail.el (rmail-default-dont-reply-to-names)
683 (rmail-ignored-headers, rmail-retry-ignored-headers)
684 (rmail-highlighted-headers, rmail-secondary-file-directory)
685 (rmail-secondary-file-regexp):
686 * files.el (null-device, file-name-invalid-regexp)
687 (locate-dominating-stop-dir-regexp)
688 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
689 (interpreter-mode-alist): Use mapcar instead of mapc.
690
691 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
692
693 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
694 (completion-ignored-extensions):
695 (debug-ignored-errors): Purecopy strings.
696
697 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
700 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
701 (pcomplete--here): Use push.
702
703 * subr.el (all-completions): Declare the 4th arg obsolete.
704
705 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * pcomplete.el (pcomplete-unquote-argument-function): New var.
708 (pcomplete-unquote-argument): New function.
709 (pcomplete--common-suffix): Always pay attention to case.
710 (pcomplete--table-subvert): Quote and unquote the text.
711 (pcomplete--common-quoted-suffix): New function.
712 (pcomplete-std-complete): Use it and pcomplete-begin.
713
714 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
715 we're inside a dedicated or minibuffer window.
716
717 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * cedet/semantic/fw.el (semantic-alias-obsolete)
720 (semantic-varalias-obsolete): Make the `when' arg mandatory.
721 (define-mode-overload-implementation):
722 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
723 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
724 * cedet/semantic/util.el (semantic-file-token-stream)
725 (semantic-something-to-stream):
726 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
727 (semantic-expand-nonterminal):
728 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
729 (semantic-find-dependency, semantic-find-nonterminal)
730 (semantic-find-dependency):
731 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
732 (semantic-flex-text, semantic-flex-make-keyword-table)
733 (semantic-flex-keyword-p, semantic-flex-keyword-put)
734 (semantic-flex-keyword-get, semantic-flex-map-keywords)
735 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
736 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
737 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
738 (semantic-after-idle-scheduler-reparse-hooks):
739 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
740 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
741 * cedet/semantic.el (semantic-toplevel-bovine-table)
742 (semantic-toplevel-bovine-cache)
743 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
744 (semantic-init-mode-hooks, semantic-init-db-hooks)
745 (semantic-bovination-working-type): Provide the `when' arg.
746
747 2009-10-24 Karl Fogel <kfogel@red-bean.com>
748
749 * bookmark.el: Update documentation, especially documentation
750 of `bookmark-alist' and of the bookmark file format.
751 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
752
753 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
754
755 * mail/emacsbug.el (report-emacs-bug): Clarify that the
756 keybindings apply to the mail buffer (Bug#4003). Shrink help
757 window to buffer.
758
759 * whitespace.el (whitespace-mode, whitespace-newline-mode)
760 (global-whitespace-mode, global-whitespace-newline-mode)
761 (whitespace-toggle-options, global-whitespace-toggle-options):
762 Doc fix (Bug#3660).
763
764 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
765 of xmltok-start before the end tag was inserted (Bug#2840).
766
767 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
768 patterns that are preceded by an open-paren (Bug#1320).
769
770 2009-10-24 Sven Joachim <svenjoac@gmx.de>
771
772 * files.el (delete-directory): Delete symlinks to directories with
773 delete-file (Bug#4739).
774
775 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
776
777 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
778 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
779 argument to make-obsolete.
780
781 * cedet/semantic/fw.el (semantic-alias-obsolete)
782 (semantic-varalias-obsolete): Add optional WHEN argument.
783
784 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
785
786 * vc.el (vc-backend-for-registration): Rename from
787 vc-get-backend-for-registration. Update callers.
788
789 * international/mule-cmds.el (set-language-info-alist):
790 Purecopy lang-env.
791 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
792 (charset): Purecopy the name.
793 (define-char-code-property): Purecopy string arguments.
794
795 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
796 Purecopy string arguments.
797
798 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
799 * ediff-hook.el (menu-bar-ediff-menu):
800 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
801 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
802
803 2009-10-24 Glenn Morris <rgm@gnu.org>
804
805 * comint.el (comint-dynamic-list-completions):
806 * term.el (term-dynamic-list-completions): Use choose-completion rather
807 than obsolete alias mouse-choose-completion.
808
809 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
810 file-cache-choose-completion.
811 (file-cache-choose-completion): Handle an optional event argument.
812 (file-cache-mouse-choose-completion): Make it an obsolete alias.
813
814 * progmodes/octave-mod.el (octave-complete-symbol):
815 Use choose-completion if mouse-choose-completion is ever removed.
816
817 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
818 use.
819
820 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
821 compiler.
822
823 * vc-hooks.el (vc-responsible-backend): Fix declaration.
824
825 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
828 Ignore `pred' now that we receive one.
829 Handle test-completion specially.
830
831 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
832
833 * vc.el (vc-responsible-backend): Throw an error if not backend is
834 found. Remove the REGISTER argument. Move the code dealing with
835 REGISTER ...
836 (vc-get-backend-for-registration): ... here. New function.
837 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
838 of vc-responsible-backend, pass the file name instead of the
839 directory name.
840
841 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
844 New funs.
845 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
846 (pcomplete-comint-setup): Don't modify a global var via
847 accidental side-effects.
848 (pcomplete-shell-setup): Adjust call accordingly.
849 (pcomplete-parse-comint-arguments): Use push.
850
851 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
852
853 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
854 Allow uncapitalized info node names (Bug#3921).
855
856 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
857 to the DEBUG file (Bug#3781).
858
859 2009-10-23 Jari Aalto <jari.aalto@cante.net>
860
861 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
862 dictionary entry (Bug#4579).
863
864 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
865
866 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
867 from `rfn-eshadow-update-overlay-hook' when unloading.
868 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
869 "rsyncc". Adjust doc string.
870 (tramp-temp-buffer-file-name) New buffer-local defvar.
871 (tramp-handle-insert-file-contents, tramp-handle-write-region):
872 Keep temporary file when indicated by method ("rsync" and
873 "rsyncc").
874 (tramp-handle-write-region): Handle APPEND.
875 (tramp-delete-temp-file-function): New defun. Added to
876 `kill-buffer-hook'.
877
878 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
879
880 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
881
882 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
883
884 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
885 (color-name-rgb-alist, tty-standard-colors)
886 (tty-color-mode-alist): Change to defconst.
887
888 * simple.el (mark-inactive): Purecopy message.
889
890 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
891 (global-map, yank-menu):
892 * textmodes/ispell.el (ispell-menu-map):
893 * net/eudc.el (eudc-tools-menu):
894 * international/mule-cmds.el (describe-language-environment-map)
895 (setup-language-environment-map, set-coding-system-map)
896 (mule-menu-keymap):
897 * vc-hooks.el (vc-menu-entry, vc-menu-map):
898 * replace.el (occur-mode-map):
899 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
900
901 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
902
903 * calc/calc.el (math-read-number, math-read-number-simple): Use
904 `save-match-data'.
905
906 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
909 rather than fiddling with global-map bindings, since it should only
910 affect per-terminal settings.
911 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
912
913 * minibuffer.el (completion-table-with-terminator): Allow to specify
914 the terminator-regexp.
915
916 * simple.el (switch-to-completions): Look for *Completions* in other
917 frames as well.
918
919 * pcomplete.el: Allow the use of completion-tables.
920 (pcomplete-std-complete): New command.
921 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
922 (pcomplete--here): Use a function for `form' rather than an expression,
923 so it can be byte-compiled.
924 (pcomplete-here, pcomplete-here*): Adjust accordingly.
925 Add edebug declaration.
926 (pcomplete-show-completions): Remove unused var `curbuf'.
927 (pcomplete-do-complete, pcomplete-stub):
928 Don't assume `completions' is a list of strings any more.
929
930 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
931
932 * find-dired.el (find-name-arg): Fix typo in docstring.
933
934 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
937 (pcmpl-linux-fs-types): Same, and update to new modules layout.
938
939 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
940 pcomplete-entries.
941
942 * comint.el (comint-read-input-ring, comint-write-input-ring)
943 (comint-substitute-in-file-name)
944 (comint-dynamic-complete-as-filename)
945 (comint-dynamic-simple-complete)
946 (comint-dynamic-list-filename-completions)
947 (comint-dynamic-list-completions)
948 (comint-redirect-results-list-from-process): Minor simplifications.
949
950 2009-10-21 Kevin Ryde <user42@zip.com.au>
951
952 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
953 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
954 the first form. And insert a blank line after ";;; Code" since
955 that's usual style. (My Bug#4612.)
956
957 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
958
959 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * minibuffer.el (completion-table-with-terminator): Properly implement
962 boundaries, in case `terminator' appears in the suffix.
963 (completion--embedded-envvar-table): Don't return boundaries if
964 there's no valid completion. Simplify.
965 (completion-file-name-table): New completion table extracted from
966 completion--file-name-table.
967 (completion--file-name-table): Use it.
968 (read-file-name-predicate): Declare obsolete.
969 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
970 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
971 completion-file-name-table, and use the `pred' argument.
972 * files.el (locate-file-completion-table): Use the `pred' arg rather
973 than read-file-name-predicate.
974 (abbreviate-file-name): Use \` rather than ^ for BOS.
975
976 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
977
978 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
979 vc-responsible-backend to register, it causes problems.
980
981 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
984
985 2009-10-21 Eric Ludlam <zappo@gnu.org>
986
987 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
988 (semantic-c-debug-mode-init-pch): New functions.
989 (semantic-c-debug-mode-init-last-mode): New var.
990 (semantic-c-parse-lexical-token): Use them.
991
992 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
993 When extracting the argument list, limit only by point-max.
994
995 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
996
997 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
998 (tramp-smb-handle-file-attributes): Use it.
999 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
1000 (tramp-smb-handle-insert-directory): Use `mapc' rather than
1001 `mapcar'. Use `tramp-smb-get-stat-capability'.
1002 Add `dired-filename' text properties.
1003 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
1004 (tramp-smb-maybe-open-connection): Simplify check for smbclient
1005 version.
1006
1007 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * subr.el (read-key-delay): Reduce to 0.01.
1010 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
1011 (bug#4751).
1012
1013 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
1016
1017 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
1018 (Info-menu): Remove unused vars `last' and `completions'.
1019 (Info-index-nodes): Remove unused var `node'.
1020
1021 * info.el (Info-complete-menu-item): Use complete-with-action.
1022
1023 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1024
1025 Make vc-annotate work through copies and renames.
1026 * vc-annotate.el (vc-annotate-extract-revision-at-line):
1027 Return the file name too.
1028 (vc-annotate-revision-at-line)
1029 (vc-annotate-find-revision-at-line)
1030 (vc-annotate-revision-previous-to-line)
1031 (vc-annotate-show-log-revision-at-line): Update to get the file
1032 name from vc-annotate-extract-revision-at-line.
1033 (vc-annotate-show-diff-revision-at-line-internal): Change the
1034 argument to mean whether to show a file diff or not. Get the file
1035 name from vc-annotate-extract-revision-at-line.
1036 (vc-annotate-show-diff-revision-at-line):
1037 Update vc-annotate-show-diff-revision-at-line call.
1038 (vc-annotate-warp-revision): Add an optional file argument.
1039
1040 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
1041 (vc-git-annotate-extract-revision-at-line): Also return the file
1042 name if found.
1043
1044 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
1045 command. Remove unused code.
1046 (vc-hg-annotate-re): Update to match --follow output.
1047 (vc-hg-annotate-extract-revision-at-line): Also return the file
1048 name if found.
1049
1050 * vc.el: Update annotate-extract-revision-at-line documentation.
1051
1052 2009-10-18 Kevin Ryde <user42@zip.com.au>
1053
1054 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
1055 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
1056
1057 * net/browse-url.el (browse-url): Identify alist with "consp and
1058 not functionp" and let all other things go down the `apply' leg,
1059 as suggested by Stefan. (Further to bug#4531.)
1060
1061 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * minibuffer.el (read-file-name): Check for repeat before putting
1064 a default argument in file-name-history (Bug#4657).
1065
1066 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
1067 read syntax (Bug#4737).
1068
1069 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
1070
1071 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1072
1073 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
1074 (html-tag-alist, html-tag-help): Add descriptions for undocumented
1075 entries and make note of obsolete tags.
1076
1077 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
1080
1081 2009-10-18 Glenn Morris <rgm@gnu.org>
1082
1083 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
1084 grep, so that binary files (eg international/uni-bidi.el) can match.
1085 Remove test for "UnicodeData" files, since it is hopefully unnecessary
1086 now, and in any case the file header format has changed.
1087
1088 2009-10-17 Glenn Morris <rgm@gnu.org>
1089
1090 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
1091 (flyspell-get-word, flyspell-large-region)
1092 (flyspell-auto-correct-previous-word): Doc/error message fixes.
1093
1094 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
1095
1096 * Makefile.in (ELCFILES): Add ede/shell.
1097
1098 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1099
1100 * term/common-win.el (x-colors): Purecopy it.
1101
1102 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
1105 permissive for when the buffer is empty.
1106 (tar-header-block-tokenize): Decode the username and groupname.
1107 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
1108
1109 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * cedet/srecode/srt.el:
1112 * cedet/srecode/compile.el:
1113 * cedet/semantic/mru-bookmark.el:
1114 * cedet/semantic/debug.el:
1115 * cedet/semantic/complete.el:
1116 * cedet/semantic/analyze.el: Require CL when compiling.
1117
1118 2009-10-17 Eric Ludlam <zappo@gnu.org>
1119
1120 * cedet/semantic/scope.el
1121 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1122 tmpscope so that the regular scope will continue to work.
1123
1124 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
1125 Use semantic-idle-summary-highlight-face as the highlighting.
1126
1127 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1128 contains multibyte characters, choose first applicable coding
1129 system automatically.
1130
1131 * cedet/ede/project-am.el (project-run-target): New method.
1132 (project-run-target): New method.
1133
1134 * cedet/ede.el (ede-target): Add run target menu item.
1135 (ede-project, ede-minor-keymap): Add ede-run-target binding.
1136 (ede-run-target): New function.
1137 (ede-target::project-run-target): New method.
1138
1139 * cedet/ede/proj.el (project-run-target): New method.
1140
1141 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1142 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
1143 Add :rules.
1144 (ede-proj-target-makefile-shared-object): Only libtool compilers
1145 now available. Add linkers for libtool.
1146 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1147 (ede-proj-makefile-target-name): Always use .la extension.
1148
1149 * cedet/ede/proj-prog.el (project-run-target): New method.
1150
1151 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1152 (ede-g++-linker): Change Change link lines.
1153
1154 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
1155 When searching for old variables, go to the end of the buffer and
1156 search backward from there.
1157 (ede-proj-makefile-automake-insert-subdirs)
1158 (ede-proj-makefile-automake-insert-extradist): New methods.
1159 (ede-proj-makefile-create): Use them.
1160
1161 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
1162 Force FILE to expand to the current target. Use file-exists-p to
1163 check that it exists.
1164
1165 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
1166 (ede-linux-load): Wrap dir in file-name-as-directory.
1167 Set :version slot.
1168
1169 * cedet/ede/files.el (ede-get-locator-object): When enabling
1170 locate, do so on "top".
1171
1172 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1173 file-name-as-directory during compare.
1174 (ede-emacs-version): Return Emacs/XEmacs differentiator.
1175 Get version number from different places. Don't call egrep.
1176 (ede-emacs-load): Set :version slot. Call file-name-as-directory
1177 to set the directory.
1178
1179 * cedet/ede/shell.el: New file.
1180
1181 * cedet/inversion.el (inversion-decoders): Allow for stray . in
1182 alpha/beta variants.
1183
1184 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 * international/mule-cmds.el (select-safe-coding-system): If the file
1187 has a coding cookie, use it regardless of any other setting (bug#4712).
1188
1189 2009-10-17 Glenn Morris <rgm@gnu.org>
1190
1191 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
1192 All errors should have messages.
1193
1194 * foldout.el (foldout-mouse-swallow-events):
1195 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
1196
1197 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
1198 (dired-keep-marker-copy, dired-keep-marker-hardlink)
1199 (dired-keep-marker-symlink, dired-dwim-target)
1200 (dired-copy-preserve-time): Do not autoload these defcustoms.
1201
1202 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
1203 messages from messing up the file coding. (Bug#4623)
1204
1205 2009-10-17 Jari Aalto <jari.aalto@cante.net>
1206
1207 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
1208 if no match is found for the current dictionary. (Bug#4578)
1209
1210 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
1211 optional, since that is how it is documented, and this is often called
1212 with a nil argument. (Bug#4577)
1213 (flyspell-external-point-words, flyspell-auto-correct-word)
1214 (flyspell-correct-word-before-point, flyspell-word-search-forward)
1215 (flyspell-word-search-backward): Remove nil argument in calls to
1216 flyspell-get-word, since it is not needed now.
1217
1218 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
1219
1220 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
1221
1222 2009-10-16 Glenn Morris <rgm@gnu.org>
1223
1224 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
1225
1226 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1227
1228 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
1229 (ange-ftp-file-size): New function.
1230 (ange-ftp-file-attributes): Use it.
1231
1232 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
1233
1234 * net/tramp-smb.el (tramp-smb-version): New defvar.
1235 (tramp-smb-maybe-open-connection): Use it, in order to avoid
1236 repeated checks.
1237
1238 2009-10-16 Glenn Morris <rgm@gnu.org>
1239
1240 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1241 Maybe copy some custom properties from old to new name. (Bug#4706)
1242
1243 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * subr.el (error, sit-for, start-process-shell-command)
1246 (start-file-process-shell-command): Set the calling convention
1247 after the function definition.
1248
1249 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * subr.el (error, sit-for, start-process-shell-command)
1252 (start-file-process-shell-command): Use the new
1253 set-advertised-calling-convention feature.
1254
1255 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
1256
1257 * international/ucs-normalize.el (ucs-normalize-version):
1258 Change to 1.2.
1259 (check-range): Adjust for Unicode 5.2.
1260
1261 2009-10-15 Juri Linkov <juri@jurta.org>
1262
1263 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
1264 to the `menu-item' format.
1265
1266 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
1267
1268 * net/tramp.el (tramp-replace-environment-variables): Do not fail
1269 if the environment variable does not exist.
1270
1271 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1272 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
1273 parameter.
1274 (tramp-smb-handle-add-name-to-file)
1275 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1276 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1277 (tramp-smb-handle-file-attributes)
1278 (tramp-smb-do-file-attributes-with-stat)
1279 (tramp-smb-handle-file-local-copy)
1280 (tramp-smb-handle-insert-directory)
1281 (tramp-smb-handle-make-directory)
1282 (tramp-smb-handle-make-directory-internal)
1283 (tramp-smb-handle-make-symbolic-link)
1284 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
1285 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
1286 (tramp-smb-maybe-open-connection): Apply the changed parameters.
1287 (tramp-smb-read-file-entry): Read Disk names in compressed format.
1288 Handle long file names.
1289 (tramp-smb-get-cifs-capabilities): Check, whether the connection
1290 process is running.
1291 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
1292 Read share names with "-g" option.
1293
1294 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
1295
1296 * net/rcirc.el (rcirc-view-log-file): New command.
1297 (rcirc-track-minor-mode-map): Remove C-c ` binding.
1298 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
1299 specified.
1300
1301 2009-10-15 Glenn Morris <rgm@gnu.org>
1302
1303 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
1304 from the second command-line argument.
1305 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
1306 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
1307 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
1308 w32-batch-update-autoloads.
1309 * emacs-lisp/autoload.el (autoload-make-program): New variable.
1310 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
1311
1312 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
1313 the headers cannot be located. Simplify, subtracting superflous
1314 save-excursions.
1315
1316 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 Replace completion-base-size by completion-base-position to fix bugs
1319 such as (bug#4699).
1320 * simple.el (completion-base-position): New var.
1321 (completion-base-size): Mark as obsolete.
1322 (choose-completion): Make it work for mouse events as well.
1323 Pass the new base-position to choose-completion-string.
1324 (choose-completion-guess-base-position): New function, extracted from
1325 choose-completion-delete-max-match.
1326 (choose-completion-delete-max-match): Use it. Make obsolete.
1327 (choose-completion-string): Use the new base-position info.
1328 (completion-root-regexp): Delete.
1329 (completion-setup-function): Preserve completion-base-position.
1330 Eliminate obsolete base-size manipulation.
1331 * minibuffer.el (display-completion-list): Don't mess with base-size.
1332 (minibuffer-completion-help): Set completion-base-position instead.
1333 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
1334 choose-completion.
1335 * textmodes/bibtex.el (bibtex-complete):
1336 * emacs-lisp/crm.el (crm--choose-completion-string):
1337 Adjust to new calling convention.
1338 * complete.el (partial-completion-mode): Use minibufferp to avoid
1339 bumping into incompatible change to choose-completion-string-functions.
1340 * ido.el (ido-choose-completion-string): Make its calling convention
1341 more permissive.
1342 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
1343 base-size manipulation.
1344 (comint-dynamic-list-input-ring): Use dotimes and push.
1345 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
1346 fundamental-mode. Use `or'.
1347
1348 2009-10-14 Juri Linkov <juri@jurta.org>
1349
1350 * misearch.el (multi-isearch-next-buffer-from-list)
1351 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
1352
1353 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * Makefile.in (compile-onefile): Load `bytecomp' rather than
1356 `bytecomp.el'.
1357
1358 * minibuffer.el (completion-pcm--merge-completions): Make sure the
1359 string we return is all made up of text from the completions rather
1360 than part from the completions and part from the input (bug#4219).
1361
1362 * ido.el (ido-everywhere): Use define-minor-mode.
1363
1364 * buff-menu.el (list-buffers, ctl-x-map):
1365 Mark the entry points with ;;;###autoload cookies.
1366
1367 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1368
1369 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
1370 correctly in the detached head case.
1371 (vc-git-print-log): Remove unused binding.
1372
1373 * vc.el (vc-responsible-backend): When a directory is passed for
1374 for registration create a VC repository if no backend is
1375 responsible for the directory argument.
1376 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1377
1378 * vc.el: Move comments about RCS and SCCS ...
1379 * vc-rcs.el:
1380 * vc-sccs.el: ... here, respectively.
1381
1382 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * minibuffer.el (completion--file-name-table): Return nil if there's
1385 no file completion, even if substitute-in-file-name changed
1386 the string (bug#4708).
1387
1388 2009-10-13 Juri Linkov <juri@jurta.org>
1389
1390 * files-x.el (read-file-local-variable-value): Don't filter out
1391 minor modes from mode name completion (bug#4664).
1392
1393 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
1394
1395 * international/mule-cmds.el (ucs-names): Remove exclusion of
1396 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
1397
1398 2009-10-13 Kenichi Handa <handa@m17n.org>
1399
1400 * international/uni-name.el: Regenerated.
1401
1402 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
1403
1404 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
1405 should be automatically buffer-local, but isn't.)
1406
1407 2009-10-12 Sam Steingold <sds@gnu.org>
1408
1409 * progmodes/compile.el (compilation-next-error-function): Fix the
1410 timestamps if the buffer has been visited before.
1411 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
1412 non-anchored patterns, like the perl one (bug#3928).
1413
1414 2009-10-12 Glenn Morris <rgm@gnu.org>
1415
1416 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
1417 Let-bind `size'.
1418
1419 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * proced.el (proced-unload-function): New function.
1422
1423 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
1424 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
1425 Doc fix.
1426
1427 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
1428
1429 2009-10-11 Juri Linkov <juri@jurta.org>
1430
1431 * files-x.el (read-file-local-variable-value):
1432 Provide default value only for bound variables (bug#4664).
1433
1434 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
1435
1436 * net/tramp.el (tramp-local-host-p): Function shall return nil for
1437 connection methods like smb.
1438
1439 * net/tramp-cache.el (tramp-flush-connection-property): The hash
1440 can be empty.
1441
1442 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1443 (tramp-smb-file-name-handler-alist): Add handlers for
1444 `add-name-to-file', `make-symbolic-link'.
1445 (tramp-smb-handle-add-name-to-file)
1446 (tramp-smb-do-file-attributes-with-stat)
1447 (tramp-smb-handle-make-symbolic-link)
1448 (tramp-smb-get-cifs-capabilities): New defuns.
1449 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1450 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1451 (tramp-smb-handle-file-local-copy)
1452 (tramp-smb-handle-make-directory-internal)
1453 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
1454 The file name syntax depends on cifs capabilities.
1455 (tramp-smb-handle-file-attributes):
1456 Call `tramp-smb-do-file-attributes-with-stat' if possible.
1457 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
1458 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
1459
1460 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
1463 (eieio-defclass): Apply deftype handler and setf-method properties
1464 directly.
1465 (eieio-add-new-slot): Avoid union function from cl library.
1466 (eieio--typep): New function.
1467 (eieio-perform-slot-validation): Use it.
1468
1469 2009-10-10 Karl Fogel <kfogel@red-bean.com>
1470
1471 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
1472 Update documentation to refer to the variables documented in r1.135.
1473 (Bug#4188)
1474
1475 2009-10-10 Karl Fogel <kfogel@red-bean.com>
1476
1477 * bookmark.el (Info-suffix-list): Remove this unused variable.
1478 (bookmark-current-point): Remove this obsolete variable.
1479 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
1480 Adjust for removal of bookmark-current-point.
1481
1482 (bookmarks-already-loaded, bookmark-current-buffer)
1483 (bookmark-yank-point): Document. (Bug#4188)
1484
1485 2009-10-10 Glenn Morris <rgm@gnu.org>
1486
1487 * frame.el (frame-height): Doc fix.
1488
1489 * calendar/calendar.el (calendar-split-width-threshold): New option.
1490 (calendar-basic-setup): Use calendar-split-width-threshold.
1491
1492 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
1493
1494 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
1495 Use .la for Automake.
1496
1497 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
1500 Use "autoreconf -i". Suggested by Andreas Schwab.
1501
1502 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
1503
1504 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
1505 Ideographic Supplement" range (U+1F200..U+1F2FF).
1506
1507 2009-10-09 Karl Fogel <kfogel@red-bean.com>
1508
1509 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
1510 since the list will have been rebuilt anyway. (Bug#4349)
1511
1512 2009-10-09 Karl Fogel <kfogel@red-bean.com>
1513
1514 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
1515 (bookmark-bmenu-execute-deletions): Don't save here, as
1516 bookmark-delete will now do so if necessary.
1517 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
1518 (Bug#4348)
1519
1520 2009-10-09 Glenn Morris <rgm@gnu.org>
1521
1522 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
1523
1524 2009-10-09 Karl Fogel <kfogel@red-bean.com>
1525
1526 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
1527 (bookmark-jump-other-window): Just invoke bookmark-jump with new
1528 argument now, so the two function's behaviors will match. (Bug#3645)
1529
1530 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * cedet/ede/proj.el (project-make-dist, project-compile-project):
1533 Fix filename test.
1534 (ede-proj-dist-makefile): Use expand-file-name instead of concat
1535 to expand file names.
1536
1537 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
1538
1539 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
1540 (tramp-file-name-real-host, tramp-file-name-port):
1541 Apply `save-match-data'.
1542
1543 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
1544 case both directories are remote.
1545 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
1546 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
1547
1548 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
1551 (ede-proj-target-makefile-objectcode): Use it.
1552
1553 * cedet/ede/source.el (ede-want-any-source-files-p)
1554 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1555 Return search result. This error was introduced while merging.
1556
1557 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
1558
1559 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
1560
1561 2009-10-07 Glenn Morris <rgm@gnu.org>
1562
1563 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
1564 of concat.
1565
1566 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * files-x.el (read-file-local-variable): Include some
1569 non-user-variables in the completion table (bug#4664).
1570
1571 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
1572
1573 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
1574 message.
1575
1576 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1577 (tramp-smb-file-name-handler-alist): Add handler for
1578 `copy-directory', `expand-file-name', `set-file-modes'.
1579 (tramp-smb-handle-copy-directory)
1580 (tramp-smb-handle-expand-file-name)
1581 (tramp-smb-handle-set-file-modes): New defuns.
1582 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
1583 (tramp-smb-handle-file-attributes): Simplify check for retrieving
1584 entry.
1585 (tramp-smb-handle-insert-directory): Don't flush the cache.
1586 (tramp-smb-maybe-open-connection): Check for samba client and
1587 server versions.
1588
1589 2009-10-07 Eli Zaretskii <eliz@gnu.org>
1590
1591 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
1592 to not error out of search for "^lisp=" fails.
1593
1594 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
1595
1596 * makefile.w32-in (WINS_UPDATES): New macro.
1597 (custom-deps, finder-data, autoloads): Use it.
1598
1599 2009-10-07 Glenn Morris <rgm@gnu.org>
1600
1601 * Makefile.in (autoloads): Revert previous change.
1602 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
1603 the list of preloaded files passed on the command-line, get
1604 it from src/Makefile.
1605
1606 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
1607 show the original buffer rather than a random one.
1608
1609 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
1610
1611 * help.el (describe-no-warranty): Place point in a slightly better
1612 position in the GPLv3 text.
1613
1614 2009-10-06 Sam Steingold <sds@gnu.org>
1615
1616 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
1617 the comm attribute is present before calling regexp-quote.
1618
1619 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
1620
1621 * play/animate.el (animate-string): For good effect, make sure
1622 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
1623
1624 * play/animate.el (animate-sequence, animate-birthday-present):
1625 * misc.el (butterfly): Don't set `indent-tabs-mode'.
1626
1627 2009-10-06 Glenn Morris <rgm@gnu.org>
1628
1629 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
1630
1631 * emacs-lisp/autoload.el (autoload-excludes): New variable.
1632 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
1633 (batch-update-autoloads): Process a string value of autoload-excludes,
1634 set during the build process.
1635 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
1636
1637 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
1638 inside with-parsed... macro so that `v' is defined.
1639
1640 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
1641 * progmodes/fortran.el (fortran-end-of-block)
1642 (fortran-beginning-of-block):
1643 Also push mark in the macro case.
1644
1645 * emerge.el (emerge-show-file-name):
1646 * calc/calc.el (calc-quit):
1647 * calc/calc-misc.el (calc-big-or-small):
1648 * calc/calc-graph.el (calc-graph-view):
1649 * calc/calc-ext.el (calc-reset):
1650 * calendar/calendar.el (calendar-basic-setup):
1651 Use window-full-height-p.
1652
1653 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
1654 header we don't understand, don't insert another. (Bug#4624)
1655 If changing mime charset, insert the new one in the right place.
1656
1657 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
1658
1659 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1660 (cal-tex-cursor-month): Correctly increment the end date for diary and
1661 holiday listing. (Bug#4626)
1662
1663 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * help-fns.el (describe-function-1): Don't burp if the function is not
1666 a symbol.
1667
1668 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
1669
1670 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
1671 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
1672 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
1673 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
1674
1675 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
1676 (eieio-default-superclass): Reflow docstrings.
1677 (this, class-option-assoc, defclass, eieio-class-un-autoload)
1678 (eieio-unbind-method-implementations, defmethod)
1679 (eieio-validate-slot-value, eieio-validate-class-slot-value)
1680 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
1681 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
1682 (eieio-slot-originating-class-p, eieio-slot-name-index)
1683 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
1684 (constructor, initialize-instance, no-next-method, object-print)
1685 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
1686 Fix typos in docstrings.
1687 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
1688 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
1689 (next-method-p): Doc fixes.
1690 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
1691 Fix typos in error messages.
1692 (eieio-defmethod): Fix typo in description of generic method.
1693
1694 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
1695 (eieio-persistent-save-interactive, slot-missing):
1696 Fix typos in docstrings.
1697 (eieio-instance-inheritor-slot-boundp): Doc fix.
1698
1699 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
1700 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
1701
1702 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
1703 (eieio-custom-object-apply-reset):
1704 Fix typos in docstrings and error messages.
1705
1706 * emacs-lisp/eieio-datadebug.el (data-debug-show):
1707 Fix typo in docstring.
1708
1709 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
1710 (eieio-browse-tree): Doc fix.
1711 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
1712 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
1713 Fix typos in docstrings.
1714
1715 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
1716 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
1717 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
1718 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
1719 Reflow docstrings.
1720
1721 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
1722
1723 * vc-hg.el (log-view-vc-backend): Declare for compiler.
1724 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
1725 Set log-view-vc-backend so that diff can work.
1726
1727 * log-view.el (log-view-diff): Use vc-diff-internal instead of
1728 vc-version-diff.
1729 (vc-diff-internal): Autoload this instead of vc-version-diff.
1730
1731 2009-10-05 Eli Zaretskii <eliz@gnu.org>
1732
1733 * simple.el (eval-expression): Doc fix.
1734
1735 * progmodes/cwarn.el (cwarn-mode): Doc fix.
1736
1737 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
1738
1739 * files.el (directory-files-no-dot-files-regexp): New defconst.
1740 (delete-directory): Use it.
1741 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
1742
1743 * net/tramp.el (tramp-verbose): Fix docstring.
1744 (tramp-methods): Add recursive option to `tramp-copy-args'.
1745 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
1746 "scp1_old", "scp2_old", "rsync", "rsyncc".
1747 (tramp-default-method): Check also for `auth-source-user-or-password'.
1748 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1749 Add handler for `copy-directory'.
1750 (tramp-handle-copy-directory): New defun.
1751 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
1752 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
1753 Optimize sent command.
1754
1755 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
1758 window if necessary.
1759
1760 * calendar/calendar.el (calendar-basic-setup): Don't call
1761 switch-to-buffer in a dedicated window.
1762
1763 2009-10-05 Karl Fogel <kfogel@red-bean.com>
1764
1765 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
1766 don't do anything related to relocating, just return nil.
1767 (bookmark-error-no-filename): New error.
1768 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
1769 bookmark has no file. Don't even attempt to handle things that
1770 are not files; the whole point of custom handlers is to keep that
1771 knowledge elsewhere anyway. Tighten some comments.
1772 (bookmark-file-or-variation-thereof): Remove now-unused function.
1773 (bookmark-location): Doc string fix.
1774 (Bug#4250)
1775
1776 2009-10-04 Karl Fogel <kfogel@red-bean.com>
1777
1778 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
1779 don't use a file dialog, because they usually don't know how to read
1780 a directory target from the user. (Bug#4230)
1781 Also, make sure the prompt can display directories as well as files.
1782
1783 2009-10-04 Karl Fogel <kfogel@red-bean.com>
1784
1785 * bookmark.el (bookmark-set, bookmark-buffer-name):
1786 Improve doc strings. (Bug#1193)
1787
1788 2009-10-04 Karl Fogel <kfogel@red-bean.com>
1789
1790 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
1791 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
1792 (bookmark-get-annotation, bookmark-set-annotation)
1793 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
1794 (bookmark-set-position, bookmark-get-front-context-string)
1795 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
1796 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
1797 (bookmark-jump-other-window, bookmark-handle-bookmark)
1798 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
1799 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
1800 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
1801 Improve doc strings to say whether bookmark can be a string or
1802 a record or both, and make other consistency and clarity fixes.
1803 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
1804 (bookmark-default-annotation-text, bookmark-yank-word)
1805 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
1806 (bookmark-import-new-list, bookmark-maybe-rename)
1807 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1808 (bookmark-bmenu-bookmark): Give these doc strings.
1809 (bookmark-bmenu-check-position): Give this a doc string, but also
1810 add a FIXME comment about how the function may be pointless.
1811 (bookmark-default-handler): Rework doc string and change a
1812 parameter name, to clarify that this takes a bookmark record
1813 not a bookmark name.
1814 (bookmark-set): Change a parameter name to indicate its meaning,
1815 and improve the doc string a bit.
1816 (Bug#4188)
1817
1818 2009-10-04 Karl Fogel <kfogel@red-bean.com>
1819
1820 * bookmark.el (bookmark-alist): Document the new `handler' element
1821 in the param alist.
1822 (bookmark-make-record-function): Adjust documentation for above.
1823 (Bug#4193)
1824
1825 2009-10-04 Karl Fogel <kfogel@red-bean.com>
1826
1827 * info.el (Info-bookmark-make-record): Document this function.
1828 (Info-bookmark-jump): Document with a doc string, not just a comment.
1829 (Bug#4203)
1830
1831 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
1834 (semantic-new-buffer-fcn): Call parser setup functions here.
1835 (semantic-mode): Don't call parser setup functions here, it's done
1836 in semantic-new-buffer-fcn now.
1837 (semantic-mode): Parse all existing buffers when enabled.
1838
1839 * cedet/srecode/compile.el (srecode-compile-file):
1840 Call semantic-new-buffer-fcn if the buffer has not been parsed.
1841
1842 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
1843
1844 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1845
1846 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
1847 (proj-comp-insert-variable-once): New macro, renamed from
1848 ede-pmake-insert-variable-once in ede/pmake.edl.
1849 (ede-proj-makefile-insert-variables): Use it.
1850
1851 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
1852
1853 * files.el (copy-directory): New defun.
1854
1855 * dired-aux.el (dired-copy-file-recursive): Use it.
1856
1857 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
1858
1859 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
1860 (makefile-end-of-command):
1861 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
1862 (semantic-end-of-context): Fix previous change. Doc fixes.
1863
1864 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
1865
1866 * files-x.el (modify-dir-local-variable)
1867 (copy-dir-locals-to-file-locals-prop-line):
1868 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
1869 (makefile-end-of-command):
1870 * cedet/semantic/lex.el (semantic-lex-token):
1871 * cedet/semantic/analyze/fcn.el
1872 (semantic-analyze-dereference-metatype-1):
1873 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
1874 (semantic-lex-cpp-undef):
1875 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
1876 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
1877 (semantic-end-of-context): Fix typos in docstrings.
1878
1879 * recentf.el (recentf-unload-function): New function.
1880
1881 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * cedet/ede.el (ede-project-placeholder-cache-file):
1884 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
1885 * cedet/srecode/map.el (srecode-map-save-file):
1886 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
1887
1888 2009-10-04 Glenn Morris <rgm@gnu.org>
1889
1890 * window.el (window-full-height-p): Add doc string.
1891
1892 2009-10-04 Martin Rudalics <rudalics@gmx.at>
1893
1894 * window.el (window-full-height-p): New function. (Bug#4543)
1895
1896 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * cedet/srecode/insert.el: Require srecode/args.
1899
1900 * cedet/srecode/args.el: Require srecode/dictionary instead of
1901 srecode/insert.
1902
1903 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
1904
1905 * files.el (auto-mode-alist): Add .srt and Project.ede.
1906
1907 * cedet/semantic.el (semantic-mode):
1908 Handle srecode-template-mode-hook as well.
1909 (semantic-mode): Use js-mode-hook for Javascript hook.
1910
1911 * cedet/srecode/template.el: Remove hook variable.
1912
1913 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
1914
1915 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
1916 projects exist.
1917 (ede-project-placeholder-cache-file): Default to a file in
1918 user-emacs-directory.
1919
1920 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
1921 templates in data-directory.
1922 (srecode-map-save-file): Default to a file in user-emacs-directory.
1923
1924 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
1925 directory.
1926
1927 2009-09-30 Eric Ludlam <zappo@gnu.org>
1928
1929 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
1930 Doc fix.
1931
1932 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
1933 Only insert each variable once.
1934
1935 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1936 (ede-pmake-insert-variable-shared): Use it.
1937
1938 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1939 for lexical table iff table is nil.
1940
1941 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1942
1943 * vc.el: Remove commented out code.
1944 (vc-derived-from-dir-mode): Remove, unused.
1945 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
1946
1947 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
1948
1949 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1950 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1951 there could be recursive loading when `default-directory' is a
1952 remote file name. (Bug#4614)
1953
1954 2009-10-03 Glenn Morris <rgm@gnu.org>
1955
1956 * calendar/calendar.el (calendar-basic-setup): Handle the case where
1957 the frame is wide.
1958 (calendar-generate-window): Test for shrinkability rather than width.
1959
1960 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
1961 declaration, currently false.
1962
1963 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
1964 reusing existing buffers, in case we happen to visit two files with the
1965 same basename. (Bug#4593)
1966
1967 2009-10-02 Eli Zaretskii <eliz@gnu.org>
1968
1969 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
1970 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
1971 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
1972 subdirs of cedet as well.
1973 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
1974
1975 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
1978 Obey advertised-signature-table.
1979
1980 * help-fns.el (help-function-arglist): Don't check
1981 advertised-signature-table.
1982 (describe-function-1): Do it here instead so it also applies to subrs.
1983
1984 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
1985
1986 * simple.el (start-file-process): Say in the doc-string, that file
1987 handlers might not support pty association, if PROGRAM is nil.
1988
1989 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
1990 HOST and USER are strings. They are nil, when there are
1991 incomplete entries in ~/.netrc, for example.
1992 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
1993 root directory ("device busy" error otherwise).
1994
1995 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
1996 Flush file properties of created directory.
1997
1998 2009-10-02 Eli Zaretskii <eliz@gnu.org>
1999
2000 * makefile.w32-in (WINS_BASIC): Remove cedet.
2001 (WINS_CEDET): Add cedet.
2002 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
2003
2004 2009-10-02 Kevin Ryde <user42@zip.com.au>
2005
2006 * net/browse-url.el (browse-url): Pass any symbol in
2007 browse-url-browser-function to `apply', since if you've mistakenly put
2008 an unbound symbol then the error is clearer. (Bug#4531)
2009
2010 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * allout.el (allout-init, allout-back-to-current-heading)
2013 (allout-beginning-of-current-entry, allout-ascend-to-depth)
2014 (allout-ascend, allout-up-current-level, allout-end-of-level)
2015 (allout-previous-visible-heading, allout-forward-current-level)
2016 (allout-backward-current-level, allout-show-children):
2017 * apropos.el (apropos-describe-plist):
2018 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
2019 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
2020 * completion.el (add-completion, add-permanent-completion):
2021 * descr-text.el (describe-text-category, describe-char):
2022 * desktop.el (desktop-lazy-abort):
2023 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
2024 * dired.el (dired-build-subdir-alist):
2025 * ediff.el (ediff-version):
2026 * elide-head.el (elide-head, elide-head-show):
2027 * emerge.el (emerge-version):
2028 * env.el (getenv):
2029 * face-remap.el (variable-pitch-mode):
2030 * faces.el (describe-face):
2031 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
2032 (dired-at-point):
2033 * files.el (find-file-existing, auto-save-mode):
2034 * font-lock.el (font-lock-fontify-buffer):
2035 * help-fns.el (describe-function, describe-variable)
2036 (describe-syntax, describe-categories):
2037 * help.el (view-lossage, describe-bindings, describe-key)
2038 (describe-mode):
2039 * hexl.el (hexl-current-address):
2040 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
2041 * info.el (Info-goto-emacs-key-command-node):
2042 * log-edit.el (log-edit-insert-cvs-template)
2043 (log-edit-insert-cvs-rcstemplate):
2044 * menu-bar.el (menu-bar-mode):
2045 * mouse.el (mouse-appearance-menu):
2046 * newcomment.el (comment-indent-new-line):
2047 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
2048 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
2049 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
2050 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
2051 * recentf.el (recentf-mode):
2052 * savehist.el (savehist-mode, savehist-save):
2053 * shadowfile.el (shadow-copy-files):
2054 * simple.el (kill-ring-save, next-line, previous-line)
2055 (normal-erase-is-backspace-mode):
2056 * strokes.el (strokes-update-window-configuration)
2057 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
2058 (strokes-xpm-for-stroke):
2059 * time.el (emacs-uptime, emacs-init-time):
2060 * tutorial.el (tutorial--describe-nonstandard-key)
2061 (tutorial--detailed-help):
2062 * type-break.el (type-break-mode)
2063 (type-break-mode-line-message-mode, type-break-query-mode)
2064 (type-break-guesstimate-keystroke-threshold):
2065 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
2066 * version.el (emacs-version):
2067 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
2068 * winner.el (winner-mode):
2069 * calendar/timeclock.el (timeclock-in, timeclock-out)
2070 (timeclock-status-string, timeclock-change)
2071 (timeclock-workday-remaining-string)
2072 (timeclock-workday-elapsed-string)
2073 (timeclock-when-to-leave-string):
2074 * calendar/todo-mode.el (todo-add-category):
2075 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
2076 * emacs-lisp/autoload.el (update-file-autoloads):
2077 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
2078 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
2079 (checkdoc-message-text, checkdoc-defun):
2080 * emacs-lisp/debug.el (debugger-list-functions):
2081 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2082 * emacs-lisp/eieio-opt.el (eieio-describe-class)
2083 (eieio-describe-generic):
2084 * emacs-lisp/lisp-mnt.el (lm-synopsis):
2085 * emacs-lisp/shadow.el (list-load-path-shadows):
2086 * emulation/cua-base.el (cua-mode):
2087 * emulation/edt.el (edt-set-scroll-margins):
2088 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
2089 (tpu-toggle-regexp, tpu-toggle-search-direction)
2090 (tpu-toggle-rectangle, tpu-toggle-control-keys):
2091 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2092 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2093 (viper-set-parsing-style-toggling-macro)
2094 (viper-set-emacs-state-searchstyle-macros):
2095 * emulation/viper.el (viper-set-hooks):
2096 * eshell/esh-mode.el (eshell-truncate-buffer):
2097 * international/mule-cmds.el (prefer-coding-system)
2098 (describe-input-method, describe-language-environment):
2099 * international/mule-diag.el (list-character-sets)
2100 (describe-character-set, describe-coding-system)
2101 (describe-fontset, list-fontsets, list-input-methods):
2102 * mail/sendmail.el (mail-signature):
2103 * net/ange-ftp.el (ange-ftp-copy-file):
2104 * net/browse-url.el (browse-url):
2105 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
2106 * net/quickurl.el (quickurl-add-url):
2107 * net/rcirc.el (names, topic):
2108 * net/xesam.el (xesam-mode):
2109 * play/5x5.el (5x5-new-game):
2110 * play/yow.el (apropos-zippy):
2111 * progmodes/ada-mode.el (ada-mode-version):
2112 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
2113 (f90-end-of-block)
2114 (f90-beginning-of-block):
2115 * progmodes/fortran.el (fortran-end-of-block)
2116 (fortran-beginning-of-block):
2117 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
2118 * progmodes/python.el (python-describe-symbol, python-shell):
2119 * term/ns-win.el (ns-print-buffer):
2120 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
2121 * textmodes/flyspell.el (flyspell-mode-on):
2122 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
2123 (pages-directory-for-addresses):
2124 * textmodes/table.el (table-recognize-cell)
2125 (table-query-dimension, table-generate-source)
2126 (table-insert-sequence, table--warn-incompatibility):
2127 * textmodes/tex-mode.el (tex-validate-buffer):
2128 * textmodes/texinfmt.el (texinfmt-version)
2129 (texinfo-format-buffer):
2130 Use `called-interactively-p' instead of `interactive-p'.
2131
2132 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
2133
2134 * image-mode.el (image-toggle-display):
2135 * emacs-lisp/elp.el (elp-instrument-function):
2136 * emacs-lisp/advice.el (ad-make-advised-definition):
2137 * emacs-lisp/easy-mmode.el (define-minor-mode):
2138 * net/browse-url.el (browse-url-maybe-new-window):
2139 * progmodes/sh-script.el (sh-learn-buffer-indent):
2140 Pass new argument 'any to `called-interactively-p'.
2141
2142 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2143
2144 * international/uni-bidi.el:
2145 * international/uni-category.el:
2146 * international/uni-combining.el:
2147 * international/uni-comment.el:
2148 * international/uni-decimal.el:
2149 * international/uni-decomposition.el:
2150 * international/uni-digit.el:
2151 * international/uni-lowercase.el:
2152 * international/uni-mirrored.el:
2153 * international/uni-name.el:
2154 * international/uni-numeric.el:
2155 * international/uni-old-name.el:
2156 * international/uni-titlecase.el:
2157 * international/uni-uppercase.el:
2158 Regenerate from Unicode 5.2.0 data.
2159
2160 2009-10-01 Glenn Morris <rgm@gnu.org>
2161
2162 * Makefile.in (ELCFILES): Regenerate.
2163
2164 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * subr.el (interactive-p): Mark obsolete.
2167 (called-interactively-p): Make the optional-ness of `kind' obsolete.
2168 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
2169 advertised-signature-table for subroutines as well.
2170
2171 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
2172 (set-advertised-calling-convention): New function.
2173 (make-obsolete, define-obsolete-function-alias)
2174 (make-obsolete-variable, define-obsolete-variable-alias):
2175 Make the optional-ness of `when' obsolete.
2176 (define-obsolete-face-alias): Make `when' non-optional.
2177 * help-fns.el (help-function-arglist):
2178 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
2179 Use advertised-signature-table.
2180
2181 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2182
2183 * files.el (delete-directory): New defun. The original function
2184 in fileio.c has been renamed to `delete-directory-internal'.
2185
2186 * dired.el (dired-delete-file): Call `delete-directory' with
2187 RECURSIVE parameter.
2188
2189 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
2190 parameter RECURSIVE. Implementation is missing.
2191
2192 * net/tramp.el (tramp-handle-make-directory): Flush upper
2193 directory's file properties.
2194 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
2195 (tramp-handle-dired-recursive-delete-directory): Flush directory
2196 properties after the remove command only.
2197
2198 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2199 Handle optional parameter RECURSIVE.
2200
2201 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
2202 Handle optional parameter RECURSIVE.
2203
2204 * net/tramp-smb.el (tramp-smb-errors): Add error message for
2205 connection timeout.
2206 (tramp-smb-handle-delete-directory): Handle optional parameter
2207 RECURSIVE.
2208
2209 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
2212 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
2213 (byte-compile-defmacro): Use backquotes.
2214
2215 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
2216
2217 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
2218 has no associated file.
2219 (vc-resynch-buffer): Use vc-dir-buffers.
2220
2221 2009-10-01 Glenn Morris <rgm@gnu.org>
2222
2223 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
2224 (chart-file-count):
2225 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
2226 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
2227 * emacs-lisp/eieio-opt.el (eieio-describe-class):
2228 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
2229 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
2230 (eieio-copy-parents-into-subclass, make-instance, class-children)
2231 (eieio-generic-form):
2232 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
2233 * cedet/cedet-idutils.el (cedet-idutils-search)
2234 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2235 (cedet-idutils-version-check):
2236 * cedet/cedet.el (cedet-version):
2237 * cedet/data-debug.el (data-debug-insert-overlay-button)
2238 (data-debug-insert-overlay-list-button)
2239 (data-debug-insert-buffer-button)
2240 (data-debug-insert-buffer-list-button)
2241 (data-debug-insert-process-button, data-debug-insert-ring-button)
2242 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2243 (data-debug-insert-stuff-vector-button)
2244 (data-debug-insert-symbol-button, data-debug-insert-string)
2245 (data-debug-insert-number, data-debug-insert-lambda-expression)
2246 (data-debug-insert-nil, data-debug-insert-simple-thing)
2247 (data-debug-insert-custom, data-debug-edebug-expr):
2248 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
2249 (global-ede-mode-map, ede-new, ede-debug-target)
2250 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2251 * cedet/semantic.el (semantic-minimum-working-buffer-size)
2252 (semantic-fetch-tags, semantic-submode-list)
2253 (semantic-default-submodes):
2254 * cedet/ede/source.el (ede-source-match):
2255 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
2256 (project-am-package-info):
2257 * cedet/ede/proj.el (ede-proj-target, project-new-target):
2258 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
2259 * cedet/ede/proj-comp.el (ede-current-build-list):
2260 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
2261 * cedet/ede/files.el (ede-toplevel-project-or-nil):
2262 * cedet/ede/cpp-root.el (initialize-instance):
2263 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
2264 (autoconf-parameter-strip, autoconf-insert-new-macro):
2265 * cedet/semantic/wisent.el (wisent-lex-eoi):
2266 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
2267 (semantic-show-parser-state-mode):
2268 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
2269 * cedet/semantic/tag.el (semantic-tag-new-variable)
2270 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2271 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2272 (semantic--tag-deep-copy-tag-list)
2273 (semantic-tag-components-with-overlays-default):
2274 * cedet/semantic/symref.el (semantic-symref-find-text):
2275 * cedet/semantic/senator.el (senator-yank-tag)
2276 (senator-transpose-tags-up):
2277 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
2278 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2279 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
2280 * cedet/semantic/lex.el (semantic-lex-comment-regex)
2281 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2282 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2283 * cedet/semantic/lex-spp.el
2284 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2285 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2286 * cedet/semantic/idle.el
2287 (semantic-idle-summary-current-symbol-info-brutish)
2288 (semantic-idle-summary-current-symbol-info-default):
2289 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
2290 (semantic--grammar-macro-compl-dict):
2291 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2292 * cedet/semantic/format.el (semantic-format-tag-custom-list)
2293 (semantic-format-tag-canonical-name-default):
2294 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
2295 (semantic-find-tags-for-completion)
2296 (semantic-find-tags-by-scope-protection-default)
2297 (semantic-deep-find-tags-for-completion):
2298 * cedet/semantic/edit.el
2299 (semantic-edits-incremental-reparse-failed-hook)
2300 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2301 (semantic-edits-splice-remove, semantic-edits-splice-replace):
2302 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2303 * cedet/semantic/dep.el (semantic-dependency-include-path):
2304 * cedet/semantic/db.el (semanticdb-default-find-index-class)
2305 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2306 (semanticdb-project-roots):
2307 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
2308 (semanticdb-find-adebug-insert-scanned-tag-cons)
2309 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
2310 (semanticdb-brute-deep-find-tags-for-completion):
2311 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
2312 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
2313 (semantic-end-of-context-default)
2314 (semantic-ctxt-current-function-default)
2315 (semantic-ctxt-scoped-types-default):
2316 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2317 (semantic-complete-inline-tag-engine)
2318 (semantic-complete-inline-custom-type)
2319 (semantic-complete-read-tag-analyzer):
2320 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
2321 (semantic-chart-database-size):
2322 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
2323 (semantic-analyze-current-context):
2324 * cedet/semantic/symref/list.el (semantic-symref)
2325 (semantic-symref-hide-buffer, semantic-symref-symbol):
2326 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
2327 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
2328 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
2329 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
2330 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
2331 (semantic-c-dereference-template):
2332 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
2333 (semantic--analyze-refs-full-lookup-with-parents)
2334 (semantic--analyze-refs-full-lookup-simple):
2335 * cedet/semantic/analyze/complete.el
2336 (semantic-analyze-possible-completions):
2337 * cedet/srecode/table.el (srecode-mode-table-new):
2338 * cedet/srecode/srt.el (srecode-read-variable-name):
2339 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
2340 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
2341 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
2342 * cedet/srecode/map.el (srecode-current-map):
2343 * cedet/srecode/insert.el (srecode-insert)
2344 (srecode-insert-variable-secondname-handler, srecode-insert-method)
2345 (srecode-template-inserter-point-override)
2346 (srecode-insert-include-lookup):
2347 * cedet/srecode/getset.el (srecode-auto-choose-class):
2348 * cedet/srecode/extract.el (srecode-inserter-extract):
2349 * cedet/srecode/document.el
2350 (srecode-document-autocomment-return-last-alist)
2351 (srecode-document-autocomment-param-type-alist)
2352 (srecode-document-insert-function-comment)
2353 (srecode-document-insert-variable-one-line-comment)
2354 (srecode-document-function-name-comment):
2355 * cedet/srecode/dictionary.el (srecode-create-dictionary)
2356 (srecode-compound-toString):
2357 * cedet/srecode/compile.el (srecode-flush-active-templates):
2358 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
2359 Doc/message fixes.
2360
2361 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
2362 match-data. (Bug#4555).
2363
2364 * cedet/semantic/bovine/gcc.el
2365 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
2366 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2367
2368 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
2369 rather than parsing it as a regexp. This relaxes the layout
2370 requirements and makes errors easier to detect.
2371 (check-declare-verify): Check file is regular.
2372 (check-declare-directory): Doc fix.
2373 * subr.el (declare-function): Doc fix.
2374
2375 * ibuffer.el (ibuffer-format-qualifier):
2376 * isearch.el (hi-lock-regexp-okay):
2377 * calc/calc.el (math-zerop):
2378 * mail/uce.el (rmail-msgbeg, rmail-msgend):
2379 * term/w32-win.el (setup-default-fontset, set-fontset-font):
2380 Remove unused declarations.
2381
2382 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2383
2384 * cedet/semantic/wisent/javat-wy.el
2385 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
2386
2387 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
2388
2389 * cedet/srecode/expandproto.el: Fix provide statement.
2390
2391 2009-09-30 Eric Ludlam <zappo@gnu.org>
2392
2393 * emacs-lisp/eieio.el (boolean-p): Delete.
2394
2395 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
2396
2397 * cedet/ede/srecode.el: Fix provide statement.
2398
2399 2009-09-30 Glenn Morris <rgm@gnu.org>
2400
2401 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
2402 * cedet/ede/proj-aux.el (ede-aux-source):
2403 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
2404 (ede-misc-source):
2405 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
2406 (semantic-mrub-switch-tags): Fix doc typos.
2407
2408 * cedet/semantic/db-global.el (data-debug-new-buffer)
2409 (data-debug-insert-thing): Remove unneeded declarations (one broken).
2410 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
2411
2412 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
2413
2414 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
2415 use of CL function `remove-if-not'.
2416
2417 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
2418
2419 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
2420 filename is not a string.
2421
2422 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
2423
2424 * files.el (safe-local-eval-forms): Fix typo.
2425
2426 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * vc-hooks.el (vc-dir-buffers): New var.
2429 (vc-state-refresh): New function.
2430 (vc-state): Use it.
2431 (vc-after-save): Always ask the backend to recompute the new state.
2432 Always call vc-dir if necessary, using vc-dir-buffers.
2433 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
2434 Use vc-dir-buffers.
2435 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
2436 (vc-dir-prepare-status-buffer, vc-dir-update)
2437 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
2438 Don't call expand-file-name on default-directory.
2439
2440 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
2441
2442 * speedbar.el (speedbar-item-delete):
2443 * calc/calc-prog.el (calc-kbd-if):
2444 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
2445
2446 * epa.el (epa-key-list-mode-map):
2447 * hi-lock.el (hi-lock-menu): Fix typos in menus.
2448
2449 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
2450 (hs-show-hook): Fix typo in docstring.
2451
2452 2009-09-29 Glenn Morris <rgm@gnu.org>
2453
2454 * cedet/semantic/symref/idutils.el:
2455 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
2456
2457 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
2458
2459 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
2460 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
2461 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
2462 Mark declarations not understood by check-declare.
2463
2464 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
2465 file-name-nondirectory call preventing location of cedet files.
2466 (check-declare-verify): Use literal search rather than re-search.
2467 Add basic defmethod and defclass, and define-overloadable-function.
2468
2469 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
2470 Use tramp-compat-file-attributes rather than nonexistent
2471 tramp-compat-handle-file-attributes.
2472
2473 * Makefile.in (lisptagsfiles4): New.
2474 (AUTOGENEL): Add cedet loaddefs files.
2475 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
2476 (update-elclist, compile-always, backup-compiled-files)
2477 (bootstrap-clean): Add yet another directory level.
2478 (update-elclist): Use LC_COLLATE rather than COLLATE.
2479 (ELCFILES): Update, via `make update-elclist'.
2480
2481 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
2482
2483 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
2484 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
2485 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
2486
2487 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
2488
2489 * Makefile.in (lisptagsfiles3): Define.
2490 (TAGS, TAGS-LISP): Use it.
2491 (update-elclist): Add third directory level to look for elc files.
2492 (compile-always): Likewise.
2493 (backup-compiled-files): Likewise.
2494 (bootstrap-clean): Likewise.
2495 (ELCFILES): Update.
2496
2497 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * Makefile.in (ELCFILES): Add CEDET files.
2500
2501 2009-09-28 Eric Ludlam <zappo@gnu.org>
2502
2503 CEDET (development tools) package merged.
2504
2505 * cedet/*.el:
2506 * cedet/ede/*.el:
2507 * cedet/semantic/*.el:
2508 * cedet/srecode/*.el: New files.
2509
2510 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
2511
2512 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
2513
2514 * net/tramp.el (top): Require tramp-imap.
2515
2516 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
2517 Use `tramp-compat-handle-file-attributes'.
2518
2519 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
2520
2521 * net/tramp-imap.el: New package.
2522
2523 2009-09-28 Eric Ludlam <zappo@gnu.org>
2524
2525 * emacs-lisp/chart.el:
2526 * emacs-lisp/eieio-base.el:
2527 * emacs-lisp/eieio-comp.el:
2528 * emacs-lisp/eieio-custom.el:
2529 * emacs-lisp/eieio-datadebug.el:
2530 * emacs-lisp/eieio-opt.el:
2531 * emacs-lisp/eieio-speedbar.el:
2532 * emacs-lisp/eieio.el: New files.
2533
2534 * cedet/cedet-cscope.el:
2535 * cedet/cedet-files.el:
2536 * cedet/cedet-global.el:
2537 * cedet/cedet-idutils.el:
2538 * cedet/data-debug.el:
2539 * cedet/inversion.el:
2540 * cedet/mode-local.el:
2541 * cedet/pulse.el: New files.
2542
2543 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2544
2545 * whitespace.el (whitespace-trailing-regexp)
2546 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2547 Fix doc string.
2548
2549 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
2552 menu.
2553
2554 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
2555 menu-bar-ediff-menu.
2556
2557 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
2558 define-overloadable-function.
2559
2560 * progmodes/autoconf.el: Provide autoconf as well, so that this
2561 file can be `require'd.
2562
2563 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
2564
2565 * emacs-lisp/autoload.el (generated-autoload-feature)
2566 (generated-autoload-load-name): New vars.
2567 (autoload-rubric, autoload-generate-file-autoloads): Use them.
2568 (make-autoload): Recognize define-overloadable-function and
2569 defclass forms (for EIEIO).
2570
2571 * Makefile.in (update-subdirs): Exclude cedet directory.
2572
2573 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2574
2575 * term/ns-win.el: Don't set the region face background. (Bug#4381)
2576
2577 * faces.el: Default light-background background for region face to
2578 ns_selection_color under NS.
2579
2580 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2581
2582 * net/imap-hash.el: New library, see NEWS.
2583
2584 * Makefile.in (ELCFILES): Add imap-hash.el.
2585
2586 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
2589 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
2590 * help-macro.el (make-help-screen): Avoid using an ambiguous function
2591 definition where the docstring could be taken for the return value.
2592
2593 2009-09-26 Glenn Morris <rgm@gnu.org>
2594
2595 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
2596 Add option to only show images below a certain size.
2597 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
2598 save-excursion calls.
2599
2600 2009-09-26 Eli Zaretskii <eliz@gnu.org>
2601
2602 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
2603 subdirectories) and eieio.
2604
2605 2009-09-26 Alan Mackenzie <acm@muc.de>
2606
2607 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
2608 buggy bracketing. (Bug#4289)
2609
2610 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
2611 character constants (as case labels). (Bug#4289)
2612
2613 2009-09-25 Juri Linkov <juri@jurta.org>
2614
2615 * files.el (safe-local-eval-forms): Allow time-stamp in
2616 before-save-hook (Bug#4554).
2617
2618 2009-09-25 Drew Adams <drew.adams@oracle.com>
2619
2620 * menu-bar.el (list-buffers-directory): Doc fix.
2621
2622 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
2625 Try and avoid copying twice the same paragraph.
2626 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
2627 Remove save-excursion.
2628 (log-edit-changelog-entry): Do it here instead.
2629
2630 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
2631
2632 * bs.el (bs--get-file-name): Use `list-buffers-directory'
2633 when available, instead of hardcoding mode names. Doc fix.
2634
2635 * menu-bar.el (list-buffers-directory): Add docstring.
2636 Make automatically buffer-local.
2637
2638 * dired.el (dired-mode):
2639 * files.el (cd-absolute):
2640 * pcvs.el (cvs-temp-buffer):
2641 * pcvs-util.el (cvs-get-buffer-create):
2642 * shell.el (shell-mode):
2643 * vc-dir.el (vc-dir-mode):
2644 Don't make `list-buffers-directory' buffer local.
2645
2646 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
2647
2648 * comint.el (comint-exec, comint-run, make-comint):
2649 Doc fixes (Bug#4542).
2650
2651 2009-09-25 Glenn Morris <rgm@gnu.org>
2652
2653 * mail/rmailmm.el (rmail-mime): New custom group.
2654 Move all defcustoms in this file into this group.
2655 (rmail-mime-media-type-handlers-alist): Revert previous change.
2656 (rmail-mime-show-images): New option.
2657 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
2658 references to it, since it wasn't actually used for anything.
2659 (rmail-mime-insert-image): New function.
2660 (rmail-mime-image): Use rmail-mime-insert-image.
2661 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
2662 obey the value of `rmail-mime-show-images' option. Print the size of
2663 attachments.
2664
2665 2009-09-25 David Engster <deng@randomsample.de>
2666
2667 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
2668
2669 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2670
2671 * whitespace.el: Does not highlight trailing spaces While point is
2672 at end of line. Does not highligt spaces at beginning of buffer
2673 while point is at beginning of buffer. Does not highlight spaces
2674 at end of buffer while point is at end of buffer. (Bug#4177)
2675 New version 12.0.
2676 (whitespace-display-mappings): Adjust initialization.
2677 (whitespace-point, whitespace-font-lock-refontify): New vars.
2678 (whitespace-color-on, whitespace-color-off): Adjust code.
2679 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2680 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
2681 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
2682
2683 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
2684
2685 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
2686
2687 * textmodes/sgml-mode.el: Remove xml-mode alias.
2688
2689 * files.el (auto-mode-alist, conf-mode-maybe)
2690 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
2691
2692 2009-09-24 Alan Mackenzie <acm@muc.de>
2693
2694 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
2695 c-forward-conditionals, but it doesn't move point and doesn't set
2696 the mark.
2697 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
2698 (c-down-conditional-with-else, c-backward-conditional)
2699 (c-forward-conditional): Refactor to use c-scan-conditionals.
2700
2701 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2702
2703 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
2704 (help-default-arg-highlight): Remove.
2705 (help-highlight-arg): New function.
2706 (help-do-arg-highlight): Use it.
2707 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
2708
2709 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * term.el (term-set-scroll-region, term-handle-ansi-escape):
2712 Undo last change, which didn't fix the problem and introduced others.
2713
2714 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
2715
2716 * progmodes/gdb-mi.el: Don't require speedbar.
2717 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
2718
2719 2009-09-24 Glenn Morris <rgm@gnu.org>
2720
2721 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
2722
2723 * term/ns-win.el (ns-reg-to-script): Define for compiler.
2724
2725 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
2726 there is no newline after the final mime boundary. (Bug#4539)
2727 Move markers on insertion so that any buttons inserted don't end up in
2728 the next part of a multipart message.
2729 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
2730 (rmail-mime-bulk-handler): Optionally handle images.
2731 (rmail-mime-image): New button action.
2732 (rmail-mime-image-handler): New function.
2733 (rmail-mime-mode): New mode.
2734 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
2735
2736 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
2739 than just dropping elements from it (bug#4504).
2740
2741 * term.el (term-set-scroll-region): Don't move cursor any more.
2742 (term-handle-ansi-escape): Call term-goto here instead.
2743 Suggested by Ivan Kanis <apple@kanis.eu>.
2744
2745 * term.el: Require CL.
2746 (term-ansi-reset): New function.
2747 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
2748 (term-handle-colors-array): Simplify.
2749
2750 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2751
2752 * allout.el (allout-overlay-interior-modification-handler)
2753 (allout-obtain-passphrase):
2754 * epa-file.el (epa-file-write-region):
2755 * ps-print.el (ps-begin-job):
2756 * vc-hooks.el (vc-toggle-read-only):
2757 * vc-rcs.el (vc-rcs-rollback):
2758 * vc-sccs.el (vc-sccs-rollback):
2759 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
2760 (vc-version-diff, vc-revert, vc-rollback):
2761 * wdired.el (wdired-check-kill-buffer):
2762 * emacs-lisp/authors.el (authors):
2763 * net/socks.el (socks-open-connection):
2764 * net/zeroconf.el (zeroconf-service-add-hook):
2765 * obsolete/vc-mcvs.el (vc-mcvs-register):
2766 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
2767 (gdb-select-frame):
2768 * progmodes/grep.el (lgrep, rgrep):
2769 * progmodes/idlw-help.el (idlwave-help-check-locations)
2770 (idlwave-help-html-link, idlwave-help-assistant-open-link):
2771 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2772 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
2773 (reftex-toc-rename-label): Fix typos in error messages.
2774
2775 * dired-aux.el (dired-do-shell-command): Reflow docstring.
2776 (dired-copy-how-to-fn): Doc fix.
2777 (dired-files-attributes, dired-read-shell-command):
2778 Fix typos in docstrings.
2779
2780 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
2781 (dired-x-find-file-other-window): Reflow docstrings.
2782 (dired-omit-marker-char, dired-read-shell-command)
2783 (dired-x-submit-report): Fix typos in docstrings.
2784
2785 * shell.el (shell-mode-hook):
2786 * view.el (View-scroll-line-forward):
2787 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
2788 Fix typos in docstrings.
2789
2790 * net/dig.el (dig-invoke): Fix typo in docstring.
2791 (query-dig): Reflow docstring.
2792
2793 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
2794 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
2795 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
2796 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
2797 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
2798 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
2799 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
2800 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
2801 (idlwave-completion-map, idlwave-current-indent)
2802 (idlwave-custom-ampersand-surround, idlwave-customize)
2803 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
2804 (idlwave-define-abbrev, idlwave-determine-class-special)
2805 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
2806 (idlwave-end-block-reg, idlwave-end-of-statement)
2807 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
2808 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
2809 (idlwave-explicit-class-listed, idlwave-file-header)
2810 (idlwave-fill-paragraph, idlwave-find-class-definition)
2811 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
2812 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
2813 (idlwave-in-quote, idlwave-indent-action-table)
2814 (idlwave-indent-expand-table, idlwave-indent-line)
2815 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
2816 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
2817 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
2818 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
2819 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
2820 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
2821 (idlwave-outlawed-buffers, idlwave-popup-select)
2822 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
2823 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
2824 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
2825 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
2826 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
2827 (idlwave-statement-type, idlwave-struct-skip)
2828 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
2829 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
2830 (idlwave-what-module-find-class): Fix typos in docstrings.
2831 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
2832 (idlwave-calculate-cont-indent, idlwave-expand-equal)
2833 (idlwave-find-module, idlwave-find-structure-definition)
2834 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
2835 (idlwave-list-load-path-shadows, idlwave-next-statement)
2836 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
2837 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
2838 (idlwave-template): Reflow docstrings.
2839
2840 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
2841 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
2842 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
2843 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
2844 (idlwave-shell-display-line, idlwave-shell-display-wframe)
2845 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
2846 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
2847 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
2848 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
2849 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
2850 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
2851 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
2852 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
2853 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
2854 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
2855 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
2856 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
2857 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
2858 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
2859 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
2860 Fix typos in docstrings.
2861 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
2862 (idlwave-shell-hide-output, idlwave-shell-mode)
2863 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
2864 Reflow docstrings.
2865
2866 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
2867
2868 2009-09-24 Ivan Kanis <apple@kanis.eu>
2869
2870 * term.el (term-bold-attribute): New var.
2871 (term-handle-colors-array): Use it.
2872
2873 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
2874
2875 * progmodes/gdb-mi.el (gdb-version): New variable.
2876 (gdb-non-stop-handler): Set gdb-version.
2877 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
2878 Condition "--thread" option on gdb-version.
2879 (gdb-invalidate-threads): Remove unused argument.
2880
2881 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
2884 to looking-back to avoid ridiculous slow down in large files (bug#4511).
2885
2886 2009-09-23 Glenn Morris <rgm@gnu.org>
2887
2888 * mail/rmail.el (rmail-reply): Don't try to add a References header when
2889 replying to mail without References or Message-Id. (Bug#4525)
2890
2891 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2892
2893 * term/ns-win.el (ns-reg-to-script): New variable.
2894
2895 2009-09-23 Daiki Ueno <ueno@unixuser.org>
2896
2897 * epg.el (epg-wait-for-status): Preserve existing 'error results.
2898
2899 2009-09-22 Sam Steingold <sds@gnu.org>
2900
2901 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
2902 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
2903 to 1 because hg returns status 1 when nothing is found.
2904 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
2905
2906 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * textmodes/fill.el: Convert to utf-8 encoding.
2909 (fill-french-nobreak-p): Remove redundant » and « inherited from our
2910 pre-unicode days.
2911
2912 * add-log.el (change-log-fill-forward-paragraph): New function.
2913 (change-log-mode): Use it so fill-region DTRT.
2914 Set fill-indent-according-to-mode here rather than in
2915 change-log-fill-paragraph.
2916 (change-log-fill-paragraph): Remove.
2917
2918 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
2919
2920 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
2921 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
2922
2923 2009-09-22 Glenn Morris <rgm@gnu.org>
2924
2925 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
2926 the scroll-bar scroll the calendar window rather than the buffer.
2927
2928 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
2929 commands that move point (as opposed to scrolling).
2930
2931 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
2932
2933 * emacs-lisp/elint.el (elint): New custom group.
2934 (elint-log-buffer): Make it a defcustom.
2935 (elint-scan-preloaded, elint-ignored-warnings)
2936 (elint-directory-skip-re): New options.
2937 (elint-builtin-variables): Doc fix.
2938 (elint-preloaded-env): New variable.
2939 (elint-unknown-builtin-args): Add an entry for encode-time.
2940 (elint-extra-errors): Make it a variable rather than a constant.
2941 (elint-preloaded-skip-re): New constant.
2942 (elint-directory): Skip files matching elint-directory-skip-re.
2943 (elint-features): New variable, local to linted buffers.
2944 (elint-update-env): Initialize elint-features. Possibly add
2945 elint-preloaded-env to the buffer's environment.
2946 (elint-get-top-forms): Bind elint-current-pos, for log messages.
2947 Skip quoted forms.
2948 (elint-init-form): New function, extracted from elint-init-env.
2949 Make non-list forms a warning rather than an error.
2950 Add the mode-map for define-derived-mode. Handle define-minor-mode,
2951 easy-menu-define, put that adds an error-condition, and provide.
2952 When requiring cl, also require cl-macs. Really require cl, to handle
2953 some cl macros. Store required libraries in the list elint-features,
2954 so as not to re-load them. Treat cc-require like require.
2955 (elint-init-env): Call elint-init-form to do the work.
2956 Handle eval-and-compile and such like.
2957 (elint-add-required-env): Do not clear messages.
2958 (elint-special-forms): Add handlers for function, defalias, if, when,
2959 unless, and, or.
2960 (elint-form): Add optional argument to ignore elint-special-forms,
2961 useful to prevent recursive calls from handlers. Doc fix.
2962 Respect elint-ignored-warnings.
2963 (elint-form): Respect elint-ignored-warnings.
2964 (elint-bound-variable, elint-bound-function): New variables.
2965 (elint-unbound-variable): Respect elint-bound-variable.
2966 (elint-get-args): Respect elint-bound-function.
2967 (elint-check-cond-form): Add some simple handling for (f)boundp and
2968 featurep tests.
2969 (elint-check-defalias-form): New handler.
2970 (elint-check-let-form): Make an empty let a warning rather than an
2971 error.
2972 (elint-check-setq-form): Make an empty setq a warning rather than an
2973 error. Respect elint-ignored-warnings.
2974 (elint-check-defvar-form): Accept null doc-strings.
2975 (elint-check-conditional-form): New handler. Does some simple-minded
2976 checking of featurep and (f)boundp tests.
2977 (elint-put-function-args): New function.
2978 (elint-initialize): Use elint-scan-doc-file rather than
2979 elint-find-builtin-variables. Use elint-put-function-args.
2980 Possibly scan preloaded-file-list.
2981 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
2982 extend to handle functions as well.
2983
2984 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
2985
2986 * linum.el (linum-delete-overlays, linum-update-window):
2987 Do not modify the right margin. (Bug#3971)
2988
2989 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
2992 nxml-mode instead of xml-mode.
2993
2994 2009-09-21 Kevin Ryde <user42@zip.com.au>
2995
2996 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
2997
2998 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * net/dig.el (dig-mode): Use define-derived-mode.
3001
3002 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3003
3004 * vc-dispatcher.el (vc-do-command): Return the process object in
3005 the asynchronous case. Use when instead of if. Do not run
3006 vc-exec-after to display a message if not enabled. (Bug#4463)
3007
3008 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
3009 properties to the stash strings.
3010 (vc-git-stash-list): Return a list of strings.
3011 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
3012 (vc-git-stash-show-at-point): New functions.
3013 (vc-git-stash-map): New keymap.
3014
3015 * register.el (ctl-x-r-map): Define the keys here instead of
3016 using autoload.
3017
3018 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
3019
3020 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
3021 list, to workaround performance problem (bug#4485).
3022
3023 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
3024
3025 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
3026
3027 2009-09-20 Daiki Ueno <ueno@unixuser.org>
3028
3029 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
3030 Document that this option is not recommended to use.
3031
3032 2009-09-19 Glenn Morris <rgm@gnu.org>
3033
3034 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
3035 variable `var'.
3036
3037 * calc/calc-alg.el (var):
3038 * calc/calcalg2.el (var): Define for compiler.
3039
3040 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
3043 Doc fix (Bug#3932).
3044
3045 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
3046
3047 * time-stamp.el (time-stamp-month-dd-yyyy)
3048 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
3049 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3050 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
3051 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
3052 Remove functions that have been obsolete since 1995 (Bug#4436).
3053
3054 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
3055 indent buffer only if called interactively (Bug#4452).
3056
3057 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
3058 Eli Zaretskii <eliz@gnu.org>
3059
3060 This fixes bug#4197 (merged to bug#865, though not identical).
3061 * server.el (server-auth-dir): Add docstring note about FAT32.
3062 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
3063 but warn against using them.
3064
3065 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
3066
3067 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
3068 older GDB where there is no has_more field.
3069
3070 2009-09-19 Glenn Morris <rgm@gnu.org>
3071
3072 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3073
3074 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
3075
3076 * files.el (auto-mode-alist): Change default for XML files to nXML
3077 mode (Bug#4169).
3078
3079 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * server.el (server-ensure-safe-dir): Pass 'integer
3082 to `file-attributes', as suggested.
3083
3084 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 * dired-aux.el (dired-query-alist): Remove spurious backslash.
3087 (dired-query): Use read-key.
3088
3089 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3090
3091 * cus-start.el (ns-use-qd-smoothing): Remove.
3092
3093 2009-09-18 Glenn Morris <rgm@gnu.org>
3094
3095 * allout.el (top-level): Remove unnecessary progn.
3096
3097 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
3098
3099 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
3100 definition of abbrev table.
3101
3102 * speedbar.el (speedbar-track-mouse):
3103 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
3104 * net/eudc.el (eudc-expand-inline):
3105 * net/newst-backend.el (newsticker--cache-read-feed):
3106 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
3107 condition-case handlers.
3108
3109 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
3110
3111 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
3112 (gdb-var-list): Add an element for has_more field.
3113 (gdb-non-stop-handler): Enable pretty printing for STL containers.
3114 (gdb-var-create-handler, gdb-var-list-children-handler-1)
3115 (gdb-var-update-handler-1): Parse output of dynamic variable
3116 objects (STL containers).
3117 (gdb-var-delete-1): Pass var1 as an explicit second argument.
3118 (gdb-get-field): Delete alias. Use bindat-get-field directly.
3119
3120 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
3121 gdb-var-list.
3122 (gud-speedbar-buttons): Make node expandable if expression "has more"
3123 children.
3124
3125 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
3126
3127 * startup.el (emacs-quick-startup): Remove variable and all uses.
3128 (command-line): Set `inhibit-x-resources' instead.
3129 (command-line-1): Use `inhibit-x-resources' instead.
3130
3131 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
3132
3133 * subr.el: Fix last change to avoid using the `unless' macro,
3134 which breaks bootstrapping.
3135
3136 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
3139 extended definitions, in case we reload subr.el after having
3140 loaded CL.
3141 (eval-next-after-load): Mark as obsolete.
3142
3143 2009-09-17 Juri Linkov <juri@jurta.org>
3144
3145 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
3146 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
3147 (menu-bar-showhide-menu, menu-bar-tools-menu)
3148 (menu-bar-describe-menu, menu-bar-help-menu)
3149 (minibuffer-local-completion-map, minibuffer-local-map):
3150 Fix list quoting.
3151
3152 2009-09-17 Glenn Morris <rgm@gnu.org>
3153
3154 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
3155 arguments, whether or not it has a handler.
3156
3157 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
3158
3159 * simple.el (hard-newline): Give it a doc-string.
3160
3161 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3162 (lisp-mode-syntax-table): Give them doc-strings.
3163
3164 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3165
3166 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
3167 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
3168 (menu-bar-options-menu, menu-bar-showhide-menu)
3169 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
3170 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
3171 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
3172 (menu-bar-options-menu, menu-bar-tools-menu)
3173 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
3174 (menu-bar-help-menu):
3175 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
3176 string arguments.
3177
3178 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
3179 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
3180 calls for the menu names and :help.
3181
3182 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * mouse.el (minor-mode-menu-from-indicator): Pay attention
3185 to :minor-mode-function (bug#4455).
3186
3187 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * startup.el (command-line): Initialize the window-system after
3190 processing the command-line.
3191
3192 * textmodes/page.el (what-page): Make sure we don't inf-loop if
3193 page-delimiter matches the empty string.
3194
3195 2009-09-16 Glenn Morris <rgm@gnu.org>
3196
3197 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
3198 byte-compile-not-obsolete-var. It's a list now.
3199 (byte-compile-not-obsolete-funcs): New variable.
3200 (byte-compile-warn-obsolete): Don't warn about functions if they are in
3201 byte-compile-not-obsolete-funcs.
3202 (byte-compile-variable-ref, byte-compile-defvar): Update for
3203 byte-compile-not-obsolete-vars name-change and list nature.
3204 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
3205 and variables behind (f)boundp tests.
3206 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
3207
3208 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3209
3210 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
3211
3212 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
3215 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
3216 Don't autoload.
3217
3218 2009-09-15 Stephen Eglen <stephen@gnu.org>
3219
3220 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
3221 the virtual-buffers, use the name of the buffer specified by
3222 find-file-noselect, as the match may be a symlink. (This was a
3223 problem if the target and the symlink had different names.)
3224
3225 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
3228
3229 * desktop.el (desktop-path): Check user-emacs-directory.
3230
3231 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
3232
3233 * loadup.el: Use after-load-functions to GC after loading each file.
3234 Remove the explicit GC calls that used to be sprinkled around.
3235
3236 * subr.el (after-load-functions): New hook.
3237 (do-after-load-evaluation): Run it. Use string-match-p to detect
3238 `obsolete' packages, rather than painfully extracting the relevant
3239 directory name.
3240
3241 2009-09-15 Glenn Morris <rgm@gnu.org>
3242
3243 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
3244 free variable `doc'.
3245
3246 * dired.el (dired-mode-map): Add menu entry for async shell command.
3247
3248 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
3249 variables, also consider the .elc files, since the .el files are
3250 normally gzipped (subsequent code locates the .el.gz from the .elc).
3251
3252 * calc/calc-prog.el (arglist): Define for compiler.
3253
3254 * calendar/diary-lib.el (diary-display-function): Change the default to
3255 fancy display.
3256 (body): Define for compiler.
3257
3258 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
3259 (byte-compile-file-form, byte-compile-lambda)
3260 (byte-compile-top-level-body, byte-compile-form)
3261 (byte-compile-variable-ref, byte-compile-setq)
3262 (byte-compile-setq-default, byte-compile-body)
3263 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
3264 (batch-byte-compile): Give some more local variables with common names
3265 a "bytecomp-" prefix to avoid masking warnings about free variables.
3266
3267 * startup.el (command-line-1): Give local variables with common names a
3268 distinguishing prefix, so as not to hide free variable warnings during
3269 bootstrap.
3270
3271 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
3272 clever and add a suffix to make a unique name, just let the user decide
3273 whether or not to overwrite it. If the input is a directory, write the
3274 default filename to that directory. (Bug#4388)
3275 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
3276 is a filename-as-a-directory.
3277
3278 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * textmodes/page.el (what-page): Don't move to beginning of line.
3281 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
3282
3283 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
3286
3287 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3288
3289 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
3290 * help.el (help-for-help-internal): Add purecopy calls for text.
3291
3292 * vc.el (top): print-log method now takes an optional SHORTLOG
3293 argument. Add a new method: root.
3294 (vc-root-diff, vc-print-root-log): New functions.
3295 (vc-log-short-style): New variable.
3296 (vc-print-log-internal): Add support for showing short logs.
3297
3298 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
3299 vc-print-root-log and vc-print-root-diff.
3300
3301 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
3302 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
3303 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
3304 short logs.
3305
3306 * vc-cvs.el (vc-cvs-print-log):
3307 * vc-mtn.el (vc-mtn-print-log):
3308 * vc-rcs.el (vc-rcs-print-log):
3309 * vc-sccs.el (vc-sccs-print-log):
3310 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
3311 that is ignored for now.
3312
3313 * vc-mtn.el (vc-mtn-annotate-command):
3314 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
3315
3316 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
3319 to function-key-map, and give them ascii-character property.
3320 * term/x-win.el (x-alternatives-map):
3321 * term/ns-win.el (ns-alternatives-map):
3322 * term/internal.el (msdos-key-remapping-map):
3323 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
3324
3325 2009-09-14 Glenn Morris <rgm@gnu.org>
3326
3327 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
3328 temp-buffers (2009-09-12).
3329
3330 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
3333 the new read-key function.
3334
3335 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
3338 is defined (Bug#4405).
3339
3340 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
3341
3342 * recentf.el (recentf-cleanup): Use a hash table to find
3343 duplicates (Bug#4407).
3344
3345 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
3346
3347 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
3348 kp-0 to ascii equivalents (Bug#4325).
3349
3350 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
3353
3354 * eshell/em-hist.el:
3355 * eshell/em-dirs.el (eshell-complete-user-reference):
3356 Declare pcomplete functions and variables to avoid compiler warnings.
3357
3358 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
3359
3360 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
3361 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
3362 * eshell/em-alias.el (eshell-aliases-file):
3363 * eshell/em-hist.el (eshell-history-file-name):
3364 Use expand-file-name instead of concat to make file names (Bug#4308).
3365
3366 2009-09-13 Glenn Morris <rgm@gnu.org>
3367
3368 * ediff-merg.el (ediff-do-merge):
3369 * filesets.el (filesets-run-cmd):
3370 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
3371 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
3372 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
3373 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
3374 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
3375 Replace empty `let's with `progn'.
3376
3377 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * mail/sendmail.el (send-mail-function):
3380 * tooltip.el (tooltip-mode):
3381 * simple.el (transient-mark-mode):
3382 * rfn-eshadow.el (file-name-shadow-mode):
3383 * frame.el (blink-cursor-mode):
3384 * font-core.el (global-font-lock-mode):
3385 * files.el (temporary-file-directory)
3386 (small-temporary-file-directory, auto-save-file-name-transforms):
3387 * epa-hook.el (auto-encryption-mode):
3388 * composite.el (global-auto-composition-mode):
3389 Use custom-initialize-delay.
3390 * startup.el (command-line): Don't explicitly call
3391 custom-reevaluate-setting for all the above vars.
3392 * custom.el (custom-initialize-safe-set)
3393 (custom-initialize-safe-default): Delete.
3394
3395 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * term/x-win.el (x-initialize-window-system):
3398 * term/w32-win.el (w32-initialize-window-system):
3399 * term/ns-win.el (ns-initialize-window-system): Don't call
3400 mouse-wheel-mode since it's enabled globally by default already.
3401
3402 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
3403 actually define the variable, but only silences the byte-compiler.
3404 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
3405 before looking it up.
3406 (mouse-wheel-scroll-amount): Also reset the bindings if this value
3407 is changed.
3408
3409 2009-09-12 Glenn Morris <rgm@gnu.org>
3410
3411 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
3412 1000.
3413 (elint-add-required-env): Don't beep on error.
3414 (elint-forms): In case of error, return ENV unchanged.
3415 (elint-init-env): Skip non-list forms.
3416 (elint-log): Handle unknown file positions.
3417
3418 2009-09-12 Daiki Ueno <ueno@unixuser.org>
3419
3420 * epg.el (epg-make-context): Add autoload cookie.
3421 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
3422 (epg-decrypt-string, epg-start-verify, epg-verify-file)
3423 (epg-verify-string, epg-start-sign, epg-sign-file)
3424 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
3425 (epg-encrypt-string, epg-start-export-keys)
3426 (epg-export-keys-to-file, epg-export-keys-to-string)
3427 (epg-start-import-keys, epg-import-keys-from-file)
3428 (epg-import-keys-from-string, epg-start-receive-keys)
3429 (epg-receive-keys, epg-import-keys-from-server)
3430 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
3431 (epg-sign-keys, epg-start-generate-key)
3432 (epg-generate-key-from-file, epg-generate-key-from-string):
3433 Remove autoload cookie.
3434
3435 2009-09-12 Eli Zaretskii <eliz@gnu.org>
3436
3437 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
3438 reevaluation of trash-directory.
3439
3440 * mwheel.el: Fix last change.
3441 (mouse-wheel-mode): New defvar.
3442 (mouse-wheel-mode): Remove autoload cookie.
3443
3444 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * mwheel.el (mwheel-installed-bindings): New var.
3447 (mouse-wheel-mode): Use it, so as to make sure we really remove all
3448 the bindings we set last time. Use custom-initialize-delay.
3449 * loadup.el: Load mwheel after term/*-win.el.
3450 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
3451 and mouse-wheel-up-event now that their first evaluation is done
3452 sufficiently late to be correct.
3453
3454 * startup.el (tutorial-directory): Make it a defcustom.
3455 Use custom-initialize-delay rather than eval-at-startup to set it.
3456 * image.el (image-load-path): Make it a defcustom.
3457 Use custom-initialize-delay rather than eval-at-startup to set it.
3458 * subr.el (eval-at-startup): Remove.
3459 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
3460
3461 * subr.el (do-after-load-evaluation): Warn the user after loading an
3462 obsolete package.
3463
3464 2009-09-12 Glenn Morris <rgm@gnu.org>
3465
3466 * proced.el (proced-mark-alt): Remove alias.
3467 (proced-mode-map): Remove proced-mark-alt.
3468
3469 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
3470 Elint file and directory. Remove initialization entry.
3471
3472 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
3473 commands.
3474 (elint-current-buffer): Set mode-line-process.
3475 (elint-init-env): Handle define-derived-mode.
3476 Fix declare-function with unspecified arglist. Guard against odd
3477 defalias statements (eg iso-insert's 8859-1-map).
3478 (elint-add-required-env): Use a temp buffer.
3479 (elint-form): Just print the function/macro name, not the whole form.
3480 Return env unchanged if we fail to parse a macro.
3481 (elint-forms): Guard against parse errors.
3482 (elint-output): New function, to handle batch mode.
3483 (elint-log-message): Add optional argument. Use elint-output.
3484 (elint-set-mode-line): New function.
3485
3486 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
3487
3488 * emacs-lisp/elp.el (elp-not-profilable): Add more
3489 functions (Bug#4233).
3490
3491 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
3492
3493 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
3494 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
3495
3496 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
3497
3498 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
3499 (gdb-var-list-children): Use json parsing.
3500
3501 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
3502
3503 * progmodes/js.el (js--proper-indentation): Handle the case where
3504 char-before is null. Reported by Deniz Dogan.
3505
3506 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
3507
3508 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
3509
3510 2009-09-11 Daiki Ueno <ueno@unixuser.org>
3511
3512 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
3513 (epg-digest-algorithm-alist): Add SHA224.
3514 (epg-context-set-passphrase-callback)
3515 (epg-context-set-progress-callback): Add description about
3516 callback function.
3517
3518 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * custom.el (custom-delayed-init-variables): New var.
3521 (custom-initialize-delay): New function.
3522 * startup.el (command-line): "Re"evaluate all vars in
3523 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
3524 explicitly any more.
3525 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
3526 to avoid creating a ~/.emacs.d at build-time (bug#4347).
3527
3528 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
3529
3530 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
3531
3532 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
3533 (gdb-var-update-handler): Use json parsing.
3534
3535 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
3536
3537 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
3538 decode annotated text, regardless of language environment. (Bug#2741)
3539
3540 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * Makefile.in (autoloads): Make rmail.el writable as well.
3543
3544 2009-09-11 Glenn Morris <rgm@gnu.org>
3545
3546 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
3547 loaddefs.el.
3548 * dired.el: Regenerate with extracted autoloads.
3549 * Makefile.in (autoloads): Make dired.el writable.
3550
3551 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
3552 * ibuffer.el: Regenerate with extracted autoloads.
3553 * Makefile.in (autoloads): Make ibuffer.el writable.
3554
3555 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
3556 * version.el (emacs-copyright, emacs-major-version)
3557 (emacs-minor-version): Reformat doc-strings for make-docfile.
3558
3559 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
3560 functions and variables, since they must be stuff specific to some other
3561 platform.
3562 (apropos-print): Make mouse-click message less specific about button.
3563
3564 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
3565 that records where a macro was defined.
3566 * help-fns.el (describe-function-1): Mention if a function has a
3567 compiler-macro.
3568 * help-mode.el (help-function-cmacro): New button.
3569
3570 * locate.el (top-level): Always require dired.
3571 (locate-mode-map): Initialize inside the defvar.
3572
3573 * net/ange-ftp.el (dired-compress-file): Declare.
3574 (ange-ftp-dired-compress-file): Add doc string.
3575
3576 * term/ns-win.el (x-display-name, x-setup-function-keys):
3577 Unify doc-strings with X versions.
3578
3579 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * emulation/crisp.el (crisp-mode-map): Move initialization
3582 into declaration.
3583 (crisp-mode): Use define-minor-mode.
3584
3585 * progmodes/xscheme.el (xscheme-evaluation-commands):
3586 Put a :advertised-binding property rather than using
3587 advertised-xscheme-send-previous-expression.
3588 (advertised-xscheme-send-previous-expression): Declare obsolete.
3589 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
3590 `advertised-undo'.
3591 (crisp-mode): Add corresponding bindings to
3592 undo's :advertised-binding instead.
3593 * dired.el (dired-mode-map): Put a :advertised-binding property rather
3594 than using dired-advertised-find-file.
3595 (dired-advertised-find-file):
3596 * simple.el (advertised-undo):
3597 * wid-edit.el (advertised-widget-backward): Declare obsolete.
3598 (widget-keymap): Put a :advertised-binding property rather
3599 than using advertised-widget-backward.
3600 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
3601 than using advertised-undo.
3602 * tutorial.el (tutorial--default-keys): Adjust accordingly.
3603
3604 2009-09-10 Simon South <ssouth@slowcomputing.org>
3605
3606 * progmodes/delphi.el (delphi-tab): Indent region when Transient
3607 Mark mode is enabled and region is active; otherwise indent or
3608 insert TAB as usual.
3609 (delphi-mode): Update description of TAB-key binding.
3610
3611 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * subr.el (define-key-rebound-commands): Mark obsolete.
3614 * startup.el (precompute-menubar-bindings): Remove.
3615 (normal-top-level): Remove obsolete code that tried to precompute
3616 menubar bindings.
3617 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
3618 define-key-rebound-commands and precompute-menubar-bindings.
3619
3620 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
3621
3622 * net/imap.el (imap-interactive-login): Better messages.
3623 (imap-open): Fix bug with renamed buffer on reconnect.
3624 (imap-authenticate): Add buffer-local imap-last-authenticator variable
3625 for easier debugging and cleaner code. On successful (guessed based on
3626 server capabilities) secondary authentication, set imap-state
3627 correctly.
3628 (imap-last-authenticator): Define imap-last-authenticator as a variable
3629 to avoid warnings.
3630
3631 2009-09-10 Glenn Morris <rgm@gnu.org>
3632
3633 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
3634
3635 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
3636 (byte-compile-file-form-autoload): Don't warn about unknown functions
3637 where the autoload statement comes after the use.
3638 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
3639 that any handlers inside the body (eg require) are in turn respected.
3640
3641 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
3642 effects.
3643
3644 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
3645 and syntax and abbrev tables basic docs, if they don't have any.
3646
3647 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
3648
3649 * international/mule-cmds.el (top-level): Require cl when compiling.
3650 (view-hello-file): Use default-value rather than
3651 default-enable-multibyte-characters.
3652
3653 * progmodes/fortran.el: Move all safe and risky properties into the
3654 defcustoms.
3655
3656 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
3657 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
3658 * mail/undigest.el:
3659 Put autoloads in rmail.el rather than loaddefs.el.
3660 * mail/rmail.el: Regenerate with extracted autoloads.
3661
3662 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
3663 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
3664
3665 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
3666
3667 Reported in thread for Bug#4375.
3668 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
3669 "-data-evaluate-expression" instead of print.
3670 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
3671 (gdb-tooltip-print): Parse output from above MI command.
3672 (gdb): Revert 2009-08-11 change. User should detach inferior
3673 manually.
3674
3675 Remove the word "separate" from IO functions as inferior
3676 output is now never displayed in the GUD buffer.
3677
3678 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
3679
3680 * startup.el (command-line-normalize-file-name): On Windows and
3681 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
3682
3683 2009-09-10 Juri Linkov <juri@jurta.org>
3684
3685 * isearch.el (isearch-text-char-description): Propertize escape
3686 character sequences with the `escape-glyph' face. (Bug#4344)
3687
3688 * simple.el (shell-command): Set asynchronous process filter to
3689 `comint-output-filter'. (Bug#4343)
3690
3691 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
3692 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
3693 the list. Move "asm" to the bottom.
3694 (grep-find-ignored-directories): Add `choice' with nil value
3695 to empty the list easily.
3696 (grep-find-ignored-files): New option.
3697 (grep-files-history): Set to nil by default instead of '("ch" "el").
3698 (grep-compute-defaults): Add "<X>" to `grep-template'.
3699 (grep-read-files): Bind new local variables `default-alias' and
3700 `default-extension'. Use a list of default values for the file prompt.
3701 (lgrep): Add `--exclude=' command line options composed from
3702 `grep-find-ignored-files'.
3703 (rgrep): Add `-name' command line options composed from
3704 `grep-find-ignored-files'. (Bug#4301)
3705
3706 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
3709 (bug#4368).
3710
3711 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3712
3713 * calendar/time-date.el (autoload):
3714 Expand define-obsolete-function-alias into defalias and make-obsolete
3715 for old Emacsen that Gnus supports.
3716 (with-no-warnings): Define it for old Emacsen.
3717 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3718 is available.
3719 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3720 float-time is available; suppress compile warning for time-to-seconds.
3721
3722 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
3723
3724 * net/imap.el (imap-message-map): Docstring fix.
3725
3726 2009-09-09 Glenn Morris <rgm@gnu.org>
3727
3728 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
3729 line numbers too. (Bug#4374)
3730
3731 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 * smerge-mode.el (smerge-remove-props, smerge-refine):
3734 Use with-silent-modifications (bug#4342).
3735
3736 * subr.el (with-silent-modifications): New macro.
3737
3738 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
3739
3740 * files.el (top-level): Require `cl' when compiling.
3741
3742 2009-09-07 Glenn Morris <rgm@gnu.org>
3743
3744 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
3745
3746 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
3747 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
3748
3749 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
3750
3751 * vc-git.el (vc-git-annotate-command): Use separator to parse
3752 arguments correctly.
3753
3754 2009-09-06 Eli Zaretskii <eliz@gnu.org>
3755
3756 * proced.el (proced-mode): Doc fix.
3757
3758 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
3759
3760 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
3761 lstat fails.
3762 (tramp-do-file-attributes-with-ls): Check for file existence at
3763 remote end.
3764 (tramp-do-file-attributes-with-stat): Likewise.
3765 (tramp-convert-file-attributes): Return nil when attr is nil.
3766
3767 2009-09-05 Glenn Morris <rgm@gnu.org>
3768
3769 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
3770 properties to this button.
3771 (diary-fancy-display): Don't extend the button to the final newline.
3772 (diary-fancy-display-mode): Continue to define "q" as a local key.
3773
3774 * calendar/cal-china.el (holiday-chinese): Make it slightly more
3775 efficient.
3776
3777 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
3778
3779 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
3780 (byte-compile-dest-file-function): New option.
3781 (byte-compile-dest-file): Doc fix.
3782 Obey byte-compile-dest-file-function.
3783 (byte-compile-cl-file-p): New function.
3784 (byte-compile-eval): Only suppress noruntime warnings about cl functions
3785 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
3786 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
3787 than for file being previously loaded.
3788 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
3789 (byte-compile-file-form-require): Handle the case where requiring a file
3790 indirectly causes CL to be loaded.
3791
3792 2009-09-05 Karl Fogel <kfogel@red-bean.com>
3793
3794 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
3795 before killing the old buffer, since by the time `kill-buffer' is
3796 run so many buffer variables have been set to nil that it may not
3797 behave as expected. (Bug#4061)
3798
3799 2009-09-05 Karl Fogel <kfogel@red-bean.com>
3800
3801 * files.el (find-alternate-file): If the old buffer is modified
3802 and visiting a file, behave similarly to `kill-buffer' when
3803 killing it, thus reverting to the pre-1.878 behavior; see
3804 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
3805 for discussion. Also, consult `buffer-file-name' as a variable
3806 not as a function, for consistency with the rest of the code.
3807
3808 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
3809
3810 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
3811 also when adding a new directory.
3812
3813 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
3814 defun.
3815
3816 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3817
3818 * files.el (locate-file-completion-table): Make it provide boundary
3819 information, so partial-completion works better.
3820
3821 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
3822
3823 * mail/footnote.el (Footnote-text-under-cursor):
3824 Check footnote-text-marker-alist before using it (bug#4324).
3825
3826 2009-09-04 Glenn Morris <rgm@gnu.org>
3827
3828 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
3829 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
3830 * play/solitaire.el, play/tetris.el:
3831 Remove leading * from defcustom and defface docs.
3832
3833 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
3834 necessary.
3835 (diary-fancy-overriding-map): New variable.
3836 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
3837 Use view-mode.
3838
3839 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
3840 goto-line.
3841
3842 2009-09-03 Glenn Morris <rgm@gnu.org>
3843
3844 * arc-mode.el (archive-mode):
3845 * dos-fns.el (set-default-process-coding-system):
3846 * man.el (Man-getpage-in-background):
3847 * menu-bar.el (menu-bar-describe-menu):
3848 * server.el (server-process-filter):
3849 * startup.el (command-line):
3850 * tar-mode.el (tar-header-block-tokenize, tar-extract):
3851 * w32-fns.el (set-default-process-coding-system):
3852 * x-dnd.el (x-dnd-handle-file-name):
3853 * international/mule-cmds.el (mule-menu-keymap)
3854 (set-default-coding-systems, language-info-alist, set-language-info)
3855 (set-language-environment, standard-display-european-internal)
3856 (set-locale-environment):
3857 * international/mule-diag.el (mule-diag):
3858 * mail/emacsbug.el (report-emacs-bug):
3859 * mail/rmail.el (rmail-mode):
3860 * mail/sendmail.el (mail-setup):
3861 Use default-value rather than default-enable-multibyte-characters.
3862
3863 * progmodes/f90.el: Move all safe properties into the defcustoms.
3864 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
3865
3866 * calendar/appt.el (appt-check):
3867 * calendar/diary-lib.el (diary-set-header, diary-live-p)
3868 (diary-check-diary-file, diary-list-entries)
3869 (diary-include-other-diary-files, diary-simple-display)
3870 (diary-fancy-display, diary-print-entries)
3871 (diary-mark-included-diary-files, diary-make-entry):
3872 Don't call substitute-in-file-name on diary-file.
3873
3874 2009-09-03 Eduard Wiebe <usenet@pusto.de>
3875 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * mail/footnote.el (footnote-prefix): Make it a defcustom.
3878 (footnote-mode-map): Move initialization into the declaration.
3879 (footnote-minor-mode-map): Define it rather than changing global-map.
3880 (footnote-mode): Use define-minor-mode.
3881
3882 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
3883
3884 * net/tramp.el (tramp-handle-file-attributes-with-ls)
3885 (tramp-do-file-attributes-with-perl)
3886 (tramp-do-file-attributes-with-stat): Rename from
3887 `tramp-handle-file-attributes-with-*'.
3888 (tramp-handle-file-attributes): Use them.
3889 (tramp-do-directory-files-and-attributes-with-perl)
3890 (tramp-do-directory-files-and-attributes-with-stat): Rename from
3891 `tramp-handle-directory-files-and-attributes-with-*'.
3892 (tramp-handle-directory-files-and-attributes): Use them.
3893 (tramp-method-out-of-band-p): Additional parameter SIZE.
3894 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
3895 (tramp-handle-write-region): Use it.
3896 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
3897 (tramp-handle-vc-registered): Check, whether the first run did
3898 return files to be tested.
3899 (tramp-advice-make-auto-save-file-name): Do not call directly
3900 `tramp-handle-make-auto-save-file-name', because this would bypass
3901 the locking mechanism.
3902
3903 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
3904 (file-remote-p, process-file, start-file-process, set-file-times)
3905 (tramp-compat-file-attributes): Compatibility functions shall not
3906 call directly `tramp-handle-*', because this would bypass the
3907 locking mechanism.
3908 (tramp-compat-number-sequence): New defun.
3909
3910 2009-09-02 Glenn Morris <rgm@gnu.org>
3911
3912 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
3913 alias for float-time.
3914 (time-to-number-of-days): In Emacs, use float-time.
3915 * net/newst-backend.el (time-add): Suppress warnings from compat
3916 function.
3917 * time.el (emacs-uptime, emacs-init-time):
3918 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
3919 Use float-time rather than time-to-seconds.
3920
3921 * minibuffer.el (completion-initials-expand): Fix typo.
3922
3923 * faces.el (modeline, modeline-inactive, modeline-highlight)
3924 (modeline-buffer-id):
3925 * info.el (info-menu-5): Mark these face aliases as obsolete.
3926
3927 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
3928
3929 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
3930 space ...
3931 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
3932 no "--thread" option.
3933 (gdb-stopped): Don't print "Switched to thread" message when it is
3934 unchanged.
3935
3936 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * minibuffer.el (completion-try-completion)
3939 (completion-all-completions): Remove ill-defined (and
3940 mistakenly installed and luckily never used nor documented)
3941 `completion-styles' property.
3942 (completion-initials-expand, completion-initials-all-completions)
3943 (completion-initials-try-completion): New functions.
3944 (completion-styles-alist): Add doc to each entry.
3945 Add new `initials' entry.
3946
3947 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
3948
3949 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
3950 MI command -var-evaluate-expression.
3951 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
3952 and tweak for case of string child.
3953 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
3954
3955 2009-09-01 Glenn Morris <rgm@gnu.org>
3956
3957 * add-log.el (change-log-date-face, change-log-name-face)
3958 (change-log-email-face, change-log-file-face, change-log-list-face)
3959 (change-log-conditionals-face, change-log-function-face)
3960 (change-log-acknowledgement-face):
3961 * cus-edit.el (custom-invalid-face, custom-rogue-face)
3962 (custom-modified-face, custom-set-face, custom-changed-face)
3963 (custom-saved-face, custom-button-face, custom-button-pressed-face)
3964 (custom-documentation-face, custom-state-face, custom-comment-face)
3965 (custom-comment-tag-face, custom-variable-tag-face)
3966 (custom-variable-button-face, custom-face-tag-face)
3967 (custom-group-tag-face-1, custom-group-tag-face):
3968 * diff-mode.el (diff-header-face, diff-file-header-face)
3969 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3970 (diff-added-face, diff-changed-face, diff-function-face)
3971 (diff-context-face, diff-nonexistent-face):
3972 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3973 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
3974 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3975 (Info-title-4-face):
3976 * isearch.el (isearch-lazy-highlight-face):
3977 * log-view.el (log-view-file-face, log-view-message-face):
3978 * paren.el (show-paren-match-face, show-paren-mismatch-face):
3979 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3980 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3981 (cvs-msg-face):
3982 * smerge-mode.el (smerge-mine-face, smerge-other-face)
3983 (smerge-base-face, smerge-markers-face):
3984 * wid-edit.el (widget-documentation-face, widget-button-face)
3985 (widget-field-face, widget-single-line-field-face)
3986 (widget-inactive-face, widget-button-pressed-face):
3987 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
3988 (woman-addition-face):
3989 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
3990 (eshell-ls-executable-face, eshell-ls-readonly-face)
3991 (eshell-ls-unreadable-face, eshell-ls-special-face)
3992 (eshell-ls-missing-face, eshell-ls-archive-face)
3993 (eshell-ls-backup-face, eshell-ls-product-face)
3994 (eshell-ls-clutter-face):
3995 * eshell/em-prompt.el (eshell-prompt-face):
3996 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
3997 * obsolete/old-whitespace.el (whitespace-highlight-face):
3998 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
3999 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
4000 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
4001 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
4002 (antlr-font-lock-literal-face):
4003 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4004 (ebrowse-root-class-face, ebrowse-file-name-face)
4005 (ebrowse-default-face, ebrowse-member-attribute-face)
4006 (ebrowse-member-class-face, ebrowse-progress-face):
4007 * progmodes/make-mode.el (makefile-space-face):
4008 * progmodes/sh-script.el (sh-heredoc-face):
4009 * textmodes/flyspell.el (flyspell-incorrect-face)
4010 (flyspell-duplicate-face):
4011 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
4012 * textmodes/texinfo.el (texinfo-heading-face):
4013 Mark face aliases with "-face" suffix as obsolete.
4014
4015 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
4016 compiler.
4017
4018 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
4019 (eudc-bob-sound-menu): Use defvar rather than defconst, since
4020 easy-menu-define wants to modify these.
4021
4022 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
4023
4024 * net/browse-url.el (browse-url-file-url):
4025 * term/internal.el (dos-codepage-setup):
4026 Use default-value rather than default-enable-multibyte-characters.
4027
4028 * progmodes/etags.el (etags-goto-tag-location):
4029 * progmodes/flymake.el (flymake-highlight-line)
4030 (flymake-goto-file-and-line, flymake-goto-line):
4031 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
4032 (gdb-goto-breakpoint):
4033 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4034 * progmodes/python.el (python-find-function)
4035 (python-pdbtrack-track-stack-file):
4036 * progmodes/verilog-mode.el (verilog-surelint-off):
4037 * term/ns-win.el (ns-open-file-select-line):
4038 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4039 Use forward-line rather than goto-line.
4040
4041 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
4042 * textmodes/reftex-index.el (reftex-display-index):
4043 * textmodes/reftex-ref.el (reftex-offer-label-menu):
4044 * textmodes/reftex-toc.el (reftex-toc):
4045 Remove unnecessary bindings of default-major-mode (all are followed by
4046 major-mode check and possible mode switch).
4047
4048 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
4049
4050 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4051 Handle watchpoints (bug#4282).
4052 (def-gdb-thread-buffer-command): Enable thread to be selected by
4053 clicking without selecting threads buffer first.
4054 (gdb-current-context-command): Use selected frame so that "up",
4055 "down" etc work in the GUD buffer.
4056 (gdb-update): Find selected frame before rendering stack buffer.
4057 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
4058
4059 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * progmodes/sym-comp.el (displayed-completions): Remove.
4062 (symbol-complete): Use minibuffer-complete.
4063
4064 2009-08-31 Glenn Morris <rgm@gnu.org>
4065
4066 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
4067
4068 * apropos.el (apropos-symbols-internal):
4069 Handle (obsolete) face aliases.
4070
4071 * faces.el (describe-face): Adjust the output format to be more like
4072 describe-variable, and to mention (obsolete) face aliases.
4073 Adjust the whitespace so that help-setup-xref works.
4074
4075 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
4076 * calendar/diary-lib.el (diary-button-face):
4077 Mark these face aliases as obsolete.
4078
4079 * calendar/calendar.el (calendar-today): Doc fix.
4080
4081 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
4082
4083 * progmodes/gdb-mi.el (gdb-control-all-threads)
4084 (gdb-control-current-thread): Force tool bar update.
4085 (gdb-non-stop-handler): New function.
4086 (gdb-init-1): Use it to test if non-stop mode is supported.
4087 Remove unused gdbmi buffer type.
4088
4089 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4090
4091 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
4092 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
4093
4094 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
4095
4096 * comint.el (comint-exec-1): Check command is non-null first.
4097 Part of gdb-mi.el change (2009-08-28).
4098
4099 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
4102
4103 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
4106 instead of `dolist' to avoid a recursive require when bootstrapping.
4107
4108 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
4111
4112 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
4113
4114 * net/imap.el (imap-send-command): Simplify.
4115 (imap-wait-for-tag): point-max -> buffer-size.
4116
4117 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
4118
4119 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
4120 with constant argument.
4121
4122 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
4123
4124 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
4125
4126 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
4127 Change default, since most of our files don't have a history.
4128 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
4129 the user.
4130
4131 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4132 Add comint-run.
4133
4134 * calc/calc.el: Improve commenting convention.
4135 (calc-digit-map, toplevel): Simplify.
4136
4137 * comint.el (comint-insert-input): Be careful to only set point if we
4138 don't delegate to some other command.
4139
4140 * proced.el (proced-signal-list): Make it an alist.
4141 (proced-grammar-alist): Capitalize names.
4142 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
4143 Disable undo manually and make it read-only.
4144 Use completion-annotate-function.
4145
4146 * minibuffer.el (minibuffer-message): If the current buffer is not
4147 a minibuffer, insert the message in the echo area rather than at the
4148 end of the buffer.
4149 (completion-annotate-function): New variable.
4150 (minibuffer-completion-help): Use it.
4151 (completion--embedded-envvar-table): Environment vars are
4152 always case-sensitive.
4153
4154 2009-08-30 Glenn Morris <rgm@gnu.org>
4155
4156 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
4157 from fortran-current-defun.
4158 (fortran-beginning-of-subprogram): Be more precise about finding the
4159 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
4160 (fortran-end-of-subprogram): Simplify.
4161 (fortran-current-defun): Use fortran-start-prog-re.
4162
4163 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
4164
4165 * subr.el (do-after-load-evaluation): Simplify.
4166
4167 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4168
4169 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
4170
4171 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
4172 (vc-rcs-print-log): Use it.
4173
4174 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
4175
4176 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * paths.el (abbrev-file-name): Move to abbrev.el.
4179 * abbrev.el (abbrev-file-name): Move from paths.el.
4180 Obey user-emacs-directory.
4181 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
4182 user-emacs-directory.
4183 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
4184 abbrev-file-name and calc-settings-file any more.
4185 * startup.el (command-line): Recompute abbrev-file-name and
4186 abbreviated-home-dir.
4187 (normal-no-mouse-startup-screen): Improve the generic code and get rid
4188 of the special code for when C-h bindings haven't been changed.
4189 (display-startup-echo-area-message): Use with-current-buffer.
4190 (command-line-1): Use a list of strings, rather than a list of lists
4191 of strings for longopts.
4192
4193 * files.el (get-free-disk-space): Use / for default-directory.
4194
4195 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
4196 Use with-current-buffer.
4197
4198 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
4199 Recognize immutable variables like most-positive-fixnum.
4200 (byte-compile-setq-default): Check and warn if trying to assign
4201 to an immutable variable, or a non-variable.
4202
4203 * progmodes/cc-vars.el (c-comment-continuation-stars):
4204 * progmodes/cc-engine.el (c-looking-at-bos):
4205 * progmodes/cc-cmds.el (c-toggle-auto-state)
4206 (c-forward-into-nomenclature, c-backward-into-nomenclature)
4207 (c-comment-line-break-function): Add version of obsolescence.
4208
4209 2009-08-28 Juri Linkov <juri@jurta.org>
4210
4211 * files.el (magic-fallback-mode-alist): Add ZIP magic number
4212 associated with `archive-mode'.
4213
4214 * image.el (image-type-header-regexps): Use only JPEG magic number
4215 to determine JPEG images, and don't use `image-jpeg-p' because
4216 Emacs can display non-JFIF non-Exif JPEG images.
4217
4218 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * arc-mode.el (archive-mode):
4221 * emacs-lisp/re-builder.el (re-builder-unload-function):
4222 Protect against the default value of `major-mode' being nil.
4223
4224 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
4225
4226 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
4227 Fix typos in docstrings.
4228
4229 * progmodes/js.el (js--macro-decl-re): Doc fix.
4230 (js--plain-method-re, js--split-name): Refloc docstring.
4231 (js--class-styles, js--make-merged-item, js--splice-into-items):
4232 Fix typos in docstrings; reflow docstrings.
4233 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
4234 (js--variable-decl-matcher, js--inside-pitem-p)
4235 (js--parse-state-at-point, js--get-all-known-symbols)
4236 (js--symbol-history, js-find-symbol, js--js-references)
4237 (js--moz-interactor, js--js-encode-value, js--read-tab):
4238 Fix typos in docstrings.
4239
4240 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * textmodes/reftex.el (reftex-get-file-buffer-force):
4243 * progmodes/verilog-mode.el (verilog-batch-execute-func):
4244 * emulation/viper.el (viper-go-away, viper-set-hooks):
4245 * emacs-lisp/re-builder.el (re-builder-unload-function):
4246 * emacs-lisp/bytecomp.el (byte-compile-file):
4247 * ses.el (ses-unload-function):
4248 * hexl.el (hexl-find-file):
4249 * files.el (normal-mode):
4250 * ehelp.el (with-electric-help):
4251 * autoinsert.el (auto-insert-alist):
4252 * arc-mode.el (archive-mode):
4253 Use (default-value 'major-mode) instead of default-major-mode.
4254
4255 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
4256 * international/mule.el (load-with-code-conversion):
4257 * emacs-lisp/debug.el (debug):
4258 * ediff-vers.el (ediff-rcs-get-output-buffer):
4259 * dired.el (dired-internal-noselect): Don't let-bind
4260 default-major-mode around code that doesn't use it.
4261 E.g. buffer creation via get-buffer-create doesn't use it.
4262
4263 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
4264
4265 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
4266 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
4267 when writing the temp file. Otherwise, epa-file gets confused.
4268 (tramp-register-file-name-handlers): Make it a defun. Move also
4269 `epa-file-handler' to the front of `file-name-handler-alist'.
4270
4271 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
4274 start right after a ^M.
4275 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
4276 (tramp-completion-file-name-regexp-separate)
4277 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
4278 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
4279 Don't modify last-coding-system-used by accident.
4280 (tramp-completion-file-name-handler): Apply the checks here,
4281 instead during registration.
4282 (tramp-register-file-name-handlers) Renamed from
4283 `tramp-register-file-name-handler'. Register both
4284 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
4285 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
4286
4287 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
4288
4289 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
4290 Remove variable ...
4291 (gdb-init-1, gdb-display-separate-io-buffer)
4292 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
4293 references to it.
4294 (gdb-inferior-io-mode): Use make-comint-in-buffer.
4295 (gdb-inferior-filter): Use comint-output-filter to stop
4296 echoing and remove ^M characters.
4297
4298 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * emulation/viper-init.el (viper-restore-cursor-type):
4301 * emulation/cua-base.el (cua--update-indications):
4302 Replace default-cursor-type with (default-value 'cursor-type).
4303
4304 * mail/sendmail.el (mail-recover-1):
4305 * international/mule-diag.el (describe-current-coding-system-briefly)
4306 (describe-current-coding-system):
4307 * international/mule-cmds.el (select-safe-coding-system)
4308 (select-message-coding-system)
4309 (set-language-environment-coding-systems, set-locale-environment):
4310 * hexl.el (hexl-insert-multibyte-char):
4311 * dos-w32.el (find-buffer-file-type-coding-system):
4312 * simple.el (what-cursor-position):
4313 Replace uses of default-buffer-file-coding-system
4314 with (default-value 'buffer-file-coding-system).
4315
4316 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
4317 Replace uses of default-cursor-in-non-selected-windows
4318 with (default-value 'cursor-in-non-selected-windows).
4319 Use with-current-buffer.
4320
4321 * mail/feedmail.el: Use CL macros.
4322 (feedmail-run-the-queue, feedmail-send-it-immediately):
4323 * dos-w32.el (find-buffer-file-type): Replace uses of
4324 default-buffer-file-type with (default-value 'buffer-file-type).
4325
4326 2009-08-28 Glenn Morris <rgm@gnu.org>
4327
4328 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
4329 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
4330 Use default-value of major-mode rather than default-major-mode.
4331
4332 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * Makefile.in (update-elcfiles): Report left over elc files.
4335
4336 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
4337 expand-file-name and with-current-buffer.
4338 (mail-get-names, mail-directory): Use with-current-buffer.
4339
4340 * vc.el (vc-read-revision): New function.
4341 (vc-version-diff, vc-merge): Use it.
4342
4343 2009-08-27 Sam Steingold <sds@gnu.org>
4344
4345 * simple.el (kill-do-not-save-duplicates): New user option.
4346 (kill-new): When it is non-nil, and the new string is the same as
4347 the latest kill, set replace to t to avoid duplicates in kill-ring.
4348
4349 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
4350
4351 * net/tramp.el (tramp-handle-process-file): Do not flush all
4352 caches when `process-file-side-effects' is set.
4353 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
4354 instead of `tramp-find-file-exists-command'.
4355 Unset `process-file-side-effects'.
4356
4357 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
4358
4359 * net/tramp.el (tramp-methods): New method "rsyncc".
4360 (top): Add completion function for "rsyncc".
4361 (tramp-message-show-message): New defvar.
4362 (tramp-message, tramp-error): Use it.
4363 (tramp-do-copy-or-rename-file-directly): Extend check for direct
4364 remote copying.
4365 (tramp-do-copy-or-rename-file-out-of-band): Handle new
4366 `tramp-methods' entry `copy-env' of "rsyncc".
4367 (tramp-vc-registered-read-file-names): New defconst.
4368 (tramp-vc-registered-file-names): New defvar.
4369 (tramp-handle-vc-registered): Implement optimization strategy.
4370 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
4371 (tramp-vc-file-name-handler): New defun.
4372 (tramp-get-ls-command, tramp-get-test-command)
4373 (tramp-get-file-exists-command, tramp-get-remote-ln)
4374 (tramp-get-remote-perl, tramp-get-remote-stat)
4375 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
4376
4377 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
4378 (tramp-cache-inhibit-cache): Extend doc string. It allows also
4379 timestamps.
4380 (tramp-get-file-property): Check for timestamps in
4381 `tramp-cache-inhibit-cache'.
4382 (tramp-set-file-property): Write timestamp.
4383
4384 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
4385
4386 * language/japan-util.el (japanese-symbol-table): Add entries for
4387 cp932-2-byte.
4388
4389 * international/characters.el: Add category `j' to cp932-2-byte.
4390
4391 2009-08-27 Kenichi Handa <handa@m17n.org>
4392
4393 * international/fontset.el (build-default-fontset-data): New macro.
4394 (setup-default-fontset): Use build-default-fontset-data for CJK,
4395 tibetan, ethiopic, and ipa.
4396
4397 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * cus-start.el (default-major-mode): Customize `major-mode' instead.
4400 (enable-multibyte-characters): Not customizable any more.
4401
4402 * subr.el (default-mode-line-format, default-header-line-format)
4403 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
4404 (default-direction-reversed, default-truncate-lines)
4405 (default-left-margin, default-tab-width, default-case-fold-search)
4406 (default-left-margin-width, default-right-margin-width)
4407 (default-left-fringe-width, default-right-fringe-width)
4408 (default-fringes-outside-margins, default-scroll-bar-width)
4409 (default-vertical-scroll-bar, default-indicate-empty-lines)
4410 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
4411 (default-fringe-cursor-alist, default-scroll-up-aggressively)
4412 (default-scroll-down-aggressively, default-fill-column)
4413 (default-cursor-type, default-buffer-file-type)
4414 (default-cursor-in-non-selected-windows)
4415 (default-buffer-file-coding-system, default-major-mode)
4416 (default-enable-multibyte-characters): Mark as obsolete.
4417
4418 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
4419
4420 * vc-dir.el (vc-dir-update): Remove debug helper.
4421
4422 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
4423
4424 2009-08-26 Sam Steingold <sds@gnu.org>
4425
4426 * simple.el (save-interprogram-paste-before-kill): New user option.
4427 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
4428 save the interprogram-paste into kill-ring before overriding it
4429 with the Emacs kill.
4430
4431 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4432
4433 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
4434 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
4435 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
4436 and move to vc-rcs.el.
4437 (vc-default-next-revision): Rename to vc-rcs-next-revision and
4438 move to vc-rcs.el.
4439 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
4440 (vc-rcs-update-changelog): Remove.
4441 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
4442 and move to vc-rcs.el.
4443
4444 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
4445 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
4446 renaming.
4447 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
4448 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
4449 vc.el, renamed to be RCS specific.
4450
4451 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
4452 New functions.
4453 (vc-cvs-update-changelog): Move here from vc.el.
4454
4455 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
4456 New functions.
4457
4458 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
4461
4462 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4463
4464 * vc-git.el (vc-git-register): Use "git add" for directories.
4465 (vc-git-stash, vc-git-stash-show): New functions.
4466 (vc-git-extra-menu-map): Bind them.
4467
4468 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
4469 directory correctly in case the item is a directory itself.
4470
4471 * vc.el: Document the desired behavior for reverted files in the
4472 `added' state.
4473 (vc-default-prettify-state-info): Remove function, unused.
4474
4475 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
4476
4477 2009-08-26 Glenn Morris <rgm@gnu.org>
4478
4479 * bindings.el (standard-mode-line-format): Reposition dashes in
4480 which-func entry. (Bug#4217)
4481
4482 * files.el (enable-local-variables, enable-local-eval)
4483 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
4484 the defcustoms.
4485 (auto-mode-alist, ignored-local-variables)
4486 (save-some-buffers-action-alist): Move risky declarations to the
4487 definitions.
4488 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
4489 (font-lock-defaults, format-alist, imenu--index-alist)
4490 (imenu-generic-expression, input-method-alist, minor-mode-alist)
4491 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
4492 (mode-line-modified, mode-line-mule-info, mode-line-position)
4493 (mode-line-process, mode-line-remote, outline-level)
4494 (parse-time-rules, rmail-output-file-alist)
4495 (special-display-buffer-names, vc-mode):
4496 Move risky declarations to the relevant files.
4497 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
4498 (mode-line-modified, mode-line-process, mode-line-position)
4499 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
4500 * font-core.el (font-lock-defaults):
4501 * format.el (format-alist):
4502 * vc-hooks.el (vc-mode):
4503 * window.el (special-display-buffer-names):
4504 * international/mule-cmds.el (input-method-alist):
4505 Define riskiness here (dumped file) rather than in files.el.
4506 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
4507 * imenu.el (imenu-generic-expression, imenu--index-alist):
4508 * outline.el (outline-level):
4509 * time.el (display-time-string):
4510 * calendar/parse-time.el (parse-time-rules):
4511 * mail/rmailout.el (rmail-output-file-alist):
4512 Autoload riskiness here, rather than placing in files.el.
4513
4514 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
4515
4516 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
4517
4518 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4519
4520 * simple.el (process-file-side-effects): New defvar.
4521
4522 * dired-aux.el (dired-show-file-type):
4523 * vc.el (vc-diff-internal):
4524 * vc-arch.el (vc-arch-diff):
4525 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
4526 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
4527 * vc-git.el (vc-git-registered, vc-git-working-revision)
4528 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
4529 (vc-git--empty-db-p):
4530 * vc-hooks.el (vc-user-login-name):
4531 * vc-svn.el (vc-svn-registered, vc-svn-state)
4532 (vc-svn-dir-extra-headers, vc-svn-find-revision):
4533 * progmodes/grep.el (grep-probe): Let-bind
4534 `process-file-side-effects' with nil.
4535
4536 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
4537
4538 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
4539 daemon. Replace ping by checking for running service for bluez
4540 and zeroconf. (Bug#4239)
4541
4542 2009-08-25 Kevin Ryde <user42@zip.com.au>
4543
4544 * net/dig.el (dig): Add autoload cookie.
4545
4546 2009-08-25 Glenn Morris <rgm@gnu.org>
4547
4548 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
4549 load-history for absolute file-names.
4550 (byte-compile-file-form-require): Warn about use of the cl package.
4551
4552 * format.el (format-alist): Doc fix.
4553
4554 * play/bubbles.el (top-level): Don't require cl at run-time.
4555
4556 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
4557 run-time cl).
4558
4559 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
4560
4561 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
4562 from cl package.
4563 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
4564
4565 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
4566
4567 * calc/calc-alg.el (math-trig-rewrite)
4568 (math-hyperbolic-trig-rewrite): New functions.
4569 (calc-simplify): Simplify trig functions when asked.
4570
4571 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * diff-mode.el (diff-find-source-location): Avoid goto-line.
4574
4575 2009-08-24 Kenichi Handa <handa@m17n.org>
4576
4577 * language/ind-util.el (mapthread): Delete it.
4578 (combinatorial): New function.
4579 (indian--puthash-cv): Use combinatorial instead of mapthread.
4580
4581 2009-08-22 Kevin Ryde <user42@zip.com.au>
4582
4583 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
4584 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
4585 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
4586 Clarify docstring that the value is strings not symbols.
4587 (checkdoc-list-of-strings-p): New function.
4588
4589 2009-08-22 Glenn Morris <rgm@gnu.org>
4590
4591 * files.el (auto-mode-alist):
4592 * hippie-exp.el (he-concat-directory-file-name):
4593 * lpr.el (lpr-windows-system, printer-name):
4594 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
4595 * ps-print.el (ps-windows-system):
4596 * startup.el (command-line):
4597 * emulation/viper-ex.el (viper-glob-function):
4598 * international/mule-cmds.el (set-language-environment-coding-systems):
4599 * net/ange-ftp.el (ange-ftp-write-region):
4600 * obsolete/fast-lock.el (fast-lock-cache-name):
4601 Remove code for defunct system-types emx, macos, mswindows, next-mach,
4602 unisoft-unix, vax-vms, win32, w32.
4603
4604 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
4605 given name if the pattern is not more specific.
4606
4607 * calendar/lunar.el (lunar-phase-names): New option.
4608 (lunar-phase): Doc fix.
4609 (lunar-cycles-per-year): New constant.
4610 (lunar-index): New function.
4611 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
4612 (lunar-phase-name): Use lunar-phase-names.
4613 (calendar-lunar-phases): Use format.
4614 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
4615
4616 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
4617 Copy imenu-example--name-and-position function here for own use.
4618 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
4619
4620 * bs.el (bs--redisplay):
4621 * cus-edit.el (custom-redraw):
4622 * ibuffer.el (ibuffer-bury-buffer):
4623 * server.el (server-goto-line-column):
4624 * startup.el (command-line-1):
4625 * strokes.el (strokes-xpm-for-stroke):
4626 * term.el (term-display-buffer-line):
4627 * view.el (View-goto-line):
4628 * calc/calc.el (calc-do, calc-trail-buffer):
4629 * play/gamegrid.el (gamegrid-add-score-insecure):
4630 * progmodes/ada-mode.el (ada-compile-goto-error):
4631 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
4632 (ebrowse-select-1st-to-9nth):
4633 * progmodes/cperl-mode.el (cperl-time-fontification):
4634 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
4635 * progmodes/gud.el (gud-display-line):
4636 (idlwave-shell-display-line):
4637 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
4638 * progmodes/make-mode.el (makefile-browser-toggle):
4639 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
4640 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
4641 * textmodes/picture.el (picture-draw-rectangle):
4642 * textmodes/reftex-index.el (reftex-index-goto-letter):
4643 (reftex-select-jump-to-previous):
4644 * textmodes/reftex-sel.el (reftex-find-start-point)
4645 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
4646 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
4647 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
4648 * textmodes/tex-mode.el (tex-compilation-parse-errors):
4649 * textmodes/two-column.el (2C-associated-buffer):
4650 Use forward-line rather than goto-line.
4651
4652 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
4653 goto-line.
4654
4655 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
4656 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
4657 (quick-check-list-to-regexp): Declare.
4658
4659 * progmodes/make-mode.el (makefile-browser-insert-selection):
4660 Use goto-char rather than goto-line.
4661
4662 * progmodes/prolog.el (compilation-error-regexp-alist)
4663 (compilation-forget-errors): Declare.
4664
4665 2009-08-22 Juri Linkov <juri@jurta.org>
4666
4667 * progmodes/grep.el (lgrep, rgrep): At the beginning
4668 set `dir' to `default-directory' unless `dir' is a non-nil
4669 readable directory. (Bug#4052)
4670 (lgrep, rgrep): Change a weird way to report an error
4671 from using `read-string' to using `error'.
4672 Instead of using interactive arguments in the function body,
4673 add new argument `confirm'.
4674
4675 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * textmodes/remember.el (remember-buffer):
4678 * progmodes/cperl-mode.el (cperl-vc-header-alist):
4679 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
4680 (icalendar-extract-ical-from-buffer):
4681 * net/newst-treeview.el (newsticker-groups-filename):
4682 * net/newst-backend.el (newsticker-cache-filename):
4683 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
4684 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
4685 (speedbar-add-ignored-path-regexp, speedbar-line-path)
4686 (speedbar-buffers-line-path, speedbar-path-line)
4687 (speedbar-buffers-line-path):
4688 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
4689 (epg-sign-keys):
4690 * epa.el (epa-display-verify-result):
4691 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
4692
4693 2009-08-21 Glenn Morris <rgm@gnu.org>
4694
4695 * progmodes/js.el (inferior-moz-process): Fix declaration.
4696
4697 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
4698
4699 * obsolete/rnewspost.el (news-mail-reply):
4700 Use goto-char rather than goto-line.
4701
4702 * term/ns-win.el (ns-open-file-select-line):
4703 Use line-beginning-position rather than goto-line.
4704
4705 * apropos.el (apropos-command):
4706 * ehelp.el (electric-helpify):
4707 * printing.el (pr-show-setup):
4708 * strokes.el (strokes-help):
4709 * tutorial.el (tutorial--describe-nonstandard-key)
4710 (tutorial--detailed-help):
4711 * woman.el (woman-mini-help, woman-display-extended-fonts):
4712 * calc/calc-help.el (calc-describe-key):
4713 * emulation/edt.el (edt-electric-helpify):
4714 * international/mule-diag.el (mule-diag):
4715 * play/yow.el (apropos-zippy):
4716 * progmodes/python.el (python-describe-symbol):
4717 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
4718 * textmodes/table.el (*table--cell-describe-mode)
4719 (*table--cell-describe-bindings):
4720 Use help-print-return-message rather than the now obsolete alias.
4721
4722 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
4723 (calendar-cursor-to-visible-date):
4724 * play/5x5.el (5x5-position-cursor):
4725 * play/decipher.el (decipher):
4726 * play/gomoku.el (gomoku-goto-xy):
4727 * play/landmark.el (lm-goto-xy):
4728 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
4729 (mpuz-paint-digit):
4730 Use forward-line, not goto-line.
4731
4732 * mail/rmail.el (rmail-obsolete): Delete custom group.
4733 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
4734 (rmail-remote-password, rmail-remote-password-required):
4735 Remove unneeded :set-after and :set properties.
4736
4737 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
4738
4739 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
4740
4741 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
4742
4743 * loadup.el: Remove leftover macos code.
4744
4745 * vc-git.el (vc-git-annotate-command): Run asynchronously.
4746 Explicitly pass the date format to git blame so that user local
4747 so that the output format can be parsed.
4748
4749 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
4750
4751 * net/dbus.el (top): Don't check for (getenv
4752 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
4753
4754 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
4755
4756 * log-edit.el (log-edit-strip-single-file-name): New var.
4757 (log-edit-insert-changelog): Use it. Bug#3571
4758
4759 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * subr.el (read-passwd): Use read-key so keypad keys work as well.
4762 Bug#3287
4763
4764 * help.el (help-print-return-message): Rename from
4765 print-help-return-message.
4766
4767 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
4768 cvs-mode-map parent hack.
4769 (log-view-mode): Derive from special-mode.
4770
4771 * linum.el (linum-mode): window-size-change-functions is redundant.
4772 Adapt to new window-configuration-change-hook behavior.
4773 (linum-after-size, linum-after-config): Remove.
4774
4775 * imenu.el (imenu-example--name-and-position)
4776 (imenu-example--lisp-extract-index-name)
4777 (imenu-example--create-lisp-index, imenu-example--create-c-index):
4778 Mark as obsolete.
4779
4780 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
4781 (inferior-prolog-mode): Use it.
4782 (inferior-prolog-load-file): Reset list of errors.
4783
4784 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
4785
4786 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
4787
4788 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
4789
4790 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
4791
4792 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
4793 is running already.
4794
4795 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * subr.el (listify-key-sequence-1): Use normal syntax since those
4798 integers are nowadays always represented by the same (positive) number
4799 on all platforms.
4800 (read-key-empty-map): New const.
4801 (read-key-delay): New var.
4802 (read-key): New function.
4803 (force-mode-line-update): Use with-current-buffer.
4804 (locate-user-emacs-file): Don't forget to abbreviate the file name.
4805 (start-process-shell-command, start-file-process-shell-command):
4806 Discourage the use of command-args.
4807
4808 2009-08-19 Glenn Morris <rgm@gnu.org>
4809
4810 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
4811
4812 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * simple.el (choose-completion-string): Don't rely on
4815 minibuffer-completing-file-name and ad-hoc checks to decide whether
4816 to continue completion or not.
4817
4818 * minibuffer.el (minibuffer-hide-completions): New function.
4819 (completion--do-completion): Use it.
4820 (completions-annotations): New face.
4821 (completion--insert-strings): Use it.
4822 (completion-pcm--delim-wild-regex): Add docstring.
4823 (completion-pcm--string->pattern): Add support for 0-width delimiters
4824 in completion-pcm--delim-wild-regex.
4825
4826 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
4829 Remove unused var `buffer-modified-p'.
4830
4831 * minibuffer.el (completion--do-completion): Move point for the #b001
4832 case as well (bug#4176).
4833 (minibuffer-complete, minibuffer-complete-word): Don't move point.
4834
4835 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
4836
4837 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
4838 and :session buses.
4839
4840 2009-08-18 Kenichi Handa <handa@m17n.org>
4841
4842 * international/ucs-normalize.el (ucs-normalize-version):
4843 Change to 1.1.
4844 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
4845 (utf-8-hfs): Make it perform normalization on encoding too.
4846
4847 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
4848 (sentence-end-without-space): Delete duplicated chars.
4849 (sentence-end-base): Likewise.
4850
4851 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
4852 (html-mode): Delete duplicated chars from sentence-end-base.
4853
4854 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
4855 (texinfo-mode): Delete duplicated chars from sentence-end-base.
4856
4857 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * files.el (hack-one-local-variable): If the mode function is for
4860 a minor mode, pass it an argument (Bug#4148).
4861
4862 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
4863
4864 * net/tramp.el (tramp-register-completion-file-name-handler):
4865 Check also for (member 'partial-completion completion-styles).
4866
4867 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
4868
4869 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
4870 abbrev (Bug#3943).
4871
4872 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
4873
4874 * progmodes/cperl-mode.el: Merge upstream 6.2.
4875 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
4876 (cperl-forward-re): Check cperl-brace-recursing.
4877 (cperl-highlight-charclass): New function.
4878 (cperl-find-pods-heres): Use it.
4879 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
4880 (cperl-beautify-regexp-piece): Fix column calculation.
4881 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
4882 (cperl-beautify-level): Don't process entire regexp.
4883 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
4884 calling man.
4885 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
4886 (cperl-init-faces): Build a list in the normal way.
4887
4888 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
4889
4890 * calendar/parse-time.el (parse-time-string-chars): Save match
4891 data.
4892
4893 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
4896 (sql-product): Use it.
4897 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
4898 (sql-set-product): Add completion.
4899 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
4900 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
4901 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
4902 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
4903 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
4904 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
4905 (sql-highlight-db2-keywords): Remove.
4906 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4907 (sql-highlight-product): Use derived-mode-p.
4908 (sql-set-sqli-buffer): Use with-current-buffer.
4909 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
4910 Simplify.
4911
4912 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
4913
4914 * term.el: Fix commenting convention, turn comments into docstrings.
4915
4916 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
4917
4918 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
4919
4920 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
4921
4922 * calendar/parse-time.el (parse-time-string-chars): Compute using
4923 character classes, to handle non-ascii characters (Bug#3190).
4924
4925 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
4928 another heredoc if the user adds another < (Bug#3226).
4929
4930 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4931 Don't initialize based on window-system (Bug#4124).
4932
4933 * facemenu.el (facemenu-read-color): Use a completion function
4934 that accepts any defined color, such as RGB triplets (Bug#3677).
4935
4936 * files.el (get-free-disk-space): Change fallback default
4937 directory to /. Expand DIR argument before switching to fallback.
4938 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
4939
4940 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4941
4942 * files.el (load-library): Doc fix.
4943
4944 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4945
4946 * viper-cmd.el (viper-insert-isearch-string): New function.
4947 (viper-if-string): Redefine C-s in the minibuffer to insert the last
4948 incremental search string.
4949
4950 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
4951 XEmacs.
4952
4953 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
4954 (ediff-merge-region-is-non-clash)
4955 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
4956 Also check if the job is really a merge job.
4957
4958 * ediff.el (ediff-current-file): New function.
4959
4960 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * progmodes/js.el: Edit docstrings throughout to follow Emacs
4963 conventions.
4964 (js-insert-and-indent): Delete function.
4965 (js-mode-map): Don't bind keys to js-insert-and-indent.
4966 (js-beginning-of-defun): Rename from js--beginning-of-defun.
4967 (js-end-of-defun): Rename from js--end-of-defun.
4968 (js-auto-indent-flag): Delete variable.
4969
4970 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
4971
4972 * progmodes/js.el: Remove proclaim statement.
4973 Defvar which-func-imenu-joiner-function to silence compiler.
4974
4975 * files.el (auto-mode-alist): Use js-mode for .js files.
4976
4977 * progmodes/js2-mode.el: Remove file.
4978
4979 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
4980
4981 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
4982
4983 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
4984
4985 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4986 Karl Landstrom <karl.landstrom@brgeight.se>
4987
4988 * progmodes/js.el: New file.
4989
4990 2009-08-14 Mark A. Hershberger <mah@everybody.org>
4991
4992 * timezone.el (timezone-parse-date): Add ability to understand ISO
4993 basic format (minimal separators) dates in addition to the
4994 already-supported extended format dates.
4995
4996 2009-08-14 Eli Zaretskii <eliz@gnu.org>
4997
4998 * international/ucs-normalize.el: Add a `coding' file variable.
4999
5000 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
5001
5002 2009-08-14 Sam Steingold <sds@gnu.org>
5003
5004 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5005
5006 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5007
5008 * faces.el (help-argument-name): Define it here instead of
5009 help-fns.el, because in daemon mode help-fns.el may be loaded when
5010 faces are still uninitialized (Bug#1078).
5011
5012 * help-fns.el (help-argument-name): Move defface to faces.el.
5013
5014 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
5015
5016 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
5017 create buffer with a pty but no process so that GDB can make the
5018 inferior the controlling process.
5019
5020 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
5021
5022 * international/ucs-normalize.el: New file.
5023
5024 2009-08-13 Richard Stallman <rms@gnu.org>
5025
5026 * mail/rmail.el (rmail-get-attr-names):
5027 Accept an attribute header that is too short.
5028
5029 * mail/rmail.el (rmail-forget-messages):
5030 Ignore nil elt in rmail-message-vector. Use dotimes.
5031
5032 * progmodes/compile.el (compilation-goto-locus):
5033 Use next-error-move-function.
5034
5035 * simple.el (next-error-move-function): New variable.
5036
5037 2009-08-12 Juri Linkov <juri@jurta.org>
5038
5039 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
5040 always non-nil. (Bug#4052)
5041
5042 * replace.el (read-regexp): Return empty string when
5043 `default-value' is nil.
5044 (keep-lines-read-args): Don't use empty string as the
5045 default value for `read-regexp'. (Bug#2495)
5046
5047 2009-08-12 Juri Linkov <juri@jurta.org>
5048
5049 * international/mule-cmds.el (ucs-insert): Change arguments
5050 from `arg' to `character', `count', `inherit' to be the same
5051 as in `insert-char'. Doc fix. (Bug#4039)
5052
5053 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
5054
5055 2009-08-12 Juri Linkov <juri@jurta.org>
5056
5057 * files-x.el: New file.
5058
5059 * files.el: Move code that deals with adding/deleting
5060 file/directory-local variables to files-x.el.
5061
5062 * Makefile.in (ELCFILES): Add files-x.elc.
5063
5064 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
5065
5066 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
5067 to use `goto-line'.
5068 (gdb-place-breakpoints, gdb-get-location): Rewritten without
5069 `goto-line'.
5070 (gdb-invalidate-disassembly): Do not refresh upon receiving
5071 'update signal. Instead, update all disassembly buffers only after
5072 threads list.
5073 (gdb): Send -target-detach when buffer is killed (Bug#3794).
5074 (gdb-starting): Moved -data-list-register-names...
5075 (gdb-stopped): ...here so it's sent when first thread stops.
5076 (gdb-registers-handler-custom): Do nothing if register names are
5077 unknown yet.
5078
5079 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
5080 from `gdb-mi.el' to avoid extra tangling.
5081
5082 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
5083 change which breaks `gud-def' definitions used in `gdb'.
5084 (gdb-update-gud-running): No extra fuss for updating frame number.
5085
5086 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5087
5088 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
5089 (describe-language-environment-map, setup-language-environment-map)
5090 (set-coding-system-map): Move initialization into declaration.
5091 (set-language-info-alist): Last arg to define-key-after can be skipped.
5092
5093 * international/quail.el (quail-completion-1): Simplify.
5094 (quail-define-rules): Use slightly more compact code.
5095 (quail-insert-decode-map): Propertize keys, compact columns.
5096
5097 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5098 Add goto-line.
5099
5100 2009-08-10 Miles Bader <miles@gnu.org>
5101
5102 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
5103 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
5104 (js2-instance-member, js2-private-member, js2-private-function-call)
5105 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
5106 (js2-magic-paren, js2-external-variable):
5107 Remove "-face" suffix from face names.
5108 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
5109 (js2-highlight-undeclared-vars, js2-peek-token)
5110 (js2-parse-function-params, js2-mode-show-errors)
5111 (js2-mode-show-warnings, js2-make-magic-delimiter)
5112 (js2-mode-highlight-magic-parens): Update to use new face names.
5113
5114 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
5115
5116 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
5117 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
5118
5119 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * subr.el: Provide hashtable-print-readable.
5122
5123 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
5124 hs-c-like-adjust-block-beginning.
5125 (hs-hide-block-at-point): Stop hiding at the beginning of
5126 hs-block-end-regexp (Bug#700).
5127
5128 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
5129
5130 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
5131 a macro.
5132 (gdb-registers-handler-custom): Do not fail when register names
5133 are unavailable.
5134
5135 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
5136
5137 * progmodes/gdb-mi.el (gdb-control-all-threads)
5138 (gdb-control-current-thread): Interactive setters for
5139 `gdb-gud-control-all-threads' to use in menu.
5140 (gdb-show-run-p): Show «Go» when process is not active.
5141 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
5142 gud/thread.xpm and gud/all.xpm.
5143
5144 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
5145
5146 * net/net-utils.el (net-utils-font-lock-keywords): New var.
5147 (nslookup-font-lock-keywords): Make it a variable.
5148 (net-utils-mode): New mode for viewing diagnostic network output.
5149 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
5150 (net-utils-run-simple): New function.
5151 (ifconfig, iwconfig, netstat, arp, route): Use it.
5152
5153 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
5154
5155 * progmodes/gdb-mi.el (gdb-read-memory-custom)
5156 (gdb-memory-set-address, def-gdb-set-positive-number)
5157 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
5158 after changing settings.
5159 (gdb-invalidate-disassembly): Update when first shown.
5160 (gdb-edit-locals-value): Fixed.
5161 (gdb-registers-handler-custom): Print registers in right order and
5162 allow changing register values (only for current thread yet).
5163 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
5164 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
5165 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
5166 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
5167 info in mode name.
5168 (gdb-registers-mode-map): TAB to switch to locals.
5169
5170 2009-08-08 Eli Zaretskii <eliz@gnu.org>
5171
5172 * mail/rmail.el (rmail-add-mbox-headers)
5173 (rmail-set-message-counters-counter): Search for
5174 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
5175
5176 2009-08-08 Glenn Morris <rgm@gnu.org>
5177
5178 * Makefile.in (ELCFILES): Update.
5179
5180 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5181
5182 * mail/sendmail.el (mail-yank-original): Set
5183 buffer-file-coding-system from the one used by the message whose
5184 text is yanked.
5185
5186 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
5187 to "windows" when "pgnuplot" is used.
5188 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
5189 call accept-process-output if "pgnuplot" is used.
5190 (calc-graph-init): Don't send -display and -geometry to
5191 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
5192 running "pgnuplot -V" with shell-command-to-string.
5193
5194 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
5195 the default.
5196
5197 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5198
5199 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
5200 org/org-latex.elc.
5201
5202 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5203
5204 * vc-dispatcher.el (vc-resynch-window): Update comment.
5205
5206 * term.el (term-handle-ansi-escape): Add comments with the
5207 terminfo capabilities implemented.
5208
5209 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
5210
5211 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
5212 (gdb-var-create-handler): Rewritten using JSON parser.
5213 (gdb-propertize-header): Moved earlier.
5214 (gdb-set-header): Removed to avoid duplication.
5215 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
5216 Refresh disassembly buffers only after threads list have been
5217 update.
5218 (gdb-threads-header, gdb-registers-header): Per-buffer header line
5219 variables.
5220
5221 2009-08-04 Juri Linkov <juri@jurta.org>
5222
5223 * files.el: Commands to add/delete file/directory-local variables.
5224 (read-file-local-variable, read-file-local-variable-value)
5225 (read-file-local-variable-mode, modify-file-local-variable)
5226 (modify-file-local-variable-prop-line)
5227 (modify-dir-local-variable): New functions.
5228 (add-file-local-variable, delete-file-local-variable)
5229 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
5230 (add-dir-local-variable, delete-dir-local-variable)
5231 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
5232 (copy-dir-locals-to-file-locals-prop-line): New commands.
5233
5234 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * abbrev.el (insert-abbrev-table-description): Prettify output.
5237 Suggested by Karl Chen.
5238
5239 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
5240
5241 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
5242 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
5243 (gdb-overlay-arrow-position, gdb-thread-position)
5244 (gdb-disassembly-position): Declare variables.
5245 (gdb-wait-for-pending): Function now.
5246 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
5247 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
5248 compilation goes smoothly.
5249 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
5250 (gdb-non-stop-setting): New customization setting which replaces
5251 `gdb-non-stop' so changing it doesn't break active GDB session.
5252 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
5253 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
5254 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
5255 (gdb-show-threads-by-default): New customization options.
5256 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
5257 routines.
5258 (gdb-get-buffer-create): Send buffers update signal when they are
5259 created.
5260 (gdb-invalidate-locals, gdb-invalidate-registers)
5261 (gdb-invalidate-breakpoints)
5262 (gdb-invalidate-threads, gdb-invalidate-disassembly)
5263 (gdb-invalidate-memory): Accept update signal.
5264 (gdb-current-context-command): Use --frame option.
5265 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
5266 Implement `gdb-frame-number' selection logic.
5267 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
5268 whether to show GUD toolbar buttons.
5269 (gdb-thread-exited): Unselect current thread when it exits.
5270 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
5271 (gdb-mark-line): Routine which sets overlay arrow or inverses
5272 video on fringeless displays.
5273 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
5274 to build aligned columns of data in GDB buffers and set text
5275 properties line-by-line.
5276 (gdb-invalidate-breakpoints)
5277 (gdb-breakpoints-list-handler-custom)
5278 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
5279 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
5280 (gdb-registers-handler-custom): Align data columns.
5281 (gdb-locals-handler-custom): Now prints data like in variable
5282 declarations.
5283 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
5284 Removed confusing buttons.
5285 (gdb-invalidate-threads): Append --frame.
5286 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
5287 between breakpoints/threads buffers.
5288 (gdb-set-window-buffer): Now can ignore dedicated windows.
5289 (gdb-propertize-header): Use `gdb-set-window-buffer'.
5290 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
5291 (def-gdb-thread-buffer-gud-command): Replaces
5292 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
5293 for fine thread control.
5294 (gdb-preempt-existing-or-display-buffer): New function used to
5295 display bound buffers without breaking window layout.
5296 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
5297 (gdb-select-frame): New version of `gdb-frames-select' which now
5298 sets `gdb-frame-number' so commands may use --frame option instead
5299 of inner debugger state.
5300 (gdb-frame-handler): Do not set `gdb-frame-number'.
5301 (gdb-threads-mode-map): Select threads with mouse.
5302
5303 * progmodes/gud.el (gdb-gud-context-call): Declare function to
5304 avoid compilation warning.
5305 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
5306 `gdb-show-stop-p`.
5307
5308 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
5309 Argument `key' renamed to `buffer-type'.
5310 (gdb-current-context-buffer-name): Do not add thread info to
5311 buffer name when no thread is selected.
5312 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
5313 command (bug 3794).
5314 (gdb-thread-selected): Handle `=thread-selected' notification.
5315 (gdb-wait-for-pending): New macro to deal with congestion problems.
5316 (gdb-breakpoints-list-handler-custom): Don't fail on pending
5317 breakpoints.
5318 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
5319 This fixes problem similar to one described in bug 3947.
5320 (gud-menu-map): More menu items.
5321 (gdb-init-1): Reset `gdb-thread-number' to nil.
5322
5323 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
5324 non-stop settings.
5325
5326 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
5327 (gdb-current-context-command): Do not append --thread if
5328 `gdb-thread-number' is nil.
5329 (gdb-running-threads-count, gdb-stopped-threads-count): New
5330 variables.
5331 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
5332 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
5333 customization options.
5334 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
5335 GUD commands.
5336 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
5337 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
5338 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
5339 set `gdb-thread-number' and update `gud-running' properly.
5340 (gdb-running): Update threads list when new threads appear.
5341 (gdb-stopped): Support non-stop operation and new thread switching
5342 logic.
5343 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
5344 (gdb-json-partial-output): New set of JSON routines.
5345 (def-gdb-auto-update-trigger): New `signal-list' optional
5346 argument.
5347 (gdb-thread-list-handler-custom): Update `gud-running',
5348 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
5349 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
5350 (gdb-continue-thread, gdb-step-thread): New commands for fine
5351 thread execution control.
5352 (gud-menu-map): New menu items to switch non-stop options.
5353 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
5354 (gdb-send): Mimic RET properly (bug 3794).
5355
5356 * progmodes/gdb-mi.el (gdb-rules-name-maker)
5357 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
5358 gdb-buffer-rules.
5359 (def-gdb-auto-update-handler): New nopreserve optional argument.
5360 (gdb-stack-list-frames-custom): Print stack from top to bottom.
5361
5362 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
5363 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
5364 (gdb-parent-mode): New mode to derive other GDB modes from.
5365 (gdb-display-disassembly-for-thread)
5366 (gdb-frame-disassembly-for-thread): New commands for threads
5367 buffer.
5368
5369 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
5370 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
5371 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
5372 (gdb-update): We now store all GDB buffers in a list so that they
5373 can be updated by traversing a list instead of calling invalidate
5374 triggers explicitly.
5375 (def-gdb-trigger-and-handler): New macro to define trigger-handler
5376 pair for GDB buffer.
5377 (gdb-stack-buffer-name): Add thread information.
5378 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
5379 handle pending triggers.
5380 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
5381 (def-gdb-thread-buffer-simple-command)
5382 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
5383 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
5384 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
5385 New commands which show buffers bound to thread.
5386 (gdb-stack-list-locals-regexp): Removed unused regexp.
5387
5388 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
5389 (gdb-locals-buffer-name, gdb-registers-buffer-name)
5390 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
5391 to (gud-comint-buffer) in *-buffer-name functions
5392 because (gdb-get-target-string) already does that.
5393 (gdb-locals-handler-custom, gdb-registers-handler-custom)
5394 (gdb-changed-registers-handler): Rewritten without regexps.
5395
5396 * progmodes/gdb-mi.el: Basic thread selection support.
5397 (gdb-thread-number): New variable.
5398 (gdb-current-context-command): New macro which adds --thread
5399 option to command.
5400 (gdb-threads-mode-map): Select thread with SPC.
5401 (gdb-thread-list-handler-custom): Mark current thread with overlay
5402 arrow. Synchronize GDB thread and Emacs thread.
5403 (gdb-select-thread): New command which selects current thread.
5404 (gdb-invalidate-frames, gdb-invalidate-locals)
5405 (gdb-invalidate-registers): Use --thread option.
5406
5407 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
5408
5409 * net/tramp.el (top): Make check for tramp-gvfs loading more
5410 robust. (Bug#3977)
5411 (tramp-handle-insert-file-contents): `unwind-protect' must be
5412 inside `with-parsed-tramp-file-name'.
5413
5414 * net/tramp-gvfs.el (top): Remove superfluous message when loading
5415 fails.
5416
5417 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
5418
5419 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
5420 directory if CLASSPATH is not set.
5421
5422 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
5423
5424 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
5425 New defconst.
5426 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
5427
5428 2009-08-02 Kevin Ryde <user42@zip.com.au>
5429
5430 * net/newst-backend.el (newsticker--raw-url-list-defaults):
5431 Update freshmeat link. Delete newsforge.com as it seems gone.
5432
5433 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * select.el (x-set-selection): Doc fix (Bug#4021).
5436
5437 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
5438
5439 * help-fns.el (describe-variable): Treat list return values from
5440 dir-locals-find-file properly (Bug#4005).
5441
5442 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
5443
5444 * net/tramp.el (tramp-debug-message): Print also microseconds.
5445
5446 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
5447
5448 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
5449 or END is non-nil.
5450 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
5451 (tramp-get-debug-buffer): Change `outline-regexp' according to new
5452 format.
5453
5454 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
5455 (tramp-get-file-property): Use it.
5456
5457 * autorevert.el (auto-revert-handler): Allow
5458 `auto-revert-tail-mode' for remote files.
5459
5460 2009-08-02 Jason Rumney <jasonr@gnu.org>
5461
5462 * minibuffer.el (read-file-name): Treat confirm options to
5463 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
5464
5465 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
5468 (font-lock-variable-name-face, font-lock-constant-face): Darken
5469 the colors for light backgrounds.
5470
5471 2009-08-01 Eli Zaretskii <eliz@gnu.org>
5472
5473 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
5474 month names. (Bug#3987)
5475
5476 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
5477
5478 * simple.el (line-move-finish): Pass whole number to
5479 line-move-to-column.
5480 (line-move-visual): Perform hscroll to the recorded position.
5481
5482 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5483
5484 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
5485
5486 2009-07-29 Alan Mackenzie <acm@muc.de>
5487
5488 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
5489
5490 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
5491
5492 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
5493 (gdb-place-breakpoints): Use full path when setting breakpoints.
5494
5495 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5496
5497 * calc/calc.el (calc-mode-map): Add keybinding for
5498 `calc-transpose-lines'.
5499
5500 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5501
5502 * calc/calc-misc.el (calc-transpose-lines): New function.
5503
5504 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
5505
5506 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
5507 Simplify check for out-of-band methods.
5508 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
5509 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
5510
5511 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5512
5513 * vc-git.el (vc-git-checkin): Fix typo.
5514
5515 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
5516
5517 * progmodes/js2-mode.el: New file.
5518
5519 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
5520
5521 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
5522 (gud-menu-map): Adjust tooltip accordingly.
5523
5524 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5525
5526 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
5527 (vc-bzr-log-view-mode): Adjust log-view-file-re.
5528
5529 * add-log.el (change-log-mode-map): Add a menu.
5530
5531 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5532
5533 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
5534 function returns nil.
5535 (dbus-handle-event): Handle special return value :ignore.
5536 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
5537
5538 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
5539
5540 * view.el (view-mode-enable): Don't define Helper-return-blurb if
5541 it's not needed.
5542
5543 2009-07-25 Eli Zaretskii <eliz@gnu.org>
5544
5545 Fix Bug#3888:
5546
5547 * w32-vars.el (x-select-enable-clipboard): Doc fix.
5548
5549 * term/pc-win.el (x-display-name, x-colors)
5550 (x-select-enable-clipboard, x-select-text): Doc fix.
5551
5552 * term/common-win.el (x-display-name, x-colors): Doc fix.
5553
5554 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
5555 (xw-defined-colors): Doc fix.
5556
5557 * w32-fns.el (x-select-text, x-setup-function-keys)
5558 (x-get-selection, x-set-selection): Doc fix.
5559
5560 * term/x-win.el (x-select-text, x-setup-function-keys)
5561 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
5562
5563 * select.el (x-set-selection): Doc fix.
5564
5565 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
5566
5567 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
5568 instead of "IsNSSSupportAvailable". Avahi ought to work also when
5569 "IsNSSSupportAvailable" method is not available. Reported by
5570 Steve Youngs <steve@sxemacs.org>.
5571
5572 2009-07-24 Kenichi Handa <handa@m17n.org>
5573
5574 * international/characters.el: Fix setting of category ?C, ?|, ?K,
5575 and ?H. Fix setting of case for Latin Extended and Greek Extended.
5576 (build-unicode-category-table): Fix range checks.
5577
5578 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5579
5580 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
5581 the buffer we try to sync is current when calling
5582 vc-resynch-buffer.
5583
5584 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
5585 not show up to date files.
5586
5587 2009-07-24 Glenn Morris <rgm@gnu.org>
5588
5589 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
5590 Add autoload cookies. If necessary, initialize.
5591 (elint-log): Handle non-file buffers.
5592 (elint-initialize): Add optional argument to reinitialize.
5593 (elint-find-builtin-variables): Save excursion.
5594
5595 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5596
5597 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5598 for Lint.
5599
5600 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5601
5602 * vc.el (vc-print-log-internal): New function, split out from ...
5603 (vc-print-log): ... here.
5604 (vc-dir-move-to-goal-column): Declare.
5605
5606 * vc-git.el (vc-git-add-signoff): New variable.
5607 (vc-git-checkin): Use it.
5608 (vc-git-toggle-signoff): New function.
5609 (vc-git-extra-menu-map): Bind it to menu.
5610 (vc-git--run-command-string): Accept a nil FILE argument.
5611 (vc-git-stash-list): New function.
5612 (vc-git-dir-extra-headers): Use it.
5613
5614 2009-07-23 Glenn Morris <rgm@gnu.org>
5615
5616 * help-fns.el (describe-variable): Describe ignored and risky local
5617 variables in a similar way to that in which we describe safe ones.
5618
5619 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
5620 (byte-compile-output-file-form, byte-compile-output-docform)
5621 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
5622 Give some more local variables with common names a "bytecomp-" prefix,
5623 so as not to shadow things during compilation.
5624 * emacs-lisp/cl-macs.el (load-time-value)
5625 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
5626 `outbuffer' to `bytecomp-outbuffer'.
5627
5628 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
5629 since the next two variables cover them automatically now.
5630 (elint-builtin-variables, elint-autoloaded-variables): New.
5631 (elint-unknown-builtin-args): Remove all members, since they can be
5632 parsed automatically now.
5633 (elint-extra-errors): New.
5634 (elint-env-add-env, elint-env-add-macro): Use cadr.
5635 (elint-current-buffer): Use or. Change final message.
5636 (elint-get-top-forms): Use line-end-position.
5637 (elint-init-env): Use cadr. Handle autoload, declare-function,
5638 and defalias.
5639 (elint-add-required-env): Doc fix. Use or. Standardize error.
5640 (regexp-assoc): Remove unused function.
5641 (elint-top-form): Set elint-current-pos, to record the start of the
5642 top-level form, for compilation-mode.
5643 (elint-form): Trap errors in macro expansion. Use dolist.
5644 (elint-unbound-variable): Use elint-builtin-variables and
5645 elint-autoloaded-variables.
5646 (elint-get-args): Use cadr, or.
5647 (elint-check-cond-form): Use dolist, cadr.
5648 (elint-check-condition-case-form): Doc fix. Use cadr.
5649 Use elint-extra-errors.
5650 (elint-log): New function.
5651 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
5652 Distinguish errors and warnings.
5653 (elint-log-message): Use with-current-buffer. Inhibit read-only.
5654 Use a bytecomp-style format.
5655 (elint-clear-log): Preserve default-directory. Inhibit read-only.
5656 (elint-get-log-buffer): Use compilation mode. Disable undo.
5657 Don't truncate lines.
5658 (elint-initialize): Set builtin and autoloaded variable lists.
5659 Only process elint-unknown-builtin-args if non-nil.
5660 (elint-find-builtin-variables, elint-find-autoloaded-variables):
5661 New functions.
5662 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
5663
5664 2009-07-22 Kevin Ryde <user42@zip.com.au>
5665
5666 * net/newst-backend.el (newsticker--parse-atom-1.0)
5667 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5668 (newsticker--parse-rss-1.0):
5669 * progmodes/idlwave.el (idlwave-mode):
5670 * progmodes/idlw-shell.el (idlwave-shell-mode):
5671 * progmodes/vera-mode.el (vera-mode):
5672 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
5673 * progmodes/vhdl-mode.el (vhdl-mode):
5674 * textmodes/table.el (table-generate-source)
5675 (table--warn-incompatibility):
5676 Hyperlink urls in docstrings with URL `...'.
5677
5678 2009-07-22 Glenn Morris <rgm@gnu.org>
5679
5680 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
5681 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
5682 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
5683 Remove leading * from defcustom docs.
5684
5685 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
5686
5687 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
5688 defcustom doc.
5689 (list-load-path-shadows): Optionally, just return shadows as a string.
5690
5691 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
5692
5693 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * mail/rmailedit.el (rmail-edit-mode): Use
5696 auto-save-include-big-deletions.
5697
5698 * mail/rmail.el (rmail-variables): Use
5699 auto-save-include-big-deletions.
5700
5701 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
5702 changes.
5703
5704 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5705
5706 * calc/calc.el (calc-undo-length): New variable.
5707 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
5708
5709 2009-07-21 Richard Stallman <rms@gnu.org>
5710
5711 * files.el (auto-save-mode): Handle buffer-save-size = -2
5712 for toggling mode.
5713
5714 2009-07-21 Glenn Morris <rgm@gnu.org>
5715
5716 * textmodes/ispell.el (ispell-looking-back): Update declaration.
5717
5718 * calendar/todo-mode.el (calendar-current-date): Update declaration.
5719
5720 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
5721 silence compiler. Instead...
5722 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
5723 (ps-print-ensure-fontified): Update for above function name changes.
5724
5725 * printing.el (pr-mh-get-msg-num, pr-mh-show)
5726 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
5727 silence compiler. Instead...
5728 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
5729 (mh-show-buffer): Only define for compiler.
5730 (pr-mh-current-message): Update for above function name changes.
5731
5732 * files.el (abort-if-file-too-large): Explicitly pass `filename'
5733 as an argument.
5734 (find-file-noselect, insert-file-1): Update for above change.
5735
5736 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
5737
5738 * mail/mailclient.el (mailclient-send-it): Fix message.
5739
5740 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
5741 (edebug-eval): Check cl-debug-env is bound.
5742 (print-level, print-circle): Don't redefine built-in variables.
5743
5744 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
5745 (custom-print-vectors): Remove old comments from doc.
5746
5747 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
5748 (emerge-version): Make the variable an obsolete alias for the
5749 emacs-version variable. Make the function obsolete.
5750 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
5751 Emerge options, rather than merging in into the main Options menu.
5752 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
5753 and auto advance modes. Disable edit/fast items when not relevant.
5754
5755 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5756
5757 * term/vt420.el (terminal-init-vt420): Fix typo.
5758
5759 2009-07-20 Sam Steingold <sds@gnu.org>
5760
5761 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
5762 variable (removed from compile.el on 2004-03-11).
5763
5764 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * files.el (hack-local-variables-filter): Fix last change.
5767
5768 2009-07-19 Juri Linkov <juri@jurta.org>
5769
5770 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
5771 (dir-local-variables-alist): New buffer-local variable.
5772 (hack-local-variables-filter): If variable is not dir-local,
5773 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
5774 because file-local overrides dir-local.
5775 (c-postprocess-file-styles)<declare-function>:
5776 Remove obsolete declaration.
5777 (hack-dir-local-variables): Add dir-local variable/value pair to
5778 `dir-local-variables-alist' and remove duplicates. Doc fix.
5779
5780 * help-fns.el (describe-variable): Add information about
5781 file-local and dir-local variables.
5782
5783 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
5784
5785 * files.el (hack-local-variables-filter): Rewrite.
5786
5787 2009-07-19 Glenn Morris <rgm@gnu.org>
5788
5789 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
5790 Silence compiler by only defining on XEmacs.
5791
5792 * international/mule.el (auto-coding-regexp-alist): Only match
5793 BABYL... at the start of buffer, not of lines. (Bug#3790)
5794
5795 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
5796 non-calendar buffers (Bug#3862). Restore "not on a date" message.
5797 (cal-menu-context-mouse-menu): Doc fix.
5798
5799 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
5800
5801 * simple.el (mail-user-agent): Doc fix. Set :version tag.
5802
5803 2009-07-18 Juri Linkov <juri@jurta.org>
5804
5805 * info.el: Virtual Info keyword finder.
5806 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
5807 (Info-finder-file): New variable.
5808 (Info-finder-find-file): New function.
5809 (finder-known-keywords, finder-package-info)
5810 (find-library-name, lm-commentary): Use defvar and
5811 declare-function to silence compiler warnings.
5812 (Info-finder-find-node): New function.
5813 (info-finder): New command.
5814
5815 * subr.el (process-kill-buffer-query-function): New function.
5816 (add-hook)<kill-buffer-query-functions>: Add hook
5817 `process-kill-buffer-query-function'.
5818
5819 2009-07-18 Alan Mackenzie <acm@muc.de>
5820
5821 * progmodes/cc-mode.el (c-before-hack-hook)
5822 (c-postprocess-file-styles): Give invocation of `c-set-style'
5823 DONT-OVERRIDE parameter of t. Already set style variables will
5824 thus not be overridden by style settings given by `c-file-syle'.
5825
5826 * files.el (hack-local-variables-filter): Remove entries with
5827 duplicate keys from `file-local-variables-alist'.
5828
5829 2009-07-18 Eli Zaretskii <eliz@gnu.org>
5830
5831 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
5832 x-set-selection if display-selections-p returns nil for the
5833 current frame.
5834
5835 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5836
5837 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
5838
5839 2009-07-18 Eli Zaretskii <eliz@gnu.org>
5840
5841 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
5842 Accept nil in addition to a regexp.
5843 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
5844 Accept nil in addition to a regexp.
5845 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
5846 buffers that have an associated file. Handle nil values of
5847 desktop-buffers-not-to-save and desktop-files-not-to-save.
5848 (Bug#3833)
5849
5850 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5851 (x-disown-selection-internal): New functions.
5852
5853 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
5854
5855 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
5856 warning.
5857 (gdb-breakpoints-header): Move forward to avoid compiler warning.
5858 (gdb-make-header-line-mouse-map): Remove duplicate definition.
5859
5860 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
5861
5862 * simple.el (set-mark): Revert last change.
5863
5864 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
5865
5866 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
5867 rendering of pngs is not possible instead of messaging a long
5868 description.
5869
5870 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
5871
5872 * w32-fns.el (x-selection-owner-p): New function.
5873
5874 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
5875 (mouse-yank-at-click, mouse-yank-primary): If
5876 select-active-regions is non-nil, deactivate the mark before
5877 insertion.
5878
5879 * simple.el (deactivate-mark, set-mark): Only save selection if we
5880 own it.
5881
5882 2009-07-17 Kenichi Handa <handa@m17n.org>
5883
5884 * case-table.el (describe-buffer-case-table): Fix for the case
5885 that KEY is a cons.
5886
5887 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5888
5889 * vc-rcs.el (vc-rcs-find-file-hook):
5890 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
5891
5892 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
5893
5894 * net/tramp.el (tramp-wait-for-output): Handle the case when
5895 commands do not return a newline but a null byte before the shell
5896 prompt. (Bug#3858)
5897
5898 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5899
5900 * term/ns-win.el (ns-set-alpha): Don't declare.
5901 (ns-set-background-alpha): Remove function.
5902
5903 2009-07-16 Kevin Ryde <user42@zip.com.au>
5904
5905 * emacs-lisp/copyright.el (copyright-update): Save match-data across
5906 y-or-n-p, for safety.
5907
5908 2009-07-16 Richard Stallman <rms@gnu.org>
5909
5910 * files.el (auto-save-mode): If buffer-saved-size is -2,
5911 don't clobber it.
5912
5913 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
5914 (rmail-retry-ignored-headers): Add more uninteresting fields.
5915
5916 2009-07-15 Jari Aalto <jari.aalto@cante.net>
5917
5918 * net/rcirc.el (rcirc): Use history variables.
5919 (rcirc-server-name-history, rcirc-nick-name-history)
5920 (rcirc-server-port-history): New variables.
5921
5922 2009-07-15 Kenichi Handa <handa@m17n.org>
5923
5924 * international/mule-cmds.el (set-language-environment-charset):
5925 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
5926 ignore them.
5927
5928 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
5929 Delete unibyte-display.
5930
5931 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
5934
5935 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * simple.el (deactivate-mark): Optional argument FORCE.
5938 (set-mark): Use deactivate-mark.
5939
5940 * info.el (Info-search): No need to check transient-mark-mode
5941 before calling deactivate-mark.
5942
5943 * select.el (x-set-selection): Doc fix.
5944 (x-valid-simple-selection-p): Allow buffer values.
5945 (xselect--selection-bounds): Handle buffer values. Suggested by
5946 David De La Harpe Golden.
5947
5948 * mouse.el (mouse-set-region, mouse-drag-track): Call
5949 copy-region-as-kill before setting the mark, to let
5950 select-active-regions work.
5951
5952 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
5953
5954 * simple.el (deactivate-mark): If select-active-regions is
5955 non-nil, copy the selection data into a string.
5956 (activate-mark): If select-active-regions is non-nil, set the
5957 selection to the current buffer.
5958 (set-mark): Update selection if select-active-regions is non-nil.
5959
5960 * select.el (x-valid-simple-selection-p): Allow buffer values.
5961
5962 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
5965 and more featureful message-mode.
5966
5967 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * select.el (x-set-selection): Doc fix.
5970 (x-valid-simple-selection-p): Disallow selection data consisting
5971 of a list or cons of integers, since that is not used.
5972 (xselect--selection-bounds, xselect--int-to-cons): New functions.
5973 (xselect-convert-to-string, xselect-convert-to-length)
5974 (xselect-convert-to-filename, xselect-convert-to-charpos)
5975 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
5976
5977 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
5978
5979 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
5980 output in -break-info command (Emacs bug #3794).
5981
5982 2009-07-14 Glenn Morris <rgm@gnu.org>
5983
5984 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
5985 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
5986 (edebug-print-length, edebug-print-level, edebug-print-circle)
5987 (edebug-sit-for-seconds, edebug-view-outside)
5988 (edebug-bounce-point, edebug-set-global-break-condition)
5989 (edebug-Go-nonstop-mode, edebug-trace-mode)
5990 (edebug-Trace-fast-mode, edebug-continue-mode)
5991 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
5992 (edebug-visit-eval-list): Doc fixes.
5993
5994 * subr.el (def-edebug-spec): Doc fix.
5995
5996 2009-07-14 Kenichi Handa <handa@m17n.org>
5997
5998 * international/characters.el: Fix setting of category ?C.
5999
6000 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
6001
6002 * term/ns-win.el (x-select-font): defalias x-select-font to
6003 ns-popup-font-panel instead of generate-fontset-menu.
6004
6005 2009-07-12 Eli Zaretskii <eliz@gnu.org>
6006
6007 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
6008
6009 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
6010
6011 * arc-mode.el (archive-find-type): Allow for a PK00 string before
6012 the PK\003\004 header (Bug#3770).
6013
6014 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
6015
6016 * pcomplete.el (pcomplete-comint-setup): Check for
6017 shell-dynamic-complete-filename too.
6018
6019 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
6020
6021 * simple.el (temporary-goal-column): Change the value for
6022 line-move-visual to a cons cell.
6023 (line-move-visual): Record or set the window hscroll, if
6024 necessary (Bug#3494).
6025 (line-move-1): Handle cons value of temporary-goal-column.
6026
6027 2009-07-11 Kenichi Handa <handa@m17n.org>
6028
6029 * international/mule-diag.el (describe-character-set): Don't show
6030 width.
6031
6032 2009-07-10 Sam Steingold <sds@gnu.org>
6033
6034 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6035 Omake sometimes indents the errors it prints, so allow all
6036 regexps to start with spaces.
6037
6038 2009-07-10 Eli Zaretskii <eliz@gnu.org>
6039
6040 * cus-edit.el (customize-changed-options-previous-release):
6041 Bump value to 22.1. (Bug#3804)
6042
6043 2009-07-08 Sam Steingold <sds@gnu.org>
6044
6045 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
6046 to be a cons cell (test . ignored-directory) to selectively ignore
6047 some directories depending on the location of the search.
6048
6049 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
6050
6051 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
6052 remote user is root, on the local host.
6053 (tramp-local-host-p): Either the local user or the remote user
6054 must be root. (Bug#3771)
6055
6056 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
6057
6058 * progmodes/gdb-mi.el (gdb): Remove description of
6059 gdb-use-separate-io-buffer.
6060 (menu): Don't allow toggling of or enable
6061 gdb-use-separate-io-buffer from menubar.
6062
6063 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6064
6065 * mail/unrmail.el (unrmail): Make sure the message ends with two
6066 newlines (Bug#3769).
6067
6068 2009-07-08 Glenn Morris <rgm@gnu.org>
6069
6070 * calendar/calendar.el (calendar-current-date): Rework previous change.
6071
6072 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
6073
6074 * calendar/calendar.el (calendar-current-date):
6075 Add an optional argument giving an offset from today.
6076
6077 2009-07-08 Glenn Morris <rgm@gnu.org>
6078
6079 * tutorial.el (tutorial--describe-nonstandard-key):
6080 Adjust the message for when a key has been unbound.
6081 (help-with-tutorial): Hide the arch-tag.
6082
6083 2009-07-08 Kenichi Handa <handa@m17n.org>
6084
6085 * international/fontset.el (setup-default-fontset): For each
6086 script, append (not set) font-specs.
6087
6088 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
6089 docstring.
6090
6091 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
6092
6093 * progmodes/gdb-mi.el (gdb-init-1): Move sending
6094 -data-list-register-names to ...
6095 (gdb-starting): ... here because GDB 7.0 requires execution to
6096 have started when using this MI command.
6097 (gdb-set-header): New function to distinguish select and
6098 unselected tabs in gdb buffers.
6099 (gdb-propertize-header): New macro that uses gdb-set-header.
6100 (gdb-breakpoints-header, gdb-locals-header): Use it.
6101 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
6102
6103 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
6104
6105 * Makefile.in (ELCFILES): Remove fadr.elc.
6106
6107 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
6108
6109 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
6110 may contain frame information, so `string-match' should be used.
6111 (gdb-update): Disassembly is invalidated through
6112 `gdb-get-selected-frame'.
6113 (gdb-pad-string): New function to pad string with spaces.
6114 (gdb-invalidate-disassembly): Invalidate only if the buffer
6115 exists.
6116 (gdb-disassembly-handler-custom): Column alignment.
6117 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
6118 placing new ones.
6119 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
6120 end of line, too.
6121 (gdb-frame-handler): Match convention to for disassembly buffer
6122 mode name.
6123 (gdb-stack-list-frames-handler): Rewritten without regexps.
6124 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
6125 not highlight breakpoints without line information.
6126 (gdb-input): Add trailing newline to command.
6127
6128 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
6129 buffer properly.
6130 (gdb-breakpoints-list-handler-custom): Replacement for
6131 `gdb-break-list-handler'. Using real parser instead of regexps
6132 now.
6133 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
6134 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
6135 to place breakpoints.
6136 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
6137 functions.
6138 (gdb-disassembly-handler-custom): Show overlay arrow.
6139 (gdb-disassembly-place-breakpoints): Show breakpoints in
6140 disassembly buffer.
6141 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6142 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
6143 instead of parsing breakpoints buffer. Fixed old menu references
6144 in `gud-menu-map'.
6145
6146 * fadr.el: Remove.
6147
6148 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
6149 (gdb-memory-address): New variable which holds top address of
6150 memory page shown in memory buffer.
6151 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
6152 customization variables.
6153 New functions:
6154 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
6155 display the memory buffer.
6156 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
6157 buffer display parameters.
6158 (def-gdb-memory-format, gdb-memory-format-binary)
6159 (gdb-memory-format-octal, gdb-memory-format-unsigned)
6160 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
6161 Functions for setting memory buffer format.
6162 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6163 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
6164 unit size used in memory buffer.
6165 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
6166 to next/previous page of memory buffer.
6167 Now using (bindat-get-field) instead of fadr functions.
6168
6169 2009-07-07 Sam Steingold <sds@gnu.org>
6170
6171 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
6172 non-top-level files.
6173
6174 2009-07-07 Kenichi Handa <handa@m17n.org>
6175
6176 * international/mule-cmds.el (reset-language-environment): Put
6177 the highset priority to the charset iso-8859-1.
6178
6179 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
6182 to the end of the line when locating the block (Bug#700).
6183
6184 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
6185
6186 * net/tramp.el (tramp-handle-write-region): Flush file properties
6187 in case of short track.
6188
6189 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
6190
6191 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
6192 representation of verilog error regular expressions to work with
6193 Emacs-22's new format.
6194 (verilog-error-regexp-xemacs-alist): Coded custom representation
6195 of verilog error regular expressions to work with XEmacs format.
6196 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
6197 error recognition into XEmacs.
6198 (verilog-error-regexp-add-emacs): Hook routine to install verilog
6199 error recognition into Emacs-22.
6200
6201 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
6202
6203 * woman.el: Remove stand-alone closing parentheses.
6204 (woman-file-name, woman2-format-paragraphs)
6205 (woman-leave-blank-lines): Code cleanup.
6206 (woman-use-own-frame): Change default to nil.
6207 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
6208 defaults to inherit from default faces.
6209 (woman2-process-escapes): Consume the newline after a stand-alone
6210 filler character (Bug#3651).
6211
6212 2009-07-06 Glenn Morris <rgm@gnu.org>
6213
6214 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
6215 (top-level): Move provide to the end.
6216 (ffap): Remove defunct URL from custom group.
6217
6218 * subr.el (eval-after-load): Doc fix.
6219
6220 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
6221
6222 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
6223 `calc-embedded-word' is called twice.
6224
6225 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * files.el (find-alternate-file-other-window, find-alternate-file):
6228 Obey confirm-nonexistent-file-or-buffer.
6229
6230 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
6231
6232 * dired-aux.el (dired-show-file-type): Handle remote files.
6233
6234 2009-07-05 Jari Aalto <jari.aalto@cante.net>
6235
6236 * desktop.el (desktop-globals-to-save):
6237 Add file-name-history (Bug#2750).
6238
6239 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
6240
6241 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6242
6243 2009-07-04 Johan Bockgård <bojohan@gnu.org>
6244
6245 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
6246 property on entire argument since this is what eshell-lisp-command
6247 expects.
6248
6249 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
6250
6251 * net/tramp-gvfs.el (tramp-gvfs-methods)
6252 (tramp-gvfs-zeroconf-domain)
6253 (tramp-bluez-discover-devices-timeout): Add version flag.
6254 (tramp-gvfs-handler-mounted-unmounted)
6255 (tramp-gvfs-connection-mounted-p): Polish handling of
6256 incompatibilities between GVFS 0.2 and 1.0.
6257
6258 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
6259
6260 * cus-start.el (all): Add make-pointer-invisible.
6261
6262 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
6263
6264 * calc-math.el (math-use-emacs-fn): Make sure that the number is
6265 formatted correctly.
6266
6267 2009-07-02 Juri Linkov <juri@jurta.org>
6268
6269 * info.el: Virtual Info files and nodes.
6270 (Info-virtual-files, Info-virtual-nodes): New variables.
6271 (Info-current-node-virtual): New variable.
6272 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
6273 New functions.
6274 (Info-file-supports-index-cookies): Use Info-virtual-file-p
6275 to check for a virtual file instead of checking a fixed list
6276 of node names.
6277 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
6278 instead of ad-hoc processing of "dir" and (apropos history toc).
6279 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
6280 instead of ad-hoc processing of "dir" and (apropos history toc).
6281 Reread a file when moving from a virtual node.
6282 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
6283 (Info-directory-toc-nodes, Info-directory-find-file)
6284 (Info-directory-find-node): New functions.
6285 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
6286 (Info-history): Move part of code to
6287 `Info-history-find-node'.
6288 (Info-history-toc-nodes, Info-history-find-file)
6289 (Info-history-find-node): New functions.
6290 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
6291 (Info-toc): Move part of code to `Info-toc-find-node'.
6292 (Info-toc-find-node): New function.
6293 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
6294 the current Info file name to references because now the node
6295 "*TOC*" belongs to the same Info manual.
6296 (Info-toc-build): Rename from `Info-build-toc'.
6297 (Info-toc-nodes): Rename input argument `file' to `filename'.
6298 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
6299 instead of ad-hoc processing of ("dir" apropos history toc).
6300 (Info-index-nodes): Use Info-virtual-file-p
6301 to check for a virtual file instead of checking a fixed list
6302 of node names.
6303 (Info-index-node): Add check for `Info-current-node-virtual'.
6304 Raise `save-match-data' higher up the tree to contain
6305 `search-forward' too (bug fix).
6306 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
6307 (Info-virtual-index-nodes): New variable.
6308 (Info-virtual-index-find-node, Info-virtual-index): New functions.
6309 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
6310 (Info-apropos-file, Info-apropos-nodes): New variables.
6311 (Info-apropos-toc-nodes, Info-apropos-find-file)
6312 (Info-apropos-find-node, Info-apropos-matches): New functions.
6313 (info-apropos): Move part of code to `Info-apropos-find-node' and
6314 `Info-apropos-matches'.
6315 (Info-mode-map): Bind "I" to `Info-virtual-index'.
6316 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
6317 for a virtual file instead of checking a fixed list of node names.
6318
6319 * simple.el (async-shell-command): New command.
6320
6321 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
6322
6323 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
6324 instead of `mount-info'.
6325
6326 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
6327
6328 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
6329 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
6330
6331 2009-07-02 Kenichi Handa <handa@m17n.org>
6332
6333 * international/mule.el (set-keyboard-coding-system): Force *-unix
6334 coding-system to avoid eol conversion.
6335
6336 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
6337
6338 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6339 Add handler for `process-file', `shell-command' and
6340 `start-file-process'.
6341 (tramp-gvfs-handle-shell-command)
6342 (tramp-gvfs-handle-start-file-process)
6343 (tramp-gvfs-handle-process-file): New defuns.
6344 (tramp-synce-list-devices): Simplify check for existence of property.
6345
6346 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
6347
6348 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
6349
6350 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
6351
6352 * language/korean.el (set-language-info-alist): Add korean-cp949,
6353 cp949 to spec.
6354
6355 2009-07-01 Kenichi Handa <handa@m17n.org>
6356
6357 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
6358
6359 * international/encoded-kb.el: Deleted.
6360
6361 * international/mule.el (set-keyboard-coding-system): Perform the
6362 necessary setup here instead of calling encoded-kbd-setup-display.
6363
6364 2009-07-01 Glenn Morris <rgm@gnu.org>
6365
6366 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
6367
6368 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
6369
6370 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
6371
6372 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
6373
6374 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
6375 Handle also the 'rename case, when setting file modes. (Bug#3712)
6376 (tramp-default-file-modes) Remove execute permissions.
6377
6378 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
6379 (top): Add a default for "synce" in `tramp-default-user-alist'.
6380 Add completion function for "synce" method.
6381 (tramp-hal-service, tramp-hal-path-manager)
6382 (tramp-hal-interface-manager, tramp-hal-interface-device):
6383 New defconst.
6384 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
6385 (tramp-synce-list-devices, tramp-synce-parse-device-names):
6386 New defuns.
6387
6388 * net/trampver.el: Update release number.
6389
6390 2009-06-30 Kenichi Handa <handa@m17n.org>
6391
6392 * international/fontset.el (setup-default-fontset): Add CJK fonts
6393 for symbols and the other miscellaneous characters.
6394
6395 * language/korea-util.el (setup-korean-environment-internal):
6396 Make char-width-table suitable for Korean environments.
6397 (exit-korean-environment): Cancel above.
6398
6399 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6400 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
6401 setup-funcion to make char-widht-table suitable for respective
6402 environments, and an exit-function to cancel that.
6403
6404 * language/japan-util.el (setup-japanese-environment-internal):
6405 Call use-cjk-char-width-table with arg `ja_JP'.
6406
6407 * international/characters.el (cjk-char-width-table): Delete it.
6408 (cjk-char-width-table-list): New variable.
6409 (use-cjk-char-width-table): New arg local-name.
6410 (use-default-char-width-table): Fix for the case that Emacs is
6411 already using the default char-width-table.
6412
6413 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
6414
6415 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
6416 modes mandatory. (Bug#3712)
6417
6418 2009-06-29 Alan Mackenzie <acm@muc.de>
6419
6420 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
6421 correction between the visible width of TABs and their number of bytes.
6422
6423 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
6424
6425 * server.el (server-buffer-done): Prevent kill-buffer from
6426 prompting by clearing the buffer modification flag (Bug#3696).
6427
6428 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
6429
6430 * verilog-mode.el (verilog-beg-of-statement)
6431 (verilog-endcomment-reason-re): Support unique case and priority case.
6432 (verilog-basic-complete-re): Support localparam lineup.
6433 (verilog-beg-of-statement-1): Fix for robustness, unique case.
6434 (verilog-set-auto-endcomments): Fix for unique case, always_comb
6435 commenting.
6436 (verilog-leap-to-case-head): Now support *nested* unique &
6437 priority case statements.
6438 (verilog-auto-lineup): Make just declarations the default (as it
6439 had been).
6440 (verilog-leap-to-case-head): Support priority/unique case statements.
6441 (verilog-auto-lineup): Rework to give users radio buttons to
6442 select the various styles of automatic lineup.
6443 (verilog-error-regexp-alist): Rework to support the XEmacs style
6444 of error regular expressions from compilers, lint tools &
6445 simulators. Note that GNU Emacs has made it impossible for a mode
6446 to load such things.
6447 (electric-verilog-terminate-line, verilog-indent-declaration)
6448 (verilog-auto-wiure): Rework for radio button selection of
6449 auto-lineup selection of specification of auto lineup.
6450 (verilog-beg-of-statement-1): Redesign to support proper operation
6451 in additional code, based on testing with auto-lineup.
6452 (verilog-calculate-indent, assignments & declarations)
6453 (verilog-backward-token): Enhance to support auto-lineup of
6454 assignments & declarations.
6455 (verilog-in-directive-p, verilog-at-struct-p): New function for
6456 easy test of whether we are.
6457 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
6458 to support safe execution at almost anyline.
6459 (verilog-calc-1): Properly support indenting deep inside generate
6460 blocks.
6461 (verilog-init-font) Remove definition & use of verilog-init-font,
6462 as it is redundant with font-lock-defaults.
6463 (verilog-mode): Alter the definition of verilog-font-lock-defaults
6464 to avoid circular calls if syntax-ppss is a function (as is the
6465 case now in 22.x GNU Emacs) as that function would sometimes call
6466 itself, leading to (nearly) infinite recursion.
6467 (verilog-ovm-begin-re, verilog-ovm-end-re)
6468 (verilog-ovm-statement-re, verilog-leap-to-head)
6469 (verilog-backward-token): Add support for OVM macros. Some are
6470 complete statements, and others open and close scopes like begin
6471 and end.
6472 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
6473 (verilog-defun-level-generate-only-re): Really fix the defun-list
6474 compilation issue.
6475 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
6476 coverpoint, constraint and cross statements.
6477 (verilog-defun-level-list, verilog-generate-defun-level-list)
6478 (verilog-all-defun-level-list): Redo these specifications - it is
6479 too hard to support eval-when compile aggregation of lists also
6480 built at when-compile time.
6481 (verilog-defun-level-list): Place defconsts of variables used in
6482 building regular expressions which are built in eval-when-compile
6483 bodies in the same eval-when-compile body to facilitate compile
6484 without load.
6485 (verilog-beg-block-re-ordered): Support indenting
6486 virtual/protected tasks and functions.
6487 (verilog-defun-level-list, verilog-in-generate-region-p)
6488 (verilog-backward-ws&directives, verilog-calc-1): Speed up
6489 indentation of some module items (generate items).
6490 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
6491 across virtual/protected tasks and functions.
6492
6493 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
6494
6495 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
6496 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
6497 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
6498 in concatenations. Reported by Yishay Belkind.
6499 (verilog-auto-ascii-enum): Support one-hot state machines in
6500 AUTOASCIIENUM. Suggested by Lloyd Gomez.
6501 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6502 modport in AUTOINST and add vl-modport for users. Reported by
6503 David Rogoff.
6504 (verilog-auto-inout-module, verilog-auto-inst)
6505 (verilog-decls-get-interfaces, verilog-insert-definition)
6506 (verilog-insert-one-definition, verilog-read-decls)
6507 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
6508 (verilog-sig-modport, verilog-signals-combine-bus)
6509 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
6510 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
6511 Suggested by David Rogoff.
6512 (verilog-repair-open-comma): Fix non-insertion of comma when
6513 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
6514 (verilog-make-width-expression): Simplify [A-1:0] expression
6515 widths to just {A{1'b0}}.
6516 (verilog-mode): Cleanup checkdoc warnings.
6517 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
6518 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
6519 inputs/outputs or data type. Suggested by Vasu Kandadi.
6520 (next-error-last-buffer): Fix byte-compiler warning.
6521 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
6522 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
6523 or shell command text during AUTO expansion. Suggested by Tad Truex.
6524 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
6525 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
6526 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
6527 in AUTOINOUT. Reported by Matthew Lovell.
6528 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
6529 causing use of <= assignments. Reported by Alex Reed.
6530 (verilog-read-decls): Fix triand, trior, wand, wor to be
6531 recognized by AUTOWIRE. Reported by Spencer Isaacson.
6532 (verilog-extended-complete-re): Support import "DPI-C" functions.
6533 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
6534 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
6535 (verilog-insert-date, verilog-insert-year)
6536 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
6537 Windows systems. Reported by Michael Potts.
6538 (verilog-read-module-name): Fix AUTOINST when the child module
6539 declaration's name is a tick define. Reported by Elliot Mednick.
6540 (verilog-read-decls): Fix V2K parameter bit subscripts getting
6541 passed to next parameter's definition. Reported by Bruce T.
6542 (verilog-read-decls): Fix detecting "parameter int" when using
6543 AUTOINSTPARAM. Reported by Bruce T.
6544 (verilog-goto-defun): Fix goto not finding modules unless first
6545 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
6546 (verilog-mode): Expand -f flag arguments on entry to mode so
6547 verilog-goto-defun will work. Reported by Lawrence Butcher.
6548 (verilog-getopt): Expand environment variables in -f file
6549 arguments. Suggested by Lawrence Butcher.
6550 (verilog-set-define): Fix "Symbol's value as variable is void"
6551 when reading enumerations.
6552 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
6553 Suggested by Stephen Peltan.
6554 (verilog-read-defines): Fix reading of enumerations in include
6555 files. Reported by Steve Peltan.
6556
6557 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
6558
6559 * files.el (trash-directory): Fix defcustom type.
6560
6561 2009-06-28 Juri Linkov <juri@jurta.org>
6562
6563 * help-fns.el (describe-function-1): Correctly locate adviced
6564 functions in hyperlink (Bug#2438).
6565
6566 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
6567
6568 * files.el (trash-directory): Change default to nil.
6569 (move-file-to-trash): If trash-directory is nil and
6570 system-move-file-to-trash is unbound, perform freedesktop-style
6571 trashing.
6572
6573 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
6574
6575 * files.el (move-file-to-trash): Add freedesktop trash
6576 support (Bug#973).
6577
6578 2009-06-28 Glenn Morris <rgm@gnu.org>
6579
6580 * autorevert.el (global-auto-revert-non-file-buffers)
6581 (global-auto-revert-mode): Doc fixes.
6582
6583 2009-06-27 Johan Bockgård <bojohan@gnu.org>
6584
6585 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
6586
6587 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
6588
6589 * faces.el (x-handle-named-frame-geometry): Ensure that we have
6590 opened an X connection before calling x-get-resource (Bug#3194).
6591
6592 * play/doctor.el: Remove reference to obsolete website.
6593 (make-doctor-variables): Correct grammar mistake (Bug#2633).
6594
6595 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6596
6597 Remove find-file-not-found-hook VC method. (Bug#2757)
6598 * vc-hooks.el (vc-file-not-found-hook)
6599 (vc-default-find-file-not-found-hook): Remove functions.
6600 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
6601 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
6602 * vc.el:
6603 * vc-hg.el:
6604 * vc-git.el: Do not mention find-file-not-found-hook VC method.
6605
6606 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
6607
6608 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
6609 compatibility function for `looking-back'.
6610
6611 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6612 Use `ispell-looking-back'.
6613
6614 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
6615
6616 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
6617 rather than `filename'.
6618
6619 2009-06-23 Miles Bader <miles@gnu.org>
6620
6621 * face-remap.el (text-scale-set): New function.
6622
6623 2009-06-23 Glenn Morris <rgm@gnu.org>
6624
6625 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
6626
6627 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
6628
6629 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
6630
6631 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
6632
6633 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
6634 Simplify Persian conditionals.
6635
6636 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
6637 variable `filename'.
6638
6639 * comint.el (comint-insert-input): Doc fix.
6640
6641 * Makefile.in (ELCFILES): Fix typo in previous change.
6642
6643 2009-06-23 Miles Bader <miles@gnu.org>
6644
6645 * cus-start.el: Add entry for `recenter-redisplay'.
6646
6647 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6648
6649 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
6650 Add an optional argument for the backend, use it instead of
6651 calling vc-backend.
6652 (vc-mode-line): Add an optional argument for the backend.
6653 Pass the backend to vc-state and vc-working-revision. Move code for
6654 special handling for vc-state being a buffer to ...
6655
6656 * vc-rcs.el (vc-rcs-find-file-hook):
6657 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
6658
6659 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
6660 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
6661 vc-stay-local-p and vc-mode-line calls.
6662
6663 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
6664 (vc-cvs-diff, vc-cvs-annotate-command)
6665 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
6666 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
6667 vc-mode-line calls.
6668
6669 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
6670 direct comparison.
6671 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
6672 backend when calling vc-mode-line.
6673 (vc-register): Do not create a closure for calling the vc register
6674 function, call it directly.
6675
6676 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6677
6678 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
6679 to make it obvious item can be clicked.
6680
6681 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
6682
6683 2009-06-23 Kenichi Handa <handa@m17n.org>
6684
6685 * language/korea-util.el (korean-key-bindings): Change the binding
6686 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
6687 same command.
6688
6689 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
6690
6691 Sync with Tramp 2.1.16.
6692
6693 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
6694
6695 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
6696 when a loading of a package fails. Completion function for rsync
6697 is `tramp-completion-function-alist-ssh'.
6698 (all): Replace all calls of `split-string' and
6699 `tramp-split-string' by `tramp-compat-split-string'.
6700 (tramp-default-method): Use `tramp-compat-process-running-p'.
6701 (tramp-default-proxies-alist): Allow also Lisp forms.
6702 (tramp-remote-path): Add choice "Private Directories".
6703 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
6704 (tramp-domain-regexp): Allow also "-", "_" and ".".
6705 (tramp-end-of-output): Remove newlines, and add "$" at the end.
6706 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
6707 (tramp-debug-message): Insert header line in debug buffer.
6708 (tramp-handle-directory-files-and-attributes-with-stat):
6709 Care about filenames with spaces, or starting with "-".
6710 (tramp-handle-dired-uncache): New defun.
6711 (tramp-handle-insert-directory): Don't flush the directory from
6712 cache, this is handled by `dired-uncache' now.
6713 (tramp-handle-insert-file-contents): Improve error handling.
6714 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6715 Quote `tramp-end-of-output'.
6716 (tramp-action-password): Improve trace message.
6717 (tramp-check-for-regexp): Both echoes must be present, before removing.
6718 (tramp-open-connection-setup-interactive-shell): Trace coding system.
6719 (tramp-compute-multi-hops): Eval cons cells of
6720 `tramp-default-proxies-alist'.
6721 (tramp-maybe-open-connection): Use the same command pattern for
6722 first hop and further hops.
6723 (tramp-wait-for-output): Remove handling of newlines.
6724 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
6725 (tramp-split-string): Remove function. It is handled in
6726 tramp-compat now.
6727
6728 * net/tramp-cmds.el (tramp-bug):
6729 Recommend `tramp-cleanup-all-connections' in the bug mail.
6730
6731 * net/tramp-compat.el (tramp-compat-split-string)
6732 (tramp-compat-process-running-p): New defuns.
6733
6734 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
6735 for `dired-uncache'.
6736
6737 * net/tramp-gvfs.el: New package.
6738
6739 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6740 Add handler for `dired-uncache'.
6741 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
6742
6743 * net/trampver.el: Update release number. Make version check fit
6744 for SXEmacs 22.
6745
6746 2009-06-22 Jim Meyering <meyering@redhat.com>
6747
6748 Automatically handle .xz suffix (XZ-compressed files), too.
6749 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
6750 XZ is the successor to LZMA: <http://tukaani.org/xz/>
6751
6752 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
6753 Nick Roberts <nickrob@snap.net.nz>
6754
6755 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
6756 repository (http://sphinx.net.ru/hg/gdb-mi/).
6757
6758 2009-06-22 Glenn Morris <rgm@gnu.org>
6759
6760 * files.el (dir-locals-collect-mode-variables): Allow for any number of
6761 `mode' and `eval' entries. (Bug#3430)
6762
6763 * Makefile.in (ELCFILES): Add fadr.elc.
6764
6765 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
6766 differing behavior of \n and ^ in strings. (Bug#3385)
6767
6768 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
6769
6770 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
6771 property.
6772 (lisp-indent-function): Make it a defcustom.
6773
6774 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
6775
6776 * progmodes/gdb-ui.el: Replace with ...
6777 * progmodes/gdb-mi.el: ... this file.
6778 * progmodes/gud.el: Modify for gdb-mi.el.
6779
6780 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
6781
6782 * fadr.el: New file.
6783
6784 See ChangeLog.14 for earlier changes.
6785
6786 ;; Local Variables:
6787 ;; coding: utf-8
6788 ;; End:
6789
6790 Copyright (C) 2009 Free Software Foundation, Inc.
6791
6792 This file is part of GNU Emacs.
6793
6794 GNU Emacs is free software: you can redistribute it and/or modify
6795 it under the terms of the GNU General Public License as published by
6796 the Free Software Foundation, either version 3 of the License, or
6797 (at your option) any later version.
6798
6799 GNU Emacs is distributed in the hope that it will be useful,
6800 but WITHOUT ANY WARRANTY; without even the implied warranty of
6801 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6802 GNU General Public License for more details.
6803
6804 You should have received a copy of the GNU General Public License
6805 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6806
6807 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1