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