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