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