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