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