]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
d338b717bb90c8c8033da28123c9a8c97c7abeaa
[gnu-emacs] / lisp / ChangeLog
1 2007-08-22 Glenn Morris <rgm@gnu.org>
2
3 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4 movemail related variables.
5 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6 will now be set before this is called.
7
8 2007-08-21 Juri Linkov <juri@jurta.org>
9
10 * delsel.el (delete-selection-pre-hook):
11 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
12 instead of checking last-command.
13
14 2007-08-21 Juri Linkov <juri@jurta.org>
15
16 * loadup.el: Preload "button".
17
18 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21 Add previous-line and next-line.
22
23 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
24 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
25
26 * vc-hooks.el (vc-menu-entry): New var.
27 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
28 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
29 (vc-menu-map): Declare and initialize in one step.
30 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter
31
32 * menu-bar.el (vc-menu-map): Don't setup any more.
33 Instead, just create the proper spot in the menu.
34
35 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * smerge-mode.el (smerge-resolve): New arg `safe'.
38 (smerge-resolve-all, smerge-batch-resolve): New function.
39 (smerge-refine): Make sure `diff' returns the expected result.
40 (smerge-parsep-re): New const.
41 (smerge-mode): Use it to adjust paragraph-separate.
42
43 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
44 Correctly match / regexp matchers as first char on a line when
45 fontifying only that line.
46
47 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
48
49 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * vc-bzr.el: Don't fiddle with vc-handled-backend.
52 (vc-bzr-registered): Don't redundantly protect against
53 file-error. Actually use the format-specific code.
54 (vc-bzr-buffer-nonblank-p): Remove.
55 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
56
57 2007-08-20 Juri Linkov <juri@jurta.org>
58
59 * startup.el (fancy-splash-text): Change multiple tabs into one
60 tab. Remove "Useful File menu items" section (with "Exit Emacs"
61 and "Recover Crashed Session").
62 (fancy-splash-screens): Set tab-width to 22.
63 (normal-splash-screen): Replace literal tabs with \t and
64 fix whitespace. Remove "Useful File menu items" section (with
65 "Exit Emacs" and "Recover Crashed Session").
66
67 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
68
69 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
70 extracted from `eval-last-sexp-1'.
71 (eval-last-sexp-1): Call `preceding-sexp'.
72
73 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
74
75 * vc-rcs.el (vc-rcs-annotate-command):
76 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
77 Add back :vc-annotate-prefix propertization.
78
79 2007-08-20 Andreas Schwab <schwab@suse.de>
80
81 * mail/rmail.el (rmail-autodetect): Doc fix.
82
83 2007-08-19 Juri Linkov <juri@jurta.org>
84
85 * startup.el (normal-splash-screen): Add more links.
86
87 2007-08-19 Juri Linkov <juri@jurta.org>
88
89 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
90 because it's common to both types of splash screen: fancy and normal.
91 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
92 (exit-splash-screen): Rename from `fancy-splash-quit'.
93 Use `quit-window' instead of `kill-buffer'.
94 (fancy-splash-head): Use make-button to insert GNU image link.
95 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
96 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
97 (normal-splash-screen): Put "Browse manuals" on the same line with
98 "Emacs manual". Remove descriptions from "Useful tasks" and put
99 all links in two columns on two lines.
100
101 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
102
103 * viper.el (viper-remove-hooks): remove some additional viper hooks
104 when the user calls viper-go-away.
105 (viper-go-away): restore the default of default-major-mode.
106 Save the value of default-major-mode before vaperization.
107
108 * viper-cmd.el: Replace error "" with "Viper bell".
109
110 * viper-ex.el: Replace error "" with "Viper bell".
111
112 * ediff-util.el (ediff-make-temp-file): use the coding system of the
113 buffer for which file is created.
114
115 2007-08-19 Glenn Morris <rgm@gnu.org>
116
117 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
118 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
119 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
120 shadow files messing up the compilation.
121
122 2007-08-18 Glenn Morris <rgm@gnu.org>
123
124 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
125 string. Also apply eldoc-argument-case in the help-split-fundoc
126 case. Adapt for changed behavior of eldoc-function-argstring,
127 eldoc-function-argstring-format, and
128 eldoc-highlight-function-argument.
129 (eldoc-highlight-function-argument): Handle nil INDEX argument,
130 just call eldoc-docstring-format-sym-doc in that case.
131 (eldoc-function-argstring): Change the behavior. Now it converts
132 an argument list to a string.
133 (eldoc-function-argstring-format): Change the behavior. Now it
134 applies `eldoc-argument-case' to a string.
135
136 * progmodes/scheme.el (scheme-mode-variables): Set
137 font-lock-comment-start-skip.
138
139 2007-08-18 Martin Rudalics <rudalics@gmx.at>
140
141 * progmodes/ada-mode.el (ada-create-syntax-table): Move
142 set-syntax-table from here to ...
143 (ada-mode): ... here. Do not change global value of
144 comment-multi-line. Call new function
145 ada-initialize-syntax-table-properties and add new function
146 ada-handle-syntax-table-properties to font-lock-mode-hook.
147 (ada-deactivate-properties, ada-initialize-properties): Replace
148 by new functions ...
149 (ada-handle-syntax-table-properties)
150 (ada-initialize-syntax-table-properties)
151 (ada-set-syntax-table-properties): ... to set up syntax-table
152 properties uniformly, independently from whether font-lock-mode
153 is enabled or not. Handle read-only buffers and do not change
154 undo-list when setting syntax-table properties.
155 (ada-after-change-function): Use
156 ada-set-syntax-table-properties.
157
158 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
159
160 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
161 (meta-indent-current-nesting): Use a computation of the nesting
162 instead.
163 (meta-indent-current-indentation): Indentation is given according
164 to nesting and if the previous line was finished or not.
165 (meta-indent-unfinished-line): Tell if the current line ends with
166 a finished expression.
167 (meta-indent-looking-at-code): Like `looking-at', but checks if
168 the point is in a string before.
169 (meta-indent-level-count): Use it. Don't count parenthesis as it's
170 done in the nesting function.
171 (meta-indent-in-string-p): Tell if the current point is in a
172 string.
173 (meta-indent-calculate): Treat b-o-b as a special case. Use the
174 previous functions.
175
176 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
177
178 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
179 (copyright-update-year, copyright-update)
180 (copyright-fix-years): Use it.
181
182 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
183
184 * emacs-lisp/copyright.el (copyright-update-year):
185 Fix bug: Handle nil copyright-limit.
186
187 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
188
189 * calc/calc-units.el (math-standard-units): Give exact
190 conversion for tsp.
191
192 * calc/calc.el (math-bignum-digit-length): Compute the
193 appropriate value.
194
195 * calc/calc-bin.el (math-bignum-logb-digit-size)
196 (math-bignum-digit-power-of-two):
197 * calc/calc-comb.el (math-small-factorial-table):
198 * calc/calc-ext.el (math-approx-pi,math-approx-sqrt-e)
199 (math-approx-gamma-const):
200 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
201 (math-besY1, math-bernoulli-b-cache):
202 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
203 Remove `eval-when-compile's.
204
205 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
206
207 * progmode/cperl-mode.el (cperl-look-at-leading-count)
208 (cperl-find-pods-heres): Fix an error when typing expressions like
209 `s{a}{b}'.
210
211 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
212
213 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
214 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
215 a special case (there's no build number).
216
217 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
218
219 * completion.el (symbol-under-point, symbol-before-point)
220 (symbol-before-point-for-complete): Use
221 buffer-substring-no-properties.
222
223 2007-08-17 Glenn Morris <rgm@gnu.org>
224
225 * progmodes/compile.el (compilation-get-file-structure): Make use
226 of the directory part when checking for an existing entry, to
227 handle files with same basename in different directories.
228
229 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
230
231 * calc/calc.el (calc-language-alist): Add texinfo-mode.
232
233 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
234
235 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
236 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
237 (ps-paragraph-spacing): Docstring fix.
238
239 2007-08-16 Glenn Morris <rgm@gnu.org>
240
241 * ps-print.el (ps-font-size): Doc fix.
242
243 2007-08-16 Richard Stallman <rms@gnu.org>
244
245 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
246
247 2007-08-15 Juri Linkov <juri@jurta.org>
248
249 * startup.el (initialization): Change parent group from `internal'
250 to `environment'.
251 (initial-buffer-choice): New variable.
252 (command-line): Revert 2007-07-02 change that sets
253 buffer-offer-save in *scratch* and enables auto-save in it.
254 (fancy-splash-text): Add links to existing items. Add new items
255 with links for useful tasks. Move information about Control-g to
256 fancy-splash-head. Move "Emacs Guided Tour" to the end.
257 (fancy-splash-keymap): New variable.
258 (fancy-splash-last-input-event): Remove variable.
259 (fancy-splash-insert): Add processing of `:link' element.
260 (fancy-splash-head): Replace "Type Control-l to begin editing"
261 with "Type `q' to exit".
262 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
263 (fancy-splash-default-action, fancy-splash-special-event-action):
264 Remove functions.
265 (fancy-splash-quit): New function.
266 (fancy-splash-screens): Rename input arg from `hide-on-input' to
267 `static' and reverse the condition of its usage. Don't preserve
268 original values of `minor-mode-map-alist',
269 `emulation-mode-map-alists', `special-event-map'.
270 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
271 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
272 Remove processing of special events. Use local key map
273 `fancy-splash-keymap'. Set buffer to read-only.
274 (normal-splash-screen): Rename input arg from `hide-on-input' to
275 `static' and reverse the condition of its usage.
276 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
277 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
278 Add links to existing items. Add new items with links for useful
279 tasks. Use local key map `fancy-splash-keymap'.
280 (display-splash-screen): Rename input arg from `hide-on-input' to
281 `static'.
282 (about-emacs): Add alias to display-splash-screen.
283 (command-line-1): Use `initial-buffer-choice'.
284
285 * menu-bar.el (menu-bar-help-menu):
286 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
287 item to about-emacs instead of display-splash-screen.
288
289 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
290
291 * calc/calc-units.el (math-standard-units): Update values.
292 Put in exact, rational values when possible.
293 (math-unit-prefixes): Replace floats with powers of ten.
294 (math-standard-units-systems): Replace floats with integers.
295 (math-make-unit-string): Remove extra spaces in output.
296
297 2007-08-15 Glenn Morris <rgm@gnu.org>
298
299 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
300 sloppier, for the sake of GNU Mailman.
301 (rmail-digest-rfc1153): Initialize `result' correctly.
302
303 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
304
305 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
306 in the mail title. Suggested by Reiner Steib.
307
308 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
309
310 * calc/calc-aent.el (calc-do-quick-calc): Add binary
311 representation of integers to the list of outputs.
312
313 2007-08-14 Glenn Morris <rgm@gnu.org>
314
315 * simple.el (bad-packages-alist): New constant.
316 (bad-package-check): New function. Together, these two add
317 elements to `after-load-alist' to check for problematic external
318 packages.
319 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
320
321 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
322
323 * calc/calc-units.el (math-get-standard-units)
324 (math-get-units,math-make-unit-string)
325 (math-get-default-units,math-put-default-units): New functions.
326 (math-default-units-table): New variable.
327 (calc-convert-units, calc-convert-temperature): Add machinery
328 to supply default values.
329
330 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
333 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
334 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
335 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
336
337 * emulation/tpu-extras.el: Remove spurious * in docstrings.
338 Put its autoloads into tpu-edt.el rather than loaddefs.el.
339 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
340 Make into a proper minor-mode.
341 (tpu-backward-char, tpu-next-line, tpu-previous-line)
342 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
343 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
344 (tpu-set-cursor-free, tpu-set-cursor-bound):
345 Delegate to tpu-cursor-free-mode.
346 (tpu-next-line, tpu-previous-line, tpu-forward-line)
347 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
348 Use line-move or forward-line instead of next-line-internal.
349
350 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
351
352 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
353
354 2007-08-12 Richard Stallman <rms@gnu.org>
355
356 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
357 (cvs-execute-single-file): Use new name split-string-and-unquote.
358 (cvs-header-msg): Use new name combine-and-quote-strings.
359
360 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
361
362 * progmodes/gud.el (gud-common-init): Use new name
363 split-string-and-unquote.
364
365 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
366 in javac regexp.
367
368 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
369 combine-and-quote-strings and split-string-and-unquote.
370
371 * subr.el (combine-and-quote-strings): Rename from strings->string.
372 (split-string-and-unquote): Rename from string->strings.
373
374 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
375
376 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
377 to buffer-local settings.
378
379 * emacs-lisp/backquote.el (backquote-delay-process): New function.
380 (backquote-process): Add internal arg `level'. Use the two to
381 correctly handle nested backquotes.
382
383 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
384
385 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
386 (vc-bzr-state-words): Add "kind changed" state word.
387 (vc-bzr-status): New function. Return Bzr idea of file status,
388 which is different from VC's.
389 (vc-bzr-state): Use vc-bzr-status.
390 (vc-workfile-unchanged-p): Use vc-bzr-status.
391 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
392 (vc-dired-state): Process "kind changed" state word.
393
394 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
397
398 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
399 Move from vc-default-find-file-not-found-hook.
400
401 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * man.el: Remove spurious * in docstrings.
404 Merge defvars and toplevel setq-defaults.
405 (Man-highlight-references0): Limit=nil rather than point-max.
406 (Man-mode-map): Move initialization into the declaration.
407 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
408 (Man-view-header-file): Use expand-file-name rather than concat.
409 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
410
411 * man.el (Man-next-section): Make sure we do not move backward.
412
413 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * files.el (auto-mode-alist): Use the purecopied text (duh!).
416
417 2007-08-08 Glenn Morris <rgm@gnu.org>
418
419 * Replace `iff' in doc-strings and comments.
420
421 2007-08-08 Martin Rudalics <rudalics@gmx.at>
422
423 * dired.el (dired-pop-to-buffer):
424 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
425 * calendar/calendar.el (generate-calendar-window):
426 * progmodes/compile.el (compilation-set-window-height):
427 * textmodes/two-column.el (2C-two-columns, 2C-merge):
428 Use window-full-width-p instead of comparing frame-width and
429 window-width.
430
431 * progmodes/compile.el (compilation-find-buffer): Remove extra
432 argument in call to compilation-buffer-internal-p.
433
434 2007-08-07 Tom Tromey <tromey@redhat.com>
435
436 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
437 Add safe-local-variable property.
438
439 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
440
441 * image-mode.el (image-toggle-display): Use image-refresh.
442
443 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
444
445 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
446 unofficial version.
447 (vc-bzr-command): Remove redundant setting of process-connection-type.
448 (vc-bzr-admin-checkout-format-file): Add autoload.
449 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
450 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
451 (vc-bzr-registered): Compare dirstate format tag with known good
452 value, abort parsing if match fails. Warn user in docstring.
453 (vc-bzr-workfile-version): Case for different Bzr branch formats.
454 See bzrlib/branch.py in Bzr sources.
455 (vc-bzr-diff): First argument FILES may be a string rather than a list.
456 (vc-bzr-shell-command): Remove in favor of
457 vc-bzr-command-discarding-stderr.
458 (vc-bzr-command-discarding-stderr): New function.
459
460 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
461
462 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
463 program, and return nil
464 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
465 (vc-bzr-state): Look for path names relative to the repository
466 root after status keyword.
467 (vc-bzr-file-name-relative): New function.
468 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
469 depend on it.
470 (vc-bzr-admin-dirname, ...-checkout-format-file)
471 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
472 files that we now parse directly for speed.
473 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
474 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
475 (vc-bzr-state): "bzr status" successful only if exitcode is 0
476 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
477 Bzr warnings, so we must discard it.
478 (vc-bzr-workfile-version): Speedup counting lines from
479 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
480 if that file doesn't exist.
481 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
482 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
483 (not ".bzr"!) to `vc-directory-exclusion-list'
484 (vc-bzr-shell-command): New function.
485
486 2007-08-06 Tom Tromey <tromey@redhat.com>
487
488 * diff-mode.el (diff-unified->context, diff-reverse-direction)
489 (diff-fixup-modifs): Typo in docstring.
490
491 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
494 count-screen-lines.
495 (tpu-edt-off): Disable relevant pieces of advice.
496
497 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
498 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
499 (newline, newline-and-indent, do-auto-fill): Use advice instead of
500 redefining the function.
501 (tpu-set-scroll-margins): Activate the pieces of advice.
502
503 2007-08-06 Martin Rudalics <rudalics@gmx.at>
504
505 * help.el (resize-temp-buffer-window): Use window-full-width-p
506 instead of comparing frame-width and window-width.
507
508 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
509
510 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
511 optional quotes around files in NEED-UPDATE . REMOVED case.
512
513 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
514 (ada-treat-cmd-string): Improve error message.
515 (ada-do-file-completion): Call `ada-require-project-file', so
516 project variables are set properly.
517 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
518 (ada-gnatfind-buffer-name): New constant.
519 (ada-find-any-references): Use new constant. Set buffer name
520 properly in compilation-start. Toggle read-only properly.
521 (ada-find-in-src-path): Fix spelling error in docstring.
522
523 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
524 by zero error.
525
526 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
527
528 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
529
530 2007-08-12 Richard Stallman <rms@gnu.org>
531
532 * progmodes/sh-script.el (sh): Delete group `unix'.
533
534 * progmodes/gud.el (gud): Change to group `processes'.
535
536 2007-08-11 Glenn Morris <rgm@gnu.org>
537
538 * progmodes/compile.el (compilation-buffer-name): Don't check
539 compilation-arguments. It is superfluous, and the variable isn't
540 even set when this function is called.
541
542 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
543
544 * term/mac-win.el (mac-ae-reopen-application): New function.
545 (mac-apple-event-map): Bind "reopen application" Apple event to it.
546
547 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
550 take tex-font-script-display into account.
551 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
552 cell to a list of 2 elements to simplify the unfontify code.
553
554 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
555
556 * url/url-auth.el (url-basic-auth): When prompting for username
557 and password, default to the username and password in the URL.
558
559 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
560
561 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
562 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
563 ps-print-color-p is neither nil nor black-white. Reported by Christian
564 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
565
566 2007-08-08 Andreas Schwab <schwab@suse.de>
567
568 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
569 self-insert-command, not self-insert.
570
571 2007-08-08 Glenn Morris <rgm@gnu.org>
572
573 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
574 argument optional, for backwards compatibility, and only highlight
575 args when present. Fix symbol name typo (doc/args).
576
577 * help-mode.el (help-make-xrefs): Search for symbol constituents,
578 rather than just `-'.
579
580 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
581
582 * calc/calc-units.el (calc-convert-temperature):
583 Use `/' to create fractions.
584
585 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
586
587 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
588 global matching.
589 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
590 ERROR-BUFFER more robust. Display output.
591 (tramp-file-name-handler): Add a connection property when we found
592 a foreign file name handler. This allows backends like ftp to
593 profit also from usr/host name completion based on connection
594 cache.
595 (tramp-send-command-and-read): Search for trash after the regexp
596 until eol only. In XEmacs, there is a problem with \n.
597
598 * net/tramp-cache.el (top): Read persistent connection history
599 when cache is empty.
600
601 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
602
603 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
604 resulting output.
605
606 2007-08-07 Sam Steingold <sds@gnu.org>
607
608 * progmodes/compile.el (compilation-start): Pass nil as startfile
609 to comint-exec.
610
611 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
612
613 * longlines.el (longlines-decoded): New variable.
614 (longlines-mode): Avoid encoding or decoding the buffer twice.
615
616 2007-08-07 Martin Rudalics <rudalics@gmx.at>
617
618 * format.el (format-insert-file): Make sure that at most one undo
619 entry is recorded for the insertion. Inhibit point-motion and
620 modification hooks around call to insert-file-contents.
621
622 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
625 Select the buffer's window before moving point.
626
627 2007-08-07 Richard Stallman <rms@gnu.org>
628
629 * term.el (term): Remove parent group `unix'.
630
631 * simple.el (default-indent-new-line): New function.
632 It calls comment-line-break-function if there are comments.
633 (do-auto-fill): Use that.
634
635 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
636
637 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
638 (PC-do-completion): Add "acronym completion" for symbols and
639 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
640
641 2007-08-06 Sam Steingold <sds@gnu.org>
642
643 * mouse.el (mouse-buffer-menu): Pass mode-name through
644 format-mode-line because it may be a list,
645 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
646
647 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
648
649 * printing.el (pr-update-menus): Docstring fix.
650
651 2007-08-06 Jason Rumney <jasonr@gnu.org>
652
653 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
654
655 * vc-hooks.el (vc-call): Add doc string.
656
657 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
658
659 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
660 process-filter.
661
662 2007-08-06 Kenichi Handa <handa@m17n.org>
663
664 * international/quail.el: Wrap (require 'help-mode) by
665 eval-when-compile.
666 (quail-help-init): New function.
667 (quail-help): Call quail-help-init.
668 (quail-store-decode-map-key): Change it to a function.
669
670 2007-08-05 Jason Rumney <jasonr@gnu.org>
671
672 * vc.el (vc-rollback): Add norevert argument back.
673 (vc-revert-buffer): Add back as obsolete alias.
674
675 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
676
677 * term.el: Honor term-default-fg-color and term-default-bg-color
678 settings when modifying term-current-face.
679 (term-default-fg-color, term-default-bg-color): Initialize from
680 default term-current-face.
681 (term-mode, term-reset-terminal): Set term-current-face with
682 term-default-fg-color and term-default-bg-color.
683 (term-handle-colors-array): term-current-face has term-default-fg-color
684 and term-default-bg-color after reset escape sequence.
685 (term-handle-colors-array): Set term-current-color with
686 term-default-fg/bg-color instead of ansi-term-color-vector when the
687 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
688
689 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
690
691 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
692 (math-nlfit-givens): Let bind free variables.
693
694 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
695
696 * printing.el: Require lpr and ps-print when loading printing package.
697 Reported by Glenn Morris <rgm@gnu.org>.
698
699 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
700
701 * files.el (set-auto-mode): Handle also remote files wrt
702 `auto-mode-alist'.
703
704 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
705
706 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
707 curves and plotting.
708
709 * calc/calc-nlfit.el: New file.
710
711 2007-08-04 Glenn Morris <rgm@gnu.org>
712
713 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
714 zero, not nil, when the library is first loaded. Check for a file
715 that has been modified on disk.
716
717 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
718 Remove duplicate defvar preventing initialization.
719 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
720
721 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
722
723 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
724 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
725 may match up to 4 lines.
726 (diff-beginning-of-file-and-junk): Rewrite.
727
728 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
729
730 * printing.el: Evaluate require only during compilation.
731 (pr-version): New version 6.9.1.
732 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
733 (pr-global-menubar): Fix code.
734
735 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
736
737 * term.el (term-erase-in-display): Fix case when point is not at
738 the beginning of the line.
739
740 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
741
742 * calc/calc-ext.el (math-get-value, math-get-sdev)
743 (math-contains-sdev): New functions.
744
745 * calc/calc-graph.el (calc-graph-format-data)
746 (calc-graph-add-curve): Check for error forms.
747 (calc-graph-set-styles): Add option for error forms.
748
749 2007-08-03 Miles Bader <miles@gnu.org>
750
751 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
752 backend names for new backends to `Git', `Hg', and `Bzr'.
753 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
754 not `HG'.
755 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
756 name, not `GIT'.
757 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
758 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
759
760 2007-08-03 Richard Stallman <rms@gnu.org>
761
762 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
763 to update deleted flag.
764
765 * cus-edit.el (customize-apropos, customize-apropos-options)
766 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
767
768 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
769
770 * startup.el (fancy-splash-head, startup-echo-area-message):
771 Change message text.
772
773 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
774 All callers use line-move.
775
776 * progmodes/compile.el (compilation-find-buffer): Return current
777 buffer immediately if suitable.
778 (compile, compilation-buffer-name, compilation-start): Doc fixes.
779
780 2007-08-03 Daiki Ueno <ueno@unixuser.org>
781
782 * faces.el (face-normalize-spec): New function.
783 (frame-set-background-mode): Normalize face-spec before calling
784 face-spec-match-p.
785
786 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 * server.el (server-window): Add switch-to-buffer-other-frame option.
789
790 2007-08-03 Glenn Morris <rgm@gnu.org>
791
792 * cus-edit.el (customize-apropos): Make the error message indicate
793 what kind of thing the user was trying to customize.
794
795 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
796
797 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
798 Fix off-by-one error in previous change.
799
800 2007-08-03 Drew Adams <drew.adams@oracle.com>
801
802 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
803 Make buffer writable.
804
805 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
806
807 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
808 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
809 Use native Emacs functions, when appropriate.
810
811 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
812 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * vc.el: Document new VC operation `extra-menu'.
815
816 * vc-hooks.el (vc-default-extra-menu): New function.
817
818 * menu-bar.el (menu-bar-vc-filter): New function.
819 (menu-bar-tools-menu): Use it as a filter.
820
821 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
822
823 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
824
825 2007-08-01 Glenn Morris <rgm@gnu.org>
826
827 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
828 strings.
829 (fortran-tab-mode-default): Remove needless autoload.
830 (fortran-tab-mode-string): Add help-echo and mouse properties, and
831 mark as risky.
832 (fortran-line-length): New buffer-local variable, safe if integer.
833 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
834 Change from variables to constants.
835 (fortran-font-lock-syntactic-keywords): Delete as a variable,
836 replace with a new function definition.
837 (fortran-mode): Use fortran-line-length, and
838 fortran-font-lock-syntactic-keywords as a function. Add a
839 hack-local-variables-hook function.
840 (fortran-line-length, fortran-hack-local-variables): New functions.
841 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
842 Use fortran-line-length rather than 72.
843 (fortran-window-create-momentarily): Doc fix.
844
845 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
846
847 * cus-edit.el (custom-group-value-create, custom-goto-parent):
848 Fix parent groups link.
849
850 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
851
852 * progmodes/python.el (python-current-defun): Adjust to never fall
853 into infinite loop.
854
855 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
858
859 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
860
861 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
862 (copyright-fix-years, copyright): Correctly handle the case where
863 copyright-limit is nil.
864
865 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
866
867 * progmodes/python.el (run-python): Fix path separator under w32.
868
869 2007-07-30 Richard Stallman <rms@gnu.org>
870
871 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
872 Treat non-break space as whitespace in Lisp.
873
874 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * vc.el (vc-dired-hook): Use inhibit-read-only.
877
878 * progmodes/compile.el (compilation-forget-errors):
879 Reset compilation-auto-jump-to-next.
880
881 2007-07-30 Michael Olson <mwolson@gnu.org>
882
883 * cus-edit.el (custom-group-save): Fix void function definition
884 error. Thanks to Zhang Wei for the report.
885
886 * ps-print.el: Check in trivial changes to the autoloads section
887 caused by the build process. These autoloads really ought to be
888 placed in a separate file, methinks.
889
890 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * calendar/calendar.el (calendar-mode): Make sure
893 displayed-(month|year) are set.
894 (calendar-basic-setup): Display buffer before adjusting window sizes.
895 (generate-calendar-window): Use inhibit-read-only. Simplify.
896 Generate buffer and set displayed-month and displayed-year before
897 calling update-calendar-mode-line.
898
899 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
900
901 * net/tramp.el:
902 * net/tramp-uu.el:
903 * net/trampver.el: Use utf-8 encoding with coding cookie.
904
905 * net/tramp-cache.el:
906 * net/tramp-fish.el:
907 * net/tramp-ftp.el:
908 * net/tramp-gw.el:
909 * net/tramp-smb.el: Remove coding cookie.
910
911 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
912 Flush buffer file-name's file property.
913 (tramp-handle-file-remote-p): The first parameter is FILENAME.
914
915 * net/trampver.el: Update release number.
916
917 2007-07-29 Juri Linkov <juri@jurta.org>
918
919 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
920 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
921 when major-mode is not dired-mode.
922 (dired-toggle-read-only): New function.
923 (dired-recursive-deletes): Remove obsolete comments about old
924 default value.
925 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
926
927 * wdired.el (wdired-exit): New function.
928 (wdired-mode-map): Bind C-x C-q to wdired-exit.
929
930 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * cus-edit.el (customize-read-group): New fun.
933 (customize-group-other-window, customize-face-other-window):
934 Prompt before delegating to customize-(group|face).
935 Bind pop-up-windows rather than use the other-window argument.
936 (customize-group, customize-face): Prompt from the interactive spec.
937 Remove args `prompt-for-group' and `other-window'.
938
939 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
940 (ad-body-forms, ad-advised-interactive-form): Revert this part of
941 last change.
942
943 2007-07-28 Masatake YAMATO <jet@gyve.org>
944
945 * vc.el (vc-dired-mode): Add a menu for VC related operation.
946 Use backend name as the menu label. Suggested by David Kastrup.
947
948 2007-07-28 Alan Mackenzie <acm@muc.de>
949
950 Fix problem with modes derived from CC Mode:
951 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
952 macro to cc-langs.
953 (c-init-language-vars-for): Remove call to above macro.
954 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
955 been moved to here.
956 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
957
958 2007-07-28 Eli Zaretskii <eliz@gnu.org>
959
960 * net/trampver.el: Fix the `coding' cookie.
961
962 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
963
964 * vc-git.el (vc-git-print-log): Support both the old single file
965 interface and the new one.
966
967 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
968
969 * bindings.el (mode-line-remote): Use updated %@ construct.
970
971 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
974 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
975 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
976 (diary-list-bahai-entries, diary-bahai-mark-entries)
977 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
978 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
979 New names to clean up namespace.
980 (list-bahai-diary-entries, mark-bahai-diary-entries)
981 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
982 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
983 Add compatibility aliases.
984
985 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
986
987 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
988 (calendar-scroll-left-three-months)
989 (calendar-scroll-right-three-months): Clean up namespace.
990 (scroll-calendar-left, scroll-calendar-right)
991 (scroll-calendar-left-three-months)
992 (scroll-calendar-right-three-months): Add compatibility aliases.
993
994 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
995 Behave like mouse-scroll-calendar-* when used from the mouse.
996
997 * calendar/cal-menu.el (cal-menu-scroll-menu)
998 (cal-menu-global-mouse-menu):
999 * calendar/calendar.el (calendar-mode-map):
1000 Use new calendar-scroll-* names.
1001 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
1002 Remove. Use calendar-scroll-* directly instead.
1003
1004 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
1007 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
1008 (ad-make-advised-definition, ad-cache-id-verification-code):
1009 Use commandp and interactive-form instead.
1010
1011 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1012
1013 * vc-git.el: Relicense to GPLv3 or later.
1014 (vc-directory-exclusion-list, vc-handled-backends): Remove.
1015
1016 * vc-hooks.el (vc-handled-backends): Add GIT.
1017
1018 * vc.el (vc-directory-exclusion-list): Add .git.
1019
1020 2007-07-26 Alexandre Julliard <julliard@winehq.org>
1021
1022 * vc-git.el (vc-git-revision-table)
1023 (vc-git-revision-completion-table): New functions.
1024
1025 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1026
1027 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
1028 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
1029 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
1030 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
1031 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
1032 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
1033 New command actions for EPS header and EPS footer.
1034
1035 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
1036 footer. Fix some problems with one-or-more, zero-or-more and
1037 alternative constructions generation. Some log messages
1038 implementation. Doc fix.
1039 (ebnf-version): New version 4.4.
1040 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
1041 (ebnf-eps-footer, ebnf-log): New options.
1042 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
1043 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
1044 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
1045 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
1046 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
1047 (ebnf-style-custom-list, ebnf-style-database): Put new values.
1048 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
1049 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
1050 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
1051 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
1052 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
1053 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
1054 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
1055 (ebnf-non-terminal-dimension, ebnf-special-dimension)
1056 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
1057 (ebnf-except-dimension, ebnf-alternative-dimension)
1058 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
1059 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
1060 message fun.
1061 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
1062 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
1063 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
1064 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
1065 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
1066 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
1067 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
1068 compatibility with Emacs 20 & 21.
1069 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
1070 (ebnf-eps-file-alist, ebnf-basic-width-extra)
1071 (ebnf-basic-empty-height): New vars.
1072 (ebnf-prologue): Fix PostScript code.
1073 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
1074 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
1075 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
1076 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
1077
1078 2007-07-25 Glenn Morris <rgm@gnu.org>
1079
1080 * Relicense all FSF files to GPLv3 or later.
1081
1082 * COPYING: Switch to GPLv3.
1083
1084 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1087 Replace it with another one which disables undo before calling
1088 erase-buffer and then turns it back on if needed.
1089
1090 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1091
1092 * ps-print.el: Problem with foreground and background color when
1093 printing a buffer with and without faces. Reported by Christian
1094 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1095 (ps-print-version): New version 6.7.5.
1096 (ps-default-fg): Change default value to nil, so black color is used
1097 when a face does not specify a foreground color.
1098 (ps-default-bg): Change default value to nil, so white color is used
1099 for background color.
1100 (ps-begin-job): Fix code.
1101
1102 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1103
1104 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1105
1106 2007-07-24 Glenn Morris <rgm@gnu.org>
1107
1108 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1109 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1110 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1111 (cal-tex-cursor-week, cal-tex-cursor-week2)
1112 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1113 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1114 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1115 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1116
1117 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * calendar/calendar.el (calendar-mode-map): Move initialization
1120 into declaration. Add menu bindings (used to be done in cal-menu).
1121 (calendar-mode): Don't add an activate-menubar-hook.
1122
1123 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
1124 modify calendar-mode-map), use easy-menu, and make sure that C-h k
1125 can be used on the menu entries.
1126 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
1127 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
1128 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
1129 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
1130 (calendar-flatten, cal-menu-update): Remove.
1131 (calendar-mouse-insert-hebrew-diary-entry)
1132 (calendar-mouse-insert-islamic-diary-entry)
1133 (calendar-mouse-insert-bahai-diary-entry):
1134 Remove (fold into cal-menu-diary-menu).
1135 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
1136 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
1137 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
1138 (calendar-mouse-view-diary-entries): Minor simplifications.
1139 (calendar-event-to-date): Use with-current-buffer.
1140
1141 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1142
1143 * add-log.el (change-log-redate): Remove (not needed anymore and
1144 doesn't appear to work).
1145
1146 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * frame.el: Use mapc and dolist instead of mapcar where possible.
1149 (close-display-connection): New command.
1150
1151 2007-07-25 Alexandre Julliard <julliard@winehq.org>
1152
1153 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
1154 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
1155
1156 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1157
1158 * ps-print.el (ps-multibyte-buffer): Docstring fix.
1159
1160 * ps-mule.el: Doc fix.
1161 (ps-multibyte-buffer, ps-mule-font-info-database-default)
1162 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
1163
1164 2007-07-25 Glenn Morris <rgm@gnu.org>
1165
1166 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
1167 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
1168 (cal-tex-daily-end, cal-tex-hook)
1169 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
1170 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
1171 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1172 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1173 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
1174 (cal-tex-day-prefix, cal-tex-day-name-format)
1175 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
1176 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
1177 (cal-tex-LaTeX-subst-list): Change from variables to constants.
1178 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
1179 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
1180 etc, rather than \bf.
1181 (cal-tex-mini-calendar): Fix typos in previous change.
1182 (cal-tex-latexify-list): Remove inner let binding.
1183 (cal-tex-end-document, cal-tex-banner): Use multi-line
1184 cal-tex-comment.
1185 (cal-tex-comment): Handle embedded newlines.
1186 (cal-tex-LaTeXify-string): Use substring-no-properties.
1187
1188 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
1189
1190 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1191 Add support for the Maden build tool.
1192
1193 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
1194
1195 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
1196
1197 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1200
1201 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1202
1203 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
1204 C-x C-q.
1205
1206 * vc-git.el (vc-git-print-log): Fix previous change.
1207
1208 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * window.el (save-selected-window): Minor optimization.
1211 (bw-adjust-window): If operation failed, try with a smaller delta.
1212 (window-fixed-size-p): New function.
1213 (window-area-factor): New var.
1214 (balance-windows-area): New command.
1215
1216 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
1217 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
1218 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
1219 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
1220 (ps-mule-begin-job): Use dolist.
1221
1222 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
1223
1224 * subr.el (start-file-process-shell-command)
1225 (process-file-shell-command): New defuns.
1226
1227 * progmodes/compile.el (compilation-start):
1228 Apply `start-file-process-shell-command'.
1229
1230 2007-07-24 Alexandre Julliard <julliard@winehq.org>
1231
1232 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
1233
1234 2007-07-24 Alan Mackenzie <acm@muc.de>
1235
1236 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1237 Initialise byte-compile-unresolved-functions before rather than
1238 after a compilation.
1239 (byte-compile-unresolved-functions): Amplify doc string.
1240
1241 2007-07-24 Glenn Morris <rgm@gnu.org>
1242
1243 * startup.el (normal-splash-screen): Use `emacs-copyright'.
1244
1245 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1246 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1247 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1248 (cal-tex-cursor-week, cal-tex-cursor-week2)
1249 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1250 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1251 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1252 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1253
1254 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
1255 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
1256 (cal-tex-day-name-format, cal-tex-cal-one-month)
1257 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
1258 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
1259 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
1260 (cal-tex-list-holidays, cal-tex-cursor-year)
1261 (cal-tex-cursor-year-landscape, cal-tex-year)
1262 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
1263 (cal-tex-cursor-month, cal-tex-insert-days)
1264 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1265 (cal-tex-first-blank-p, cal-tex-cursor-week)
1266 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1267 (cal-tex-week-hours, cal-tex-cursor-week-monday)
1268 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
1269 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
1270 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
1271 (cal-tex-latexify-list, cal-tex-previous-month)
1272 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
1273 modernization, including using dotimes rather than
1274 calendar-for-loop.
1275 (cal-tex-LaTeX-subst-list): Remove `@'.
1276 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
1277 Use \textit and \textbf rather than \em and \it.
1278
1279 * calendar/cal-bahai.el (list-bahai-diary-entries)
1280 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
1281 * calendar/cal-islam.el (list-islamic-diary-entries)
1282 * calendar/calendar.el (generate-calendar, generate-calendar-month)
1283 * calendar/diary-lib.el (diary-list-entries)
1284 (mark-calendar-date-pattern): Use `dotimes' rather than
1285 `calendar-for-loop'.
1286
1287 * calendar/calendar.el (calendar-for-loop): Doc fix.
1288
1289 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1292 underlying file is uptodate.
1293
1294 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
1295
1296 * replace.el (perform-replace): Use isearch-no-upper-case-p.
1297
1298 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1299
1300 * vc-hooks.el (vc-mode-line-map): New const.
1301 (vc-mode-line): Use it.
1302
1303 2007-07-23 Alexandre Julliard <julliard@winehq.org>
1304
1305 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
1306 (vc-git-unregister): New functions.
1307 (vc-git-find-version): Use the result of ls-files as a parameter
1308 for cat-file.
1309
1310 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
1311
1312 * net/tramp.el (tramp-perl-file-attributes)
1313 (tramp-perl-directory-files-and-attributes)
1314 (tramp-handle-file-attributes-with-stat)
1315 (tramp-handle-directory-files-and-attributes-with-stat)
1316 (tramp-convert-file-attributes): Handle huge file sizes.
1317
1318 2007-07-23 Juri Linkov <juri@jurta.org>
1319
1320 * isearch.el (isearch-message-function): New variable.
1321 (isearch-update, isearch-search): Use it.
1322
1323 * simple.el (goto-history-element): New function created from
1324 next-history-element.
1325 (next-history-element): Most code moved to goto-history-element.
1326 Call goto-history-element with (- minibuffer-history-position n).
1327 (previous-history-element): Call goto-history-element with (+
1328 minibuffer-history-position n).
1329 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
1330 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
1331 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
1332 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
1333 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
1334 (minibuffer-history-isearch-pop-state): New functions.
1335
1336 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1337
1338 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
1339 Also, if FILE is a list, return non-nil if any of its elements
1340 should stay local. Update docstring.
1341
1342 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
1345 change by reverting a small part.
1346
1347 2007-07-23 Richard Stallman <rms@gnu.org>
1348
1349 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1350
1351 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1352
1353 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
1354 handling it. Use vc-git-command.
1355 (vc-git-find-version, vc-git-diff-tree): New functions.
1356 (vc-git-revert): Use vc-git-command.
1357 (vc-git--run-command): Delete.
1358
1359 2007-07-23 Alexandre Julliard <julliard@winehq.org>
1360
1361 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
1362
1363 2007-07-20 Kenichi Handa <handa@m17n.org>
1364
1365 * international/utf-8.el (utf-8-post-read-conversion):
1366 Temporarily bind utf-8-compose-scripts to nil while running
1367 *-compose-region functions.
1368
1369 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1370
1371 * vc-git.el: Update status.
1372 (vc-directory-exclusion-list): Use eval-after-load.
1373
1374 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
1375
1376 * bindings.el (mode-line-remote): New variable.
1377 (help-echo): Add to default values of mode-line-format.
1378
1379 * files.el: Mark mode-line-remote as risky.
1380
1381 2007-07-22 Juri Linkov <juri@jurta.org>
1382
1383 * isearch.el (isearch-edit-string): Save old point and
1384 isearch-other-end to old-point and old-other-end before reading
1385 the search string from minibuffer. After exiting minibuffer set
1386 point to old-other-end if point and the search direction is the
1387 same as before reading the search string.
1388 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1389 to isearch-other-end. Instead of isearch-search-and-update call
1390 three functions isearch-search, isearch-push-state and isearch-update.
1391
1392 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1393
1394 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
1395 deal with multiple file arguments.
1396 (vc-git-print-log): Deal with multiple file arguments.
1397
1398 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
1401 diff-refine-hunk. Adjust users.
1402 (diff-unified-hunk-p, diff-splittable-p): New functions.
1403 (diff-mode-menu): Use it to disable Split when it doesn't work.
1404
1405 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1406
1407 * diff-mode.el (diff-mode-menu): New entries.
1408
1409 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
1412 if applicable, so as to save undo-log space.
1413
1414 * diff-mode.el (diff-find-file-name): Add arg `batch'.
1415
1416 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1417 (diff-file-kill): Use it.
1418 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1419 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1420 Use it so they find the hunk even when we're in the file header.
1421
1422 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1423
1424 * vc-git.el (vc-git-revision-granularity, vc-git-root)
1425 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
1426 (vc-git-create-repo): New functions.
1427 (vc-git-registered): New autoloaded function definition.
1428 (vc-git-registered): Use vc-git-root.
1429 (vc-git-responsible-p): New defalias.
1430 (vc-git-annotate-extract-revision-at-line): Uncomment.
1431 (vc-git-print-log): Add the file name to the log.
1432 (vc-git-log-view-mode): New derived mode.
1433 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
1434
1435 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
1436
1437 * progmodes/grep.el (grep-compute-defaults): Keep default values.
1438
1439 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1440
1441 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1442 file in a way that does not interfere with recentf mode.
1443 (reftex-access-parse-file): Do not risk destroying an existing
1444 buffer.
1445
1446 2007-07-22 Alexandre Julliard <julliard@winehq.org>
1447
1448 * vc-git.el: New file.
1449
1450 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * textmodes/tex-mode.el (tex-font-script-display): Change default.
1453
1454 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1455
1456 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
1457 for branches and new files.
1458
1459 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
1460 local-map handling ...
1461 (vc-mode-line): ... here. Improve handling of help-echo.
1462
1463 * vc.el (mode-line-string): Document help-echo usage.
1464
1465 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
1466
1467 Sync with Tramp 2.1.10.
1468
1469 * net/tramp.el (tramp-get-ls-command): Fyx typo.
1470
1471 * net/trampver.el: Update release number.
1472
1473 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1474
1475 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1476
1477 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1478
1479 2007-07-22 Martin Rudalics <rudalics@gmx.at>
1480
1481 * add-log.el (change-log-fill-parenthesized-list): New function.
1482 (change-log-indent): Call change-log-fill-parenthesized-list.
1483 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
1484 Have lines with leading asterisk start a paragraph.
1485
1486 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
1487
1488 * calc/calc-math.el (math-emacs-precision)
1489 (math-largest-emacs-expt, math-smallest-emacs-expt):
1490 New variables.
1491 (math-use-emacs-fn): New function.
1492 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
1493 appropriate.
1494
1495 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1496
1497 * image-dired.el (image-dired-sane-db-file): New func.
1498 (image-dired-write-tags, image-dired-remove-tag)
1499 (image-dired-list-tags, image-dired-write-comments)
1500 (image-dired-get-comment, image-dired-mark-tagged-files)
1501 (image-dired-create-gallery-lists): Call new func.
1502 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1503
1504 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1505
1506 * vc-hg.el (vc-hg-dir-state): Fix loop.
1507 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1508 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1509 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1510 (vc-hg-revert): Likewise.
1511 (vc-hg-revision-table, vc-hg-revision-completion-table): New
1512 functions.
1513
1514 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * add-log.el (change-log-resolve-conflict): Don't lose data if the
1517 merge fails.
1518
1519 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1520
1521 * progmodes/compile.el (compilation-auto-jump-to-first-error):
1522 Add group and version.
1523
1524 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * add-log.el (add-log-file-name): Use file-relative-name.
1527 (add-change-log-entry): Delay reading
1528 add-log-(full-name|mailing-address) to after we've switched to the
1529 ChangeLog buffer so we get the right value.
1530 (add-change-log-entry, add-log-current-defun, change-log-merge):
1531 Use derived-mode-p rather than checking major-mode directly.
1532
1533 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1534 name for buffer-file-name if it refers to a directory.
1535
1536 * vc-arch.el (vc-arch-diff): Fix last change.
1537
1538 * progmodes/compile.el (compilation-start): Remember the original
1539 directory in a buffer-local compilation-directory.
1540 (compile): Set the global value of compilation-directory.
1541 (recompile): Use compilation-directory even in the compilation buffer.
1542
1543 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1544
1545 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1546
1547 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1548
1549 * ps-print.el: Problem with foreground and background color when
1550 printing a buffer with and without faces. Reported by Christian
1551 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1552 (ps-print-version): New version 6.7.5.
1553 (ps-default-fg): Change default value to nil, so black color is used
1554 when a face does not specify a foreground color.
1555 (ps-default-bg): Change default value to nil, so white color is used
1556 for background color.
1557 (ps-begin-job): Fix code.
1558
1559 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1560
1561 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
1562 in $(INSTALL_DIR)/lisp/ if they already exist.
1563
1564 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
1565
1566 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
1567 in $(INSTALL_DIR)/lisp/ if they already exist.
1568
1569 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * progmodes/vera-mode.el (vera-re-search-forward)
1572 (vera-re-search-backward): Remove use of store-match-data.
1573 (vera-mode-map): Move initialization into declaration.
1574
1575 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
1576 (flymake-find-buildfile): Use locate-dominating-file.
1577
1578 * vc.el (vc-delistify): Use mapconcat.
1579 (vc-do-command): Minor simplification.
1580 (vc-expand-dirs): Use push.
1581
1582 * vc-mcvs.el (vc-mcvs-create-repo):
1583 * vc-cvs.el (vc-cvs-create-repo): Remove.
1584
1585 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
1586 directory and the root as well.
1587
1588 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1589
1590 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
1591 instead of a file.
1592
1593 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
1594 (vc-hg-registered): Replace if with when.
1595 (vc-hg-state): Deal with nonexistent files and handle removed files.
1596 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1597 (vc-hg-checkout): Re-enable.
1598 (vc-hg-create-repo): Fix typos.
1599 (vc-hg-print-log): Fix for multiple files.
1600 (vc-hg-workfile-unchanged-p): New function.
1601
1602 * vc.el: Fix typo.
1603 (vc-print-log): Fix call to print-log.
1604 (vc-default-comment-history): Likewise.
1605 (vc-directory-exclusion-list): Add .hg and .bzr.
1606 (vc-diff-internal): Pass a list instead of a file.
1607
1608 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
1609
1610 * vc-bzr.el (vc-bzr-create-repo): New function.
1611
1612 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1615 `file' from which to start the search.
1616
1617 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
1618
1619 * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
1620
1621 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * files.el (locate-dominating-file): New function.
1624
1625 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
1626
1627 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
1628 (grep-compute-defaults): Use it.
1629
1630 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * uniquify.el: Docstring fixes.
1633
1634 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1635
1636 * vc-hooks.el: Generalize stay-local-p to operate on lists of
1637 files. Change two keybindings to point to new function names.
1638 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
1639 vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
1640 * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
1641
1642 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1643
1644 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1645 (follow-delete-other-windows-and-split, follow-recenter)
1646 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1647 (follow-redisplay, follow-estimate-first-window-start)
1648 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1649 Fix typos in docstrings.
1650
1651 2007-07-18 Martin Rudalics <rudalics@gmx.at>
1652
1653 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
1654 avoid that filling introduces lines with a single asterisk.
1655
1656 * kmacro.el (kmacro-end-macro): When ignoring empty macro
1657 avoid incorrect kmacro-ring-empty-p messages.
1658 Reported by Michael Schierl <schierlm@gmx.de>.
1659
1660 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1661
1662 * vc.el: Add more info about the vc-registered function.
1663
1664 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
1665
1666 * files.el (file-remote-p): Introduce optional parameter
1667 IDENTIFICATION.
1668
1669 * recentf.el (recentf-keep-default-predicate): Adapt call of
1670 `file-remote-p'.
1671
1672 * progmodes/grep.el (grep-probe): Use `process-file'.
1673 (grep-compute-defaults): Handle variables host specific.
1674
1675 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
1676 parameter IDENTIFICATION.
1677
1678 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1679 parameter IDENTIFICATION.
1680 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
1681 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1682 Add entry for `set-file-times'.
1683 (tramp-do-copy-or-rename-file-via-buffer)
1684 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
1685 (tramp-handle-unhandled-file-name-directory): Rewrite.
1686 (tramp-convert-file-attributes): Add error handling when inode is
1687 extraordinary big.
1688 (tramp-get-inode): Change parameter from FILE to VEC.
1689 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
1690 is nil. This is according to the specification. Goto (point-max)
1691 when ready.
1692 (tramp-handle-shell-command): Rewrite completely, using
1693 `process-file' and `start-file-process'.
1694 (tramp-methods, tramp-find-shell)
1695 (tramp-open-connection-setup-interactive-shell)
1696 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
1697 var. Reported by Steve Youngs <steve@sxemacs.org>.
1698
1699 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
1700 entry for `set-file-times'. Rename `start-process' into
1701 `start-file-process'. Remove `call-process' entry.
1702 (tramp-fish-handle-set-file-times): New defun.
1703 (tramp-fish-handle-executable-find): Use `process-file'.
1704 (tramp-fish-handle-process-file): New defun. Replaces
1705 `tramp-fish-handle-call-process'.
1706 (tramp-fish-do-copy-or-rename-file-directly): Use
1707 `set-file-times'.
1708 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
1709
1710 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
1711 `tramp-get-inode' parameter.
1712
1713 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
1716 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
1717 nowadays, and by the time Emacs-23 comes out, nobody will even remember
1718 it has ever existed.
1719
1720 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1721
1722 * vc.el: Undo previous change.
1723
1724 2007-07-16 Eli Zaretskii <eliz@gnu.org>
1725
1726 * makefile.w32-in (clean): Don't delete *~.
1727
1728 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * textmodes/tex-mode.el (tex-verbatim-environments):
1731 Add safe-local-variable property.
1732 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
1733 when starting font-lock rather than when loading tex-mode.el.
1734
1735 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
1736 whole $( rather than just the $. Rename from sh-quoted-subshell.
1737 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
1738
1739 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
1740
1741 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
1742 bookmark-alist. Instead, if not sorting, simply return it.
1743 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1744 for its return value, not for its side effect.
1745
1746 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1747 case of alignment under a constant symbol, find and consider
1748 the sexp actually at indentation to be the "last sexp".
1749
1750 2007-07-16 Drew Adams <drew.adams@oracle.com>
1751
1752 * mouse.el (mouse-yank-secondary): Better error message if no
1753 secondary selection.
1754
1755 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1756
1757 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
1758
1759 * term/xterm.el (xterm-turn-on-modify-other-keys)
1760 (xterm-turn-off-modify-other-keys): New functions.
1761 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
1762 terminal supports it.
1763
1764 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
1765
1766 * bookmark.el (bookmark-show-all-annotations):
1767 Make sure each inserted annotation ends with newline.
1768
1769 2007-07-15 Richard Stallman <rms@gnu.org>
1770
1771 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1772
1773 * tutorial.el (tutorial--find-changed-keys):
1774 Handle C-x specially like ESC.
1775
1776 2007-07-15 Aaron Hawley <aaronh@garden.org>
1777
1778 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1779
1780 2007-07-15 Juri Linkov <juri@jurta.org>
1781
1782 * delsel.el (delete-selection-pre-hook):
1783 * emulation/cua-base.el (cua-paste): Before a yank command,
1784 check also whether last-command is one of mouse-save-then-kill,
1785 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
1786
1787 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
1788
1789 * recentf.el (recentf-keep-default-predicate): New defun.
1790 (recentf-keep): Use it as initial value.
1791
1792 2007-07-15 Karl Fogel <kfogel@red-bean.com>
1793
1794 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
1795 thus restoring bookmark bindings to three slots under C-x r. See
1796 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
1797
1798 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1799
1800 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1801
1802 2007-07-15 Jason Rumney <jasonr@gnu.org>
1803
1804 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1805 for input to cmdproxy on all versions of Windows.
1806 Use dos line ends for input to plink.
1807
1808 * comint.el (comint-simple-send): Concat newline before sending.
1809 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1810
1811 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
1814 safe-local-variable setting.
1815
1816 2007-07-14 David Kastrup <dak@gnu.org>
1817
1818 * emacs-lisp/advice.el (defadvice): Doc fix.
1819
1820 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
1821
1822 * subr.el (when, unless): Doc fix.
1823
1824 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1825
1826 * replace.el (match): Use yellow1 instead of yellow.
1827
1828 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1829
1830 * pcvs-info.el (cvs-unknown): Likewise.
1831
1832 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1833
1834 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1835 (install): Use them to copy all *.el files before *.elc.
1836
1837 2007-07-13 Drew Adams <drew.adams@oracle.com>
1838
1839 * bookmark.el (bookmark-jump-other-window): New function.
1840 (bookmark-map): Bind it to "o".
1841
1842 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
1843 and its thread contains discussion about this change.
1844 The original patch was slightly tweaked by Karl Fogel
1845 <kfogel@red-bean.com> before committing.
1846
1847 2007-07-13 Karl Fogel <kfogel@red-bean.com>
1848
1849 * bookmark.el: Shorten some comments to fit within 80 lines.
1850
1851 2007-07-13 Karl Fogel <kfogel@red-bean.com>
1852
1853 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
1854 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
1855 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
1856 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
1857
1858 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
1859
1860 * textmodes/org.el: Bug fixes.
1861 (org-end-of-line): Move to end of line if in headline without tags.
1862
1863 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * vc-hooks.el: Remove spurious * in docstrings.
1866 (vc-handled-backends): Add BZR.
1867
1868 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
1869
1870 2007-07-12 Davis Herring <herring@lanl.gov>
1871
1872 * desktop.el (desktop-buffer-info, desktop-save):
1873 Use `desktop-dirname' instead of `dirname'.
1874
1875 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
1876
1877 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
1878
1879 * progmodes/python.el (python-which-func-length-limit): New var.
1880 (python-which-func): New function.
1881 (python-current-defun): Add optional `length-limit' and try to fit
1882 computed function name to that length.
1883 (python-mode): Hook `python-which-func' up.
1884
1885 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
1886
1887 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
1888
1889 * comint.el (comint-dynamic-complete-as-filename):
1890 Use read-file-name-completion-ignore-case.
1891
1892 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * comint.el (comint-dynamic-list-filename-completions):
1895 Use read-file-name-completion-ignore-case.
1896
1897 * vc-cvs.el: Require CL.
1898 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1899 New functions to provide completion of revision names.
1900
1901 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
1902 (vc-cvs-annotate-first-line-re): New const.
1903 (vc-cvs-annotate-process-filter): New fun.
1904 (vc-cvs-annotate-command): Use them and run the command asynchronously.
1905
1906 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
1907
1908 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
1909 (eldoc-print-current-symbol-info): Adjust for changed helper
1910 function signatures.
1911 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
1912 `eldoc-highlight-function-argument'.
1913 (eldoc-highlight-function-argument): New function.
1914 (eldoc-get-var-docstring): Format documentation with
1915 `font-lock-variable-name-face'.
1916 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
1917 where suited.
1918 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
1919 (eldoc-beginning-of-sexp): Return number of skipped sexps.
1920
1921 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
1922
1923 * progmodes/compile.el (compilation-start): `start-process' must
1924 still be redefined when calling `start-process-shell-command'.
1925
1926 * progmodes/gud.el (gud-file-name): When `default-directory' is a
1927 remote file name, prepend its remote part to the filename.
1928 (gud-common-init): When `default-directory' is a remote file name,
1929 make the filename relative to it.
1930 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
1931
1932 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1933
1934 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
1935 mouse binding and a tooltip.
1936
1937 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * menu-bar.el (vc-menu-map): New defalias.
1940
1941 2007-07-10 Richard Stallman <rms@gnu.org>
1942
1943 * emacs-lisp/lisp-mode.el (eval-defun):
1944 Explain special handling of `defface'.
1945
1946 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1947
1948 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1949
1950 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1951
1952 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
1955
1956 * vc-arch.el (vc-arch-complete): Remove.
1957 (vc-arch-revision-completion-table): Use complete-with-action.
1958
1959 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
1960 (complete-with-action): New function.
1961 (dynamic-completion-table): Use it.
1962
1963 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
1964
1965 * comint.el (make-comint, make-comint-in-buffer)
1966 (comint-exec-1): Replace `start-process' by `start-file-process'.
1967
1968 * progmodes/compile.el (compilation-start): Revert redefining
1969 `start-process'.
1970
1971 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
1974 with EOLs when generating MD5 checksums.
1975
1976 * follow.el: Don't change the global map from the follow-mode-map
1977 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
1978 XEmacs code.
1979 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
1980 since `follow-mode' should be used instead for that.
1981
1982 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
1983 (easy-menu-do-define): Use it.
1984 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
1985
1986 * progmodes/compile.el (compilation-auto-jump-to-first-error)
1987 (compilation-auto-jump-to-next): New vars.
1988 (compilation-auto-jump): New function.
1989 (compilation-error-properties): Use them to jump to first error.
1990 (compilation-start): Set the var if requested.
1991
1992 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
1993 duplicates without also removing entries from other directories.
1994
1995 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
1996
1997 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
1998 Remember span as default.
1999 (org-columns-edit-value): Rename from `org-column-edit'.
2000 (org-columns-display-here-title): Rename from
2001 `org-overlay-columns-title'.
2002 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
2003 (org-columns-get-autowidth-alist): Rename from
2004 `org-get-columns-autowidth-alist'.
2005 (org-columns-display-here): Rename from `org-overlay-columns'.
2006 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
2007 (org-columns-quit): Rename from `org-column-quit'.
2008 (org-columns-show-value): Rename from `org-column-show-value'.
2009 (org-columns-content, org-columns-widen)
2010 (org-columns-next-allowed-value)
2011 (org-columns-edit-allowed, org-columns-store-format)
2012 (org-columns-uncompile-format, org-columns-redo)
2013 (org-columns-edit-attributes, org-delete-property)
2014 (org-set-property, org-columns-update)
2015 (org-columns-compute, org-columns-eval)
2016 (org-columns-not-in-agenda, org-columns-compute-all)
2017 (org-property-next-allowed-value)
2018 (org-columns-compile-format)
2019 (org-fill-paragraph-experimental)
2020 (org-string-to-number, org-property-action)
2021 (org-columns-move-left, org-columns-new)
2022 (org-column-number-to-string)
2023 (org-property-previous-allowed-value)
2024 (org-at-property-p, org-columns-delete)
2025 (org-columns-previous-allowed-value)
2026 (org-columns-move-right, org-columns-narrow)
2027 (org-property-get-allowed-values)
2028 (org-verify-version, org-column-string-to-number)
2029 (org-delete-property-globally): New functions.
2030 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
2031 (org-columns-overlays): Rename from `org-column-overlays'.
2032 (org-columns-map): Rename from `org-column-map'.
2033 (org-columns-current-maxwidths): Rename from
2034 `org-current-columns-maxwidths'.
2035 (org-columns-begin-marker, org-columns-current-fmt-compiled)
2036 (org-previous-header-line-format)
2037 (org-columns-inhibit-recalculation)
2038 (org-columns-top-level-marker): New variables.
2039 (org-columns-default-format): Rename from `org-default-columns-format'.
2040 (org-property-re): New constant.
2041
2042 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
2043
2044 * subr.el (looking-at-p, string-match-p): New functions.
2045
2046 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
2047
2048 * textmodes/tex-mode.el (tex-fontify-script)
2049 (tex-font-script-display): New variables to make display of
2050 superscripts and subscripts customizable.
2051 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
2052
2053 2007-07-09 Richard Stallman <rms@gnu.org>
2054
2055 * isearch.el (isearch-edit-string): Call to isearch-push-state
2056 after the search.
2057
2058 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2059
2060 * window.el (fit-window-to-buffer): Remove setting of window-min-height
2061 to 1 as enlarge-window uses the value to resize/shrink windows other
2062 than WINDOW if needed.
2063
2064 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066 * cus-start.el (file-coding-system-alist): Fix custom type.
2067
2068 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2071 modified.
2072 (longlines-auto-wrap, longlines-window-change-function):
2073 Remove unnecessary calls to set-buffer-modified-p.
2074
2075 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2076
2077 * cus-start.el (file-coding-system-alist): Fix custom type.
2078
2079 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
2082 (vc-cvs-checkout): Remove last arg now unused; simplify.
2083
2084 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
2085
2086 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
2087
2088 * net/tramp.el:
2089 * net/tramp-ftp.el:
2090 * net/tramp-smb.el:
2091 * net/tramp-uu.el:
2092 * net/trampver.el: Migrate to Tramp 2.1.
2093
2094 * net/tramp-cache.el:
2095 * net/tramp-fish.el:
2096 * net/tramp-gw.el: New Tramp packages.
2097
2098 * net/tramp-util.el:
2099 * net/tramp-vc.el: Removed.
2100
2101 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
2102 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
2103
2104 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
2105
2106 * progmodes/compile.el (compilation-start): Redefine
2107 `start-process' temporarily when `default-directory' is remote.
2108 Remove case of synchronous compilation, this won't happen ever.
2109 (compilation-setup): Make local variable `comint-file-name-prefix'
2110 for remote compilation.
2111
2112 2007-07-08 Martin Rudalics <rudalics@gmx.at>
2113
2114 * novice.el (disabled-command-function): Fit window to buffer to
2115 make last line visible.
2116 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2117
2118 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2119 when handling the terminating event.
2120
2121 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
2122
2123 * calc/calc.el (math-read-number-simple): Remove leading 0s.
2124 (math-bignum-digit-length): Change to optimal value.
2125
2126 * calc/calc-bin.el (math-bignum-logb-digit-size)
2127 (math-bignum-digit-power-of-two): Evaluate when compiled.
2128
2129 * calc/calc-comb.el (math-small-factorial-table)
2130 (math-init-random-base, math-prime-test): Remove unnecessary calls
2131 to `math-read-number-simple'.
2132
2133 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
2134 (math-approx-gamma-const): Add docstrings.
2135
2136 * calc/calc-forms.el (math-julian-date-beginning)
2137 (math-julian-date-beginning-int): New constants.
2138 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
2139 Use the new constants.
2140
2141 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
2142
2143 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2144 Add docstrings.
2145
2146 2007-07-07 Tom Tromey <tromey@redhat.com>
2147
2148 * vc.el (vc-annotate): Jump to line and output message only after the
2149 process is really all done.
2150
2151 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * vc.el (vc-exec-after): Don't move point from the sentinel.
2154 Forcefully read all the remaining text in the pipe upon process exit.
2155 (vc-annotate-display-autoscale, vc-annotate-lines):
2156 Don't stop at the first unrecognized line.
2157 (vc-annotate-display-select): Run autoscale after the process is done
2158 since it depends on the whole result.
2159
2160 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2161
2162 * term/w32-win.el (menu-bar-open): New function.
2163 Bind <f10> to it.
2164
2165 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
2166
2167 * simple.el (start-file-process): New defun.
2168
2169 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * files.el (find-file-confirm-nonexistent-file): Rename from
2172 find-file-confirm-inexistent-file. Update users.
2173
2174 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
2175 format of autoload block where the file's time-stamp is replaced by its
2176 MD5 checksum.
2177 (autoload-generate-file-autoloads): Use MD5 checksum instead of
2178 time-stamp for secondary autoloads files.
2179 (update-directory-autoloads): Remove duplicate entries.
2180 Use time-less-p for time-stamps, as done in autoload-find-destination.
2181
2182 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
2183
2184 * calc/calc.el (math-read-number): Replace number by variable.
2185 (math-read-number-simple): Properly parse small integers.
2186
2187 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2188
2189 * vc.el: Fix doc for the checkout function.
2190
2191 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * vc-hg.el (vc-hg-root): New function.
2194 (vc-hg-registered): Use it.
2195 (vc-hg-diff-tree): New defalias.
2196 (vc-hg-responsible-p): Likewise.
2197 (vc-hg-checkout): Comment out, not needed.
2198 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
2199 (vc-hg-find-version, vc-hg-next-version): New functions.
2200
2201 2007-07-06 Andreas Schwab <schwab@suse.de>
2202
2203 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2204 dynamic bindings around the evaluation of the expression.
2205 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2206
2207 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
2210 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
2211 Use run-hooks rather than run-mode-hooks.
2212
2213 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
2214
2215 * calc/calc-comb.el (math-random-digit): Rename to
2216 `math-random-three-digit-number'.
2217 (math-random-digits): Don't depend on representation of integer.
2218
2219 * calc/calc-bin.el (math-bignum-logb-digit-size)
2220 (math-bignum-digit-power-of-two): New constants.
2221 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
2222 (math-not-bignum, math-clip-bignum): Use the constants
2223 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
2224 instead of their values.
2225 (math-clip): Use math-small-integer-size instead of its value.
2226
2227 * calc/calc.el (math-add-bignum): Replace number by constant.
2228
2229 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * wid-edit.el (widget-documentation-string-value-create):
2232 Insert indentation spaces.
2233
2234 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
2235
2236 * emacs-lisp/byte-opt.el: Revert last change.
2237
2238 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2239
2240 * vc-hooks.el (vc-handled-backends): Add HG.
2241
2242 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
2243
2244 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * complete.el (PC-do-complete-and-exit): Add support for the new
2247 `confirm-only' confirmation mode.
2248
2249 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
2250
2251 * cus-edit.el (custom-commands): New variable.
2252 (custom-tool-bar-map): New variable. Initialize using
2253 `custom-commands'.
2254 (custom-mode): Use `custom-tool-bar-map'.
2255 (custom-buffer-create-internal): Insert action buttons only if
2256 tool bar is not used. Use `custom-commands'.
2257 (Custom-help, custom-command-apply): New function.
2258 (custom-command-apply, Custom-set, Custom-save)
2259 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
2260 Use `custom-command-apply' instead of duplicating code.
2261 (customize-group-other-window): Call `customize-group' instead of
2262 duplicating code.
2263 (customize-face-other-window): Call `customize-face' instead of
2264 duplicating code.
2265 (customize-group, customize-face): Add optional args for opening
2266 in another window.
2267 (custom-variable-tag): Don't inherit `variable-pitch' face.
2268 (custom-group-tag): Inherit `variable-pitch' face.
2269 (custom-variable-value-create): Set documentation indentation.
2270 (custom-group-value-create): Make group name a link, instead of
2271 using an extra "go to group" button.
2272 (custom-prompt-variable, custom-group-set, custom-group-save)
2273 (custom-group-reset-current, custom-group-reset-saved)
2274 (custom-group-reset-standard): Minor cleanup.
2275
2276 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
2277
2278 * Makefile.in (bootstrap-prepare): When copying from
2279 ldefs-boot.el, make sure loaddefs.el is writeable.
2280
2281 (bootstrap-prepare): Make $(lisp)/ps-print.el
2282 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
2283
2284 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2285
2286 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
2287 only caller, and delete.
2288 (vc-hg-state): Deal with exceptions and only parse the output on
2289 successful return.
2290 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
2291 caller, and delete.
2292 (vc-hg-workfile-version): Deal with exceptions and only parse the
2293 output on successful return.
2294 (vc-hg-revert): New function.
2295
2296 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
2297
2298 * calculator.el (calculator-expt): Use more cases to determine
2299 the value.
2300
2301 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2302
2303 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2304 file names.
2305
2306 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
2307
2308 * calculator.el (calculator-expt, calculator-integer-p):
2309 New functions.
2310 (calculator-fact): Check to see if the factorial will be too
2311 large before computing it.
2312 (calculator-initial-operators): Use `calculator-expt' to
2313 compute "^".
2314 (calculator-mode): Mention that results which are too large
2315 will return inf.
2316 * calc/calc-comb.el (math-small-factorial-table): Replace list
2317 by vector.
2318
2319 2007-07-03 David Kastrup <dak@gnu.org>
2320
2321 * shell.el: On request of the authors, remove their addresses for
2322 the sake of bug reports, and add the developer list address as
2323 maintainer information.
2324
2325 2007-07-03 Richard Stallman <rms@gnu.org>
2326
2327 * files.el (make-directory): Doc fix.
2328 (find-file-confirm-inexistent-file): Make it a defcustom.
2329 Make nil the default.
2330
2331 2007-07-02 Richard Stallman <rms@gnu.org>
2332
2333 * startup.el (command-line): Set buffer-offer-save in *scratch*
2334 and enable auto-save in it.
2335
2336 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
2337
2338 * textmodes/org.el (orgstruct-mode-map): New variable.
2339 (orgstruct-mode): New minor mode.
2340 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
2341 (orgstruct-make-binding, org-context-p, org-get-local-variables)
2342 (org-run-like-in-org-mode): New functions.
2343 (org-cycle-list-bullet): New command.
2344 (org-special-properties, org-property-start-re)
2345 (org-property-end-re): New constants.
2346 (org-with-point-at): New macro.
2347 (org-get-property-block, org-entry-properties, org-entry-get)
2348 (org-entry-delete, org-entry-get-with-inheritance)
2349 (org-entry-put, org-buffer-property-keys): New functions.
2350 (org-insert-property-drawer): New command.
2351 (org-entry-property-inherited-from): New variable.
2352 (org-column): New face.
2353 (org-column-overlays, org-current-columns-fmt)
2354 (org-current-columns-maxwidths, org-column-map): New variables.
2355 (org-column-menu): New menu.
2356 (org-new-column-overlay, org-overlay-columns)
2357 (org-overlay-columns-title, org-remove-column-overlays)
2358 (org-column-show-value, org-column-quit, org-column-edit): New
2359 functions.
2360 (org-columns, org-agenda-columns): New commands.
2361 (org-get-columns-autowidth-alist): New functions.
2362 (org-properties): New customize group.
2363 (org-default-columns-format): New option.
2364 (org-priority): Realign tags after changing priority.
2365 (org-preserve-lc): New macro.
2366 (org-update-checkbox-count): Catch case when there is no headline.
2367 (org-agenda-quit): Remove any column overlays.
2368 (org-beginning-of-item-list): Fixed bug when non-item line is
2369 indented too deep.
2370 (org-cached-props): New variable.
2371 (org-cached-entry-get): New function.
2372 (org-make-tags-matcher): Handle property matches.
2373 (org-table-recalculate): Swap evaluation order: Field formula
2374 first, then column formulas, but don't allow them to overwrite the
2375 field formulas.
2376 (org-table-eval-formula): New argument untouchable.
2377 (org-table-put-field-property): New function.
2378
2379 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2380
2381 * help-mode.el (help-make-xrefs): Skip spaces too when
2382 skipping tabs.
2383
2384 * ffap.el (dired-at-point-prompter): Improve prompt in
2385 list-directory case.
2386
2387 2007-07-01 Richard Stallman <rms@gnu.org>
2388
2389 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2390
2391 2007-07-01 Richard Stallman <rms@gnu.org>
2392
2393 * cus-start.el (max-mini-window-height): Added.
2394
2395 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
2396
2397 * complete.el (partial-completion-mode): Remove advice of
2398 read-file-name-internal.
2399 (PC-do-completion): Rebind minibuffer-completion-table.
2400 (PC-read-file-name-internal): New function doing what
2401 read-file-name-internal advice did.
2402
2403 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
2404
2405 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
2406 property on a few symbols.
2407 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
2408 (byte-optimize-lapcode): Remove bindings that are not referenced
2409 and certainly will not effect through dynamic scoping.
2410
2411 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * files.el (find-file-confirm-inexistent-file): New var.
2414 (find-file, find-file-other-window, find-file-other-frame)
2415 (find-file-read-only, find-file-read-only-other-window)
2416 (find-file-read-only-other-frame): Use it.
2417
2418 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
2421
2422 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2423
2424 * generic-x.el (generic-define-mswindows-modes)
2425 (generic-define-unix-modes, apache-log-generic-mode)
2426 (bat-generic-mode-keymap, java-manifest-generic-mode)
2427 (show-tabs-generic-mode): Fix typos in docstrings.
2428
2429 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
2430
2431 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
2432 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
2433 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
2434 (rcirc-print): Never ignore messages from ourself.
2435
2436 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
2439 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
2440
2441 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2442
2443 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2444 replace-regexp-in-string.
2445
2446 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * emacs-lisp/cl.el: Set edebug and indentation before loading
2449 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
2450
2451 2007-06-28 Andreas Schwab <schwab@suse.de>
2452
2453 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2454 $(lisp)/subdirs.el.
2455
2456 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2457
2458 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2459 the speedbar frame if nil; that deletes the current frame or
2460 causes an error if it is the only frame.
2461 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2462
2463 2007-06-28 Kevin Ryde <user42@zip.com.au>
2464
2465 * textmodes/nroff-mode.el: Groff \# comments.
2466 (nroff-mode-syntax-table): \# comment intro,
2467 plain # as punct per global table.
2468 (nroff-font-lock-keywords): Add # as a single char escape.
2469 (nroff-mode): In comment-start-skip, match \#.
2470
2471 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
2474 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
2475 point-min == 1.
2476
2477 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
2478
2479 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2480 Rename and move to...
2481
2482 * subr.el (strings->string, string->strings): ...here.
2483
2484 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2485 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2486
2487 * progmodes/gud.el (gud-common-init): Call string->strings instead
2488 of split-string.
2489
2490 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
2491
2492 * dired-aux.el: Remove `dired-call-process'.
2493 (dired-check-process): Call `process-file'.
2494
2495 * wdired.el (wdired-do-perm-changes): Call `process-file'.
2496
2497 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
2498 `ange-ftp-process-file'.
2499
2500 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
2503
2504 * emacs-lisp/cl-extra.el:
2505 * emacs-lisp/cl-seq.el:
2506 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
2507 Add autoload cookies on all defs autoloaded manually in cl.el.
2508
2509 * emacs-lisp/cl-loaddefs.el: New file.
2510
2511 * textmodes/texinfmt.el (texinfo-raisesections-alist)
2512 (texinfo-lowersections-alist): Merge definition and declaration.
2513 (texinfo-start-of-header, texinfo-end-of-header): Remove.
2514 (texinfo-format-syntax-table): Merge init into declaration.
2515 (texinfo-format-parse-line-args, texinfo-format-parse-args)
2516 (texinfo-format-parse-defun-args, texinfo-format-node)
2517 (texinfo-push-stack, texinfo-multitable-widths)
2518 (texinfo-define-info-enclosure, texinfo-alias)
2519 (texinfo-format-defindex, batch-texinfo-format): Use push.
2520 (texinfo-footnote-number): Remove duplicate declaration.
2521
2522 * ps-print.el: Update with auto-generated autoloads.
2523
2524 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
2525
2526 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
2529 relative to current dir for file-local settings.
2530 (autoload-generate-file-autoloads): Add `outfile' arg.
2531 (update-directory-autoloads): Use it to directly call
2532 autoload-generate-file-autoloads instead of going through
2533 update-file-autoloads so we avoid redundant searches and so we can know
2534 the set of buffers changed so we can save them all.
2535
2536 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
2537 rather than throwing `up-to-date'.
2538 (autoload-generate-file-autoloads): Adjust correspondingly.
2539 (update-file-autoloads): Be careful to let-bind
2540 autoload-modified-buffers and adjust to new calling conventions.
2541 (autoload-modified-buffers): Make it a dynamically scoped var.
2542 (update-directory-autoloads): Use file-relative-name instead of
2543 autoload-trim-file-name.
2544 (autoload-insert-section-header): Don't use autoload-trim-file-name
2545 since the file is already relative now.
2546 (autoload-trim-file-name): Remove.
2547
2548 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
2549 (vc-arch-complete, vc-arch--version-completion-table)
2550 (vc-arch-revision-completion-table): New functions to provide
2551 completion of revision names.
2552 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
2553 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
2554 to let the user trim the revlib.
2555
2556 * vc.el: Add new VC operation `revision-completion-table'.
2557 (vc-default-revision-completion-table): New function.
2558 (vc-version-diff, vc-version-other-window): Use it to provide
2559 completion of revision names if the backend provides it.
2560
2561 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
2562
2563 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
2564 of newer .svn/entries.
2565
2566 2007-06-25 David Kastrup <dak@gnu.org>
2567
2568 * calc/calc-poly.el (math-padded-polynomial)
2569 (math-partial-fractions): Add some function comments.
2570
2571 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2574 Make `outbuf' optional.
2575 (update-file-autoloads): Use it.
2576
2577 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
2580 (autoload-find-destination): Keep it uptodate.
2581 (autoload-save-buffers): New fun.
2582 (update-file-autoloads): Use it. Re-add the "up to date" message.
2583
2584 * emacs-lisp/autoload.el: Refactor for upcoming changes.
2585 (autoload-find-destination): New function extracted from
2586 update-file-autoloads.
2587 (update-file-autoloads): Use it.
2588 (autoload-generate-file-autoloads): New function extracted from
2589 generate-file-autoloads. Use file-relative-name. Delay computation of
2590 output-start to the first cookie. Remove done-any, replaced by
2591 output-start.
2592 (generate-file-autoloads): Use it.
2593
2594 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
2595
2596 * calc/calc-comb.el (math-init-random-base, math-prime-test):
2597 Use math-read-number-simple to insert constants.
2598 (math-prime-test): Redo calculation of sum.
2599
2600 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
2601
2602 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
2603 math-scale-bignum-3.
2604 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
2605 math-bignum-digit-size.
2606 (math-isqrt-small): Add another possible initial guess.
2607
2608 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2609
2610 * textmodes/bibtex.el (bibtex-entry-format): New options
2611 `whitespace', `braces', and `string'.
2612 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2613 (bibtex-field-braces-opt, bibtex-field-strings-opt)
2614 (bibtex-cite-matcher-alist): New variables.
2615 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
2616 (bibtex-flash-head): Use blink-matching-delay.
2617 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
2618 (bibtex-format-entry, bibtex-reformat): Handle new options of
2619 bibtex-entry-format.
2620 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
2621 New functions.
2622 (bibtex-complete-internal): Do not display messages while
2623 minibuffer is used. Do not leave around a completions buffer
2624 that is out of date.
2625 (bibtex-copy-summary-as-kill): New optional arg.
2626 (bibtex-font-lock-url): New optional arg no-button.
2627 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
2628 (bibtex-url): Allow multiple URLs per entry.
2629
2630 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 * emacs-lisp/autoload.el (autoload-generated-file): New function.
2633 (update-file-autoloads, update-directory-autoloads): Use it.
2634 (autoload-file-load-name): New function.
2635 (generate-file-autoloads, update-file-autoloads): Use it.
2636 (autoload-find-file): Accept non-absolute argument. Set default-dir.
2637 (generate-file-autoloads): If the autoloaded form is malformed,
2638 indicate the problem with a warning instead of aborting.
2639
2640 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2641
2642 * simple.el (next-error-recenter): Accept `(4)' as well;
2643 also, specify `integer' instead of `number'.
2644
2645 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2646
2647 * ls-lisp.el (insert-directory): If an invalid regexp error is
2648 thrown, try using FILE as a literal file name, not a wildcard.
2649
2650 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2651
2652 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2653 `header-line-format' when reentering ruler mode.
2654
2655 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2656
2657 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2658 FILE exists as a file.
2659
2660 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2661
2662 * calc/calc.el (math-bignum-digit-length)
2663 (math-bignum-digit-size, math-small-integer-size):
2664 New constants.
2665 (math-normalize, math-bignum-big, math-make-float)
2666 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
2667 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
2668 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
2669 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
2670 (math-quotient, math-div-bignum, math-div-bignum-digit)
2671 (math-div-bignum-part, math-format-bignum-decimal)
2672 (math-read-bignum): Use math-bignum-digit-length,
2673 math-bignum-digit-size and math-small-integer-size.
2674
2675 * calc/calc-ext.el (math-fixnum-big): Use the variable
2676 math-bignum-digit-size.
2677
2678 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2679
2680 * log-view.el (log-view-mode-menu): New menu.
2681
2682 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2683
2684 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
2685 differently.
2686
2687 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
2688 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
2689
2690 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2691
2692 * vc-hg.el (vc-hg-print-log): Insert the file name.
2693 (vc-hg-log-view-mode): Fontify the file name.
2694
2695 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2696
2697 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
2698 (calcFunc-julian): Fix incorrect number used in calculations.
2699
2700 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
2701
2702 * simple.el (next-error-recenter): New defcustom.
2703 (next-error, next-error-internal): Recenter if specified,
2704 immediately prior to running `next-error-hook'.
2705
2706 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
2707 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
2708
2709 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
2710
2711 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2712
2713 * calc/calc-comb.el (math-small-factorial-table): New variable.
2714 (calcFunc-fact): Use `math-small-factorial-table'.
2715
2716 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
2717 initial values.
2718 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
2719 New variables to use in caches.
2720
2721 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
2722 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
2723
2724 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
2725 (math-bernoulli-b-cache): Use math-read-number-simple to insert
2726 bignums.
2727
2728 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2729 New variables to use in caches.
2730
2731 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2732
2733 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
2734
2735 * vc-hg.el (vc-hg-log-view-mode): New mode.
2736
2737 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
2738
2739 * calc/calc.el (math-read-number-simple): New function.
2740
2741 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2744 (vera-font-lock-match-item): Fix doc string.
2745 (vera-in-comment-p): Remove unused function.
2746 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2747 use `syntax-ppss'.
2748 (vera-forward-syntactic-ws): Fix argument order.
2749 (vera-prepare-search): Use `with-syntax-table'.
2750 (vera-indent-line): Fix doc string.
2751 (vera-electric-tab): Fix doc string.
2752 (vera-expand-abbrev): Define alias instead of using `fset'.
2753 (vera-comment-uncomment-region): Use `comment-start-skip'.
2754
2755 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
2756
2757 * textmodes/org.el (org-export-with-footnotes): New option.
2758 (org-export-as-html): Fix replacement bug for XEmacs.
2759 (org-agenda-default-appointment-duration): New option.
2760
2761 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2762
2763 * vc-hg.el: Add to do items.
2764 (vc-hg-diff): Add support for comparing different revisions.
2765 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
2766 (vc-hg-annotate-extract-revision-at-line)
2767 (vc-hg-previous-version, vc-hg-checkin): New functions.
2768 (vc-hg-annotate-re): New constant.
2769
2770 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
2771
2772 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
2773
2774 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2775
2776 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
2777 buffer-local value of log-view-*-re if applicable.
2778
2779 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
2780 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
2781 (vc-bzr-command*): Remove both (incompatible) versions.
2782 (vc-bzr-do-command*): Remove.
2783 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
2784 Remove by folding into its only caller vc-bzr-command.
2785 (vc-bzr-command): Always set the environment, even when ineffective.
2786 (vc-bzr-version): Minor fix up.
2787 (vc-bzr-admin-dirname): New var.
2788 (vc-bzr-bzr-dir): Remove.
2789 (vc-bzr-root-dir): New fun.
2790 (vc-bzr-registered): Use it. Add an autoloaded version.
2791 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
2792 (vc-bzr-view-log-function): Remove.
2793 (vc-bzr-log-view-mode): New major mode to replace it.
2794 (vc-bzr-print-log): Only activate the old hack if needed.
2795
2796 * vc.el (vc-default-log-view-mode): New function.
2797 (vc-print-log): Add new `log-view-mode' VC operation.
2798
2799 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2800
2801 * ido.el (ido-find-file-in-dir): Don't signal an error for
2802 empty directories.
2803
2804 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
2805
2806 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2807 directory where the desktop file was found, as the docstring says.
2808 (desktop-kill): Use `read-directory-name'.
2809
2810 2007-06-20 Alan Mackenzie <acm@muc.de>
2811
2812 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2813 When removing lines, also remove the \n. Correction of patch of
2814 2007-04-21.
2815
2816 2007-06-20 Martin Rudalics <rudalics@gmx.at>
2817
2818 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2819 event is not a cons cell. Do not unread drag-mouse-1 events.
2820 Select right window in check whether space was stolen from
2821 window above.
2822
2823 * help-mode.el (help-make-xrefs): Adjust position of new forward
2824 button.
2825
2826 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
2827
2828 * vc-bzr.el (vc-bzr-with-process-environment)
2829 (vc-bzr-std-process-invocation): New macros.
2830 (vc-bzr-command, vc-bzr-command*): Use them.
2831 (vc-bzr-with-c-locale): Remove.
2832 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
2833 (vc-bzr-buffer-nonblank-p): New function.
2834 (vc-bzr-state-words): New const.
2835 (vc-bzr-state): Look for `bzr status` keywords in output.
2836 Display everything else as a warning message to the user.
2837 Fix status report with bzr >= 0.15.
2838
2839 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2840
2841 * vc-hg.el (vc-hg-global-switches): Simplify.
2842 (vc-hg-state): Handle more states.
2843 (vc-hg-diff): Fix doc-string.
2844 (vc-hg-register): New function.
2845 (vc-hg-checkout): Likewise.
2846
2847 2007-06-20 Reto Zimmermann <reto@gnu.org>
2848
2849 * progmodes/vera-mode.el: New file.
2850
2851 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
2852
2853 * calc/calc.el (calc-multiplication-has-precendence):
2854 New variable.
2855 (math-standard-ops, math-standard-ops-p, math-expr-ops):
2856 New functions.
2857 (math-expr-opers): Define using math-standard-ops rather than
2858 math-standard-opers.
2859 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
2860 equal the function math-standard-ops rather than the variable
2861 math-standard-opers.
2862 (calc-algebraic-entry): Let math-expr-opers equal
2863 math-standard-ops or math-expr-ops, as appropriate.
2864 (math-expr-read-level, math-read-factor): Let math-expr-opers
2865 equal math-expr-ops.
2866 * calc/calc-embed.el (calc-embedded-finish-edit):
2867 Let math-expr-opers equal the function math-standard-ops
2868 rather than the variable math-standard-opers.
2869 * calc/calc-ext.el (math-read-plain-expr)
2870 (math-format-flat-expr-fancy): Let math-expr-opers equal the
2871 function math-standard-ops rather than the variable
2872 math-standard-opers.
2873 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
2874 Let math-expr-opers equal the function math-standard-ops rather
2875 than the variable math-standard-opers.
2876 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
2877 equal the function math-standard-ops rather than the variable
2878 math-standard-opers.
2879 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
2880 equal the function math-standard-ops rather than the variable
2881 math-standard-opers.
2882 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
2883 math-expr-ops.
2884
2885 2007-06-19 Ivan Kanis <apple@kanis.eu>
2886
2887 * vc-hg.el: New file.
2888
2889 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
2892 with font-lock-multiline.
2893
2894 2007-06-17 Glenn Morris <rgm@gnu.org>
2895
2896 * lpr.el (lpr-page-header-switches): Move %s to separate element
2897 for correct quoting. Doc fix.
2898
2899 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
2902 than setting sgml-xml-mode.
2903 (sgml-mode, html-mode): Set sgml-xml-mode.
2904 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
2905 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
2906 (sgml-electric-tag-pair-before-change-function)
2907 (sgml-electric-tag-pair-flush-overlays): New functions.
2908 (sgml-electric-tag-pair-mode): New minor mode.
2909 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
2910 (sgml-calculate-indent): Use assoc-string.
2911
2912 2007-06-16 Karl Fogel <kfogel@red-bean.com>
2913
2914 * thingatpt.el (thing-at-point-email-regexp): Don't require two
2915 chars before the "@" in an email address. Andreas Roehler noticed
2916 this problem.
2917
2918 2007-06-15 Karl Fogel <kfogel@red-bean.com>
2919
2920 * thingatpt.el: Add support for email addresses (`email').
2921 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
2922 (thing-at-point-email-regexp): New variable.
2923 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
2924 properties on this symbol, with lambda forms for values.
2925
2926 2007-06-15 Masatake YAMATO <jet@gyve.org>
2927
2928 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
2929
2930 * vc.el (vc-dired-hook): Check the backend returned from
2931 `vc-responsible-backend' can really handle `subdir'.
2932
2933 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * wid-edit.el (widget-add-documentation-string-button):
2936 Fix handling of documentation indent.
2937
2938 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
2939
2940 * mb-depth.el: New file.
2941
2942 2007-06-15 Masatake YAMATO <jet@gyve.org>
2943
2944 * vc.el (vc-dired-mode): Show backend name as part of mode name.
2945
2946 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * wid-edit.el (widget-default-create): Move ?h handling here...
2949 (widget-default-format-handler): ...from here.
2950 (widget-docstring, widget-add-documentation-string-button): New funs.
2951 (documentation-string): Add :visibility-widget property.
2952 (widget-documentation-string-value-create): Use it.
2953
2954 * cus-edit.el (custom-split-regexp-maybe): Simplify.
2955 (custom-buffer-create-internal): Simplify message.
2956 (custom-variable-tag): Reduce height to normal.
2957 (custom-variable-value-create, custom-face-value-create)
2958 (custom-visibility): New widget.
2959 (custom-visibility): New face.
2960 (custom-group-value-create):
2961 Call widget-add-documentation-string-button, using `custom-visibility'.
2962
2963 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * emacs-lisp/bytecomp.el (byte-compile-current-group)
2966 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
2967 change. Apparently the "warning even if the group is implicit" is
2968 a feature rather than a bug.
2969
2970 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
2971
2972 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
2973 Different advices for Emacs and XEmacs. Compile them conditionally.
2974 (viper-version): Belated version change.
2975
2976 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * follow.el (follow-all-followers, follow-generic-filter):
2979 * pcomplete.el (pcomplete-restore-windows):
2980 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
2981 (x-dnd-drop-data):
2982 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
2983 * progmodes/python.el (python-complete-symbol):
2984 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
2985
2986 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
2987
2988 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
2989 around bright and dim regexps. Make sure bright and dim matches
2990 use word anchors. Send text through rcirc-markup functions.
2991 (rcirc-url-regexp): Add single quote character.
2992 (rcirc-connect): Write logs to disk on auto-save-hook.
2993 Make server a non-optional argument.
2994 (rcirc-log-alist): New variable.
2995 (rcirc-log-directory): Make customizable.
2996 (rcirc-log-flag): New customizable variable.
2997 (rcirc-log): New function.
2998 (rcirc-print): Use above function.
2999 (rcirc-log-write): New function.
3000 (rcirc-generate-new-buffer-name): Strip text properties.
3001 (rcirc-switch-to-buffer-function): Remove variable.
3002 (rcirc-last-non-irc-buffer): Remove variable.
3003 (rcirc-non-irc-buffer): Add function.
3004 (rcirc-next-active-buffer): Use above function.
3005 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
3006 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
3007 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
3008 (rcirc-omit-mode): Add minor-mode.
3009 (rcirc-mode-map): Change C-c C-o binding.
3010 (rcirc-mode): Clear mode-line-process. Use a custom
3011 fill-paragraph-function. Set up buffer-invisibility-spec.
3012 (rcirc-response-formats): Remove timestamp code.
3013 (rcirc-omit-responses): Add variable.
3014 (rcirc-print): Don't put the overlay arrow on potentially omitted
3015 lines. Log line to disk. Record activity for private messages
3016 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
3017 (rcirc-jump-to-first-unread-line): Print message if there is no
3018 unread text.
3019 (rcirc-clear-unread): New function.
3020 (rcirc-markup-text-functions): Add variable.
3021 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
3022 (rcirc-debug): Don't mess with window configuration.
3023 (rcirc-send-message): Send message before printing locally.
3024 Add SILENT argument, do not print message if non-nil.
3025 (rcirc-visible-buffers): New function and variable.
3026 (rcirc-window-configuration-change-1): Add function.
3027 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
3028 server buffer.
3029 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
3030 (rcirc-fill-paragraph): Add function.
3031 (rcirc-record-activity, rcirc-window-configuration-change-1):
3032 Only update the activity string if it has actually changed.
3033 (rcirc-update-activity-string): Remove padding characters from the
3034 mode-line string.
3035 (rcirc-disconnect-buffer): New function to be called when a
3036 channel is parted or the user quits.
3037 (rcirc-server-name): Warn when the server-name hasn't been set.
3038 (rcirc-window-configuration-change): Postpone work until
3039 post-command-hook.
3040 (rcirc-window-configuration-change-1): Update mode-line and
3041 overlay arrows here.
3042 (rcirc-authenticate): Fixc hanserv identification.
3043 (rcirc-default-server): Remove variable.
3044 (rcirc): Connect according to rcirc-connections.
3045 (rcirc-connections): Add variable.
3046 (rcirc-startup-channels-alist): Remove variable.
3047 (rcirc-startup-channels): Remove function.
3048
3049 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
3052
3053 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
3054
3055 * term/xterm.el (terminal-init-xterm): Escape parens in character
3056 constants.
3057
3058 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * progmodes/sh-script.el: Remove unneeded * from docstrings.
3061 Use [:alpha:] and [:alnum:] where applicable.
3062 (sh-quoted-subshell): Rewrite to correctly
3063 handle nested mixes of `...` and $(...).
3064 (sh-apply-quoted-subshell): Remove.
3065 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
3066
3067 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
3068
3069 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
3070
3071 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
3072 previous change.
3073
3074 2007-06-12 Tom Tromey <tromey@redhat.com>
3075
3076 * subr.el (user-emacs-directory): New defconst.
3077 * cmuscheme.el (scheme-start-file):
3078 * shell.el (shell):
3079 * completion.el (save-completions-file-name):
3080 * custom.el (custom-theme-directory):
3081 * term/x-win.el (emacs-session-filename):
3082 * filesets.el (filesets-menu-cache-file):
3083 * thumbs.el (thumbs-thumbsdir):
3084 * server.el (server-auth-dir):
3085 * image-dired.el (image-dired-dir):
3086 (image-dired-db-file):
3087 (image-dired-temp-image-file):
3088 (image-dired-gallery-dir):
3089 (image-dired-temp-rotate-image-file):
3090 * play/gamegrid.el (gamegrid-user-score-file-directory):
3091 * savehist.el (savehist-file):
3092 * tutorial.el (tutorial--saved-dir):
3093 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
3094
3095 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3096
3097 * scroll-lock.el (scroll-lock-mode): Doc fix.
3098
3099 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
3100
3101 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
3102
3103 * ediff-init.el: Doc strings.
3104
3105 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3108 (byte-compile-file): Bind it.
3109 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
3110 group argument is provided implicitly.
3111 (byte-compile-format-warn, byte-compile-from-buffer)
3112 (byte-compile-insert-header): Don't hardcode point-min==1.
3113 (byte-compile-file-form-require): Remove unused var old-load-list.
3114 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
3115
3116 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
3117
3118 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
3119 Display error messages.
3120 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
3121 Get rid of cl.el dependencies.
3122
3123 * emulation/viper-init.el (viper-suppress-input-method-change-message):
3124 New variable.
3125 (viper-activate-input-method-action)
3126 (viper-inactivate-input-method-action):
3127 Use viper-suppress-input-method-change-message.
3128
3129 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
3130 for C-s, C-r.
3131
3132 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
3133 Use viper-replace-overlay-cursor-color instead of
3134 viper-replace-overlay-cursor-color.
3135 (viper-sit-for-short): Use sit-for with 3 arguments.
3136
3137 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
3138 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
3139 to gud-mode.
3140
3141 * ediff-mult.el (ediff-meta-buffer-brief-message)
3142 (ediff-meta-buffer-verbose-message): New variables.
3143 (ediff-meta-buffer-message): Variable deleted.
3144 (ediff-verbose-help-enabled): New variable.
3145 (ediff-toggle-verbose-help-meta-buffer): New function.
3146 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
3147 message options.
3148
3149 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
3150 (ediff-fixup-patch-map): Improve heuristic.
3151
3152 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
3155 (log-view-font-lock-keywords): Simplify.
3156 (log-view-current-file, log-view-current-tag): Simplify.
3157
3158 2007-06-12 Sam Steingold <sds@gnu.org>
3159
3160 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
3161
3162 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
3163
3164 * desktop.el (desktop-load-locked-desktop): New option.
3165 (desktop-read): Use it.
3166 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3167 Use `when'.
3168
3169 2007-06-12 Davis Herring <herring@lanl.gov>
3170
3171 * desktop.el (desktop-save-mode-off): New function.
3172 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3173 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3174 (desktop-claim-lock, desktop-release-lock): New functions.
3175 (desktop-kill): Tell `desktop-save' that this is the last save.
3176 Release the lock afterwards.
3177 (desktop-buffer-info): New function.
3178 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3179 says to. Detect conflicts, and manage the lock.
3180 (desktop-read): Detect conflicts. Manage the lock.
3181
3182 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
3185
3186 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
3187 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
3188 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
3189 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
3190 keysyms rather than byte sequences.
3191 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
3192
3193 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3196 half-activated, forcefully activate it completely.
3197
3198 2007-06-11 Richard Stallman <rms@gnu.org>
3199
3200 * cus-edit.el (custom-variable-type): Doc fix.
3201
3202 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
3205 (sh-font-lock-flush-syntax-ppss-cache): New functions.
3206 (sh-font-lock-syntactic-keywords): Use them to distinguish the
3207 different possible cases for \'.
3208
3209 * complete.el (PC-bindings): Don't bind things already bound in the
3210 parent keymap.
3211
3212 * textmodes/bibtex-style.el: New file.
3213
3214 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
3215
3216 * vc-bzr.el: New file.
3217
3218 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * vc-svn.el (vc-svn-program): New var.
3221 (vc-svn-command): Use it.
3222
3223 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
3224
3225 * server.el (server-switch-buffer): Remove redundant check.
3226
3227 2007-06-10 Martin Rudalics <rudalics@gmx.at>
3228
3229 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3230 Match against file-name-nondirectory.
3231 Fix text on user customization variables.
3232 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
3233
3234 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3235
3236 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3237
3238 2007-06-09 Davis Herring <herring@lanl.gov>
3239
3240 * desktop.el (desktop-minor-mode-table): Doc fix.
3241
3242 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * textmodes/css-mode.el (css-navigation-syntax-table):
3245 Use set-char-table-range so it also works in the unicode branch.
3246
3247 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
3248
3249 * help-mode.el (help-xref-forward-stack)
3250 (help-xref-stack-forward-item, help-forward-label): New variables.
3251 (help-forward): New button type.
3252 (help-setup-xref): Initialise help-xref-forward-stack.
3253 (help-make-xrefs): Add forward button, if appropriate.
3254 (help-xref-go-back): Push item on forward stack.
3255 (help-xref-go-forward, help-go-forward): New functions.
3256
3257 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * dired.el (dired-mode-map): Remove spurious separator.
3260
3261 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3264
3265 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3266 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3267
3268 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
3269
3270 * textmodes/org.el: Version number fixed.
3271
3272 2007-06-07 Glenn Morris <rgm@gnu.org>
3273
3274 * version.el (emacs-copyright): New constant.
3275 * startup.el (fancy-splash-tail): Use emacs-copyright.
3276 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
3277
3278 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
3279 `make-local'.
3280 (byte-compile-warnings-safe-p): Add `make-local'.
3281 (byte-compile-make-variable-buffer-local):
3282 Allow byte-compile-warnings to suppress this warning.
3283
3284 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
3285 format of "menu" description.
3286 (tutorial--find-changed-keys): Describe the specific menu a
3287 command is in.
3288
3289 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
3290 Rewrite compatibility functions to silence byte-compiler.
3291
3292 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3293
3294 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3295 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3296
3297 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
3298
3299 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
3300
3301 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3302
3303 * progmodes/ebrowse.el (ebrowse-member-table):
3304 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
3305 (org-batch-agenda-csv): Fix typos in docstrings.
3306
3307 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3308
3309 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3310 (sort-coding-systems, search-unencodable-char): Doc fixes.
3311 (coding-system-change-eol-conversion, set-default-coding-systems)
3312 (prefer-coding-system, find-multibyte-characters, princ-list)
3313 (leim-list-entry-regexp, set-input-method, locale-language-names)
3314 (input-method-exit-on-first-char, exit-language-environment-hook)
3315 (locale-charset-language-names): Fix typos in docstrings.
3316
3317 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3318
3319 * pgg.el (pgg-sign-region, pgg-sign):
3320 * ses.el (ses-call-printer):
3321 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3322 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3323
3324 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
3325
3326 * textmodes/org.el
3327 (org-export-region-as-html, org-replace-region-by-html)
3328 (org-number-to-letters, org-table-fedit-finish)
3329 (org-normalize-color, org-table-fedit-ref-right)
3330 (org-date-to-gregorian, org-table-fedit-move)
3331 (org-table-convert-refs-to-rc, org-calendar-holiday)
3332 (org-table-fedit-toggle-ref-type, org-write-agenda)
3333 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
3334 (org-defkey, org-encode-for-stdout)
3335 (org-indent-line-function, org-export-as-html-to-buffer)
3336 (org-store-agenda-views, org-update-mode-line)
3337 (org-find-if, org-delete-all)
3338 (org-table-fedit-convert-buffer, org-emphasize)
3339 (org-uniquify, org-table-fedit-lisp-indent)
3340 (org-table-fedit-scroll, org-get-todo-sequence-head)
3341 (org-table-fedit-scroll-down, org-table-fedit-line-down)
3342 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
3343 (org-table-fedit-toggle-coordinates, org-dvipng-color)
3344 (org-table-fedit-line-up, org-table-fedit-ref-down)
3345 (org-table-formula-from-user, org-mode-flyspell-verify)
3346 (org-cycle-show-empty-lines, org-ctrl-c-ret)
3347 (org-table-formula-to-user, org-diary-to-ical-string)
3348 (orgtbl-export, org-table-fedit-post-command)
3349 (org-closed-in-range, org-shiftcontrolright)
3350 (org-table-convert-refs-to-an, org-table-hline-and-move)
3351 (org-table-formula-less-p, org-format-table-ascii)
3352 (org-agenda-get-sexps, org-shift-refpart)
3353 (org-diary-sexp-entry, org-time-string-to-absolute)
3354 (org-table-show-reference, org-letters-to-number)
3355 (org-fix-agenda-info, org-table-fedit-ref-up)
3356 (org-table-fedit-shift-reference, org-table-fedit-abort)
3357 (org-closest-date, org-shiftcontrolleft)
3358 (org-at-heading-or-item-p, org-rematch-and-replace)
3359 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
3360 New functions.
3361 (org-table-edit-scroll-down, org-finish-edit-formulas)
3362 (org-table-edit-next-field, org-abort-edit-formulas)
3363 (org-font-lock-level, org-export-find-first-heading-line)
3364 (org-table-edit-line-down, org-table-edit-backward-field)
3365 (org-edit-formula-lisp-indent, org-table-edit-move)
3366 (org-check-log-option, org-this-word)
3367 (org-table-edit-line-up, org-table-edit-formulas-post-command)
3368 (org-agenda-file-to-end, org-expand-file-name)
3369 (org-fake-empty-table-line, org-table-edit-scroll)
3370 (org-toggle-log-option, org-show-reference): Function removed.
3371 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
3372 New defsubsts.
3373 (org-unmodified, org-batch-store-agenda-views)
3374 (org-batch-agenda-csv): New macro.
3375 (org-agenda-export): New customization group.
3376 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
3377 (org-highest-priority, org-agenda-exporter-settings)
3378 (org-log-done-with-time, org-replace-disputed-keys)
3379 (org-format-latex-header, org-export-table-header-tags)
3380 (org-cycle-separator-lines, org-export-table-data-tags)
3381 (org-icalendar-include-sexps)
3382 (org-empty-line-terminates-plain-lists)
3383 (org-log-repeat, org-special-ctrl-a)
3384 (org-table-use-standard-references, org-disputed-keys)
3385 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
3386 (org-agenda-export-html-style): New option.
3387 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
3388 (org-CUA-compatible): Option removed.
3389 (org-agenda-structure, org-sexp-date): New face.
3390 (org-todo-keywords-for-agenda, org-not-done-keywords)
3391 (org-planning-or-clock-line-re, org-agenda-name)
3392 (org-table-colgroup-info, org-todo-sets)
3393 (constants-unit-system, org-clock-mode-line-entry)
3394 (org-mode-line-timer, org-table-current-begin-pos)
3395 (org-todo-keywords-1, org-mode-line-string)
3396 (org-table-clean-did-remove-column, org-table-fedit-map)
3397 (org-clock-heading, org-table-buffer-is-an)
3398 (org-agenda-info, org-done-keywords)
3399 (org-done-keywords-for-agenda, org-todo-heads)
3400 (org-todo-kwd-alist, org-clock-start-time): New variable.
3401 (org-todo-kwd-priority-p, org-edit-formulas-map)
3402 (org-repeat-re, org-todo-kwd-max-priority)
3403 (org-version, org-done-string)
3404 (org-table-clean-did-remove-column-1, org-disputed-keys):
3405 Remove variables.
3406 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
3407 (org-ts-lengths): Constant removed.
3408 (org-follow-gnus-link): Don't ask how many articles to read.
3409 (org-export-find-first-export-line): Rename from
3410 `org-export-find-first-heading'.
3411 Use `org-export-skip-text-before-1st-heading'.
3412 (org-table-fedit-post-command): Rename from
3413 `org-table-edit-formulas-post-command'.
3414 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
3415 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
3416 (org-table-fedit-lisp-indent): Rename from
3417 `org-edit-formula-lisp-indent'.
3418 (org-table-show-reference): Rename from `org-show-reference'.
3419 (org-table-store-formulas): Use `org-table-formula-less-p'.
3420 (org-table-edit-formulas): Position cursor to current field equation.
3421 (org-update-checkbox-count, org-hide-archived-subtrees)
3422 (org-timestamp-up-day, org-timestamp-down-day)
3423 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3424 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3425 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
3426 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
3427 Let `org-on-heading-p' also check for invisible heading.
3428 (org-read-date): Match am/pm times.
3429 (org-eval-in-calendar): Fix default date in prompt.
3430
3431 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
3434 "ChangeLog.a" entries, giving the latter lower priority.
3435
3436 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3437
3438 * faces.el (face-id): If the argument is a face alias,
3439 return the ID of the target face.
3440
3441 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
3442
3443 * net/socks.el (top): Remove unnecessary copyright line.
3444
3445 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3446
3447 * longlines.el (longlines-auto-wrap): Handle argument correctly.
3448
3449 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
3450
3451 * net/socks.el: New file, taken from w3 repository.
3452 (top): Update Copyright. Don't load cl.el.
3453 (all): Replace `case' by `cond', `string-to-int' by
3454 `string-to-number', and `process-kill-without-query' by
3455 `set-process-query-on-exit-flag'.
3456 (socks-char-int): Remove defalias and all occurencies.
3457
3458 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3459
3460 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3461 Fix typos in docstrings.
3462 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3463 (compilation-finish-function): Fix typo in obsolescence declaration.
3464
3465 2007-06-03 Sam Steingold <sds@gnu.org>
3466
3467 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
3468 handle unending automatic recompilation of changed files (`omake -P').
3469 (compilation-loop): VISITED is now 5th CDR.
3470 (compilation-next-error-function): Set TIMESTAMP.
3471
3472 2007-06-03 Sam Steingold <sds@gnu.org>
3473
3474 * files.el (kill-buffer-ask): New function.
3475 (kill-some-buffers): Use it.
3476 (kill-matching-buffers): New user command.
3477
3478 2007-06-01 David Kastrup <dak@gnu.org>
3479
3480 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3481 Change default to `top'.
3482
3483 2007-05-31 Richard Stallman <rms@gnu.org>
3484
3485 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
3486
3487 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * textmodes/css-mode.el: New file.
3490
3491 2007-05-30 Michael Olson <mwolson@gnu.org>
3492
3493 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3494 died and we are trying to send a signal to it. The program using
3495 tq.el should periodically check to see whether the process has
3496 died and react appropriately -- this is not the responsibility of
3497 tq.el, and is consistent with the rest of the tq.el source code.
3498
3499 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3500
3501 * textmodes/table.el (table--point-entered-cell-function)
3502 (table--point-left-cell-function):
3503 Bind `inhibit-point-motion-hooks' to t.
3504
3505 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3506
3507 * emacs-lisp/rx.el (rx): Doc fix.
3508
3509 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
3510
3511 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3512
3513 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
3514
3515 Sync with Tramp 2.0.56.
3516
3517 * net/tramp.el:
3518 * net/tramp-ftp.el:
3519 * net/tramp-smb.el:
3520 * net/tramp-util.el:
3521 * net/tramp-vc.el:
3522 Don't load cl.el, because that pollutes the namespace. Replace cl
3523 macros by their implementations where necessary. Requested by
3524 Richard Stallman <rms@gnu.org>.
3525
3526 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3527 doesn't exist.
3528 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3529 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3530 (tramp-file-name-p, tramp-file-name-multi-method)
3531 (tramp-file-name-method, tramp-file-name-user)
3532 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3533 replacing defstruct `tramp-file-name'.
3534 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3535 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3536 Apply `vector' instead of `make-tramp-file-name'.
3537 (tramp-handle-make-auto-save-file-name):
3538 Apply `tramp-temporary-file-directory' for compatibility reasons.
3539 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3540 because of XEmacs.
3541 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3542 started.
3543
3544 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3547
3548 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3549
3550 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3551 as the end of the ChangeLog paragraph when it ends without a line
3552 termination.
3553
3554 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
3555
3556 * net/webjump.el (webjump-sample-sites):
3557 Add simple Wikipedia query.
3558
3559 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
3562 compatibility code.
3563
3564 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
3565 (copyright-update-year): Use it.
3566
3567 * edmacro.el (edmacro-format-keys): Use current-active-maps.
3568
3569 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
3570 Add indentation and debugging info. Fix up comment convention.
3571
3572 * cus-dep.el (custom-make-dependencies): Simplify.
3573
3574 * composite.el (compose-region, decompose-region):
3575 Use inhibit-read-only and restore-buffer-modified-p.
3576
3577 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3578 (xterm-mouse-event): Use it.
3579
3580 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
3581
3582 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3583 `switch-to-buffer' has returned succesfully.
3584 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3585 window is dedicated (it could iconify the frame).
3586
3587 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3588
3589 * vc-hooks.el (vc-find-root): Fix file attribute test.
3590
3591 2007-05-24 Richard Stallman <rms@gnu.org>
3592
3593 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3594 Don't let opoint be nil.
3595 (flyspell-emacs-popup): Explicit error if no dialogs.
3596
3597 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3600 (image-next-line, image-previous-line, image-scroll-up)
3601 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3602 New functions.
3603 (image-mode-map): Remap motion commands.
3604 (image-mode-text-map): New keymap for viewing images as text.
3605 (image-mode): Use image-mode-map.
3606 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3607
3608 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * textmodes/fill.el (canonically-space-region): Make the second arg
3611 a marker if it's not already the case.
3612
3613 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3614
3615 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3616 (tar-get-descriptor): Handle type 55, an extended pax header.
3617
3618 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
3621 to confuse outline-minor-mode.
3622
3623 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3624
3625 * tar-mode.el (tar-file-name-handler): New function.
3626 (tar-extract): Bind file-name-handler-alist to it to force
3627 find-buffer-file-type-coding-system behave as if the file being
3628 extracted existed. Use last-coding-system-used to force
3629 buffer-file-coding-system to what decode-coding-region actually
3630 used to decode the file.
3631
3632 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3633
3634 * progmodes/compile.el (compilation-handle-exit):
3635 `compilation-finish-function' may change the current buffer.
3636
3637 2007-05-22 Richard Stallman <rms@gnu.org>
3638
3639 * files.el (set-auto-mode): Doc fix.
3640
3641 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3642
3643 * help-fns.el (find-source-lisp-file): New function.
3644 (describe-function-1): Use find-source-lisp-file to find source
3645 file in compile tree.
3646
3647 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3648
3649 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3650
3651 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
3652
3653 * emacs-lisp/easy-mmode.el (define-minor-mode)
3654 (easy-mmode-define-navigation): Fix typos in docstrings.
3655
3656 2007-05-22 Glenn Morris <rgm@gnu.org>
3657
3658 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3659
3660 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
3661
3662 * mail/mail-extr.el (mail-extract-address-components):
3663 Recognize non-ASCII characters except for NBSP as words.
3664
3665 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3666
3667 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3668 (rcirc-print): Handle `window-width'.
3669 (rcirc-buffer-maximum-lines): Doc fix.
3670
3671 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * image-mode.el (image-toggle-display): Don't clear image cache.
3674 Only use filename in image spec if the file is readable.
3675 Call image-refresh.
3676
3677 * image.el (image-type-from-file-name, image-type): Simplify.
3678 (image-type-auto-detected-p): Don't scan auto-mode-alist.
3679
3680 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3681 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3682
3683 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3684
3685 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
3686 is an error.
3687
3688 * term/linux.el (terminal-init-linux): Don't signal an error
3689 if gpm isn't running.
3690
3691 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3692
3693 * t-mouse.el: Reduce to a minor-mode macro call.
3694 (t-mouse-mode): Remove the lighter.
3695
3696 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
3697
3698 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
3699
3700 * files.el (auto-mode-alist): Change the regexp so that
3701 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
3702
3703 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3704
3705 * Version 22.1 released.
3706
3707 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
3708
3709 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3710 changes.
3711
3712 2007-05-19 Kevin Ryde <user42@zip.com.au>
3713
3714 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
3715
3716 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3717
3718 * textmodes/sgml-mode.el: Revert last change.
3719
3720 2007-05-18 Richard Stallman <rms@gnu.org>
3721
3722 * simple.el (push-mark): Doc fix.
3723
3724 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3725
3726 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3727 tpu-global-map.
3728 (tpu-original-global-map): Variable deleted.
3729 (tpu-control-keys-map): New keymap variable.
3730 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3731 setting keymapping directly.
3732 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3733 tpu-global-map.
3734 (tpu-edt-on): Activate the tpu-global-map.
3735 (tpu-edt-off): Deactivate the tpu-global-map.
3736
3737 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3738
3739 * textmodes/ispell.el (ispell-get-word): Return markers
3740 for start and end positions.
3741 (ispell-word): Assume END is a marker.
3742
3743 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3744
3745 * printing.el: Group together all XEmacs/Emacs definitions.
3746 (pr-version): New version 6.9.
3747 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
3748 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
3749 (pr-menu-bind): Fix code.
3750 (pr-e-frame-char-height, pr-e-frame-char-width)
3751 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
3752 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
3753 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
3754 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
3755 (pr-x-event-y-pixel): Aliases eliminated.
3756 (pr-xemacs-global-menubar): Macro moved.
3757 (current-menubar, current-mouse-event, zmacs-region-stays)
3758 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
3759 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
3760 Vars moved.
3761 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
3762 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
3763 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
3764 (pr-menu-set-utility-title, pr-even-or-odd-pages)
3765 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
3766 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
3767 moved.
3768
3769 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
3770
3771 * textmodes/sgml-mode.el (sgml-tag):
3772 Fix bug: Call sgml-transformation-function.
3773
3774 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3775
3776 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3777 modified flag of buffer. Use `inhibit-modification-hooks'.
3778
3779 2007-05-16 Richard Stallman <rms@gnu.org>
3780
3781 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3782
3783 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3786 Move the *ml, Postscript, and XmCD entries to the fallback part.
3787
3788 * files.el (magic-fallback-mode-alist):
3789 Rename from file-start-mode-alist.
3790
3791 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3792
3793 * progmodes/compile.el (compilation-handle-exit): Quote first
3794 argument of `run-hook-with-args'.
3795
3796 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3797
3798 * buff-menu.el (Buffer-menu-sort-column):
3799 * dabbrev.el (dabbrev-upcase-means-case-search):
3800 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3801 * info.el (Info-current-subfile):
3802 * ls-lisp.el (ls-lisp-verbosity):
3803 * msb.el (msb-menu-cond):
3804 * pcvs.el (cvs-dired-use-hook):
3805 * simple.el (set-mark-command-repeat-pop):
3806 * time.el (display-time-24hr-format, display-time-mail-file):
3807 Doc fixes.
3808
3809 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3810 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3811
3812 * view.el (view-inhibit-help-message): Fix typo in docstring.
3813 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3814
3815 2007-05-16 Martin Rudalics <rudalics@gmx.at>
3816
3817 * textmodes/ispell.el (ispell-start-process): Defend against bad
3818 default-directory.
3819
3820 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3821
3822 * mail/rmail.el (rmail-convert-to-babyl-format): Check
3823 content-transfer-encoding _last_, because it's its position that
3824 we need as value of base64-header-field-end.
3825
3826 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3827
3828 * files.el (mode-require-final-newline, require-final-newline)
3829 (enable-local-variables, enable-local-eval): Doc fixes.
3830
3831 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3832
3833 * ps-print.el: Use default color when foreground or background color
3834 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3835 (ps-print-version): New version 6.7.4.
3836 (ps-rgb-color): New argument. Use default color when color is
3837 unspecified.
3838 (ps-begin-job): Fix code.
3839
3840 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
3841
3842 * longlines.el (longlines-mode): Make longlines-auto-wrap
3843 buffer-local. Add hooks unconditionally.
3844 (longlines-auto-wrap): Toggle wrapping.
3845 (longlines-after-change-function)
3846 (longlines-post-command-function): Check longlines-auto-wrap.
3847
3848 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
3849
3850 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
3851 (xterm-mouse-translate): Use it.
3852
3853 2007-05-10 Richard Stallman <rms@gnu.org>
3854
3855 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3856 (iso-cvt-write-only): Likewise.
3857
3858 * emacs-lisp/easy-mmode.el (define-minor-mode):
3859 Fix generated doc string.
3860
3861 * startup.el (fancy-splash-text): Add URL of guided tour.
3862 Adjust horizontal and vertical whitespace.
3863
3864 * progmodes/compile.el (compilation-handle-exit):
3865 Use run-hook-with-args to run compilation-finish-functions.
3866
3867 * files.el (file-start-mode-alist): New variable.
3868 (magic-mode-regexp-match-limit): Doc fix.
3869 (set-auto-mode): Handle file-start-mode-alist.
3870 A little cleanup of structure.
3871
3872 * dabbrev.el (dabbrev-eliminate-newlines):
3873 Renamed from dabbrev--eliminate-newlines. All uses changed.
3874
3875 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3876
3877 * man.el (Man-next-section): Don't consider the last line of the page
3878 as being part of any section.
3879
3880 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
3883 can take any number of values.
3884
3885 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
3888 to the list of citation commands.
3889
3890 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3893
3894 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
3895
3896 * progmodes/python.el (python-font-lock-keywords)
3897 (python-open-block-statement-p, python-mode): Add support for the new
3898 "with" keyword.
3899
3900 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3901
3902 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
3903 the exact opposite of diff-goto-source.
3904
3905 * emacs-lisp/advice.el (ad-special-forms): Remove.
3906 (ad-special-form-p): Use subr-arity.
3907
3908 * newcomment.el (comment-search-forward): Make sure we search forward.
3909 (comment-enter-backward): Try and distinguish the non-matching case at
3910 EOB from the non-matching case with a missing comment-end-skip for
3911 a 2-char comment ender.
3912 (comment-choose-indent): New function extracted from comment-indent.
3913 Improve the alignment algorithm.
3914 (comment-indent): Use it.
3915
3916 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
3917 XML style Processing Instructions.
3918 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
3919 (sgml-calculate-indent): Handle `pi' context.
3920
3921 * vc.el: Ensure that update-changelog issues an error when used with
3922 a backend that does not implement it.
3923 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
3924 Remove `backend' argument. Use expand-file-name.
3925 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
3926
3927 * progmodes/python.el (python-end-of-block): Revert last change.
3928 (python-end-of-statement): Make sure we move *forward*.
3929
3930 2007-05-08 Richard Stallman <rms@gnu.org>
3931
3932 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3933 Don't include non-self-insert commands in the exception for `-'.
3934
3935 2007-05-08 David Reitter <david.reitter@gmail.com>
3936
3937 * progmodes/python.el (python-guess-indent): Check non-nullness
3938 before comparing indent against the 2..8 interval.
3939
3940 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3941
3942 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3943 available.
3944
3945 2007-05-06 Richard Stallman <rms@gnu.org>
3946
3947 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3948
3949 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
3952 rather than storing their value in the revert-buffer function.
3953
3954 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
3955
3956 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
3957 when disabling t-mouse-mode.
3958
3959 2007-05-01 Davis Herring <herring@lanl.gov>
3960
3961 * calendar/timeclock.el: Update version number.
3962 (timeclock-modeline-display): Mention timeclock-use-display-time
3963 in explanatory message.
3964 (timeclock-in): Fix non-interactive workday specifications.
3965 (timeclock-log): Don't kill the log buffer if it already existed.
3966 Suppress warnings when finding the log. Don't check for a nil
3967 project twice. Run hooks after killing the buffer (if applicable).
3968 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3969 was geometric). All uses changed.
3970 (timeclock-generate-report): Support prefix argument.
3971
3972 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3973
3974 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3975 disconnections.
3976
3977 2007-05-01 Romain Francoise <romain@orebokech.com>
3978
3979 * dired-x.el: Revert 2007-04-06 change.
3980
3981 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3982
3983 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3984
3985 2007-04-29 Richard Stallman <rms@gnu.org>
3986
3987 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3988
3989 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3992 than 1.
3993
3994 2007-04-28 Richard Stallman <rms@gnu.org>
3995
3996 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3997
3998 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
3999
4000 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4001 don't put stop on toolbar.
4002
4003 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4006
4007 2007-04-28 Eli Zaretskii <eliz@gnu.org>
4008
4009 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4010 instead of $(lisp)/mh-e.
4011
4012 2007-04-28 Glenn Morris <rgm@gnu.org>
4013
4014 * image-dired.el (image-dired-cmd-create-thumbnail-options)
4015 (image-dired-cmd-create-temp-image-options): Replace option
4016 +profile "*" with -strip.
4017
4018 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
4019
4020 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4021 Use window-start and window-end.
4022
4023 2007-04-27 Andreas Schwab <schwab@suse.de>
4024
4025 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4026
4027 2007-04-27 Eli Zaretskii <eliz@gnu.org>
4028
4029 * textmodes/fill.el (fill-paragraph): Doc fix.
4030
4031 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
4032
4033 * locate.el (locate-in-alternate-database): Doc fix.
4034
4035 2007-04-26 Glenn Morris <rgm@gnu.org>
4036
4037 * button.el (button): Use underline if supported, else fall back
4038 to color.
4039
4040 * version.el (emacs-version): Increase to 22.1.50.
4041
4042 2007-04-25 Richard Stallman <rms@gnu.org>
4043
4044 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
4045
4046 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
4047
4048 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
4049 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
4050 pushing mark.
4051 (idlwave-current-routine): Don't push mark.
4052
4053 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
4054
4055 * image-dired.el (image-dired-display-image): Derive image-type from
4056 filename rather than assuming jpeg, in case no resizing was needed.
4057
4058 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4059
4060 * custom.el (defface): Doc fix.
4061
4062 See ChangeLog.12 for earlier changes.
4063
4064 ;; Local Variables:
4065 ;; coding: iso-2022-7bit
4066 ;; add-log-time-zone-rule: t
4067 ;; End:
4068
4069 Copyright (C) 2007 Free Software Foundation, Inc.
4070
4071 This file is part of GNU Emacs.
4072
4073 GNU Emacs is free software; you can redistribute it and/or modify
4074 it under the terms of the GNU General Public License as published by
4075 the Free Software Foundation; either version 3, or (at your option)
4076 any later version.
4077
4078 GNU Emacs is distributed in the hope that it will be useful,
4079 but WITHOUT ANY WARRANTY; without even the implied warranty of
4080 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4081 GNU General Public License for more details.
4082
4083 You should have received a copy of the GNU General Public License
4084 along with GNU Emacs; see the file COPYING. If not, write to the
4085 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
4086 Boston, MA 02110-1301, USA.
4087
4088 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af