*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2007-09-19 Glenn Morris <rgm@gnu.org>
2
3 * textmodes/tex-mode.el (tex-terminate-paragraph): Use
4 backward-paragraph.
5
6 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * server.el (server-running-p): New function.
9
10 2007-09-18 Jason Rumney <jasonr@gnu.org>
11
12 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
13 x-focus-frame.
14
15 * frame.el (select-frame-set-input-focus, select-frame-by-name):
16 Use x-focus-frame for w32.
17
18 2007-09-17 David Kastrup <dak@gnu.org>
19
20 * textmodes/tex-mode.el (tex-verbatim-environments):
21 Eliminate CL dependency.
22
23 2007-09-17 Richard Stallman <rms@gnu.org>
24
25 * newcomment.el (comment-add): New arg EXTRA.
26 (comment-region-default): Pass EXTRA if not indenting lines.
27
28 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
29
30 * net/browse-url.el (browse-url-url-encode-chars): New function.
31 URL-encode some chars in a string.
32 (browse-url-encode-url): Rewrite using the previous function.
33 (browse-url-file-url): Use `browse-url-url-encode-chars'.
34 (browse-url-elinks-sentinel): Fix typo.
35 (browse-url-new-window-flag): Doc change.
36
37 2007-09-17 Glenn Morris <rgm@gnu.org>
38
39 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
40 filename from `--file-line-error', if it is available.
41
42 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
43
44 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
45 TeX `--file-line-error' format.
46
47 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
48
49 * xt-mouse.el: Delete add-hook calls that were moved to
50 xterm-mouse-mode.
51 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
52 does not work.
53
54 2007-09-17 Richard Stallman <rms@gnu.org>
55
56 * cus-face.el (custom-theme-set-faces): Undo previous change.
57
58 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
59
60 2007-09-17 Glenn Morris <rgm@gnu.org>
61
62 * textmodes/tex-mode.el (tex-region): Simplify previous change,
63 handling the case where the region is not in `tex-main-file'.
64 (tex-region-1): Delete.
65 (tex-region-header): New function, doing the header part of the
66 old tex-region-1.
67
68 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * simple.el (newline): Simplify use of prefix-numeric-value.
71 (line-move-partial): Remove unused var `ppos'.
72 (line-move-1): Replace 9999 with most-positive-fixnum.
73 (move-end-of-line): Use more efficient single-property search.
74 (move-beginning-of-line): Remove unused var `start'.
75 (blink-matching-open): Restructure in a more functional style.
76
77 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
78
79 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
80
81 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * server.el (server-clients): Only keep procs, no properties any more.
84 (server-client): Remove.
85 (server-client-get, server-client-set): Remove, replace all callers by
86 process-get and process-put resp.
87 (server-clients-with, server-add-client, server-delete-client)
88 (server-create-tty-frame, server-create-window-system-frame)
89 (server-process-filter, server-execute, server-visit-files)
90 (server-buffer-done, server-kill-buffer-query-function)
91 (server-kill-emacs-query-function, server-switch-buffer)
92 (server-save-buffers-kill-terminal): Update accordingly.
93
94 * server.el (server-with-environment): Simplify.
95 (server-select-display, server-unselect-display): Re-add functions that
96 seem to have been lost in the multi-tty merge.
97 (server-eval-and-print, server-create-tty-frame)
98 (server-create-window-system-frame, server-goto-toplevel)
99 (server-execute, server-return-error): New functions extracted from
100 server-process-filter.
101 (server-execute-continuation): New functions.
102 (server-process-filter): Restructure so that all arguments are analysed
103 first and then acted upon in a subsequent stage This way
104 server-goto-toplevel can be executed later, when we know if
105 it's necessary.
106 Remove the "-version" and "-version-good" support.
107
108 2007-09-16 Drew Adams <drew.adams@oracle.com>
109
110 * cus-edit (custom-face-edit-activate): Doc fix.
111
112 2007-09-16 Glenn Morris <rgm@gnu.org>
113
114 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
115 Following cal-bahai renaming, update all instances of
116 list-bahai-diary-entries to diary-bahai-list-entries,
117 mark-bahai-diary-entries to diary-bahai-mark-entries,
118 calendar-goto-bahai-date to calendar-bahai-goto-date,
119 insert-bahai-diary-entry to diary-bahai-insert-entry,
120 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
121 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
122 calendar-print-bahai-date to calendar-bahai-print-date.
123
124 * textmodes/tex-mode.el (tex-region): Handle the case where the
125 region is not in `tex-main-file'. Move the old code that applies
126 to both cases...
127 (tex-region-1): ...to this new function.
128
129 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * vc.el (vc-process-sentinel): New function.
132 (vc-exec-after): Use it instead of using ugly hackish analysis and
133 construction of Elisp code.
134 (vc-sentinel-movepoint): New dynamically scoped var.
135 (vc-print-log, vc-annotate): Set it to move the user's point.
136
137 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
138 inhibit-modification-hooks.
139
140 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
141 (calendar-bahai-print-date, calendar-bahai-goto-date)
142 (diary-bahai-list-entries, diary-bahai-insert-entry):
143 New names to clean up the namespace a bit more.
144 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
145
146 2007-09-15 Glenn Morris <rgm@gnu.org>
147
148 * calendar/holidays.el (holiday-list): Rename it back to
149 `list-holidays', but leave `holiday-list' as an alias.
150
151 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
152 custom group.
153
154 * textmodes/css-mode.el (css): New custom group.
155 (css-electrick-keys, css-selector, css-property)
156 (css-indent-offset): Specify custom group.
157
158 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
161 (cvs-execute-single-file): Use process-file.
162 (cvs-run-process): Use start-file-process.
163
164 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
165
166 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
167 level. Remove the hooks when turning off the mode.
168
169 * term/xterm.el: Require xt-mouse at compile time.
170 (terminal-init-xterm): Turn on xterm mouse tracking for this
171 terminal if xterm-mouse-mode is enabled.
172
173 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
174
175 * term/xterm.el (xterm-function-map): Replace bindings that were
176 deleted by the merge.
177
178 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
179
180 * play/bubbles.el (bubbles-version): Bump value to "0.5".
181 (bubbles-mode-map): Move define-key statements here.
182 (bubbles-game-theme-menu): Ditto.
183 (bubbles-graphics-theme-menu): Ditto.
184 (bubbles-menu): Ditto.
185 (bubbles-mode): Initialize buffer-undo-list, redisplay.
186 (bubbles--initialize): Reset buffer-undo-list, redisplay.
187 (bubbles-plop): Set buffer-undo-list, redisplay.
188 (bubbles-undo): Reset buffer-undo-list, redisplay.
189 (bubbles--show-images): Take care of missing text properties.
190
191 2007-09-14 Glenn Morris <rgm@gnu.org>
192
193 * startup.el (fancy-startup-text, fancy-about-text): Fix face
194 quoting.
195
196 * calendar/cal-hebrew.el, calendar/cal-menu.el
197 * calendar/calendar.el, calendar/diary-lib.el
198 * calendar/holidays.el: Rename all instances of
199 list-calendar-holidays callers to calendar-list-holidays,
200 list-holidays to holiday-list, check-calendar-holidays to
201 calendar-check-holidays, mark-calendar-holidays to
202 calendar-mark-holidays, and filter-visible-calendar-holidays to
203 holiday-filter-visible-calendar.
204
205 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
206
207 * term/xterm.el (xterm-function-map): Add C-M- bindings.
208
209 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
210
211 * play/bubbles.el (bubbles--initialize-images): Fix bug:
212 Use transparent background for empty cells in graphics mode.
213
214 2007-09-13 Jari Aalto <jari.aalto@cante.net>
215
216 * man.el (Man-default-man-entry): At end of line, continue looking
217 to the next line for possible end of hyphenated command.
218
219 2007-09-13 Chris Moore <dooglus@gmail.com>
220
221 * shell.el (shell-resync-dirs): Don't move the cursor relative to
222 the command being edited.
223
224 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
225
226 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
227
228 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
229
230 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
231 C-M-S- keys.
232
233 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
234
235 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
236
237 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
238 New argument `filename-p' to use one set of confusing chars or another.
239 (browse-url-file-url): Use the argument.
240 Suggested by Johannes Weiner.
241
242 2007-09-12 Romain Francoise <romain@orebokech.com>
243
244 * cus-start.el (all): Revert 2007-09-08 change.
245
246 2007-09-12 Aaron Hawley <aaronh@garden.org>
247
248 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
249 extract .Z files, since it is more common than uncompress.
250
251 2007-09-12 Glenn Morris <rgm@gnu.org>
252
253 * textmodes/org-publish.el (org-publish-org-to-html): Remove
254 duplicate function definition.
255
256 2007-09-10 Chris Moore <dooglus@gmail.com>
257
258 * diff-mode.el (diff-sanity-check-hunk):
259 Also accept single-line hunks.
260
261 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
262
263 * startup.el (startup-screen-inhibit-startup-screen)
264 (pure-space-overflow-message): New vars.
265 (fancy-splash-insert): Allow functions for face and link specs.
266 (fancy-splash-head): Remove unused arg. Move splash text...
267 (fancy-startup-text, fancy-about-text): ...here.
268 (fancy-startup-tail): Rename from fancy-splash-tail.
269 (fancy-startup-screen, fancy-about-screen): Split off from
270 fancy-splash-screens.
271 (display-startup-screen): New function.
272 (display-about-screen): Rename from display-splash-screen.
273 (command-line-1): Use concise startup screen if necessary.
274
275 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
276
277 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
278 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
279
280 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
283 (python-font-lock-keywords): Update to the 2.5 version of the language.
284 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
285 (python-backspace): Only behave funny in code.
286 (python-compilation-regexp-alist): Add PDB stack trace regexp.
287 (inferior-python-mode): Add PDB prompt regexp.
288 (python-fill-paragraph): Refine the fenced-string regexp.
289 (python-find-imports): Handle imports spanning several lines.
290 (python-mode): Add `class' to hideshow support.
291
292 2007-09-10 Dave Love <fx@gnu.org>
293
294
295 * outline.el (outline-4, outline-5, outline-7):
296 Move font-lock-builtin-face down from 4 to 7 to better keep the
297 progression of color brightness, and to better match Org-mode's faces.
298
299 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
300
301 * progmodes/meta-mode.el (meta-font-lock-keywords)
302 (font-lock-match-meta-declaration-item-and-skip-to-next)
303 (meta-comment-indent, meta-indent-previous-line)
304 (meta-indent-unfinished-line, meta-beginning-of-defun)
305 (meta-end-of-defun, meta-common-initialization): Handle \f.
306 (meta-indent-unfinished-line): Do not handle a `%' in a string as
307 a comment-start.
308
309 * files.el (file-modes-char-to-who, file-modes-char-to-right)
310 (file-modes-rights-to-number): Auxiliary functions for symbolic to
311 numeric notation of file modes.
312 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
313 numeric value.
314 (read-file-modes): New. Read either an octal value of a file mode or a
315 symbolic value, and return its numeric value.
316
317 * dired-aux.el (dired-do-chmod): Change to use the built-in
318 `set-file-modes' and the previous symbolic mode parsing functions.
319
320 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * textmodes/texinfo.el: Remove spurious * in docstrings.
323 (texinfo-mode-syntax-table, texinfo-mode-map):
324 Initialize in the declaration.
325
326 * tmm.el: Remove spurious * in docstrings.
327 (tmm-prompt): Use with-current-buffer.
328
329 * vcursor.el: Remove spurious * in docstrings.
330 (vcursor-map): Initialize in the declaration.
331 (vcursor-use-vcursor-map): Use define-minor-mode.
332 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
333
334 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
335 Initialize in the declaration.
336 (widget-minor-mode): Use define-minor-mode.
337
338 * woman.el (woman-mode-map, woman-syntax-table):
339 Initialize in the declaration.
340
341 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
342
343 * doc-view.el: New file.
344
345 2007-09-09 Juri Linkov <juri@jurta.org>
346
347 * Makefile.in (update-authors): Add etc/ to AUTHORS.
348
349 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
350
351 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
352 to "Startup screen". Fix docstring.
353 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
354 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
355 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
356 (initial-scratch-message): Fix docstring.
357 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
358 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
359 Add link to "Customize Startup" and set interval between links to
360 5 spaces.
361 (fancy-about-text): Add links "Authors" and "Contributing".
362 (fancy-splash-head): Add text "Welcome to " on the startup screen,
363 and "This is " on the about screen. Add link to
364 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
365 For the about screen move emacs version to the header from
366 `fancy-splash-tail' (as it's done already for normal about screen).
367 (fancy-splash-tail): Insert emacs version only for startup screen.
368 (normal-splash-screen): Remove duplicate empty lines.
369 (normal-about-screen): Add links "Authors" and "Contributing".
370
371 * menu-bar.el (menu-bar-help-menu):
372 Move "About Emacs" and "About GNU" to the end of the Help menu.
373 Move "Emacs Psychotherapist" after "Send Bug Report...".
374 Move "External Packages" after "Find Emacs Packages".
375
376 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
377
378 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
379 they are useless with the byte compiler.
380 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
381 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
382 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
383 (tramp-file-name-real-host, tramp-file-name-port)
384 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
385 defuns.
386
387 * net/tramp-cache.el (top): Improve error message when
388 `tramp-persistency-file-name' is corrupted.
389
390 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
391
392 * textmodes/org.el (org-re): Also replace the :alpha: class.
393 (org-todo-tag-alist): Variable removed.
394 (org-todo-key-alist, org-todo-key-trigger) New variables.
395 (org-use-fast-todo-selection): New option.
396 (org-log-done): Docstring fixed.
397 (org-deadline-warning-days): New default value 14.
398 (org-edit-timestamp-down-means-later) New option.
399 (org-tag-alist): Docstring fixed.
400 (org-fast-tag-selection-include-todo): New option.
401 (org-export-language-setup): New languages added.
402 (org-set-regexps-and-options): Compute the new variables.
403 (org-paste-subtree): Cleaning up.
404 (org-remember-apply-template): New escape %A.
405 (org-todo): Call fast TODO selection.
406 (org-fast-todo-selection): New function.
407 (org-add-log-note): Allow prefix for abort exit.
408 (org-at-property-p, org-entry-properties)
409 (org-columns-get-autowidth-alist): Use :alpha: class.
410 (org-get-wdays): New function.
411 (org-agenda-remove-date): New variable.
412 (org-agenda-get-deadlines): Use `org-get-wdays'.
413 (org-agenda-get-deadlines): Reverse ee before returning.
414 (org-format-agenda-item): New argument REMOVE-RE.
415 (org-agenda-convert-date): Baha'i calendar added.
416 (org-infile-export-plist): Also find DATE line.
417 (org-get-min-level): New function.
418 (org-export-as-html, org-export-as-ascii): Use the date format.
419 (org-shiftup, org-shiftdown): Use.
420 `org-edit-timestamp-down-means-later'.
421 (org-assign-fast-keys): New function.
422
423 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
424
425 * cus-start.el (all): Add prefer-window-split-horizontally from
426 window.c.
427
428 2007-09-08 Eli Zaretskii <eliz@gnu.org>
429
430 * net/browse-url.el (browse-url-galeon): Fix last change.
431 (top-level): Require cl when compiling.
432
433 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
434
435 * textmodes/org-export-latex.el: arch-tag restored.
436
437 * textmodes/org-publish.el: arch-tag restored.
438
439 2007-09-08 Masatake YAMATO <jet@gyve.org>
440
441 * progmodes/which-func.el (which-func-modes): Add diff-mode.
442
443 * progmodes/cc-langs.el: Support new keywords added to
444 objective-c frontend of gcc.
445 (c-simple-stmt-kwds): Add @throw.
446 (c-block-stmt-2-kwds): Add @synchronized.
447 (c-block-stmt-1-kwds): Add @finally and @try.
448
449 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
450
451 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
452 (org-agenda-after-show-hook): New variable.
453 (org-columns-compile-format)
454 (org-columns-get-autowidth-alist, org-buffer-property-keys)
455 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
456 property names.
457 (org-get-wdays): New function.
458
459 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
462
463 * term/xterm.el (xterm-function-map): Initialize in the declaration.
464
465 * vc-arch.el (vc-arch-checkin): Fix typo.
466
467 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
468
469 * cus-face.el (custom-theme-set-faces): Set face attributes
470 locally for each frame.
471
472 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
475 via font-lock-defaults.
476
477 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
478 derived-mode-p.
479
480 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
481
482 * progmodes/autoconf.el (autoconf-definition-regexp):
483 Handle optional square brackets around definition name.
484
485 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
486
487 * net/browse-url.el (browse-url-browser-function): Add elinks.
488 (browse-url-elinks-wrapper): New option.
489 (browse-url-encode-url, browse-url-elinks)
490 (browse-url-elinks-sentinel): New functions.
491 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
492 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
493 Use new function browse-url-encode-url.
494
495 2007-09-07 Glenn Morris <rgm@gnu.org>
496
497 * version.el (emacs-version): Revert 2007-08-29 change: no need to
498 say if multi-tty is present.
499
500 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * cus-start.el (split-window-preferred-function): Add custom info.
503
504 * calendar/holidays.el (holiday-list, calendar-check-holidays)
505 (calendar-mark-holidays, calendar-list-holidays)
506 (holiday-filter-visible-calendar): New names to clean up namespace.
507 (filter-visible-calendar-holidays, list-calendar-holidays)
508 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
509 Add compatibility aliases.
510 (calendar-check-holidays, calendar-mark-holidays)
511 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
512 (holiday-sexp): Replace append with list.
513 (holiday-filter-visible-calendar): Replace append with push.
514
515 * woman.el: Remove spurious * in docstrings.
516 (woman-mini-help, woman-non-underline-faces, woman0-rename)
517 (woman-topic-all-completions-merge, woman-file-name-all-completions)
518 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
519 (woman-write-directory-cache, woman-display-extended-fonts)
520 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
521 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
522 (woman-mode): Use inhibit-read-only.
523 (woman-negative-vertical-space): Use dotimes.
524 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
525
526 2007-09-06 Romain Francoise <romain@orebokech.com>
527
528 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
529 (vc-bzr-workfile-version): Use it.
530
531 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
532
533 * complete.el (PC-do-completion): Don't try to treat
534 empty string as an abbreviation.
535
536 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
537
538 * help-fns.el (describe-variable): Keep doc's text properties.
539
540 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
541
542 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
543 instead of a file.
544
545 2007-09-06 Glenn Morris <rgm@gnu.org>
546
547 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
548 (checkdoc-minor-mode): Allow user to specify lighter via
549 checkdoc-minor-mode-string.
550
551 2007-09-05 Richard Stallman <rms@gnu.org>
552
553 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
554 Several items removed, simplified, or put on one line.
555 (fancy-about-text): Add substantial contents, part of startup text.
556 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
557 (normal-splash-screen): Call normal-mouse-startup-screen,
558 normal-no-mouse-startup-screen, or normal-about-screen.
559 (normal-mouse-startup-screen): New fn, broken out, shortened.
560 (normal-no-mouse-startup-screen): New fn, broken out.
561 (normal-about-screen): New function, contents all new.
562
563 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
564
565 * emacs-lisp/rx.el (rx): Fix typo in docstring.
566
567 2007-09-05 Glenn Morris <rgm@gnu.org>
568
569 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
570 is bound.
571
572 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
573
574 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
575 in doc string.
576
577 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
578
579 * server.el (server-start, server-unload-hook): Undo previous change.
580
581 * xt-mouse.el: Undo previous change.
582
583 2007-09-04 Juri Linkov <juri@jurta.org>
584
585 * startup.el (fancy-about-text): New variable.
586 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
587 (fancy-current-text, fancy-splash-stop-time)
588 (fancy-splash-outer-buffer): Remove variables.
589 (fancy-splash-head, fancy-splash-tail): Add new optional argument
590 `startup' and use it to conditionally display different texts for
591 Startup and About screens. Don't display Help commands on the About
592 screen.
593 (fancy-splash-screens-1): Remove function and move its content to
594 `fancy-splash-screens' to the part that dislpays the About screen.
595 (exit-splash-screen): Don't treat specially exiting from
596 alternating screens.
597 (fancy-splash-screens): Rename argument `static' to `startup'.
598 Fix docstring. Remove code for displaying alternating screens.
599 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
600 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
601 for `inhibit-read-only'.
602 (normal-splash-screen): Rename argument `static' to `startup'.
603 Fix docstring. Use argument `startup' to conditionally display
604 different texts for Startup and About screens. Don't display Help
605 commands on the About screen. Remove `unwind-protect' `sit-for'
606 delay and `kill-buffer' after it.
607 (display-startup-echo-area-message): Remove call to
608 `use-fancy-splash-screens-p' because image.el is preloaded and
609 doesn't display "Loading image... done".
610 (display-splash-screen): Rename argument `static' to `startup'.
611 Fix docstring.
612
613 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
614
615 * server.el (server-start, server-unload-hook):
616 suspend-tty-functions has been renamed to suspend-tty-hook.
617
618 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
619 resume-tty-hook.
620
621 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
622
623 * loadup.el: Fix merge problem, only load "button" once.
624
625 2007-09-03 Glenn Morris <rgm@gnu.org>
626
627 * vc-svn.el (vc-svn-print-log): If there is only one file, use
628 "Working file:" as the prefix, for the sake of
629 log-view-current-file.
630
631 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
632
633 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
634 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
635 if the selected frames is in
636 xterm-modify-other-keys-terminal-list.
637 (xterm-turn-off-modify-other-keys): Add an optional frame
638 parameter. Only turn off modify-other-keys if FRAME is in
639 xterm-modify-other-keys-terminal-list.
640 (xterm-remove-modify-other-keys): New function.
641 (terminal-init-xterm): Use it. Deal with delete-frame hook.
642 Add the selected frame to xterm-modify-other-keys-terminal-list.
643
644 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
645
646 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
647 (icon-map-list): New variable.
648 (x-gtk-map-stock): Use icon-map-list.
649
650 2007-09-02 Romain Francoise <romain@orebokech.com>
651
652 * log-view.el (log-view-current-file): Balance parens.
653
654 2007-09-02 Glenn Morris <rgm@gnu.org>
655
656 * comint.el (comint-mode): Don't set scroll-conservatively.
657
658 * eshell/em-unix.el (eshell/time): Stringify and flatten the
659 non-command arguments.
660
661 * log-view.el (log-view-current-file): Give a more explicit error
662 if log-view-file-re fails to find a match.
663
664 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
665
666 * emacs-lisp/bytecomp.el (byte-recompile-directory):
667 Fix bug: Don't expand top-level file name more than once.
668 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
669
670 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * server.el (server-process-filter): Don't display the splash screen.
673 It's annoying enough on the initial screen and becomes positively
674 obnoxious here.
675
676 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
679 Change naming to use "avl-tree--" for internal functions.
680
681 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
682
683 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
684 the merge.
685 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
686 (provide): Move to the end of file.
687
688 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
689
690 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
691
692 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
693 New variable. List of exceptions for the duplicated word rule.
694 (flyspell-mark-duplications-flag): Mention it.
695 (flyspell-word): Treat it.
696
697 * files.el (create-file-buffer): If the filename sans directory starts
698 with spaces, remove them.
699
700 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
701
702 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
703 (x-gtk-map-stock): Use two directory elements when matching
704 file name.
705
706 2007-08-31 James Wright <james@chumsley.org>
707
708 * eshell/em-unix.el (eshell/info): New function.
709
710 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * frame.el (frame-initialize, make-frame):
713 * server.el (server-process-filter):
714 * faces.el (tty-set-up-initial-frame-faces): Don't set
715 term-environment-variable since it's not used any more.
716
717 * env.el (setenv): Don't treat $TERM specially.
718
719 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
720 stated otherwise, subprocesses do not send back escape sequences
721 corresponding to the terminal from which Emacs was started.
722
723 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
724
725 * calculator.el: Require cl for compilation.
726
727 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
728
729 * outline.el (outline-font-lock-levels): Comment out unused var.
730 (outline-font-lock-face): Wrap around face list to handle any
731 nesting depth gracefully.
732
733 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
734
735 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
736 `set-file-times'.
737
738 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
739
740 * textmodes/org.el (org-export-visible): Fix drawers before export.
741 (org-do-sort): Allow sorting by priority.
742 (org-agenda-files): Ignore non-existing files.
743 (org-agenda-skip-unavailable-files): New variable.
744 (org-ellipsis): All a face as value.
745 (org-mode): Interprete the face value of `org-ellipsis'.
746 (org-archive-save-context-info): New option.
747 (org-archive-subtree): Store context info in archived entry.
748 (org-fast-tag-selection-can-set-todo-state): New variable.
749 (org-fast-tag-selection): Allow setting TODO states through this
750 interface.
751 (org-cycle): Docstring updated.
752 (org-todo-keyword-faces): New option.
753 (org-get-todo-face): New function.
754 (org-set-font-lock-defaults, org-agenda-highlight-todo):
755 Use `org-get-todo-face'.
756 (org-switch-to-buffer-other-window): New function.
757 (org-table-edit-field, org-table-show-reference)
758 (org-table-edit-formulas, org-add-log-note)
759 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
760 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
761 `switch-to-buffer-other-window' to make sure that the temporary
762 windows show up on the current frame.
763 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
764 (org-get-entries-from-diary, org-replace-region-by-html):
765 Don't allow pop-up frames.
766 (org-agenda-get-deadlines, org-agenda-get-scheduled):
767 Fix problems with time-of-day.
768 (org-export-get-title-from-subtree): New function.
769 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
770 with listing items that are DONE.
771 (org-change-tag-in-region): New command.
772 (org-agenda-skip-scheduled-if-done)
773 (org-agenda-skip-deadline-if-done): Docstring clarified.
774 (org-mode): Hide drawers on startup.
775 (org-get-todo-face): New function.
776 (org-todo-keyword-faces): New option.
777 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
778 (org-remove-keyword-keys): New function.
779
780 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
781
782 * progmodes/grep.el (grep-find-ignored-directories):
783 Add monotone _MTN bookkeeping directory in workspaces.
784 Add RCS control directory. List items in alphabetical order.
785
786 * progmodes/grep.el (grep-files-aliases): Add cc alias.
787 Sort items in alphabetical order. Fix parens.
788
789 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
790
791 * vc-hg.el (vc-hg-extra-menu-map): New variable.
792 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
793 (vc-hg-pull): New functions.
794 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
795
796 * term/mac-win.el: Don't require url, only autoloaded url
797 functions are used in this file.
798
799 2007-08-29 Andreas Schwab <schwab@suse.de>
800
801 * shell.el (shell): Return correct value from interactive spec.
802
803 2007-08-29 Glenn Morris <rgm@gnu.org>
804
805 * version.el (emacs-version): Increase to 23.0.50.
806
807 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
808
809 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
810
811 2007-08-29 Juri Linkov <juri@jurta.org>
812
813 * loadup.el: Add "button" loading after "faces" and move "startup"
814 to load after "button".
815
816 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
817
818 * loadup.el: Load term/mac-win on a Mac using Carbon.
819
820 * term/mac-win.el: Provide mac-win.
821 (mac-initialized): New variable.
822 (mac-initialize-window-system): New function. Move global setup here.
823 (handle-args-function-alist, frame-creation-function-alist):
824 (window-system-initialization-alist): Add mac entries.
825 (x-setup-function-keys): New function containing all the
826 top level function key definitions.
827
828 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
829
830 * env.el (read-envvar-name): Don't consider the environment frame param.
831
832 * env.el (setenv):
833 * frame.el (frame-initialize, make-frame):
834 * faces.el (tty-set-up-initial-frame-faces):
835 * server.el (server-process-filter): Set
836 display-environment-variable and term-environment-variable.
837
838 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
839
840 2007-08-29 Jason Rumney <jasonr@gnu.org>
841
842 * loadup.el: Only load term/x-win when X is compiled in.
843 Load term/w32-win and dependencies on windows-nt.
844
845 * term/w32-win.el: Reorder to match x-win.el more closely.
846 Provide w32-win. Don't throw error when global window-system not w32.
847 (internal-face-interactive): Remove obsolete function.
848 (x-setup-function-keys): Use local-function-key-map.
849 (w32-initialized): New variable.
850 (w32-initialize-window-system): Set it.
851 Move more global setup here.
852 (x-setup-function-keys): New function.
853 (w32-initialize-window-system): Move non function key global setup here.
854 (x-cut-buffer-max): Remove.
855 (w32-initialize-window-system): New function.
856 (handle-args-function-alist, frame-creation-function-alist):
857 (window-system-initialization-alist): Add w32 entries.
858
859 2007-08-29 David Kastrup <dak@gnu.org>
860
861 * env.el (getenv): Pass frame to getenv-internal.
862
863 2007-08-29 Karoly Lorentey <lorentey@elte.hu>
864
865 * version.el (emacs-version): Show if multi-tty is present.
866
867 * loadup.el: Delay loading env; mule-conf gets confused by cl
868 during bootstrap. Also load termdev and term/x-win.
869
870 * bindings.el (mode-line-client): New variable.
871 (help-echo): Add it to the default mode-line format.
872
873 * cus-start.el: Remove bogus window-system reference from GTK test.
874
875 * ebrowse.el (ebrowse-electric-list-mode-map)
876 (ebrowse-electric-position-mode-map):
877 * ebuff-menu.el (electric-buffer-menu-mode-map):
878 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
879 not `suspend-emacs'.
880
881 * ediff-wind.el (ediff-setup-windows-automatic): New function.
882 (ediff-window-setup-function): Use it as default.
883
884 * files.el (save-buffers-kill-terminal): New function.
885 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
886
887 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
888 and `with-selected-frame'.
889
890 * help-fns.el (describe-variable): Describe frame-local variables
891 correctly.
892
893 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
894 display support.
895 (normal-erase-is-backspace-setup-frame): New function.
896
897 * subr.el (with-selected-frame): New function.
898 (read-quoted-char): Use terminal-local binding of
899 local-function-key-map instead of function-key-map.
900
901 * talk.el (talk): New function.
902 (talk-handle-delete-frame): New function.
903 (talk-add-display): Open a new frame only if FRAME was not a frame.
904
905 * termdev.el: New file.
906
907 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
908 * term/x-win.el: Don't bind f10.
909 * tmm.el: Remove autoload binding for f10.
910
911 * international/encoded-kb.el (encoded-kbd-setup-display): Use
912 `set-input-meta-mode'. Fix broken condition before set-input-mode.
913 Store the saved input method as a terminal parameter. Add keymap
914 parameter. Use it instead of changing key-translation-map directly.
915 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
916 Remove.
917 (encoded-kbd-setup-display): New function.
918
919 * international/mule-cmds.el (set-locale-environment): Fix getenv
920 call. Use save-buffers-kill-terminal. Ignore window-system; always
921 set the keyboard coding system. Add DISPLAY parameter.
922 (set-display-table-and-terminal-coding-system): Add DISPLAY
923 parameter. Pass it to set-terminal-coding-system.
924
925 * international/mule.el (keyboard-coding-system): Test for
926 encoded-kbd-setup-display, not encoded-kbd-mode.
927 (set-terminal-coding-system, set-keyboard-coding-system): Add
928 DISPLAY parameter.
929 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
930
931 * term/README: Update.
932
933 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
934
935 * term/x-win.el (x-setup-function-keys): New function. Move
936 function-key-map tweaks here. Protect against multiple calls on
937 the same terminal. Use terminal-local binding of
938 local-function-key-map instead of function-key-map.
939 (x-initialize-window-system): Make a copy of pure list. Pass a
940 frame getenv.
941
942 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
943 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
944 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
945 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
946 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
947 local-function-key-map instead of function-key-map.
948
949 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
950 `substitute-key-definition' and `define-key' calls against
951 multiple execution. Use terminal-local binding of
952 local-function-key-map instead of function-key-map. Pass a frame
953 to getenv.
954
955 * edmacro.el (edmacro-format-keys):
956 * emulation/cua-base.el (cua--pre-command-handler):
957 * isearch.el (isearch-other-meta-char):
958 * xt-mouse.el: Use terminal-local binding of
959 local-function-key-map instead of function-key-map.
960
961 * fringe.el (set-fringe-mode): Simplify and fix using
962 `modify-all-frames-parameters'.
963 * scroll-bar.el (set-scroll-bar-mode): Ditto.
964 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
965 check before calling `tool-bar-setup'.
966 (tool-bar-setup): New variable.
967 (tool-bar-setup): Use it to guard against multiple calls. Add
968 optional frame parameter, and select that frame before adding items.
969 (toggle-tool-bar-mode-from-frame): New function.
970
971 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
972 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
973 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
974 "Tool-bar" toggles to reflect the state of the current frame.
975 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
976
977 * env.el: Require cl for byte compilation (for `block' and `return').
978 (environment, setenv-internal): New functions.
979 (let-environment): New macro.
980 (setenv, getenv): Add optional terminal parameter. Update docs.
981 (setenv): Use setenv-internal. Always set process-environment.
982 Handle `local-environment-variables'.
983 (read-envvar-name, setenv, getenv): Use frame parameters
984 to store the local environment, not terminal parameters. Include
985 `process-environment' as well.
986
987 * faces.el (tty-run-terminal-initialization): New function.
988 (tty-create-frame-with-faces): Use it. Set up faces and
989 background mode only after the terminal has been initialized.
990 Call terminal-init-*. Don't load the initialization file more
991 than once. Call set-locale-environment.
992 (frame-set-background-mode): Handle the 'background-mode terminal
993 parameter.
994 (tty-find-type): New function.
995 (x-create-frame-with-faces): Remove bogus check for
996 first frame. Call `tool-bar-setup'. Don't make frame visible
997 until we are done setting up all its parameters. Call
998 x-setup-function-keys.
999
1000 * frame.el (make-frame): Always inherit 'environment and 'client
1001 parameters. Set up the 'environment frame parameter, when needed.
1002 Also inherit 'client parameter. Don't override explicitly
1003 specified values with inherited ones. Add 'terminal frame
1004 parameter. Append window-system-default-frame-alist to parameters
1005 before calling frame-creation-function.
1006 (frame-initialize): Copy the environment from the initial frame.
1007 (window-system-default-frame-alist): Enhance doc string.
1008 (frame-notice-user-settings): Don't put 'tool-bar-lines in
1009 `default-frame-alist' when initial frame is on a tty.
1010 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
1011 Remove specified parameters from `window-system-default-frame-alist'.
1012 (make-frame-on-tty, framep-on-display, suspend-frame):
1013 Extend doc string, update parameter names.
1014 (frames-on-display-list): Use terminal-id to get the display id.
1015 (frame-notice-user-settings): Extend to apply
1016 settings in `window-system-default-frame-alist' as well.
1017 (terminal-id, terminal-parameters, terminal-parameter)
1018 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
1019 (delete-frame-functions): Add to `delete-frame-functions' hook.
1020 (blink-cursor-mode): Adapt blink-cursor-mode default
1021 value from startup.el.
1022 (make-frame-on-display): Protect condition on x-initialized when
1023 x-win.el is not loaded. Update doc.
1024 (suspend-frame): Use display-controlling-tty-p to decide between
1025 suspend-emacs and suspend-tty.
1026 (frames-on-display-list): Update for display ids.
1027 (framep-on-display): Ditto.
1028 (suspend-frame): Use display-name, not frame-tty-name.
1029 (selected-terminal): New function.
1030
1031 * server.el: Use `device' instead of `display' or `display-id' in
1032 variable and client parameter names.
1033 (server-select-display): Remove (unused).
1034 (server-tty-live-p, server-handle-delete-tty): Remove.
1035 (server-unquote-arg, server-quote-arg, server-buffer-clients):
1036 Update docs.
1037 (server-getenv-from, server-with-environment, server-send-string)
1038 (server-save-buffers-kill-terminal): New functions.
1039 (server-delete-client): Handle quits in kill-buffer. Don't kill
1040 modified buffers. Add extra logging. Delete frames after
1041 deleting the tty. Clear 'client parameter before deleting a frame.
1042 Use delete-display, not delete-tty.
1043 (server-visit-files): Don't set `server-existing-buffer' if the
1044 buffer already has other clients. Return list of buffers
1045 created. Update doc. Don't set client-record when nowait.
1046 (server-handle-delete-frame): Delete the client if this was its
1047 last frame. Check that the frame is alive. Remove bogus comment.
1048 Add note on possible race condition. Delete tty clients, if needed.
1049 (server-handle-suspend-tty): Use server-send-string. Kill the
1050 client in case of errors from process-send-string. Use the display
1051 parameter.
1052 (server-unload-hook): Remove obsolete delete-tty hook.
1053 (server-start): Ask before restarting if the old server still has
1054 clients. Add feedback messages. Remove obsolete delete-tty hook.
1055 (server-process-filter): Use server-send-string. Accept `-dir'
1056 command. Switch to *scratch* immediately after creating the frame,
1057 before evaluating any -evals. Protect `display-splash-screen'
1058 call in a condition-case. Explain why. Call
1059 `display-startup-echo-area-message' before
1060 `display-splash-screen'. Don't display the splash screen when no
1061 frame was created. Show the Emacs splash screen and startup echo
1062 area message. Display the *scratch* buffer by default. Store the
1063 local environment in a frame (not terminal) parameter. Do not try
1064 to decode environment strings. Fix reference to the 'display
1065 frame parameter. Change syntax of environment variables. Put
1066 environment into terminal parameters, not client parameters. Use
1067 a dummy client with --no-wait's X frames. In `-position LINE'
1068 handler, don't ruin the request string until the line number is
1069 extracted. Log opened files. Handle -current-frame command.
1070 Don't create frames when it is given. Don't bind X frames to the
1071 client when we are in -no-wait mode. Set locale environment
1072 variables from client while creating tty frames. Disable call to
1073 configure-display-for-locale. When processing -position command,
1074 don't change the request string until the parameters are
1075 extracted. Don't try to create an X frame when Emacs does not
1076 support it. Improve logging. Temporarily set ncurses-related
1077 environment variables to those of the client while creating a new
1078 tty frame. Select buffers opened by nowait clients, don't leave
1079 them buried under others. Set the display parameter, and use it
1080 when appropriate.
1081
1082 * startup.el (display-startup-echo-area-message): Handle
1083 `inhibit-startup-echo-area-message' here.
1084 (command-line-1): Moved from here.
1085 (fancy-splash-screens): Use `overriding-local-map' instead of
1086 `overriding-terminal-local-map' for now; the latter doesn't work
1087 right, it looses keypresses to another terminal. Use
1088 `overriding-terminal-local-map' to set up keymap. Install a
1089 `delete-frame-functions' hook to catch `delete-frame' events.
1090 Ignore `select-window' events to cope better with
1091 `focus-follows-mouse'. Don't switch back to the original buffer
1092 if the splash frame has been killed. Restore previous buffer, even
1093 if it's *scratch*.
1094 (normal-splash-screen): Don't let-bind `mode-line-format'; it
1095 changes the global binding - setq it instead. Use
1096 `save-buffers-kill-terminal'.
1097 (display-splash-screen): Don't do anything if the splash screen is
1098 already displayed elsewhere.
1099 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
1100 (command-line): Replace duplicated code with a call to
1101 tty-run-terminal-initialization. Don't load the terminal
1102 initialization file more than once. Remove call to nonexistent
1103 function `set-locale-translation-file-name'.
1104
1105 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
1106 parameters.
1107 (xterm-mouse-position-function, xterm-mouse-event): Update.
1108 (xterm-mouse-mode): Don't depend on current value of window-system.
1109 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1110 Update for multi-tty.
1111 (turn-on-xterm-mouse-tracking-on-terminal)
1112 (turn-off-xterm-mouse-tracking-on-terminal)
1113 (xterm-mouse-handle-delete-frame): New functions.
1114 (delete-frame-functions, after-make-frame-functions)
1115 (suspend-tty-functions, resume-tty-functions): Install extra hooks
1116 for multi-tty.
1117
1118 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * simple.el (invisible-p): Remove: implemented in C now.
1121 (line-move-invisible-p): Remove obsolete alias.
1122
1123 2007-08-28 Juri Linkov <juri@jurta.org>
1124
1125 * image-mode.el (image-type): New variable.
1126 (image-mode): Set default major mode name to "Image[text]".
1127 (image-minor-mode): Change LIGHTER to display image-type in the
1128 mode line.
1129 (image-minor-mode): Set default image-type to "text".
1130 (image-toggle-display): After switching to text mode, set
1131 image-type to "text" and major mode name to "Image[text]".
1132 After switching to image mode, set image-type to actual image
1133 type, and add image type to major mode name. Let-bind the same
1134 variable names as arguments of `image-type' and `create-image'.
1135 Bind `type' to the result of `image-type' and use it as arg
1136 of `create-image' to not determine the image type twice.
1137
1138 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
1139
1140 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
1141 (tramp-set-file-uid-gid, tramp-get-local-uid)
1142 (tramp-get-local-gid): New defuns.
1143 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
1144 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
1145 Improve fast track.
1146 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
1147 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
1148 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
1149 (tramp-handle-write-region): Improve fast track.
1150 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
1151 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
1152 be nil.
1153
1154 2007-08-28 Ivan Kanis <apple@kanis.eu>
1155
1156 * time.el: New feature to display several time zones in a buffer.
1157 (display-time-world-mode, display-time-world-display)
1158 (display-time-world, display-time-world-timer): New functions.
1159 (display-time-world-list, display-time-world-time-format)
1160 (display-time-world-buffer-name, display-time-world-timer-enable)
1161 (display-time-world-timer-second, display-time-world-mode-map):
1162 New variables.
1163
1164 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1165
1166 * term/x-win.el (x-gtk-stock-map): New variable.
1167 (x-gtk-map-stock): New function.
1168
1169 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1170 prev/next-node.
1171
1172 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
1173
1174 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
1175
1176 2007-08-28 Glenn Morris <rgm@gnu.org>
1177
1178 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
1179
1180 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1181
1182 * progmodes/modula2.el (m2-definition, m2-module):
1183 Don't use previous-line. Reported by T. V. Raman.
1184
1185 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1186
1187 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1188 argument to tool-bar-mode call.
1189
1190 2007-08-27 Glenn Morris <rgm@gnu.org>
1191
1192 * diff-mode.el (diff-find-file-name): Only accept regular files,
1193 to rule out /dev/null, directories, etc.
1194
1195 * vc-svn.el (vc-svn-diff): If the repository version of all the
1196 files is the same as the specified OLDVERS, do a local diff.
1197
1198 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1201 of buffers in uniquify-managed.
1202
1203 * simple.el (invisible-p): Rename from text-invisible-p.
1204 Update callers.
1205
1206 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1209 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1210 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1211 (cperl-etags-goto-tag-location): Use new style backquotes.
1212
1213 * net/browse-url.el: Remove spurious * in custom docstrings.
1214 (browse-url-filename-alist): Use new-style backquote.
1215
1216 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1217 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1218
1219 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1220 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1221
1222 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1223
1224 * net/socks.el (socks-username/password-auth-filter):
1225 Remove unused vars `state' and `desired-len'.
1226 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1227 (socks-wait-for-state-change): Use new-style backquotes.
1228
1229 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1230
1231 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1232 backquotes after each `read' rather than once per buffer.
1233
1234 * dframe.el: Remove spurious * in custom docstrings.
1235 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1236 (dframe-xemacs20p): Remove, inline at the sole use point.
1237 (defface): Don't defvar the face, don't use old-style backquote.
1238 (defcustom): Don't use old-style backquote.
1239 (dframe-frame-parameter, dframe-mouse-event-p):
1240 Make it obvious that it's always defined.
1241 (dframe-popup-kludge): New function to replace
1242 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1243 (dframe-frame-mode, dframe-set-timer-internal)
1244 (dframe-mouse-set-point): Remove use of with-no-warnings from
1245 XEmacs-specific code.
1246 (dframe-set-timer-internal): Fix very old bug with
1247 post-command-idle-hook.
1248
1249 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1250
1251 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1252
1253 * emacs-lisp/avl-tree.el: New file.
1254
1255 2007-08-26 Micha\e,bk\e(Bl Cadilhac <michael@cadilhac.name>
1256
1257 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
1258 was used.
1259
1260 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
1261
1262 * complete.el (PC-do-completion): Make RET accept a non-unique but
1263 complete expansion again.
1264
1265 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
1266
1267 * eshell/esh-opt.el (eshell-eval-using-options):
1268 Add debug declaration.
1269
1270 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1271
1272 * log-view.el (log-view-toggle-mark-entry): Add docstring.
1273 (log-view-get-marked): Likewise.
1274
1275 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
1276 (vc-delete-automatic-version-backups): Likewise.
1277
1278 * vc.el (vc-dired-buffers-for-dir): Likewise.
1279
1280 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1281
1282 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1283 safe-local-variable setting.
1284 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1285
1286 * log-view.el (log-view-marked-list): Delete variable.
1287 (log-view-mode): Don't use it.
1288 (log-view-toggle-mark-entry): Likewise, simplify.
1289 (log-view-current-tag): Don't return properties.
1290 (log-view-get-marked): New function.
1291
1292 2007-08-25 Alexandre Julliard <julliard@winehq.org>
1293
1294 * vc-git.el (vc-git-mode-line-string): New function.
1295
1296 2007-08-25 Alan Mackenzie <acm@muc.de>
1297
1298 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1299 new language variable.
1300
1301 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
1302 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1303 "extern" etc., rather than BOI. Fix addition of spurious
1304 syntactic-symbol 'defun-block-intro, replacing it with
1305 'innamespace, etc.
1306
1307 2007-08-25 Juri Linkov <juri@jurta.org>
1308
1309 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
1310
1311 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
1312 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
1313 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
1314
1315 * image.el (image-type-header-regexps): Use more complex regexp for svg.
1316 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
1317 (image-type-auto-detectable): Add (svg . maybe).
1318
1319 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
1320 to treat it like .tgz.
1321
1322 * calendar/cal-bahai.el: Add file coding cookie.
1323
1324 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1325
1326 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1327 Don't behave differently when executed via M-x. Add doc string.
1328
1329 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1330 safe-local-variable.
1331
1332 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
1333
1334 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
1335 the default value.
1336 (math-calendar-tzinfo): New variable.
1337 (math-get-calendar-tzinfo): New function.
1338 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
1339 to get information when zone is nil.
1340
1341 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
1342
1343 * log-view.el (log-view-toggle-mark-entry): New function.
1344 (log-view-mode-map): Bind it.
1345 (log-view-marked-list): New variable.
1346 (log-view-mode): Make it local.
1347
1348 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1349
1350 * play/zone.el (zone-pgm-rat-race): New func.
1351 (zone-programs): Add `zone-pgm-rat-race'.
1352
1353 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
1356 a list.
1357
1358 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1359
1360 * progmodes/hideshow.el (hs-match-data): Delete alias.
1361 (hs-hide-block-at-point, hs-find-block-beginning)
1362 (hs-show-block): Use `match-data' directly.
1363
1364 2007-08-24 Martin Rudalics <rudalics@gmx.at>
1365
1366 * format.el (format-alist): Fix typo in doc-string.
1367
1368 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
1369
1370 * net/tramp.el (tramp-local-host-p): New defun.
1371 (tramp-handle-file-local-copy, tramp-handle-write-region):
1372 Implement fast track when being on the local host.
1373 (tramp-file-name-handler): Don't set "started" property. It shall
1374 be reserved for the "ftp" method.
1375 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
1376
1377 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
1378 (tramp-ftp-file-name-handler): Set "started" property.
1379
1380 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1381
1382 * files.el (backup-buffer-copy): Don't wrap delete in
1383 condition-case, only try to delete if file exists.
1384
1385 2007-08-24 Glenn Morris <rgm@gnu.org>
1386
1387 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1388
1389 * startup.el (tutorial-directory): Set with eval-at-startup so it
1390 gets the right value in an installed Emacs.
1391
1392 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1393
1394 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
1395 (eldoc-highlight-function-argument): Use it.
1396
1397 2007-08-23 Masatake YAMATO <jet@gyve.org>
1398
1399 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
1400 name of parameters in document body.
1401
1402 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
1405 (byte-compile-output-as-comment): Use with-current-buffer rather than
1406 a weird set-buffer&prog1 combination.
1407
1408 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
1409 test so as to optimise cases where the `progn's result is constant.
1410
1411 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1412
1413 * locate.el (locate-get-file-positions):
1414 Use line-beginning-position and line-end-position.
1415
1416 2007-08-23 John Wiegley <johnw@newartisans.com>
1417
1418 * calendar/cal-bahai.el: Added in the diacriticals that were
1419 missing for many of the month names.
1420
1421 2007-08-22 Jason Rumney <jasonr@gnu.org>
1422
1423 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
1424
1425 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1428
1429 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1430
1431 * dabbrev.el (dabbrev--progress-reporter): New variable.
1432 (dabbrev--scanning-message): Delete func.
1433 (dabbrev--find-expansion): Use a progress reporter
1434 instead of dabbrev--scanning-message.
1435
1436 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
1437
1438 * comint.el (comint-exec-1): Raise an error if
1439 `start-file-process' does not return a process object.
1440
1441 * shell.el (shell): Prompt for `default-directory' if it is a
1442 remote file name, and if called with a prefix arg.
1443
1444 2007-08-22 Sam Steingold <sds@gnu.org>
1445
1446 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
1447
1448 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
1449
1450 * textmodes/org-export-latex.el: New file.
1451
1452 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
1453
1454 * textmodes/org.el (org-agenda-skip): Allow a form for
1455 `org-agenda-skip-function'.
1456 (org-agenda-redo): Re-use local settings.
1457 (org-agenda): Store local settings.
1458 (org-agenda-deadline-faces): New option.
1459 (org-agenda-deadline-face): New function.
1460 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
1461 entries on their due date.
1462 (org-agenda-get-timestamps): No longer handle the due dates of
1463 schedules and deadline items.
1464 (org-insert-link-global, org-open-at-point-global): New commands.
1465 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
1466 :for-ascii parameter.
1467 (org-skip-comments): Function removed.
1468 (org-cleaned-string-for-export): Handle special table lines.
1469 (org-global-properties): New option.
1470 (org-entry-get-with-inheritance): Check global properties.
1471 (org-local-properties): New variable.
1472 (org-set-regexps-and-options): Find the #+PROPERTY line.
1473 (org-link-types): Change type into variable (was constant).
1474 (org-make-link-regexps): New function.
1475 (org-link-re-with-space, org-link-re-with-space2)
1476 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
1477 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
1478 these regular expressions happens now in the function
1479 `org-make-link-regexps'.
1480 (org-store-link): Call the functions in
1481 `org-store-link-functions'.
1482 (org-add-link-type): New function.
1483 (org-store-link-functions): New variable.
1484 (org-activate-tags): Force matches to be in headlines.
1485 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
1486 (org-columns-display-here): Make sure this works in a narrowed
1487 buffer by checking for point-min.
1488 (org-columns-display-here): Make the rest of the line intangible,
1489 so that point never can be there.
1490 (org-cleaned-string-for-export): Use `with-current-buffer'.
1491 (org-replace-region-by-html): Use `with-current-buffer'.
1492 (org-unfontify-region, org-do-occur, org-columns-display-here)
1493 (org-columns-remove-overlays, org-columns-quit)
1494 (org-columns-edit-value, org-columns-next-allowed-value)
1495 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
1496 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
1497 (org-agenda-todo, org-agenda-change-all-lines)
1498 (org-agenda-align-tags, org-agenda-priority)
1499 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
1500 (org-agenda-show-new-time, org-cleaned-string-for-export)
1501 (org-export-grab-title-from-buffer)
1502 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
1503 instead of `buffer-read-only'.
1504 (org-export-as-html): Set `coding-system-for-write'.
1505 (org-remember-store-without-prompt): New option.
1506 (org-archive-subtree): Fixed bug with modifying TODO keyword.
1507 (org-beginning-of-line): Also treat C-a special in items.
1508 (org-table-convert-refs-to-rc): Fixed problem with column
1509 reference after "..".
1510 (org-columns-compute): Don't mark buffer modified because of text
1511 properties.
1512 (org-batch-store-agenda-views): Use the variable
1513 `default-directory', not the function.
1514 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
1515 (org-clock-out-when-done): New option.
1516 (org-html-entities): Added HTML entities for smileys.
1517
1518 2007-08-22 Glenn Morris <rgm@gnu.org>
1519
1520 * image.el (create-image): Doc fix.
1521
1522 * startup.el (tutorial-directory): New constant.
1523 (fancy-splash-text): Tutorials now in tutorial-directory.
1524 * tutorial.el (help-with-tutorial): Tutorials now in
1525 tutorial-directory.
1526
1527 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
1528
1529 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
1530 otherwise.
1531 (tramp-get-remote-path): New defun. Replace occurrences of
1532 `tramp-default-remote-path' by this function.
1533 (tramp-set-remote-path): Move most of the code to
1534 `tramp-get-remote-path'.
1535 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
1536 existing directories, this is done already in
1537 `tramp-get-remote-path'.
1538
1539 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
1540
1541 * image-file.el (image-file-name-extensions): Add "svg".
1542 * image.el (image-type-header-regexps): Add svg entry.
1543
1544 2007-08-22 Glenn Morris <rgm@gnu.org>
1545
1546 * files.el (backup-buffer-copy): Check backup directory is
1547 writable, to avoid infloop deleting old backup.
1548
1549 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1550 movemail related variables.
1551 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1552 will now be set before this is called.
1553
1554 2007-08-21 Juri Linkov <juri@jurta.org>
1555
1556 * delsel.el (delete-selection-pre-hook):
1557 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
1558 instead of checking last-command.
1559
1560 2007-08-21 Juri Linkov <juri@jurta.org>
1561
1562 * loadup.el: Preload "button".
1563
1564 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1567 Add previous-line and next-line.
1568
1569 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1570 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
1571
1572 * vc-hooks.el (vc-menu-entry): New var.
1573 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1574 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1575 (vc-menu-map): Declare and initialize in one step.
1576 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
1577
1578 * menu-bar.el (vc-menu-map): Don't setup any more.
1579 Instead, just create the proper spot in the menu.
1580
1581 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * smerge-mode.el (smerge-resolve): New arg `safe'.
1584 (smerge-resolve-all, smerge-batch-resolve): New function.
1585 (smerge-refine): Make sure `diff' returns the expected result.
1586 (smerge-parsep-re): New const.
1587 (smerge-mode): Use it to adjust paragraph-separate.
1588
1589 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1590 Correctly match / regexp matchers as first char on a line when
1591 fontifying only that line.
1592
1593 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1594
1595 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1598 (vc-bzr-registered): Don't redundantly protect against
1599 file-error. Actually use the format-specific code.
1600 (vc-bzr-buffer-nonblank-p): Remove.
1601 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1602
1603 2007-08-20 Juri Linkov <juri@jurta.org>
1604
1605 * startup.el (fancy-splash-text): Change multiple tabs into one
1606 tab. Remove "Useful File menu items" section (with "Exit Emacs"
1607 and "Recover Crashed Session").
1608 (fancy-splash-screens): Set tab-width to 22.
1609 (normal-splash-screen): Replace literal tabs with \t and
1610 fix whitespace. Remove "Useful File menu items" section (with
1611 "Exit Emacs" and "Recover Crashed Session").
1612
1613 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1614
1615 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1616 extracted from `eval-last-sexp-1'.
1617 (eval-last-sexp-1): Call `preceding-sexp'.
1618
1619 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
1620
1621 * vc-rcs.el (vc-rcs-annotate-command):
1622 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
1623 Add back :vc-annotate-prefix propertization.
1624
1625 2007-08-20 Andreas Schwab <schwab@suse.de>
1626
1627 * mail/rmail.el (rmail-autodetect): Doc fix.
1628
1629 2007-08-19 Juri Linkov <juri@jurta.org>
1630
1631 * startup.el (normal-splash-screen): Add more links.
1632
1633 2007-08-19 Juri Linkov <juri@jurta.org>
1634
1635 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
1636 because it's common to both types of splash screen: fancy and normal.
1637 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
1638 (exit-splash-screen): Rename from `fancy-splash-quit'.
1639 Use `quit-window' instead of `kill-buffer'.
1640 (fancy-splash-head): Use make-button to insert GNU image link.
1641 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
1642 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
1643 (normal-splash-screen): Put "Browse manuals" on the same line with
1644 "Emacs manual". Remove descriptions from "Useful tasks" and put
1645 all links in two columns on two lines.
1646
1647 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
1648
1649 * viper.el (viper-remove-hooks): Remove some additional viper hooks
1650 when the user calls viper-go-away.
1651 (viper-go-away): Restore the default of default-major-mode.
1652 Save the value of default-major-mode before vaperization.
1653
1654 * viper-cmd.el: Replace error "" with "Viper bell".
1655
1656 * viper-ex.el: Replace error "" with "Viper bell".
1657
1658 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
1659 buffer for which file is created.
1660
1661 2007-08-19 Glenn Morris <rgm@gnu.org>
1662
1663 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1664 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1665 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1666 shadow files messing up the compilation.
1667
1668 2007-08-18 Glenn Morris <rgm@gnu.org>
1669
1670 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
1671 string. Also apply eldoc-argument-case in the help-split-fundoc
1672 case. Adapt for changed behavior of eldoc-function-argstring,
1673 eldoc-function-argstring-format, and
1674 eldoc-highlight-function-argument.
1675 (eldoc-highlight-function-argument): Handle nil INDEX argument,
1676 just call eldoc-docstring-format-sym-doc in that case.
1677 (eldoc-function-argstring): Change the behavior. Now it converts
1678 an argument list to a string.
1679 (eldoc-function-argstring-format): Change the behavior. Now it
1680 applies `eldoc-argument-case' to a string.
1681
1682 * progmodes/scheme.el (scheme-mode-variables): Set
1683 font-lock-comment-start-skip.
1684
1685 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1686
1687 * progmodes/ada-mode.el (ada-create-syntax-table): Move
1688 set-syntax-table from here to ...
1689 (ada-mode): ... here. Do not change global value of
1690 comment-multi-line. Call new function
1691 ada-initialize-syntax-table-properties and add new function
1692 ada-handle-syntax-table-properties to font-lock-mode-hook.
1693 (ada-deactivate-properties, ada-initialize-properties): Replace
1694 by new functions ...
1695 (ada-handle-syntax-table-properties)
1696 (ada-initialize-syntax-table-properties)
1697 (ada-set-syntax-table-properties): ... to set up syntax-table
1698 properties uniformly, independently from whether font-lock-mode
1699 is enabled or not. Handle read-only buffers and do not change
1700 undo-list when setting syntax-table properties.
1701 (ada-after-change-function): Use ada-set-syntax-table-properties.
1702
1703 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1704
1705 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
1706 (meta-indent-current-nesting): Use a computation of the nesting
1707 instead.
1708 (meta-indent-current-indentation): Indentation is given according
1709 to nesting and if the previous line was finished or not.
1710 (meta-indent-unfinished-line): Tell if the current line ends with
1711 a finished expression.
1712 (meta-indent-looking-at-code): Like `looking-at', but checks if
1713 the point is in a string before.
1714 (meta-indent-level-count): Use it. Don't count parenthesis as it's
1715 done in the nesting function.
1716 (meta-indent-in-string-p): Tell if the current point is in a
1717 string.
1718 (meta-indent-calculate): Treat b-o-b as a special case. Use the
1719 previous functions.
1720
1721 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1722
1723 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
1724 (copyright-update-year, copyright-update)
1725 (copyright-fix-years): Use it.
1726
1727 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
1728
1729 * emacs-lisp/copyright.el (copyright-update-year):
1730 Fix bug: Handle nil copyright-limit.
1731
1732 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
1733
1734 * calc/calc-units.el (math-standard-units): Give exact
1735 conversion for tsp.
1736
1737 * calc/calc.el (math-bignum-digit-length): Compute the
1738 appropriate value.
1739
1740 * calc/calc-bin.el (math-bignum-logb-digit-size)
1741 (math-bignum-digit-power-of-two):
1742 * calc/calc-comb.el (math-small-factorial-table):
1743 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
1744 (math-approx-gamma-const):
1745 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
1746 (math-besY1, math-bernoulli-b-cache):
1747 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1748 Remove `eval-when-compile's.
1749
1750 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1751
1752 * progmode/cperl-mode.el (cperl-look-at-leading-count)
1753 (cperl-find-pods-heres): Fix an error when typing expressions like
1754 `s{a}{b}'.
1755
1756 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1757
1758 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
1759 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
1760 a special case (there's no build number).
1761
1762 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
1763
1764 * completion.el (symbol-under-point, symbol-before-point)
1765 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
1766
1767 2007-08-17 Glenn Morris <rgm@gnu.org>
1768
1769 * progmodes/compile.el (compilation-get-file-structure): Make use
1770 of the directory part when checking for an existing entry, to
1771 handle files with same basename in different directories.
1772
1773 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
1774
1775 * calc/calc.el (calc-language-alist): Add texinfo-mode.
1776
1777 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1778
1779 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1780 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1781 (ps-paragraph-spacing): Docstring fix.
1782
1783 2007-08-16 Glenn Morris <rgm@gnu.org>
1784
1785 * ps-print.el (ps-font-size): Doc fix.
1786
1787 2007-08-16 Richard Stallman <rms@gnu.org>
1788
1789 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
1790
1791 2007-08-15 Juri Linkov <juri@jurta.org>
1792
1793 * startup.el (initialization): Change parent group from `internal'
1794 to `environment'.
1795 (initial-buffer-choice): New variable.
1796 (command-line): Revert 2007-07-02 change that sets
1797 buffer-offer-save in *scratch* and enables auto-save in it.
1798 (fancy-splash-text): Add links to existing items. Add new items
1799 with links for useful tasks. Move information about Control-g to
1800 fancy-splash-head. Move "Emacs Guided Tour" to the end.
1801 (fancy-splash-keymap): New variable.
1802 (fancy-splash-last-input-event): Remove variable.
1803 (fancy-splash-insert): Add processing of `:link' element.
1804 (fancy-splash-head): Replace "Type Control-l to begin editing"
1805 with "Type `q' to exit".
1806 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
1807 (fancy-splash-default-action, fancy-splash-special-event-action):
1808 Remove functions.
1809 (fancy-splash-quit): New function.
1810 (fancy-splash-screens): Rename input arg from `hide-on-input' to
1811 `static' and reverse the condition of its usage. Don't preserve
1812 original values of `minor-mode-map-alist',
1813 `emulation-mode-map-alists', `special-event-map'.
1814 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
1815 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
1816 Remove processing of special events. Use local key map
1817 `fancy-splash-keymap'. Set buffer to read-only.
1818 (normal-splash-screen): Rename input arg from `hide-on-input' to
1819 `static' and reverse the condition of its usage.
1820 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
1821 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
1822 Add links to existing items. Add new items with links for useful
1823 tasks. Use local key map `fancy-splash-keymap'.
1824 (display-splash-screen): Rename input arg from `hide-on-input' to
1825 `static'.
1826 (about-emacs): Add alias to display-splash-screen.
1827 (command-line-1): Use `initial-buffer-choice'.
1828
1829 * menu-bar.el (menu-bar-help-menu):
1830 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
1831 item to about-emacs instead of display-splash-screen.
1832
1833 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
1834
1835 * calc/calc-units.el (math-standard-units): Update values.
1836 Put in exact, rational values when possible.
1837 (math-unit-prefixes): Replace floats with powers of ten.
1838 (math-standard-units-systems): Replace floats with integers.
1839 (math-make-unit-string): Remove extra spaces in output.
1840
1841 2007-08-15 Glenn Morris <rgm@gnu.org>
1842
1843 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1844 sloppier, for the sake of GNU Mailman.
1845 (rmail-digest-rfc1153): Initialize `result' correctly.
1846
1847 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1848
1849 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
1850 in the mail title. Suggested by Reiner Steib.
1851
1852 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
1853
1854 * calc/calc-aent.el (calc-do-quick-calc): Add binary
1855 representation of integers to the list of outputs.
1856
1857 2007-08-14 Glenn Morris <rgm@gnu.org>
1858
1859 * simple.el (bad-packages-alist): New constant.
1860 (bad-package-check): New function. Together, these two add elements
1861 to `after-load-alist' to check for problematic external packages.
1862 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1863
1864 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
1865
1866 * calc/calc-units.el (math-get-standard-units)
1867 (math-get-units, math-make-unit-string)
1868 (math-get-default-units, math-put-default-units): New functions.
1869 (math-default-units-table): New variable.
1870 (calc-convert-units, calc-convert-temperature): Add machinery
1871 to supply default values.
1872
1873 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
1876 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
1877 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
1878 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
1879
1880 * emulation/tpu-extras.el: Remove spurious * in docstrings.
1881 Put its autoloads into tpu-edt.el rather than loaddefs.el.
1882 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
1883 Make into a proper minor-mode.
1884 (tpu-backward-char, tpu-next-line, tpu-previous-line)
1885 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
1886 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
1887 (tpu-set-cursor-free, tpu-set-cursor-bound):
1888 Delegate to tpu-cursor-free-mode.
1889 (tpu-next-line, tpu-previous-line, tpu-forward-line)
1890 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
1891 Use line-move or forward-line instead of next-line-internal.
1892
1893 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1894
1895 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1896
1897 2007-08-12 Richard Stallman <rms@gnu.org>
1898
1899 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1900 (cvs-execute-single-file): Use new name split-string-and-unquote.
1901 (cvs-header-msg): Use new name combine-and-quote-strings.
1902
1903 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1904
1905 * progmodes/gud.el (gud-common-init): Use new name
1906 split-string-and-unquote.
1907
1908 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1909 in javac regexp.
1910
1911 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1912 combine-and-quote-strings and split-string-and-unquote.
1913
1914 * subr.el (combine-and-quote-strings): Rename from strings->string.
1915 (split-string-and-unquote): Rename from string->strings.
1916
1917 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1920 to buffer-local settings.
1921
1922 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1923 (backquote-process): Add internal arg `level'. Use the two to
1924 correctly handle nested backquotes.
1925
1926 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1927
1928 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1929 (vc-bzr-state-words): Add "kind changed" state word.
1930 (vc-bzr-status): New function. Return Bzr idea of file status,
1931 which is different from VC's.
1932 (vc-bzr-state): Use vc-bzr-status.
1933 (vc-workfile-unchanged-p): Use vc-bzr-status.
1934 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1935 (vc-dired-state): Process "kind changed" state word.
1936
1937 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1940
1941 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1942 Move from vc-default-find-file-not-found-hook.
1943
1944 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * man.el: Remove spurious * in docstrings.
1947 Merge defvars and toplevel setq-defaults.
1948 (Man-highlight-references0): Limit=nil rather than point-max.
1949 (Man-mode-map): Move initialization into the declaration.
1950 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1951 (Man-view-header-file): Use expand-file-name rather than concat.
1952 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1953
1954 * man.el (Man-next-section): Make sure we do not move backward.
1955
1956 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1959
1960 2007-08-08 Glenn Morris <rgm@gnu.org>
1961
1962 * Replace `iff' in doc-strings and comments.
1963
1964 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1965
1966 * dired.el (dired-pop-to-buffer):
1967 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1968 * calendar/calendar.el (generate-calendar-window):
1969 * progmodes/compile.el (compilation-set-window-height):
1970 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1971 Use window-full-width-p instead of comparing frame-width and
1972 window-width.
1973
1974 * progmodes/compile.el (compilation-find-buffer): Remove extra
1975 argument in call to compilation-buffer-internal-p.
1976
1977 2007-08-07 Tom Tromey <tromey@redhat.com>
1978
1979 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1980 Add safe-local-variable property.
1981
1982 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * image-mode.el (image-toggle-display): Use image-refresh.
1985
1986 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1987
1988 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1989 unofficial version.
1990 (vc-bzr-command): Remove redundant setting of process-connection-type.
1991 (vc-bzr-admin-checkout-format-file): Add autoload.
1992 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1993 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1994 (vc-bzr-registered): Compare dirstate format tag with known good
1995 value, abort parsing if match fails. Warn user in docstring.
1996 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1997 See bzrlib/branch.py in Bzr sources.
1998 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1999 (vc-bzr-shell-command): Remove in favor of
2000 vc-bzr-command-discarding-stderr.
2001 (vc-bzr-command-discarding-stderr): New function.
2002
2003 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2004
2005 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2006 program, and return nil.
2007 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2008 (vc-bzr-state): Look for path names relative to the repository
2009 root after status keyword.
2010 (vc-bzr-file-name-relative): New function.
2011 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2012 depend on it.
2013 (vc-bzr-admin-dirname, ...-checkout-format-file)
2014 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2015 files that we now parse directly for speed.
2016 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2017 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2018 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
2019 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2020 Bzr warnings, so we must discard it.
2021 (vc-bzr-workfile-version): Speedup counting lines from
2022 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2023 if that file doesn't exist.
2024 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2025 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
2026 to `vc-directory-exclusion-list'.
2027 (vc-bzr-shell-command): New function.
2028
2029 2007-08-06 Tom Tromey <tromey@redhat.com>
2030
2031 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2032 (diff-fixup-modifs): Typo in docstring.
2033
2034 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2037 count-screen-lines.
2038 (tpu-edt-off): Disable relevant pieces of advice.
2039
2040 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2041 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2042 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2043 redefining the function.
2044 (tpu-set-scroll-margins): Activate the pieces of advice.
2045
2046 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2047
2048 * help.el (resize-temp-buffer-window): Use window-full-width-p
2049 instead of comparing frame-width and window-width.
2050
2051 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2052
2053 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2054 optional quotes around files in NEED-UPDATE . REMOVED case.
2055
2056 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2057 (ada-treat-cmd-string): Improve error message.
2058 (ada-do-file-completion): Call `ada-require-project-file', so
2059 project variables are set properly.
2060 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2061 (ada-gnatfind-buffer-name): New constant.
2062 (ada-find-any-references): Use new constant. Set buffer name
2063 properly in compilation-start. Toggle read-only properly.
2064 (ada-find-in-src-path): Fix spelling error in docstring.
2065
2066 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2067 by zero error.
2068
2069 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
2072
2073 2007-08-12 Richard Stallman <rms@gnu.org>
2074
2075 * progmodes/sh-script.el (sh): Delete group `unix'.
2076
2077 * progmodes/gud.el (gud): Change to group `processes'.
2078
2079 2007-08-11 Glenn Morris <rgm@gnu.org>
2080
2081 * progmodes/compile.el (compilation-buffer-name): Don't check
2082 compilation-arguments. It is superfluous, and the variable isn't
2083 even set when this function is called.
2084
2085 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2086
2087 * term/mac-win.el (mac-ae-reopen-application): New function.
2088 (mac-apple-event-map): Bind "reopen application" Apple event to it.
2089
2090 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
2093 take tex-font-script-display into account.
2094 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
2095 cell to a list of 2 elements to simplify the unfontify code.
2096
2097 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2098
2099 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2100 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2101 ps-print-color-p is neither nil nor black-white. Reported by Christian
2102 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2103
2104 2007-08-08 Andreas Schwab <schwab@suse.de>
2105
2106 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2107 self-insert-command, not self-insert.
2108
2109 2007-08-08 Glenn Morris <rgm@gnu.org>
2110
2111 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
2112 argument optional, for backwards compatibility, and only highlight
2113 args when present. Fix symbol name typo (doc/args).
2114
2115 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2116 rather than just `-'.
2117
2118 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
2119
2120 * calc/calc-units.el (calc-convert-temperature):
2121 Use `/' to create fractions.
2122
2123 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2124
2125 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
2126 global matching.
2127 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
2128 ERROR-BUFFER more robust. Display output.
2129 (tramp-file-name-handler): Add a connection property when we found
2130 a foreign file name handler. This allows backends like ftp to
2131 profit also from usr/host name completion based on connection
2132 cache.
2133 (tramp-send-command-and-read): Search for trash after the regexp
2134 until eol only. In XEmacs, there is a problem with \n.
2135
2136 * net/tramp-cache.el (top): Read persistent connection history
2137 when cache is empty.
2138
2139 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
2140
2141 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
2142 resulting output.
2143
2144 2007-08-07 Sam Steingold <sds@gnu.org>
2145
2146 * progmodes/compile.el (compilation-start): Pass nil as startfile
2147 to comint-exec.
2148
2149 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * longlines.el (longlines-decoded): New variable.
2152 (longlines-mode): Avoid encoding or decoding the buffer twice.
2153
2154 2007-08-07 Martin Rudalics <rudalics@gmx.at>
2155
2156 * format.el (format-insert-file): Make sure that at most one undo
2157 entry is recorded for the insertion. Inhibit point-motion and
2158 modification hooks around call to insert-file-contents.
2159
2160 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
2163 Select the buffer's window before moving point.
2164
2165 2007-08-07 Richard Stallman <rms@gnu.org>
2166
2167 * term.el (term): Remove parent group `unix'.
2168
2169 * simple.el (default-indent-new-line): New function.
2170 It calls comment-line-break-function if there are comments.
2171 (do-auto-fill): Use that.
2172
2173 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
2174
2175 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
2176 (PC-do-completion): Add "acronym completion" for symbols and
2177 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
2178
2179 2007-08-06 Sam Steingold <sds@gnu.org>
2180
2181 * mouse.el (mouse-buffer-menu): Pass mode-name through
2182 format-mode-line because it may be a list,
2183 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
2184
2185 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
2186
2187 * printing.el (pr-update-menus): Docstring fix.
2188
2189 2007-08-06 Jason Rumney <jasonr@gnu.org>
2190
2191 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
2192
2193 * vc-hooks.el (vc-call): Add doc string.
2194
2195 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2196
2197 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2198 process-filter.
2199
2200 2007-08-06 Kenichi Handa <handa@m17n.org>
2201
2202 * international/quail.el: Wrap (require 'help-mode) by
2203 eval-when-compile.
2204 (quail-help-init): New function.
2205 (quail-help): Call quail-help-init.
2206 (quail-store-decode-map-key): Change it to a function.
2207
2208 2007-08-05 Jason Rumney <jasonr@gnu.org>
2209
2210 * vc.el (vc-rollback): Add norevert argument back.
2211 (vc-revert-buffer): Add back as obsolete alias.
2212
2213 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
2214
2215 * term.el: Honor term-default-fg-color and term-default-bg-color
2216 settings when modifying term-current-face.
2217 (term-default-fg-color, term-default-bg-color): Initialize from
2218 default term-current-face.
2219 (term-mode, term-reset-terminal): Set term-current-face with
2220 term-default-fg-color and term-default-bg-color.
2221 (term-handle-colors-array): term-current-face has term-default-fg-color
2222 and term-default-bg-color after reset escape sequence.
2223 (term-handle-colors-array): Set term-current-color with
2224 term-default-fg/bg-color instead of ansi-term-color-vector when the
2225 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2226
2227 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
2228
2229 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
2230 (math-nlfit-givens): Let bind free variables.
2231
2232 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
2233
2234 * printing.el: Require lpr and ps-print when loading printing package.
2235 Reported by Glenn Morris <rgm@gnu.org>.
2236
2237 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * files.el (set-auto-mode): Handle also remote files wrt
2240 `auto-mode-alist'.
2241
2242 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
2243
2244 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
2245 curves and plotting.
2246
2247 * calc/calc-nlfit.el: New file.
2248
2249 2007-08-04 Glenn Morris <rgm@gnu.org>
2250
2251 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2252 zero, not nil, when the library is first loaded. Check for a file
2253 that has been modified on disk.
2254
2255 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2256 Remove duplicate defvar preventing initialization.
2257 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2258
2259 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
2262 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
2263 may match up to 4 lines.
2264 (diff-beginning-of-file-and-junk): Rewrite.
2265
2266 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2267
2268 * printing.el: Evaluate require only during compilation.
2269 (pr-version): New version 6.9.1.
2270 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
2271 (pr-global-menubar): Fix code.
2272
2273 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
2274
2275 * term.el (term-erase-in-display): Fix case when point is not at
2276 the beginning of the line.
2277
2278 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
2279
2280 * calc/calc-ext.el (math-get-value, math-get-sdev)
2281 (math-contains-sdev): New functions.
2282
2283 * calc/calc-graph.el (calc-graph-format-data)
2284 (calc-graph-add-curve): Check for error forms.
2285 (calc-graph-set-styles): Add option for error forms.
2286
2287 2007-08-03 Miles Bader <miles@gnu.org>
2288
2289 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2290 backend names for new backends to `Git', `Hg', and `Bzr'.
2291 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2292 not `HG'.
2293 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2294 name, not `GIT'.
2295 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2296 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2297
2298 2007-08-03 Richard Stallman <rms@gnu.org>
2299
2300 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2301 to update deleted flag.
2302
2303 * cus-edit.el (customize-apropos, customize-apropos-options)
2304 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2305
2306 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2307
2308 * startup.el (fancy-splash-head, startup-echo-area-message):
2309 Change message text.
2310
2311 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2312 All callers use line-move.
2313
2314 * progmodes/compile.el (compilation-find-buffer): Return current
2315 buffer immediately if suitable.
2316 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2317
2318 2007-08-03 Daiki Ueno <ueno@unixuser.org>
2319
2320 * faces.el (face-normalize-spec): New function.
2321 (frame-set-background-mode): Normalize face-spec before calling
2322 face-spec-match-p.
2323
2324 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * server.el (server-window): Add switch-to-buffer-other-frame option.
2327
2328 2007-08-03 Glenn Morris <rgm@gnu.org>
2329
2330 * cus-edit.el (customize-apropos): Make the error message indicate
2331 what kind of thing the user was trying to customize.
2332
2333 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2334
2335 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
2336 Fix off-by-one error in previous change.
2337
2338 2007-08-03 Drew Adams <drew.adams@oracle.com>
2339
2340 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
2341 Make buffer writable.
2342
2343 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2344
2345 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
2346 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
2347 Use native Emacs functions, when appropriate.
2348
2349 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
2350 Stefan Monnier <monnier@iro.umontreal.ca>
2351
2352 * vc.el: Document new VC operation `extra-menu'.
2353
2354 * vc-hooks.el (vc-default-extra-menu): New function.
2355
2356 * menu-bar.el (menu-bar-vc-filter): New function.
2357 (menu-bar-tools-menu): Use it as a filter.
2358
2359 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2360
2361 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2362
2363 2007-08-01 Glenn Morris <rgm@gnu.org>
2364
2365 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
2366 strings.
2367 (fortran-tab-mode-default): Remove needless autoload.
2368 (fortran-tab-mode-string): Add help-echo and mouse properties, and
2369 mark as risky.
2370 (fortran-line-length): New buffer-local variable, safe if integer.
2371 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
2372 Change from variables to constants.
2373 (fortran-font-lock-syntactic-keywords): Delete as a variable,
2374 replace with a new function definition.
2375 (fortran-mode): Use fortran-line-length, and
2376 fortran-font-lock-syntactic-keywords as a function. Add a
2377 hack-local-variables-hook function.
2378 (fortran-line-length, fortran-hack-local-variables): New functions.
2379 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
2380 Use fortran-line-length rather than 72.
2381 (fortran-window-create-momentarily): Doc fix.
2382
2383 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
2384
2385 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2386 Fix parent groups link.
2387
2388 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
2389
2390 * progmodes/python.el (python-current-defun): Adjust to never fall
2391 into infinite loop.
2392
2393 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
2396
2397 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2398
2399 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2400 (copyright-fix-years, copyright): Correctly handle the case where
2401 copyright-limit is nil.
2402
2403 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2404
2405 * progmodes/python.el (run-python): Fix path separator under w32.
2406
2407 2007-07-30 Richard Stallman <rms@gnu.org>
2408
2409 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2410 Treat non-break space as whitespace in Lisp.
2411
2412 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * vc.el (vc-dired-hook): Use inhibit-read-only.
2415
2416 * progmodes/compile.el (compilation-forget-errors):
2417 Reset compilation-auto-jump-to-next.
2418
2419 2007-07-30 Michael Olson <mwolson@gnu.org>
2420
2421 * cus-edit.el (custom-group-save): Fix void function definition
2422 error. Thanks to Zhang Wei for the report.
2423
2424 * ps-print.el: Check in trivial changes to the autoloads section
2425 caused by the build process. These autoloads really ought to be
2426 placed in a separate file, methinks.
2427
2428 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * calendar/calendar.el (calendar-mode): Make sure
2431 displayed-(month|year) are set.
2432 (calendar-basic-setup): Display buffer before adjusting window sizes.
2433 (generate-calendar-window): Use inhibit-read-only. Simplify.
2434 Generate buffer and set displayed-month and displayed-year before
2435 calling update-calendar-mode-line.
2436
2437 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
2438
2439 * net/tramp.el:
2440 * net/tramp-uu.el:
2441 * net/trampver.el: Use utf-8 encoding with coding cookie.
2442
2443 * net/tramp-cache.el:
2444 * net/tramp-fish.el:
2445 * net/tramp-ftp.el:
2446 * net/tramp-gw.el:
2447 * net/tramp-smb.el: Remove coding cookie.
2448
2449 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2450 Flush buffer file-name's file property.
2451 (tramp-handle-file-remote-p): The first parameter is FILENAME.
2452
2453 * net/trampver.el: Update release number.
2454
2455 2007-07-29 Juri Linkov <juri@jurta.org>
2456
2457 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
2458 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
2459 when major-mode is not dired-mode.
2460 (dired-toggle-read-only): New function.
2461 (dired-recursive-deletes): Remove obsolete comments about old
2462 default value.
2463 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
2464
2465 * wdired.el (wdired-exit): New function.
2466 (wdired-mode-map): Bind C-x C-q to wdired-exit.
2467
2468 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * cus-edit.el (customize-read-group): New fun.
2471 (customize-group-other-window, customize-face-other-window):
2472 Prompt before delegating to customize-(group|face).
2473 Bind pop-up-windows rather than use the other-window argument.
2474 (customize-group, customize-face): Prompt from the interactive spec.
2475 Remove args `prompt-for-group' and `other-window'.
2476
2477 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
2478 (ad-body-forms, ad-advised-interactive-form): Revert this part of
2479 last change.
2480
2481 2007-07-28 Masatake YAMATO <jet@gyve.org>
2482
2483 * vc.el (vc-dired-mode): Add a menu for VC related operation.
2484 Use backend name as the menu label. Suggested by David Kastrup.
2485
2486 2007-07-28 Alan Mackenzie <acm@muc.de>
2487
2488 Fix problem with modes derived from CC Mode:
2489 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2490 macro to cc-langs.
2491 (c-init-language-vars-for): Remove call to above macro.
2492 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2493 been moved to here.
2494 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2495
2496 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2497
2498 * net/trampver.el: Fix the `coding' cookie.
2499
2500 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2501
2502 * vc-git.el (vc-git-print-log): Support both the old single file
2503 interface and the new one.
2504
2505 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
2506
2507 * bindings.el (mode-line-remote): Use updated %@ construct.
2508
2509 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2512 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
2513 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
2514 (diary-list-bahai-entries, diary-bahai-mark-entries)
2515 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
2516 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2517 New names to clean up namespace.
2518 (list-bahai-diary-entries, mark-bahai-diary-entries)
2519 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
2520 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
2521 Add compatibility aliases.
2522
2523 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
2524
2525 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
2526 (calendar-scroll-left-three-months)
2527 (calendar-scroll-right-three-months): Clean up namespace.
2528 (scroll-calendar-left, scroll-calendar-right)
2529 (scroll-calendar-left-three-months)
2530 (scroll-calendar-right-three-months): Add compatibility aliases.
2531
2532 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
2533 Behave like mouse-scroll-calendar-* when used from the mouse.
2534
2535 * calendar/cal-menu.el (cal-menu-scroll-menu)
2536 (cal-menu-global-mouse-menu):
2537 * calendar/calendar.el (calendar-mode-map):
2538 Use new calendar-scroll-* names.
2539 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
2540 Remove. Use calendar-scroll-* directly instead.
2541
2542 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
2545 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
2546 (ad-make-advised-definition, ad-cache-id-verification-code):
2547 Use commandp and interactive-form instead.
2548
2549 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2550
2551 * vc-git.el: Relicense to GPLv3 or later.
2552 (vc-directory-exclusion-list, vc-handled-backends): Remove.
2553
2554 * vc-hooks.el (vc-handled-backends): Add GIT.
2555
2556 * vc.el (vc-directory-exclusion-list): Add .git.
2557
2558 2007-07-26 Alexandre Julliard <julliard@winehq.org>
2559
2560 * vc-git.el (vc-git-revision-table)
2561 (vc-git-revision-completion-table): New functions.
2562
2563 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2564
2565 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
2566 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
2567 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
2568 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
2569 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
2570 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
2571 New command actions for EPS header and EPS footer.
2572
2573 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
2574 footer. Fix some problems with one-or-more, zero-or-more and
2575 alternative constructions generation. Some log messages
2576 implementation. Doc fix.
2577 (ebnf-version): New version 4.4.
2578 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
2579 (ebnf-eps-footer, ebnf-log): New options.
2580 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
2581 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
2582 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
2583 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
2584 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
2585 (ebnf-style-custom-list, ebnf-style-database): Put new values.
2586 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
2587 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
2588 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
2589 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
2590 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
2591 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
2592 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
2593 (ebnf-non-terminal-dimension, ebnf-special-dimension)
2594 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
2595 (ebnf-except-dimension, ebnf-alternative-dimension)
2596 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
2597 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
2598 message fun.
2599 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
2600 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
2601 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
2602 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
2603 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
2604 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
2605 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
2606 compatibility with Emacs 20 & 21.
2607 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
2608 (ebnf-eps-file-alist, ebnf-basic-width-extra)
2609 (ebnf-basic-empty-height): New vars.
2610 (ebnf-prologue): Fix PostScript code.
2611 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
2612 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
2613 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
2614 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
2615
2616 2007-07-25 Glenn Morris <rgm@gnu.org>
2617
2618 * Relicense all FSF files to GPLv3 or later.
2619
2620 * COPYING: Switch to GPLv3.
2621
2622 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2625 Replace it with another one which disables undo before calling
2626 erase-buffer and then turns it back on if needed.
2627
2628 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2629
2630 * ps-print.el: Problem with foreground and background color when
2631 printing a buffer with and without faces. Reported by Christian
2632 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2633 (ps-print-version): New version 6.7.5.
2634 (ps-default-fg): Change default value to nil, so black color is used
2635 when a face does not specify a foreground color.
2636 (ps-default-bg): Change default value to nil, so white color is used
2637 for background color.
2638 (ps-begin-job): Fix code.
2639
2640 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2641
2642 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2643
2644 2007-07-24 Glenn Morris <rgm@gnu.org>
2645
2646 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2647 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2648 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2649 (cal-tex-cursor-week, cal-tex-cursor-week2)
2650 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2651 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2652 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2653 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2654
2655 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * calendar/calendar.el (calendar-mode-map): Move initialization
2658 into declaration. Add menu bindings (used to be done in cal-menu).
2659 (calendar-mode): Don't add an activate-menubar-hook.
2660
2661 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
2662 modify calendar-mode-map), use easy-menu, and make sure that C-h k
2663 can be used on the menu entries.
2664 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
2665 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
2666 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
2667 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
2668 (calendar-flatten, cal-menu-update): Remove.
2669 (calendar-mouse-insert-hebrew-diary-entry)
2670 (calendar-mouse-insert-islamic-diary-entry)
2671 (calendar-mouse-insert-bahai-diary-entry):
2672 Remove (fold into cal-menu-diary-menu).
2673 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
2674 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
2675 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
2676 (calendar-mouse-view-diary-entries): Minor simplifications.
2677 (calendar-event-to-date): Use with-current-buffer.
2678
2679 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2680
2681 * add-log.el (change-log-redate): Remove (not needed anymore and
2682 doesn't appear to work).
2683
2684 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * frame.el: Use mapc and dolist instead of mapcar where possible.
2687 (close-display-connection): New command.
2688
2689 2007-07-25 Alexandre Julliard <julliard@winehq.org>
2690
2691 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
2692 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
2693
2694 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2695
2696 * ps-print.el (ps-multibyte-buffer): Docstring fix.
2697
2698 * ps-mule.el: Doc fix.
2699 (ps-multibyte-buffer, ps-mule-font-info-database-default)
2700 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
2701
2702 2007-07-25 Glenn Morris <rgm@gnu.org>
2703
2704 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
2705 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
2706 (cal-tex-daily-end, cal-tex-hook)
2707 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
2708 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
2709 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2710 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2711 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
2712 (cal-tex-day-prefix, cal-tex-day-name-format)
2713 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
2714 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
2715 (cal-tex-LaTeX-subst-list): Change from variables to constants.
2716 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
2717 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
2718 etc, rather than \bf.
2719 (cal-tex-mini-calendar): Fix typos in previous change.
2720 (cal-tex-latexify-list): Remove inner let binding.
2721 (cal-tex-end-document, cal-tex-banner): Use multi-line
2722 cal-tex-comment.
2723 (cal-tex-comment): Handle embedded newlines.
2724 (cal-tex-LaTeXify-string): Use substring-no-properties.
2725
2726 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
2727
2728 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2729 Add support for the Maden build tool.
2730
2731 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
2732
2733 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
2734
2735 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2738
2739 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2740
2741 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
2742 C-x C-q.
2743
2744 * vc-git.el (vc-git-print-log): Fix previous change.
2745
2746 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * window.el (save-selected-window): Minor optimization.
2749 (bw-adjust-window): If operation failed, try with a smaller delta.
2750 (window-fixed-size-p): New function.
2751 (window-area-factor): New var.
2752 (balance-windows-area): New command.
2753
2754 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
2755 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
2756 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
2757 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
2758 (ps-mule-begin-job): Use dolist.
2759
2760 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
2761
2762 * subr.el (start-file-process-shell-command)
2763 (process-file-shell-command): New defuns.
2764
2765 * progmodes/compile.el (compilation-start):
2766 Apply `start-file-process-shell-command'.
2767
2768 2007-07-24 Alexandre Julliard <julliard@winehq.org>
2769
2770 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
2771
2772 2007-07-24 Alan Mackenzie <acm@muc.de>
2773
2774 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2775 Initialise byte-compile-unresolved-functions before rather than
2776 after a compilation.
2777 (byte-compile-unresolved-functions): Amplify doc string.
2778
2779 2007-07-24 Glenn Morris <rgm@gnu.org>
2780
2781 * startup.el (normal-splash-screen): Use `emacs-copyright'.
2782
2783 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2784 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2785 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2786 (cal-tex-cursor-week, cal-tex-cursor-week2)
2787 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2788 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2789 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2790 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2791
2792 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
2793 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
2794 (cal-tex-day-name-format, cal-tex-cal-one-month)
2795 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
2796 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
2797 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
2798 (cal-tex-list-holidays, cal-tex-cursor-year)
2799 (cal-tex-cursor-year-landscape, cal-tex-year)
2800 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
2801 (cal-tex-cursor-month, cal-tex-insert-days)
2802 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2803 (cal-tex-first-blank-p, cal-tex-cursor-week)
2804 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2805 (cal-tex-week-hours, cal-tex-cursor-week-monday)
2806 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
2807 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
2808 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
2809 (cal-tex-latexify-list, cal-tex-previous-month)
2810 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
2811 modernization, including using dotimes rather than
2812 calendar-for-loop.
2813 (cal-tex-LaTeX-subst-list): Remove `@'.
2814 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
2815 Use \textit and \textbf rather than \em and \it.
2816
2817 * calendar/cal-bahai.el (list-bahai-diary-entries)
2818 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
2819 * calendar/cal-islam.el (list-islamic-diary-entries)
2820 * calendar/calendar.el (generate-calendar, generate-calendar-month)
2821 * calendar/diary-lib.el (diary-list-entries)
2822 (mark-calendar-date-pattern): Use `dotimes' rather than
2823 `calendar-for-loop'.
2824
2825 * calendar/calendar.el (calendar-for-loop): Doc fix.
2826
2827 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2830 underlying file is uptodate.
2831
2832 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
2833
2834 * replace.el (perform-replace): Use isearch-no-upper-case-p.
2835
2836 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * vc-hooks.el (vc-mode-line-map): New const.
2839 (vc-mode-line): Use it.
2840
2841 2007-07-23 Alexandre Julliard <julliard@winehq.org>
2842
2843 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
2844 (vc-git-unregister): New functions.
2845 (vc-git-find-version): Use the result of ls-files as a parameter
2846 for cat-file.
2847
2848 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
2849
2850 * net/tramp.el (tramp-perl-file-attributes)
2851 (tramp-perl-directory-files-and-attributes)
2852 (tramp-handle-file-attributes-with-stat)
2853 (tramp-handle-directory-files-and-attributes-with-stat)
2854 (tramp-convert-file-attributes): Handle huge file sizes.
2855
2856 2007-07-23 Juri Linkov <juri@jurta.org>
2857
2858 * isearch.el (isearch-message-function): New variable.
2859 (isearch-update, isearch-search): Use it.
2860
2861 * simple.el (goto-history-element): New function created from
2862 next-history-element.
2863 (next-history-element): Most code moved to goto-history-element.
2864 Call goto-history-element with (- minibuffer-history-position n).
2865 (previous-history-element): Call goto-history-element with (+
2866 minibuffer-history-position n).
2867 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
2868 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
2869 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
2870 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
2871 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
2872 (minibuffer-history-isearch-pop-state): New functions.
2873
2874 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2875
2876 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
2877 Also, if FILE is a list, return non-nil if any of its elements
2878 should stay local. Update docstring.
2879
2880 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
2883 change by reverting a small part.
2884
2885 2007-07-23 Richard Stallman <rms@gnu.org>
2886
2887 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2888
2889 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2890
2891 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
2892 handling it. Use vc-git-command.
2893 (vc-git-find-version, vc-git-diff-tree): New functions.
2894 (vc-git-revert): Use vc-git-command.
2895 (vc-git--run-command): Delete.
2896
2897 2007-07-23 Alexandre Julliard <julliard@winehq.org>
2898
2899 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
2900
2901 2007-07-20 Kenichi Handa <handa@m17n.org>
2902
2903 * international/utf-8.el (utf-8-post-read-conversion):
2904 Temporarily bind utf-8-compose-scripts to nil while running
2905 *-compose-region functions.
2906
2907 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2908
2909 * vc-git.el: Update status.
2910 (vc-directory-exclusion-list): Use eval-after-load.
2911
2912 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
2913
2914 * bindings.el (mode-line-remote): New variable.
2915 (help-echo): Add to default values of mode-line-format.
2916
2917 * files.el: Mark mode-line-remote as risky.
2918
2919 2007-07-22 Juri Linkov <juri@jurta.org>
2920
2921 * isearch.el (isearch-edit-string): Save old point and
2922 isearch-other-end to old-point and old-other-end before reading
2923 the search string from minibuffer. After exiting minibuffer set
2924 point to old-other-end if point and the search direction is the
2925 same as before reading the search string.
2926 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2927 to isearch-other-end. Instead of isearch-search-and-update call
2928 three functions isearch-search, isearch-push-state and isearch-update.
2929
2930 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2931
2932 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
2933 deal with multiple file arguments.
2934 (vc-git-print-log): Deal with multiple file arguments.
2935
2936 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
2939 diff-refine-hunk. Adjust users.
2940 (diff-unified-hunk-p, diff-splittable-p): New functions.
2941 (diff-mode-menu): Use it to disable Split when it doesn't work.
2942
2943 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2944
2945 * diff-mode.el (diff-mode-menu): New entries.
2946
2947 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2948
2949 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
2950 if applicable, so as to save undo-log space.
2951
2952 * diff-mode.el (diff-find-file-name): Add arg `batch'.
2953
2954 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2955 (diff-file-kill): Use it.
2956 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2957 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2958 Use it so they find the hunk even when we're in the file header.
2959
2960 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2961
2962 * vc-git.el (vc-git-revision-granularity, vc-git-root)
2963 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
2964 (vc-git-create-repo): New functions.
2965 (vc-git-registered): New autoloaded function definition.
2966 (vc-git-registered): Use vc-git-root.
2967 (vc-git-responsible-p): New defalias.
2968 (vc-git-annotate-extract-revision-at-line): Uncomment.
2969 (vc-git-print-log): Add the file name to the log.
2970 (vc-git-log-view-mode): New derived mode.
2971 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
2972
2973 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
2974
2975 * progmodes/grep.el (grep-compute-defaults): Keep default values.
2976
2977 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2978
2979 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2980 file in a way that does not interfere with recentf mode.
2981 (reftex-access-parse-file): Do not risk destroying an existing
2982 buffer.
2983
2984 2007-07-22 Alexandre Julliard <julliard@winehq.org>
2985
2986 * vc-git.el: New file.
2987
2988 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 * textmodes/tex-mode.el (tex-font-script-display): Change default.
2991
2992 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2993
2994 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
2995 for branches and new files.
2996
2997 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
2998 local-map handling ...
2999 (vc-mode-line): ... here. Improve handling of help-echo.
3000
3001 * vc.el (mode-line-string): Document help-echo usage.
3002
3003 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
3004
3005 Sync with Tramp 2.1.10.
3006
3007 * net/tramp.el (tramp-get-ls-command): Fix typo.
3008
3009 * net/trampver.el: Update release number.
3010
3011 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3012
3013 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
3014
3015 * term/x-win.el (x-handle-no-bitmap-icon): New function.
3016
3017 2007-07-22 Martin Rudalics <rudalics@gmx.at>
3018
3019 * add-log.el (change-log-fill-parenthesized-list): New function.
3020 (change-log-indent): Call change-log-fill-parenthesized-list.
3021 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
3022 Have lines with leading asterisk start a paragraph.
3023
3024 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3025
3026 * calc/calc-math.el (math-emacs-precision)
3027 (math-largest-emacs-expt, math-smallest-emacs-expt):
3028 New variables.
3029 (math-use-emacs-fn): New function.
3030 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
3031 appropriate.
3032
3033 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3034
3035 * image-dired.el (image-dired-sane-db-file): New func.
3036 (image-dired-write-tags, image-dired-remove-tag)
3037 (image-dired-list-tags, image-dired-write-comments)
3038 (image-dired-get-comment, image-dired-mark-tagged-files)
3039 (image-dired-create-gallery-lists): Call new func.
3040 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
3041
3042 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3043
3044 * vc-hg.el (vc-hg-dir-state): Fix loop.
3045 (vc-hg-print-log): Fix expected return value for vc-hg-command.
3046 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
3047 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
3048 (vc-hg-revert): Likewise.
3049 (vc-hg-revision-table, vc-hg-revision-completion-table): New
3050 functions.
3051
3052 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3053
3054 * add-log.el (change-log-resolve-conflict): Don't lose data if the
3055 merge fails.
3056
3057 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3058
3059 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3060 Add group and version.
3061
3062 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * add-log.el (add-log-file-name): Use file-relative-name.
3065 (add-change-log-entry): Delay reading
3066 add-log-(full-name|mailing-address) to after we've switched to the
3067 ChangeLog buffer so we get the right value.
3068 (add-change-log-entry, add-log-current-defun, change-log-merge):
3069 Use derived-mode-p rather than checking major-mode directly.
3070
3071 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
3072 name for buffer-file-name if it refers to a directory.
3073
3074 * vc-arch.el (vc-arch-diff): Fix last change.
3075
3076 * progmodes/compile.el (compilation-start): Remember the original
3077 directory in a buffer-local compilation-directory.
3078 (compile): Set the global value of compilation-directory.
3079 (recompile): Use compilation-directory even in the compilation buffer.
3080
3081 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3082
3083 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
3084
3085 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3086
3087 * ps-print.el: Problem with foreground and background color when
3088 printing a buffer with and without faces. Reported by Christian
3089 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3090 (ps-print-version): New version 6.7.5.
3091 (ps-default-fg): Change default value to nil, so black color is used
3092 when a face does not specify a foreground color.
3093 (ps-default-bg): Change default value to nil, so white color is used
3094 for background color.
3095 (ps-begin-job): Fix code.
3096
3097 2007-07-20 Eli Zaretskii <eliz@gnu.org>
3098
3099 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
3100 in $(INSTALL_DIR)/lisp/ if they already exist.
3101
3102 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
3103
3104 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
3105 in $(INSTALL_DIR)/lisp/ if they already exist.
3106
3107 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * progmodes/vera-mode.el (vera-re-search-forward)
3110 (vera-re-search-backward): Remove use of store-match-data.
3111 (vera-mode-map): Move initialization into declaration.
3112
3113 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
3114 (flymake-find-buildfile): Use locate-dominating-file.
3115
3116 * vc.el (vc-delistify): Use mapconcat.
3117 (vc-do-command): Minor simplification.
3118 (vc-expand-dirs): Use push.
3119
3120 * vc-mcvs.el (vc-mcvs-create-repo):
3121 * vc-cvs.el (vc-cvs-create-repo): Remove.
3122
3123 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
3124 directory and the root as well.
3125
3126 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3127
3128 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
3129 instead of a file.
3130
3131 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
3132 (vc-hg-registered): Replace if with when.
3133 (vc-hg-state): Deal with nonexistent files and handle removed files.
3134 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3135 (vc-hg-checkout): Re-enable.
3136 (vc-hg-create-repo): Fix typos.
3137 (vc-hg-print-log): Fix for multiple files.
3138 (vc-hg-workfile-unchanged-p): New function.
3139
3140 * vc.el: Fix typo.
3141 (vc-print-log): Fix call to print-log.
3142 (vc-default-comment-history): Likewise.
3143 (vc-directory-exclusion-list): Add .hg and .bzr.
3144 (vc-diff-internal): Pass a list instead of a file.
3145
3146 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
3147
3148 * vc-bzr.el (vc-bzr-create-repo): New function.
3149
3150 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
3153 `file' from which to start the search.
3154
3155 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
3156
3157 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
3158 having a single file argument to having a list of files as the
3159 first argument.
3160
3161 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * files.el (locate-dominating-file): New function.
3164
3165 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
3168 (grep-compute-defaults): Use it.
3169
3170 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * uniquify.el: Docstring fixes.
3173
3174 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3175
3176 * vc.el (revision-granularity, create-repo): Document new vc
3177 backend properties.
3178 (vc-rollback): Renamed from vc-cancel-version. Update
3179 references. Pass a list instead of a file.
3180 (vc-revert): Renamed from vc-revert-buffer. Update references.
3181 (vc-delistify, vc-expand-dirs): New functions.
3182 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
3183 of files instead of a single file.
3184 (vc-position-context, vc-resync-window, vc-diff-internal)
3185 (vc-print-log): Pass a list instead of a file.
3186
3187 * vc-hooks.el (vc-stay-local-p, vc-backend)
3188 (vc-backend-subdirectory-name): Work on a file list, not a single
3189 file.
3190 (vc-workfile-version): Update docstring.
3191 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
3192 vc-revert instead of vc-revert-buffer.
3193 (vc-prefix-map): Likewise. Bind vc-update.
3194
3195 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
3196 (vc-svn-wash-log): New functions.
3197 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
3198 (vc-svn-command): Deal with a list of files, not a single file.
3199
3200 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
3201 (vc-rcs-wash-log): New functions.
3202 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
3203 Deal with a list of files, not a single file.
3204 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
3205
3206 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
3207 functions.
3208 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
3209 list of files, not a single file.
3210
3211 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
3212 New functions.
3213 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
3214 (vc-mcvs-diff): Deal with a list of files, not a single file.
3215
3216 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
3217 functions.
3218 (vc-hg-print-log): Deal with a list of files, not a single file.
3219 (vc-hg-diff-tree): New function, replace defalias with the same
3220 name.
3221 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
3222 FILES to denote that it is a file list, not a single file.
3223
3224 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
3225 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
3226 a single file.
3227 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
3228 that it is a file list, not a single file.
3229 (vc-cvs-diff): Likewise. Simplify.
3230
3231 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
3232 Deal with a list of files, not a single file.
3233
3234 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
3235 (vc-bzr-print-log): Update FILE parameter name to denote that it
3236 is a file list, not a single file.
3237 (vc-bzr-diff): Likewise. Use the car of files.
3238
3239 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3242 (follow-delete-other-windows-and-split, follow-recenter)
3243 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3244 (follow-redisplay, follow-estimate-first-window-start)
3245 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3246 Fix typos in docstrings.
3247
3248 2007-07-18 Martin Rudalics <rudalics@gmx.at>
3249
3250 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
3251 avoid that filling introduces lines with a single asterisk.
3252
3253 * kmacro.el (kmacro-end-macro): When ignoring empty macro
3254 avoid incorrect kmacro-ring-empty-p messages.
3255 Reported by Michael Schierl <schierlm@gmx.de>.
3256
3257 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3258
3259 * vc.el: Add more info about the vc-registered function.
3260
3261 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
3262
3263 * files.el (file-remote-p): Introduce optional parameter
3264 IDENTIFICATION.
3265
3266 * recentf.el (recentf-keep-default-predicate): Adapt call of
3267 `file-remote-p'.
3268
3269 * progmodes/grep.el (grep-probe): Use `process-file'.
3270 (grep-compute-defaults): Handle variables host specific.
3271
3272 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
3273 parameter IDENTIFICATION.
3274
3275 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
3276 parameter IDENTIFICATION.
3277 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
3278 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3279 Add entry for `set-file-times'.
3280 (tramp-do-copy-or-rename-file-via-buffer)
3281 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
3282 (tramp-handle-unhandled-file-name-directory): Rewrite.
3283 (tramp-convert-file-attributes): Add error handling when inode is
3284 extraordinary big.
3285 (tramp-get-inode): Change parameter from FILE to VEC.
3286 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
3287 is nil. This is according to the specification. Goto (point-max)
3288 when ready.
3289 (tramp-handle-shell-command): Rewrite completely, using
3290 `process-file' and `start-file-process'.
3291 (tramp-methods, tramp-find-shell)
3292 (tramp-open-connection-setup-interactive-shell)
3293 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
3294 var. Reported by Steve Youngs <steve@sxemacs.org>.
3295
3296 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
3297 entry for `set-file-times'. Rename `start-process' into
3298 `start-file-process'. Remove `call-process' entry.
3299 (tramp-fish-handle-set-file-times): New defun.
3300 (tramp-fish-handle-executable-find): Use `process-file'.
3301 (tramp-fish-handle-process-file): New defun. Replaces
3302 `tramp-fish-handle-call-process'.
3303 (tramp-fish-do-copy-or-rename-file-directly): Use
3304 `set-file-times'.
3305 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
3306
3307 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
3308 `tramp-get-inode' parameter.
3309
3310 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
3313 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
3314 nowadays, and by the time Emacs-23 comes out, nobody will even remember
3315 it has ever existed.
3316
3317 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3318
3319 * vc.el: Undo previous change.
3320
3321 2007-07-16 Eli Zaretskii <eliz@gnu.org>
3322
3323 * makefile.w32-in (clean): Don't delete *~.
3324
3325 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * textmodes/tex-mode.el (tex-verbatim-environments):
3328 Add safe-local-variable property.
3329 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
3330 when starting font-lock rather than when loading tex-mode.el.
3331
3332 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
3333 whole $( rather than just the $. Rename from sh-quoted-subshell.
3334 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
3335
3336 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
3337
3338 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
3339 bookmark-alist. Instead, if not sorting, simply return it.
3340 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
3341 for its return value, not for its side effect.
3342
3343 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
3344 case of alignment under a constant symbol, find and consider
3345 the sexp actually at indentation to be the "last sexp".
3346
3347 2007-07-16 Drew Adams <drew.adams@oracle.com>
3348
3349 * mouse.el (mouse-yank-secondary): Better error message if no
3350 secondary selection.
3351
3352 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3353
3354 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
3355
3356 * term/xterm.el (xterm-turn-on-modify-other-keys)
3357 (xterm-turn-off-modify-other-keys): New functions.
3358 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
3359 terminal supports it.
3360
3361 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
3362
3363 * bookmark.el (bookmark-show-all-annotations):
3364 Make sure each inserted annotation ends with newline.
3365
3366 2007-07-15 Richard Stallman <rms@gnu.org>
3367
3368 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
3369
3370 * tutorial.el (tutorial--find-changed-keys):
3371 Handle C-x specially like ESC.
3372
3373 2007-07-15 Aaron Hawley <aaronh@garden.org>
3374
3375 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
3376
3377 2007-07-15 Juri Linkov <juri@jurta.org>
3378
3379 * delsel.el (delete-selection-pre-hook):
3380 * emulation/cua-base.el (cua-paste): Before a yank command,
3381 check also whether last-command is one of mouse-save-then-kill,
3382 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
3383
3384 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
3385
3386 * recentf.el (recentf-keep-default-predicate): New defun.
3387 (recentf-keep): Use it as initial value.
3388
3389 2007-07-15 Karl Fogel <kfogel@red-bean.com>
3390
3391 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
3392 thus restoring bookmark bindings to three slots under C-x r. See
3393 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
3394
3395 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
3396
3397 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
3398
3399 2007-07-15 Jason Rumney <jasonr@gnu.org>
3400
3401 * w32-fns.el (set-default-process-coding-system): Use dos line ends
3402 for input to cmdproxy on all versions of Windows.
3403 Use dos line ends for input to plink.
3404
3405 * comint.el (comint-simple-send): Concat newline before sending.
3406 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
3407
3408 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
3411 safe-local-variable setting.
3412
3413 2007-07-14 David Kastrup <dak@gnu.org>
3414
3415 * emacs-lisp/advice.el (defadvice): Doc fix.
3416
3417 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
3418
3419 * subr.el (when, unless): Doc fix.
3420
3421 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3422
3423 * replace.el (match): Use yellow1 instead of yellow.
3424
3425 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
3426
3427 * pcvs-info.el (cvs-unknown): Likewise.
3428
3429 2007-07-13 Eli Zaretskii <eliz@gnu.org>
3430
3431 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3432 (install): Use them to copy all *.el files before *.elc.
3433
3434 2007-07-13 Drew Adams <drew.adams@oracle.com>
3435
3436 * bookmark.el (bookmark-jump-other-window): New function.
3437 (bookmark-map): Bind it to "o".
3438
3439 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
3440 and its thread contains discussion about this change.
3441 The original patch was slightly tweaked by Karl Fogel
3442 <kfogel@red-bean.com> before committing.
3443
3444 2007-07-13 Karl Fogel <kfogel@red-bean.com>
3445
3446 * bookmark.el: Shorten some comments to fit within 80 lines.
3447
3448 2007-07-13 Karl Fogel <kfogel@red-bean.com>
3449
3450 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
3451 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
3452 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
3453 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
3454
3455 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
3456
3457 * textmodes/org.el: Bug fixes.
3458 (org-end-of-line): Move to end of line if in headline without tags.
3459
3460 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * vc-hooks.el: Remove spurious * in docstrings.
3463 (vc-handled-backends): Add BZR.
3464
3465 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
3466
3467 2007-07-12 Davis Herring <herring@lanl.gov>
3468
3469 * desktop.el (desktop-buffer-info, desktop-save):
3470 Use `desktop-dirname' instead of `dirname'.
3471
3472 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
3473
3474 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
3475
3476 * progmodes/python.el (python-which-func-length-limit): New var.
3477 (python-which-func): New function.
3478 (python-current-defun): Add optional `length-limit' and try to fit
3479 computed function name to that length.
3480 (python-mode): Hook `python-which-func' up.
3481
3482 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
3483
3484 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
3485
3486 * comint.el (comint-dynamic-complete-as-filename):
3487 Use read-file-name-completion-ignore-case.
3488
3489 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * comint.el (comint-dynamic-list-filename-completions):
3492 Use read-file-name-completion-ignore-case.
3493
3494 * vc-cvs.el: Require CL.
3495 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
3496 New functions to provide completion of revision names.
3497
3498 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
3499 (vc-cvs-annotate-first-line-re): New const.
3500 (vc-cvs-annotate-process-filter): New fun.
3501 (vc-cvs-annotate-command): Use them and run the command asynchronously.
3502
3503 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
3504
3505 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
3506 (eldoc-print-current-symbol-info): Adjust for changed helper
3507 function signatures.
3508 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
3509 `eldoc-highlight-function-argument'.
3510 (eldoc-highlight-function-argument): New function.
3511 (eldoc-get-var-docstring): Format documentation with
3512 `font-lock-variable-name-face'.
3513 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
3514 where suited.
3515 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
3516 (eldoc-beginning-of-sexp): Return number of skipped sexps.
3517
3518 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
3519
3520 * progmodes/compile.el (compilation-start): `start-process' must
3521 still be redefined when calling `start-process-shell-command'.
3522
3523 * progmodes/gud.el (gud-file-name): When `default-directory' is a
3524 remote file name, prepend its remote part to the filename.
3525 (gud-common-init): When `default-directory' is a remote file name,
3526 make the filename relative to it.
3527 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
3528
3529 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
3530
3531 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
3532 mouse binding and a tooltip.
3533
3534 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * menu-bar.el (vc-menu-map): New defalias.
3537
3538 2007-07-10 Richard Stallman <rms@gnu.org>
3539
3540 * emacs-lisp/lisp-mode.el (eval-defun):
3541 Explain special handling of `defface'.
3542
3543 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
3544
3545 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
3546
3547 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
3548
3549 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
3552
3553 * vc-arch.el (vc-arch-complete): Remove.
3554 (vc-arch-revision-completion-table): Use complete-with-action.
3555
3556 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
3557 (complete-with-action): New function.
3558 (dynamic-completion-table): Use it.
3559
3560 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * comint.el (make-comint, make-comint-in-buffer)
3563 (comint-exec-1): Replace `start-process' by `start-file-process'.
3564
3565 * progmodes/compile.el (compilation-start): Revert redefining
3566 `start-process'.
3567
3568 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3569
3570 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
3571 with EOLs when generating MD5 checksums.
3572
3573 * follow.el: Don't change the global map from the follow-mode-map
3574 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
3575 XEmacs code.
3576 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
3577 since `follow-mode' should be used instead for that.
3578
3579 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
3580 (easy-menu-do-define): Use it.
3581 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
3582
3583 * progmodes/compile.el (compilation-auto-jump-to-first-error)
3584 (compilation-auto-jump-to-next): New vars.
3585 (compilation-auto-jump): New function.
3586 (compilation-error-properties): Use them to jump to first error.
3587 (compilation-start): Set the var if requested.
3588
3589 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
3590 duplicates without also removing entries from other directories.
3591
3592 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
3593
3594 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
3595 Remember span as default.
3596 (org-columns-edit-value): Rename from `org-column-edit'.
3597 (org-columns-display-here-title): Rename from
3598 `org-overlay-columns-title'.
3599 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
3600 (org-columns-get-autowidth-alist): Rename from
3601 `org-get-columns-autowidth-alist'.
3602 (org-columns-display-here): Rename from `org-overlay-columns'.
3603 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
3604 (org-columns-quit): Rename from `org-column-quit'.
3605 (org-columns-show-value): Rename from `org-column-show-value'.
3606 (org-columns-content, org-columns-widen)
3607 (org-columns-next-allowed-value)
3608 (org-columns-edit-allowed, org-columns-store-format)
3609 (org-columns-uncompile-format, org-columns-redo)
3610 (org-columns-edit-attributes, org-delete-property)
3611 (org-set-property, org-columns-update)
3612 (org-columns-compute, org-columns-eval)
3613 (org-columns-not-in-agenda, org-columns-compute-all)
3614 (org-property-next-allowed-value)
3615 (org-columns-compile-format)
3616 (org-fill-paragraph-experimental)
3617 (org-string-to-number, org-property-action)
3618 (org-columns-move-left, org-columns-new)
3619 (org-column-number-to-string)
3620 (org-property-previous-allowed-value)
3621 (org-at-property-p, org-columns-delete)
3622 (org-columns-previous-allowed-value)
3623 (org-columns-move-right, org-columns-narrow)
3624 (org-property-get-allowed-values)
3625 (org-verify-version, org-column-string-to-number)
3626 (org-delete-property-globally): New functions.
3627 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
3628 (org-columns-overlays): Rename from `org-column-overlays'.
3629 (org-columns-map): Rename from `org-column-map'.
3630 (org-columns-current-maxwidths): Rename from
3631 `org-current-columns-maxwidths'.
3632 (org-columns-begin-marker, org-columns-current-fmt-compiled)
3633 (org-previous-header-line-format)
3634 (org-columns-inhibit-recalculation)
3635 (org-columns-top-level-marker): New variables.
3636 (org-columns-default-format): Rename from `org-default-columns-format'.
3637 (org-property-re): New constant.
3638
3639 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
3640
3641 * subr.el (looking-at-p, string-match-p): New functions.
3642
3643 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
3644
3645 * textmodes/tex-mode.el (tex-fontify-script)
3646 (tex-font-script-display): New variables to make display of
3647 superscripts and subscripts customizable.
3648 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
3649
3650 2007-07-09 Richard Stallman <rms@gnu.org>
3651
3652 * isearch.el (isearch-edit-string): Call to isearch-push-state
3653 after the search.
3654
3655 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3656
3657 * window.el (fit-window-to-buffer): Remove setting of window-min-height
3658 to 1 as enlarge-window uses the value to resize/shrink windows other
3659 than WINDOW if needed.
3660
3661 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
3662
3663 * cus-start.el (file-coding-system-alist): Fix custom type.
3664
3665 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * longlines.el (longlines-wrap-region): Avoid marking buffer as
3668 modified.
3669 (longlines-auto-wrap, longlines-window-change-function):
3670 Remove unnecessary calls to set-buffer-modified-p.
3671
3672 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
3673
3674 * cus-start.el (file-coding-system-alist): Fix custom type.
3675
3676 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
3679 (vc-cvs-checkout): Remove last arg now unused; simplify.
3680
3681 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
3682
3683 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
3684
3685 * net/tramp.el:
3686 * net/tramp-ftp.el:
3687 * net/tramp-smb.el:
3688 * net/tramp-uu.el:
3689 * net/trampver.el: Migrate to Tramp 2.1.
3690
3691 * net/tramp-cache.el:
3692 * net/tramp-fish.el:
3693 * net/tramp-gw.el: New Tramp packages.
3694
3695 * net/tramp-util.el:
3696 * net/tramp-vc.el: Removed.
3697
3698 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
3699 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
3700
3701 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
3702
3703 * progmodes/compile.el (compilation-start): Redefine
3704 `start-process' temporarily when `default-directory' is remote.
3705 Remove case of synchronous compilation, this won't happen ever.
3706 (compilation-setup): Make local variable `comint-file-name-prefix'
3707 for remote compilation.
3708
3709 2007-07-08 Martin Rudalics <rudalics@gmx.at>
3710
3711 * novice.el (disabled-command-function): Fit window to buffer to
3712 make last line visible.
3713 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3714
3715 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
3716 when handling the terminating event.
3717
3718 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
3719
3720 * calc/calc.el (math-read-number-simple): Remove leading 0s.
3721 (math-bignum-digit-length): Change to optimal value.
3722
3723 * calc/calc-bin.el (math-bignum-logb-digit-size)
3724 (math-bignum-digit-power-of-two): Evaluate when compiled.
3725
3726 * calc/calc-comb.el (math-small-factorial-table)
3727 (math-init-random-base, math-prime-test): Remove unnecessary calls
3728 to `math-read-number-simple'.
3729
3730 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
3731 (math-approx-gamma-const): Add docstrings.
3732
3733 * calc/calc-forms.el (math-julian-date-beginning)
3734 (math-julian-date-beginning-int): New constants.
3735 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
3736 Use the new constants.
3737
3738 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
3739
3740 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3741 Add docstrings.
3742
3743 2007-07-07 Tom Tromey <tromey@redhat.com>
3744
3745 * vc.el (vc-annotate): Jump to line and output message only after the
3746 process is really all done.
3747
3748 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * vc.el (vc-exec-after): Don't move point from the sentinel.
3751 Forcefully read all the remaining text in the pipe upon process exit.
3752 (vc-annotate-display-autoscale, vc-annotate-lines):
3753 Don't stop at the first unrecognized line.
3754 (vc-annotate-display-select): Run autoscale after the process is done
3755 since it depends on the whole result.
3756
3757 2007-07-07 Eli Zaretskii <eliz@gnu.org>
3758
3759 * term/w32-win.el (menu-bar-open): New function.
3760 Bind <f10> to it.
3761
3762 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
3763
3764 * simple.el (start-file-process): New defun.
3765
3766 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * files.el (find-file-confirm-nonexistent-file): Rename from
3769 find-file-confirm-inexistent-file. Update users.
3770
3771 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
3772 format of autoload block where the file's time-stamp is replaced by its
3773 MD5 checksum.
3774 (autoload-generate-file-autoloads): Use MD5 checksum instead of
3775 time-stamp for secondary autoloads files.
3776 (update-directory-autoloads): Remove duplicate entries.
3777 Use time-less-p for time-stamps, as done in autoload-find-destination.
3778
3779 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
3780
3781 * calc/calc.el (math-read-number): Replace number by variable.
3782 (math-read-number-simple): Properly parse small integers.
3783
3784 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3785
3786 * vc.el: Fix doc for the checkout function.
3787
3788 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3789
3790 * vc-hg.el (vc-hg-root): New function.
3791 (vc-hg-registered): Use it.
3792 (vc-hg-diff-tree): New defalias.
3793 (vc-hg-responsible-p): Likewise.
3794 (vc-hg-checkout): Comment out, not needed.
3795 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
3796 (vc-hg-find-version, vc-hg-next-version): New functions.
3797
3798 2007-07-06 Andreas Schwab <schwab@suse.de>
3799
3800 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3801 dynamic bindings around the evaluation of the expression.
3802 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3803
3804 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
3807 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
3808 Use run-hooks rather than run-mode-hooks.
3809
3810 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
3811
3812 * calc/calc-comb.el (math-random-digit): Rename to
3813 `math-random-three-digit-number'.
3814 (math-random-digits): Don't depend on representation of integer.
3815
3816 * calc/calc-bin.el (math-bignum-logb-digit-size)
3817 (math-bignum-digit-power-of-two): New constants.
3818 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
3819 (math-not-bignum, math-clip-bignum): Use the constants
3820 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
3821 instead of their values.
3822 (math-clip): Use math-small-integer-size instead of its value.
3823
3824 * calc/calc.el (math-add-bignum): Replace number by constant.
3825
3826 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * wid-edit.el (widget-documentation-string-value-create):
3829 Insert indentation spaces.
3830
3831 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
3832
3833 * emacs-lisp/byte-opt.el: Revert last change.
3834
3835 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3836
3837 * vc-hooks.el (vc-handled-backends): Add HG.
3838
3839 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
3840
3841 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * complete.el (PC-do-complete-and-exit): Add support for the new
3844 `confirm-only' confirmation mode.
3845
3846 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * cus-edit.el (custom-commands): New variable.
3849 (custom-tool-bar-map): New variable. Initialize using
3850 `custom-commands'.
3851 (custom-mode): Use `custom-tool-bar-map'.
3852 (custom-buffer-create-internal): Insert action buttons only if
3853 tool bar is not used. Use `custom-commands'.
3854 (Custom-help, custom-command-apply): New function.
3855 (custom-command-apply, Custom-set, Custom-save)
3856 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
3857 Use `custom-command-apply' instead of duplicating code.
3858 (customize-group-other-window): Call `customize-group' instead of
3859 duplicating code.
3860 (customize-face-other-window): Call `customize-face' instead of
3861 duplicating code.
3862 (customize-group, customize-face): Add optional args for opening
3863 in another window.
3864 (custom-variable-tag): Don't inherit `variable-pitch' face.
3865 (custom-group-tag): Inherit `variable-pitch' face.
3866 (custom-variable-value-create): Set documentation indentation.
3867 (custom-group-value-create): Make group name a link, instead of
3868 using an extra "go to group" button.
3869 (custom-prompt-variable, custom-group-set, custom-group-save)
3870 (custom-group-reset-current, custom-group-reset-saved)
3871 (custom-group-reset-standard): Minor cleanup.
3872
3873 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
3874
3875 * Makefile.in (bootstrap-prepare): When copying from
3876 ldefs-boot.el, make sure loaddefs.el is writeable.
3877
3878 (bootstrap-prepare): Make $(lisp)/ps-print.el
3879 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
3880
3881 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3882
3883 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
3884 only caller, and delete.
3885 (vc-hg-state): Deal with exceptions and only parse the output on
3886 successful return.
3887 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
3888 caller, and delete.
3889 (vc-hg-workfile-version): Deal with exceptions and only parse the
3890 output on successful return.
3891 (vc-hg-revert): New function.
3892
3893 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
3894
3895 * calculator.el (calculator-expt): Use more cases to determine
3896 the value.
3897
3898 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3899
3900 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3901 file names.
3902
3903 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
3904
3905 * calculator.el (calculator-expt, calculator-integer-p):
3906 New functions.
3907 (calculator-fact): Check to see if the factorial will be too
3908 large before computing it.
3909 (calculator-initial-operators): Use `calculator-expt' to
3910 compute "^".
3911 (calculator-mode): Mention that results which are too large
3912 will return inf.
3913 * calc/calc-comb.el (math-small-factorial-table): Replace list
3914 by vector.
3915
3916 2007-07-03 David Kastrup <dak@gnu.org>
3917
3918 * shell.el: On request of the authors, remove their addresses for
3919 the sake of bug reports, and add the developer list address as
3920 maintainer information.
3921
3922 2007-07-03 Richard Stallman <rms@gnu.org>
3923
3924 * files.el (make-directory): Doc fix.
3925 (find-file-confirm-inexistent-file): Make it a defcustom.
3926 Make nil the default.
3927
3928 2007-07-02 Richard Stallman <rms@gnu.org>
3929
3930 * startup.el (command-line): Set buffer-offer-save in *scratch*
3931 and enable auto-save in it.
3932
3933 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
3934
3935 * textmodes/org.el (orgstruct-mode-map): New variable.
3936 (orgstruct-mode): New minor mode.
3937 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
3938 (orgstruct-make-binding, org-context-p, org-get-local-variables)
3939 (org-run-like-in-org-mode): New functions.
3940 (org-cycle-list-bullet): New command.
3941 (org-special-properties, org-property-start-re)
3942 (org-property-end-re): New constants.
3943 (org-with-point-at): New macro.
3944 (org-get-property-block, org-entry-properties, org-entry-get)
3945 (org-entry-delete, org-entry-get-with-inheritance)
3946 (org-entry-put, org-buffer-property-keys): New functions.
3947 (org-insert-property-drawer): New command.
3948 (org-entry-property-inherited-from): New variable.
3949 (org-column): New face.
3950 (org-column-overlays, org-current-columns-fmt)
3951 (org-current-columns-maxwidths, org-column-map): New variables.
3952 (org-column-menu): New menu.
3953 (org-new-column-overlay, org-overlay-columns)
3954 (org-overlay-columns-title, org-remove-column-overlays)
3955 (org-column-show-value, org-column-quit, org-column-edit): New
3956 functions.
3957 (org-columns, org-agenda-columns): New commands.
3958 (org-get-columns-autowidth-alist): New functions.
3959 (org-properties): New customize group.
3960 (org-default-columns-format): New option.
3961 (org-priority): Realign tags after changing priority.
3962 (org-preserve-lc): New macro.
3963 (org-update-checkbox-count): Catch case when there is no headline.
3964 (org-agenda-quit): Remove any column overlays.
3965 (org-beginning-of-item-list): Fixed bug when non-item line is
3966 indented too deep.
3967 (org-cached-props): New variable.
3968 (org-cached-entry-get): New function.
3969 (org-make-tags-matcher): Handle property matches.
3970 (org-table-recalculate): Swap evaluation order: Field formula
3971 first, then column formulas, but don't allow them to overwrite the
3972 field formulas.
3973 (org-table-eval-formula): New argument untouchable.
3974 (org-table-put-field-property): New function.
3975
3976 2007-07-02 Martin Rudalics <rudalics@gmx.at>
3977
3978 * help-mode.el (help-make-xrefs): Skip spaces too when
3979 skipping tabs.
3980
3981 * ffap.el (dired-at-point-prompter): Improve prompt in
3982 list-directory case.
3983
3984 2007-07-01 Richard Stallman <rms@gnu.org>
3985
3986 * files.el (find-file-visit-truename): Fix safe-local-variable value.
3987
3988 2007-07-01 Richard Stallman <rms@gnu.org>
3989
3990 * cus-start.el (max-mini-window-height): Added.
3991
3992 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
3993
3994 * complete.el (partial-completion-mode): Remove advice of
3995 read-file-name-internal.
3996 (PC-do-completion): Rebind minibuffer-completion-table.
3997 (PC-read-file-name-internal): New function doing what
3998 read-file-name-internal advice did.
3999
4000 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
4001
4002 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
4003 property on a few symbols.
4004 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
4005 (byte-optimize-lapcode): Remove bindings that are not referenced
4006 and certainly will not effect through dynamic scoping.
4007
4008 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * files.el (find-file-confirm-inexistent-file): New var.
4011 (find-file, find-file-other-window, find-file-other-frame)
4012 (find-file-read-only, find-file-read-only-other-window)
4013 (find-file-read-only-other-frame): Use it.
4014
4015 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
4018
4019 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
4020
4021 * generic-x.el (generic-define-mswindows-modes)
4022 (generic-define-unix-modes, apache-log-generic-mode)
4023 (bat-generic-mode-keymap, java-manifest-generic-mode)
4024 (show-tabs-generic-mode): Fix typos in docstrings.
4025
4026 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
4027
4028 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
4029 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
4030 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
4031 (rcirc-print): Never ignore messages from ourself.
4032
4033 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
4036 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
4037
4038 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4039
4040 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4041 replace-regexp-in-string.
4042
4043 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * emacs-lisp/cl.el: Set edebug and indentation before loading
4046 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
4047
4048 2007-06-28 Andreas Schwab <schwab@suse.de>
4049
4050 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4051 $(lisp)/subdirs.el.
4052
4053 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
4054
4055 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4056 the speedbar frame if nil; that deletes the current frame or
4057 causes an error if it is the only frame.
4058 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4059
4060 2007-06-28 Kevin Ryde <user42@zip.com.au>
4061
4062 * textmodes/nroff-mode.el: Groff \# comments.
4063 (nroff-mode-syntax-table): \# comment intro,
4064 plain # as punct per global table.
4065 (nroff-font-lock-keywords): Add # as a single char escape.
4066 (nroff-mode): In comment-start-skip, match \#.
4067
4068 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
4071 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
4072 point-min == 1.
4073
4074 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
4075
4076 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4077 Rename and move to...
4078
4079 * subr.el (strings->string, string->strings): ...here.
4080
4081 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4082 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4083
4084 * progmodes/gud.el (gud-common-init): Call string->strings instead
4085 of split-string.
4086
4087 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
4088
4089 * dired-aux.el: Remove `dired-call-process'.
4090 (dired-check-process): Call `process-file'.
4091
4092 * wdired.el (wdired-do-perm-changes): Call `process-file'.
4093
4094 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
4095 `ange-ftp-process-file'.
4096
4097 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
4100
4101 * emacs-lisp/cl-extra.el:
4102 * emacs-lisp/cl-seq.el:
4103 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
4104 Add autoload cookies on all defs autoloaded manually in cl.el.
4105
4106 * emacs-lisp/cl-loaddefs.el: New file.
4107
4108 * textmodes/texinfmt.el (texinfo-raisesections-alist)
4109 (texinfo-lowersections-alist): Merge definition and declaration.
4110 (texinfo-start-of-header, texinfo-end-of-header): Remove.
4111 (texinfo-format-syntax-table): Merge init into declaration.
4112 (texinfo-format-parse-line-args, texinfo-format-parse-args)
4113 (texinfo-format-parse-defun-args, texinfo-format-node)
4114 (texinfo-push-stack, texinfo-multitable-widths)
4115 (texinfo-define-info-enclosure, texinfo-alias)
4116 (texinfo-format-defindex, batch-texinfo-format): Use push.
4117 (texinfo-footnote-number): Remove duplicate declaration.
4118
4119 * ps-print.el: Update with auto-generated autoloads.
4120
4121 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
4122
4123 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
4126 relative to current dir for file-local settings.
4127 (autoload-generate-file-autoloads): Add `outfile' arg.
4128 (update-directory-autoloads): Use it to directly call
4129 autoload-generate-file-autoloads instead of going through
4130 update-file-autoloads so we avoid redundant searches and so we can know
4131 the set of buffers changed so we can save them all.
4132
4133 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
4134 rather than throwing `up-to-date'.
4135 (autoload-generate-file-autoloads): Adjust correspondingly.
4136 (update-file-autoloads): Be careful to let-bind
4137 autoload-modified-buffers and adjust to new calling conventions.
4138 (autoload-modified-buffers): Make it a dynamically scoped var.
4139 (update-directory-autoloads): Use file-relative-name instead of
4140 autoload-trim-file-name.
4141 (autoload-insert-section-header): Don't use autoload-trim-file-name
4142 since the file is already relative now.
4143 (autoload-trim-file-name): Remove.
4144
4145 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
4146 (vc-arch-complete, vc-arch--version-completion-table)
4147 (vc-arch-revision-completion-table): New functions to provide
4148 completion of revision names.
4149 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
4150 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
4151 to let the user trim the revlib.
4152
4153 * vc.el: Add new VC operation `revision-completion-table'.
4154 (vc-default-revision-completion-table): New function.
4155 (vc-version-diff, vc-version-other-window): Use it to provide
4156 completion of revision names if the backend provides it.
4157
4158 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
4159
4160 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
4161 of newer .svn/entries.
4162
4163 2007-06-25 David Kastrup <dak@gnu.org>
4164
4165 * calc/calc-poly.el (math-padded-polynomial)
4166 (math-partial-fractions): Add some function comments.
4167
4168 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4171 Make `outbuf' optional.
4172 (update-file-autoloads): Use it.
4173
4174 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
4177 (autoload-find-destination): Keep it uptodate.
4178 (autoload-save-buffers): New fun.
4179 (update-file-autoloads): Use it. Re-add the "up to date" message.
4180
4181 * emacs-lisp/autoload.el: Refactor for upcoming changes.
4182 (autoload-find-destination): New function extracted from
4183 update-file-autoloads.
4184 (update-file-autoloads): Use it.
4185 (autoload-generate-file-autoloads): New function extracted from
4186 generate-file-autoloads. Use file-relative-name. Delay computation of
4187 output-start to the first cookie. Remove done-any, replaced by
4188 output-start.
4189 (generate-file-autoloads): Use it.
4190
4191 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4192
4193 * calc/calc-comb.el (math-init-random-base, math-prime-test):
4194 Use math-read-number-simple to insert constants.
4195 (math-prime-test): Redo calculation of sum.
4196
4197 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
4198
4199 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
4200 math-scale-bignum-3.
4201 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
4202 math-bignum-digit-size.
4203 (math-isqrt-small): Add another possible initial guess.
4204
4205 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4206
4207 * textmodes/bibtex.el (bibtex-entry-format): New options
4208 `whitespace', `braces', and `string'.
4209 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4210 (bibtex-field-braces-opt, bibtex-field-strings-opt)
4211 (bibtex-cite-matcher-alist): New variables.
4212 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
4213 (bibtex-flash-head): Use blink-matching-delay.
4214 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
4215 (bibtex-format-entry, bibtex-reformat): Handle new options of
4216 bibtex-entry-format.
4217 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
4218 New functions.
4219 (bibtex-complete-internal): Do not display messages while
4220 minibuffer is used. Do not leave around a completions buffer
4221 that is out of date.
4222 (bibtex-copy-summary-as-kill): New optional arg.
4223 (bibtex-font-lock-url): New optional arg no-button.
4224 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
4225 (bibtex-url): Allow multiple URLs per entry.
4226
4227 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * emacs-lisp/autoload.el (autoload-generated-file): New function.
4230 (update-file-autoloads, update-directory-autoloads): Use it.
4231 (autoload-file-load-name): New function.
4232 (generate-file-autoloads, update-file-autoloads): Use it.
4233 (autoload-find-file): Accept non-absolute argument. Set default-dir.
4234 (generate-file-autoloads): If the autoloaded form is malformed,
4235 indicate the problem with a warning instead of aborting.
4236
4237 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4238
4239 * simple.el (next-error-recenter): Accept `(4)' as well;
4240 also, specify `integer' instead of `number'.
4241
4242 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4243
4244 * ls-lisp.el (insert-directory): If an invalid regexp error is
4245 thrown, try using FILE as a literal file name, not a wildcard.
4246
4247 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
4248
4249 * ruler-mode.el (ruler-mode): Prevent clobbering the original
4250 `header-line-format' when reentering ruler mode.
4251
4252 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4253
4254 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4255 FILE exists as a file.
4256
4257 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
4258
4259 * calc/calc.el (math-bignum-digit-length)
4260 (math-bignum-digit-size, math-small-integer-size):
4261 New constants.
4262 (math-normalize, math-bignum-big, math-make-float)
4263 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
4264 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
4265 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
4266 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
4267 (math-quotient, math-div-bignum, math-div-bignum-digit)
4268 (math-div-bignum-part, math-format-bignum-decimal)
4269 (math-read-bignum): Use math-bignum-digit-length,
4270 math-bignum-digit-size and math-small-integer-size.
4271
4272 * calc/calc-ext.el (math-fixnum-big): Use the variable
4273 math-bignum-digit-size.
4274
4275 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
4276
4277 * log-view.el (log-view-mode-menu): New menu.
4278
4279 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
4282 differently.
4283
4284 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
4285 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
4286
4287 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4288
4289 * vc-hg.el (vc-hg-print-log): Insert the file name.
4290 (vc-hg-log-view-mode): Fontify the file name.
4291
4292 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
4293
4294 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
4295 (calcFunc-julian): Fix incorrect number used in calculations.
4296
4297 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
4298
4299 * simple.el (next-error-recenter): New defcustom.
4300 (next-error, next-error-internal): Recenter if specified,
4301 immediately prior to running `next-error-hook'.
4302
4303 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
4304 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
4305
4306 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
4307
4308 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
4309
4310 * calc/calc-comb.el (math-small-factorial-table): New variable.
4311 (calcFunc-fact): Use `math-small-factorial-table'.
4312
4313 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
4314 initial values.
4315 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
4316 New variables to use in caches.
4317
4318 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
4319 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
4320
4321 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
4322 (math-bernoulli-b-cache): Use math-read-number-simple to insert
4323 bignums.
4324
4325 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4326 New variables to use in caches.
4327
4328 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4329
4330 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
4331
4332 * vc-hg.el (vc-hg-log-view-mode): New mode.
4333
4334 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
4335
4336 * calc/calc.el (math-read-number-simple): New function.
4337
4338 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4341 (vera-font-lock-match-item): Fix doc string.
4342 (vera-in-comment-p): Remove unused function.
4343 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4344 use `syntax-ppss'.
4345 (vera-forward-syntactic-ws): Fix argument order.
4346 (vera-prepare-search): Use `with-syntax-table'.
4347 (vera-indent-line): Fix doc string.
4348 (vera-electric-tab): Fix doc string.
4349 (vera-expand-abbrev): Define alias instead of using `fset'.
4350 (vera-comment-uncomment-region): Use `comment-start-skip'.
4351
4352 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
4353
4354 * textmodes/org.el (org-export-with-footnotes): New option.
4355 (org-export-as-html): Fix replacement bug for XEmacs.
4356 (org-agenda-default-appointment-duration): New option.
4357
4358 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4359
4360 * vc-hg.el: Add to do items.
4361 (vc-hg-diff): Add support for comparing different revisions.
4362 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
4363 (vc-hg-annotate-extract-revision-at-line)
4364 (vc-hg-previous-version, vc-hg-checkin): New functions.
4365 (vc-hg-annotate-re): New constant.
4366
4367 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
4368
4369 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
4370
4371 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
4374 buffer-local value of log-view-*-re if applicable.
4375
4376 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
4377 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
4378 (vc-bzr-command*): Remove both (incompatible) versions.
4379 (vc-bzr-do-command*): Remove.
4380 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
4381 Remove by folding into its only caller vc-bzr-command.
4382 (vc-bzr-command): Always set the environment, even when ineffective.
4383 (vc-bzr-version): Minor fix up.
4384 (vc-bzr-admin-dirname): New var.
4385 (vc-bzr-bzr-dir): Remove.
4386 (vc-bzr-root-dir): New fun.
4387 (vc-bzr-registered): Use it. Add an autoloaded version.
4388 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
4389 (vc-bzr-view-log-function): Remove.
4390 (vc-bzr-log-view-mode): New major mode to replace it.
4391 (vc-bzr-print-log): Only activate the old hack if needed.
4392
4393 * vc.el (vc-default-log-view-mode): New function.
4394 (vc-print-log): Add new `log-view-mode' VC operation.
4395
4396 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
4397
4398 * ido.el (ido-find-file-in-dir): Don't signal an error for
4399 empty directories.
4400
4401 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
4402
4403 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4404 directory where the desktop file was found, as the docstring says.
4405 (desktop-kill): Use `read-directory-name'.
4406
4407 2007-06-20 Alan Mackenzie <acm@muc.de>
4408
4409 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4410 When removing lines, also remove the \n. Correction of patch of
4411 2007-04-21.
4412
4413 2007-06-20 Martin Rudalics <rudalics@gmx.at>
4414
4415 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
4416 event is not a cons cell. Do not unread drag-mouse-1 events.
4417 Select right window in check whether space was stolen from
4418 window above.
4419
4420 * help-mode.el (help-make-xrefs): Adjust position of new forward
4421 button.
4422
4423 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
4424
4425 * vc-bzr.el (vc-bzr-with-process-environment)
4426 (vc-bzr-std-process-invocation): New macros.
4427 (vc-bzr-command, vc-bzr-command*): Use them.
4428 (vc-bzr-with-c-locale): Remove.
4429 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
4430 (vc-bzr-buffer-nonblank-p): New function.
4431 (vc-bzr-state-words): New const.
4432 (vc-bzr-state): Look for `bzr status` keywords in output.
4433 Display everything else as a warning message to the user.
4434 Fix status report with bzr >= 0.15.
4435
4436 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
4437
4438 * vc-hg.el (vc-hg-global-switches): Simplify.
4439 (vc-hg-state): Handle more states.
4440 (vc-hg-diff): Fix doc-string.
4441 (vc-hg-register): New function.
4442 (vc-hg-checkout): Likewise.
4443
4444 2007-06-20 Reto Zimmermann <reto@gnu.org>
4445
4446 * progmodes/vera-mode.el: New file.
4447
4448 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
4449
4450 * calc/calc.el (calc-multiplication-has-precendence):
4451 New variable.
4452 (math-standard-ops, math-standard-ops-p, math-expr-ops):
4453 New functions.
4454 (math-expr-opers): Define using math-standard-ops rather than
4455 math-standard-opers.
4456 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
4457 equal the function math-standard-ops rather than the variable
4458 math-standard-opers.
4459 (calc-algebraic-entry): Let math-expr-opers equal
4460 math-standard-ops or math-expr-ops, as appropriate.
4461 (math-expr-read-level, math-read-factor): Let math-expr-opers
4462 equal math-expr-ops.
4463 * calc/calc-embed.el (calc-embedded-finish-edit):
4464 Let math-expr-opers equal the function math-standard-ops
4465 rather than the variable math-standard-opers.
4466 * calc/calc-ext.el (math-read-plain-expr)
4467 (math-format-flat-expr-fancy): Let math-expr-opers equal the
4468 function math-standard-ops rather than the variable
4469 math-standard-opers.
4470 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
4471 Let math-expr-opers equal the function math-standard-ops rather
4472 than the variable math-standard-opers.
4473 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
4474 equal the function math-standard-ops rather than the variable
4475 math-standard-opers.
4476 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
4477 equal the function math-standard-ops rather than the variable
4478 math-standard-opers.
4479 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
4480 math-expr-ops.
4481
4482 2007-06-19 Ivan Kanis <apple@kanis.eu>
4483
4484 * vc-hg.el: New file.
4485
4486 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
4489 with font-lock-multiline.
4490
4491 2007-06-17 Glenn Morris <rgm@gnu.org>
4492
4493 * lpr.el (lpr-page-header-switches): Move %s to separate element
4494 for correct quoting. Doc fix.
4495
4496 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
4499 than setting sgml-xml-mode.
4500 (sgml-mode, html-mode): Set sgml-xml-mode.
4501 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
4502 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
4503 (sgml-electric-tag-pair-before-change-function)
4504 (sgml-electric-tag-pair-flush-overlays): New functions.
4505 (sgml-electric-tag-pair-mode): New minor mode.
4506 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
4507 (sgml-calculate-indent): Use assoc-string.
4508
4509 2007-06-16 Karl Fogel <kfogel@red-bean.com>
4510
4511 * thingatpt.el (thing-at-point-email-regexp): Don't require two
4512 chars before the "@" in an email address. Andreas Roehler noticed
4513 this problem.
4514
4515 2007-06-15 Karl Fogel <kfogel@red-bean.com>
4516
4517 * thingatpt.el: Add support for email addresses (`email').
4518 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
4519 (thing-at-point-email-regexp): New variable.
4520 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
4521 properties on this symbol, with lambda forms for values.
4522
4523 2007-06-15 Masatake YAMATO <jet@gyve.org>
4524
4525 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
4526
4527 * vc.el (vc-dired-hook): Check the backend returned from
4528 `vc-responsible-backend' can really handle `subdir'.
4529
4530 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * wid-edit.el (widget-add-documentation-string-button):
4533 Fix handling of documentation indent.
4534
4535 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
4536
4537 * mb-depth.el: New file.
4538
4539 2007-06-15 Masatake YAMATO <jet@gyve.org>
4540
4541 * vc.el (vc-dired-mode): Show backend name as part of mode name.
4542
4543 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * wid-edit.el (widget-default-create): Move ?h handling here...
4546 (widget-default-format-handler): ...from here.
4547 (widget-docstring, widget-add-documentation-string-button): New funs.
4548 (documentation-string): Add :visibility-widget property.
4549 (widget-documentation-string-value-create): Use it.
4550
4551 * cus-edit.el (custom-split-regexp-maybe): Simplify.
4552 (custom-buffer-create-internal): Simplify message.
4553 (custom-variable-tag): Reduce height to normal.
4554 (custom-variable-value-create, custom-face-value-create)
4555 (custom-visibility): New widget.
4556 (custom-visibility): New face.
4557 (custom-group-value-create):
4558 Call widget-add-documentation-string-button, using `custom-visibility'.
4559
4560 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * emacs-lisp/bytecomp.el (byte-compile-current-group)
4563 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
4564 change. Apparently the "warning even if the group is implicit" is
4565 a feature rather than a bug.
4566
4567 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
4568
4569 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
4570 Different advices for Emacs and XEmacs. Compile them conditionally.
4571 (viper-version): Belated version change.
4572
4573 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
4574
4575 * follow.el (follow-all-followers, follow-generic-filter):
4576 * pcomplete.el (pcomplete-restore-windows):
4577 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
4578 (x-dnd-drop-data):
4579 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
4580 * progmodes/python.el (python-complete-symbol):
4581 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
4582
4583 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
4584
4585 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
4586 around bright and dim regexps. Make sure bright and dim matches
4587 use word anchors. Send text through rcirc-markup functions.
4588 (rcirc-url-regexp): Add single quote character.
4589 (rcirc-connect): Write logs to disk on auto-save-hook.
4590 Make server a non-optional argument.
4591 (rcirc-log-alist): New variable.
4592 (rcirc-log-directory): Make customizable.
4593 (rcirc-log-flag): New customizable variable.
4594 (rcirc-log): New function.
4595 (rcirc-print): Use above function.
4596 (rcirc-log-write): New function.
4597 (rcirc-generate-new-buffer-name): Strip text properties.
4598 (rcirc-switch-to-buffer-function): Remove variable.
4599 (rcirc-last-non-irc-buffer): Remove variable.
4600 (rcirc-non-irc-buffer): Add function.
4601 (rcirc-next-active-buffer): Use above function.
4602 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
4603 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
4604 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
4605 (rcirc-omit-mode): Add minor-mode.
4606 (rcirc-mode-map): Change C-c C-o binding.
4607 (rcirc-mode): Clear mode-line-process. Use a custom
4608 fill-paragraph-function. Set up buffer-invisibility-spec.
4609 (rcirc-response-formats): Remove timestamp code.
4610 (rcirc-omit-responses): Add variable.
4611 (rcirc-print): Don't put the overlay arrow on potentially omitted
4612 lines. Log line to disk. Record activity for private messages
4613 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
4614 (rcirc-jump-to-first-unread-line): Print message if there is no
4615 unread text.
4616 (rcirc-clear-unread): New function.
4617 (rcirc-markup-text-functions): Add variable.
4618 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
4619 (rcirc-debug): Don't mess with window configuration.
4620 (rcirc-send-message): Send message before printing locally.
4621 Add SILENT argument, do not print message if non-nil.
4622 (rcirc-visible-buffers): New function and variable.
4623 (rcirc-window-configuration-change-1): Add function.
4624 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
4625 server buffer.
4626 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
4627 (rcirc-fill-paragraph): Add function.
4628 (rcirc-record-activity, rcirc-window-configuration-change-1):
4629 Only update the activity string if it has actually changed.
4630 (rcirc-update-activity-string): Remove padding characters from the
4631 mode-line string.
4632 (rcirc-disconnect-buffer): New function to be called when a
4633 channel is parted or the user quits.
4634 (rcirc-server-name): Warn when the server-name hasn't been set.
4635 (rcirc-window-configuration-change): Postpone work until
4636 post-command-hook.
4637 (rcirc-window-configuration-change-1): Update mode-line and
4638 overlay arrows here.
4639 (rcirc-authenticate): Fixc hanserv identification.
4640 (rcirc-default-server): Remove variable.
4641 (rcirc): Connect according to rcirc-connections.
4642 (rcirc-connections): Add variable.
4643 (rcirc-startup-channels-alist): Remove variable.
4644 (rcirc-startup-channels): Remove function.
4645
4646 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
4649
4650 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4651
4652 * term/xterm.el (terminal-init-xterm): Escape parens in character
4653 constants.
4654
4655 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * progmodes/sh-script.el: Remove unneeded * from docstrings.
4658 Use [:alpha:] and [:alnum:] where applicable.
4659 (sh-quoted-subshell): Rewrite to correctly
4660 handle nested mixes of `...` and $(...).
4661 (sh-apply-quoted-subshell): Remove.
4662 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
4663
4664 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
4665
4666 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
4667
4668 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
4669 previous change.
4670
4671 2007-06-12 Tom Tromey <tromey@redhat.com>
4672
4673 * subr.el (user-emacs-directory): New defconst.
4674 * cmuscheme.el (scheme-start-file):
4675 * shell.el (shell):
4676 * completion.el (save-completions-file-name):
4677 * custom.el (custom-theme-directory):
4678 * term/x-win.el (emacs-session-filename):
4679 * filesets.el (filesets-menu-cache-file):
4680 * thumbs.el (thumbs-thumbsdir):
4681 * server.el (server-auth-dir):
4682 * image-dired.el (image-dired-dir):
4683 (image-dired-db-file):
4684 (image-dired-temp-image-file):
4685 (image-dired-gallery-dir):
4686 (image-dired-temp-rotate-image-file):
4687 * play/gamegrid.el (gamegrid-user-score-file-directory):
4688 * savehist.el (savehist-file):
4689 * tutorial.el (tutorial--saved-dir):
4690 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
4691
4692 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
4693
4694 * scroll-lock.el (scroll-lock-mode): Doc fix.
4695
4696 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
4697
4698 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
4699
4700 * ediff-init.el: Doc strings.
4701
4702 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
4705 (byte-compile-file): Bind it.
4706 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
4707 group argument is provided implicitly.
4708 (byte-compile-format-warn, byte-compile-from-buffer)
4709 (byte-compile-insert-header): Don't hardcode point-min==1.
4710 (byte-compile-file-form-require): Remove unused var old-load-list.
4711 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
4712
4713 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
4714
4715 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
4716 Display error messages.
4717 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
4718 Get rid of cl.el dependencies.
4719
4720 * emulation/viper-init.el (viper-suppress-input-method-change-message):
4721 New variable.
4722 (viper-activate-input-method-action)
4723 (viper-inactivate-input-method-action):
4724 Use viper-suppress-input-method-change-message.
4725
4726 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
4727 for C-s, C-r.
4728
4729 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
4730 Use viper-replace-overlay-cursor-color instead of
4731 viper-replace-overlay-cursor-color.
4732 (viper-sit-for-short): Use sit-for with 3 arguments.
4733
4734 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
4735 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
4736 to gud-mode.
4737
4738 * ediff-mult.el (ediff-meta-buffer-brief-message)
4739 (ediff-meta-buffer-verbose-message): New variables.
4740 (ediff-meta-buffer-message): Variable deleted.
4741 (ediff-verbose-help-enabled): New variable.
4742 (ediff-toggle-verbose-help-meta-buffer): New function.
4743 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
4744 message options.
4745
4746 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
4747 (ediff-fixup-patch-map): Improve heuristic.
4748
4749 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
4752 (log-view-font-lock-keywords): Simplify.
4753 (log-view-current-file, log-view-current-tag): Simplify.
4754
4755 2007-06-12 Sam Steingold <sds@gnu.org>
4756
4757 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
4758
4759 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
4760
4761 * desktop.el (desktop-load-locked-desktop): New option.
4762 (desktop-read): Use it.
4763 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4764 Use `when'.
4765
4766 2007-06-12 Davis Herring <herring@lanl.gov>
4767
4768 * desktop.el (desktop-save-mode-off): New function.
4769 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4770 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4771 (desktop-claim-lock, desktop-release-lock): New functions.
4772 (desktop-kill): Tell `desktop-save' that this is the last save.
4773 Release the lock afterwards.
4774 (desktop-buffer-info): New function.
4775 (desktop-save): Use it. Run `desktop-save-hook' where the doc
4776 says to. Detect conflicts, and manage the lock.
4777 (desktop-read): Detect conflicts. Manage the lock.
4778
4779 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
4782
4783 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
4784 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
4785 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
4786 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
4787 keysyms rather than byte sequences.
4788 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
4789
4790 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * font-lock.el (font-lock-add-keywords): In case font-lock was only
4793 half-activated, forcefully activate it completely.
4794
4795 2007-06-11 Richard Stallman <rms@gnu.org>
4796
4797 * cus-edit.el (custom-variable-type): Doc fix.
4798
4799 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4800
4801 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4802 (sh-font-lock-flush-syntax-ppss-cache): New functions.
4803 (sh-font-lock-syntactic-keywords): Use them to distinguish the
4804 different possible cases for \'.
4805
4806 * complete.el (PC-bindings): Don't bind things already bound in the
4807 parent keymap.
4808
4809 * textmodes/bibtex-style.el: New file.
4810
4811 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
4812
4813 * vc-bzr.el: New file.
4814
4815 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * vc-svn.el (vc-svn-program): New var.
4818 (vc-svn-command): Use it.
4819
4820 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * server.el (server-switch-buffer): Remove redundant check.
4823
4824 2007-06-10 Martin Rudalics <rudalics@gmx.at>
4825
4826 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
4827 Match against file-name-nondirectory.
4828 Fix text on user customization variables.
4829 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
4830
4831 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4832
4833 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4834
4835 2007-06-09 Davis Herring <herring@lanl.gov>
4836
4837 * desktop.el (desktop-minor-mode-table): Doc fix.
4838
4839 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * textmodes/css-mode.el (css-navigation-syntax-table):
4842 Use set-char-table-range so it also works in the unicode branch.
4843
4844 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
4845
4846 * help-mode.el (help-xref-forward-stack)
4847 (help-xref-stack-forward-item, help-forward-label): New variables.
4848 (help-forward): New button type.
4849 (help-setup-xref): Initialise help-xref-forward-stack.
4850 (help-make-xrefs): Add forward button, if appropriate.
4851 (help-xref-go-back): Push item on forward stack.
4852 (help-xref-go-forward, help-go-forward): New functions.
4853
4854 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * dired.el (dired-mode-map): Remove spurious separator.
4857
4858 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4859
4860 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4861
4862 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4863 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4864
4865 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
4866
4867 * textmodes/org.el: Version number fixed.
4868
4869 2007-06-07 Glenn Morris <rgm@gnu.org>
4870
4871 * version.el (emacs-copyright): New constant.
4872 * startup.el (fancy-splash-tail): Use emacs-copyright.
4873 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
4874
4875 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
4876 `make-local'.
4877 (byte-compile-warnings-safe-p): Add `make-local'.
4878 (byte-compile-make-variable-buffer-local):
4879 Allow byte-compile-warnings to suppress this warning.
4880
4881 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
4882 format of "menu" description.
4883 (tutorial--find-changed-keys): Describe the specific menu a
4884 command is in.
4885
4886 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
4887 Rewrite compatibility functions to silence byte-compiler.
4888
4889 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4890
4891 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4892 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4893
4894 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
4895
4896 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
4897
4898 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * progmodes/ebrowse.el (ebrowse-member-table):
4901 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
4902 (org-batch-agenda-csv): Fix typos in docstrings.
4903
4904 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4905
4906 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4907 (sort-coding-systems, search-unencodable-char): Doc fixes.
4908 (coding-system-change-eol-conversion, set-default-coding-systems)
4909 (prefer-coding-system, find-multibyte-characters, princ-list)
4910 (leim-list-entry-regexp, set-input-method, locale-language-names)
4911 (input-method-exit-on-first-char, exit-language-environment-hook)
4912 (locale-charset-language-names): Fix typos in docstrings.
4913
4914 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4915
4916 * pgg.el (pgg-sign-region, pgg-sign):
4917 * ses.el (ses-call-printer):
4918 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4919 * textmodes/org.el (org-cycle): Fix typos in docstrings.
4920
4921 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
4922
4923 * textmodes/org.el
4924 (org-export-region-as-html, org-replace-region-by-html)
4925 (org-number-to-letters, org-table-fedit-finish)
4926 (org-normalize-color, org-table-fedit-ref-right)
4927 (org-date-to-gregorian, org-table-fedit-move)
4928 (org-table-convert-refs-to-rc, org-calendar-holiday)
4929 (org-table-fedit-toggle-ref-type, org-write-agenda)
4930 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
4931 (org-defkey, org-encode-for-stdout)
4932 (org-indent-line-function, org-export-as-html-to-buffer)
4933 (org-store-agenda-views, org-update-mode-line)
4934 (org-find-if, org-delete-all)
4935 (org-table-fedit-convert-buffer, org-emphasize)
4936 (org-uniquify, org-table-fedit-lisp-indent)
4937 (org-table-fedit-scroll, org-get-todo-sequence-head)
4938 (org-table-fedit-scroll-down, org-table-fedit-line-down)
4939 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
4940 (org-table-fedit-toggle-coordinates, org-dvipng-color)
4941 (org-table-fedit-line-up, org-table-fedit-ref-down)
4942 (org-table-formula-from-user, org-mode-flyspell-verify)
4943 (org-cycle-show-empty-lines, org-ctrl-c-ret)
4944 (org-table-formula-to-user, org-diary-to-ical-string)
4945 (orgtbl-export, org-table-fedit-post-command)
4946 (org-closed-in-range, org-shiftcontrolright)
4947 (org-table-convert-refs-to-an, org-table-hline-and-move)
4948 (org-table-formula-less-p, org-format-table-ascii)
4949 (org-agenda-get-sexps, org-shift-refpart)
4950 (org-diary-sexp-entry, org-time-string-to-absolute)
4951 (org-table-show-reference, org-letters-to-number)
4952 (org-fix-agenda-info, org-table-fedit-ref-up)
4953 (org-table-fedit-shift-reference, org-table-fedit-abort)
4954 (org-closest-date, org-shiftcontrolleft)
4955 (org-at-heading-or-item-p, org-rematch-and-replace)
4956 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
4957 New functions.
4958 (org-table-edit-scroll-down, org-finish-edit-formulas)
4959 (org-table-edit-next-field, org-abort-edit-formulas)
4960 (org-font-lock-level, org-export-find-first-heading-line)
4961 (org-table-edit-line-down, org-table-edit-backward-field)
4962 (org-edit-formula-lisp-indent, org-table-edit-move)
4963 (org-check-log-option, org-this-word)
4964 (org-table-edit-line-up, org-table-edit-formulas-post-command)
4965 (org-agenda-file-to-end, org-expand-file-name)
4966 (org-fake-empty-table-line, org-table-edit-scroll)
4967 (org-toggle-log-option, org-show-reference): Function removed.
4968 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
4969 New defsubsts.
4970 (org-unmodified, org-batch-store-agenda-views)
4971 (org-batch-agenda-csv): New macro.
4972 (org-agenda-export): New customization group.
4973 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
4974 (org-highest-priority, org-agenda-exporter-settings)
4975 (org-log-done-with-time, org-replace-disputed-keys)
4976 (org-format-latex-header, org-export-table-header-tags)
4977 (org-cycle-separator-lines, org-export-table-data-tags)
4978 (org-icalendar-include-sexps)
4979 (org-empty-line-terminates-plain-lists)
4980 (org-log-repeat, org-special-ctrl-a)
4981 (org-table-use-standard-references, org-disputed-keys)
4982 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
4983 (org-agenda-export-html-style): New option.
4984 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
4985 (org-CUA-compatible): Option removed.
4986 (org-agenda-structure, org-sexp-date): New face.
4987 (org-todo-keywords-for-agenda, org-not-done-keywords)
4988 (org-planning-or-clock-line-re, org-agenda-name)
4989 (org-table-colgroup-info, org-todo-sets)
4990 (constants-unit-system, org-clock-mode-line-entry)
4991 (org-mode-line-timer, org-table-current-begin-pos)
4992 (org-todo-keywords-1, org-mode-line-string)
4993 (org-table-clean-did-remove-column, org-table-fedit-map)
4994 (org-clock-heading, org-table-buffer-is-an)
4995 (org-agenda-info, org-done-keywords)
4996 (org-done-keywords-for-agenda, org-todo-heads)
4997 (org-todo-kwd-alist, org-clock-start-time): New variable.
4998 (org-todo-kwd-priority-p, org-edit-formulas-map)
4999 (org-repeat-re, org-todo-kwd-max-priority)
5000 (org-version, org-done-string)
5001 (org-table-clean-did-remove-column-1, org-disputed-keys):
5002 Remove variables.
5003 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
5004 (org-ts-lengths): Constant removed.
5005 (org-follow-gnus-link): Don't ask how many articles to read.
5006 (org-export-find-first-export-line): Rename from
5007 `org-export-find-first-heading'.
5008 Use `org-export-skip-text-before-1st-heading'.
5009 (org-table-fedit-post-command): Rename from
5010 `org-table-edit-formulas-post-command'.
5011 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
5012 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
5013 (org-table-fedit-lisp-indent): Rename from
5014 `org-edit-formula-lisp-indent'.
5015 (org-table-show-reference): Rename from `org-show-reference'.
5016 (org-table-store-formulas): Use `org-table-formula-less-p'.
5017 (org-table-edit-formulas): Position cursor to current field equation.
5018 (org-update-checkbox-count, org-hide-archived-subtrees)
5019 (org-timestamp-up-day, org-timestamp-down-day)
5020 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5021 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
5022 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
5023 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
5024 Let `org-on-heading-p' also check for invisible heading.
5025 (org-read-date): Match am/pm times.
5026 (org-eval-in-calendar): Fix default date in prompt.
5027
5028 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
5029
5030 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
5031 "ChangeLog.a" entries, giving the latter lower priority.
5032
5033 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
5034
5035 * faces.el (face-id): If the argument is a face alias,
5036 return the ID of the target face.
5037
5038 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
5039
5040 * net/socks.el (top): Remove unnecessary copyright line.
5041
5042 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
5043
5044 * longlines.el (longlines-auto-wrap): Handle argument correctly.
5045
5046 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
5047
5048 * net/socks.el: New file, taken from w3 repository.
5049 (top): Update Copyright. Don't load cl.el.
5050 (all): Replace `case' by `cond', `string-to-int' by
5051 `string-to-number', and `process-kill-without-query' by
5052 `set-process-query-on-exit-flag'.
5053 (socks-char-int): Remove defalias and all occurrences.
5054
5055 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
5056
5057 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
5058 Fix typos in docstrings.
5059 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
5060 (compilation-finish-function): Fix typo in obsolescence declaration.
5061
5062 2007-06-03 Sam Steingold <sds@gnu.org>
5063
5064 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
5065 handle unending automatic recompilation of changed files (`omake -P').
5066 (compilation-loop): VISITED is now 5th CDR.
5067 (compilation-next-error-function): Set TIMESTAMP.
5068
5069 2007-06-03 Sam Steingold <sds@gnu.org>
5070
5071 * files.el (kill-buffer-ask): New function.
5072 (kill-some-buffers): Use it.
5073 (kill-matching-buffers): New user command.
5074
5075 2007-06-01 David Kastrup <dak@gnu.org>
5076
5077 * dired.el (dired-recursive-deletes, dired-recursive-copies):
5078 Change default to `top'.
5079
5080 2007-05-31 Richard Stallman <rms@gnu.org>
5081
5082 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
5083
5084 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * textmodes/css-mode.el: New file.
5087
5088 2007-05-30 Michael Olson <mwolson@gnu.org>
5089
5090 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
5091 died and we are trying to send a signal to it. The program using
5092 tq.el should periodically check to see whether the process has
5093 died and react appropriately -- this is not the responsibility of
5094 tq.el, and is consistent with the rest of the tq.el source code.
5095
5096 2007-05-29 Martin Rudalics <rudalics@gmx.at>
5097
5098 * textmodes/table.el (table--point-entered-cell-function)
5099 (table--point-left-cell-function):
5100 Bind `inhibit-point-motion-hooks' to t.
5101
5102 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5103
5104 * emacs-lisp/rx.el (rx): Doc fix.
5105
5106 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
5107
5108 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
5109
5110 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
5111
5112 Sync with Tramp 2.0.56.
5113
5114 * net/tramp.el:
5115 * net/tramp-ftp.el:
5116 * net/tramp-smb.el:
5117 * net/tramp-util.el:
5118 * net/tramp-vc.el:
5119 Don't load cl.el, because that pollutes the namespace. Replace cl
5120 macros by their implementations where necessary. Requested by
5121 Richard Stallman <rms@gnu.org>.
5122
5123 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
5124 doesn't exist.
5125 (with-parsed-tramp-file-name): Protect debug spec during compilation.
5126 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
5127 (tramp-file-name-p, tramp-file-name-multi-method)
5128 (tramp-file-name-method, tramp-file-name-user)
5129 (tramp-file-name-host, tramp-file-name-localname): New defuns,
5130 replacing defstruct `tramp-file-name'.
5131 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
5132 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
5133 Apply `vector' instead of `make-tramp-file-name'.
5134 (tramp-handle-make-auto-save-file-name):
5135 Apply `tramp-temporary-file-directory' for compatibility reasons.
5136 (tramp-completion-mode): Use `natnump' instead of `wholenump'
5137 because of XEmacs.
5138 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
5139 started.
5140
5141 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
5142
5143 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
5144
5145 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5146
5147 * log-edit.el (log-edit-changelog-paragraph): Return point-max
5148 as the end of the ChangeLog paragraph when it ends without a line
5149 termination.
5150
5151 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
5152
5153 * net/webjump.el (webjump-sample-sites):
5154 Add simple Wikipedia query.
5155
5156 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
5159 compatibility code.
5160
5161 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
5162 (copyright-update-year): Use it.
5163
5164 * edmacro.el (edmacro-format-keys): Use current-active-maps.
5165
5166 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
5167 Add indentation and debugging info. Fix up comment convention.
5168
5169 * cus-dep.el (custom-make-dependencies): Simplify.
5170
5171 * composite.el (compose-region, decompose-region):
5172 Use inhibit-read-only and restore-buffer-modified-p.
5173
5174 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
5175 (xterm-mouse-event): Use it.
5176
5177 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * bs.el (bs-cycle-previous): Don't modify the cycle list until
5180 `switch-to-buffer' has returned succesfully.
5181 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
5182 window is dedicated (it could iconify the frame).
5183
5184 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
5185
5186 * vc-hooks.el (vc-find-root): Fix file attribute test.
5187
5188 2007-05-24 Richard Stallman <rms@gnu.org>
5189
5190 * textmodes/flyspell.el (flyspell-correct-word-before-point):
5191 Don't let opoint be nil.
5192 (flyspell-emacs-popup): Explicit error if no dialogs.
5193
5194 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
5197 (image-next-line, image-previous-line, image-scroll-up)
5198 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
5199 New functions.
5200 (image-mode-map): Remap motion commands.
5201 (image-mode-text-map): New keymap for viewing images as text.
5202 (image-mode): Use image-mode-map.
5203 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
5204
5205 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * textmodes/fill.el (canonically-space-region): Make the second arg
5208 a marker if it's not already the case.
5209
5210 2007-05-23 Eli Zaretskii <eliz@gnu.org>
5211
5212 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
5213 (tar-get-descriptor): Handle type 55, an extended pax header.
5214
5215 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5216
5217 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
5218 to confuse outline-minor-mode.
5219
5220 2007-05-23 Eli Zaretskii <eliz@gnu.org>
5221
5222 * tar-mode.el (tar-file-name-handler): New function.
5223 (tar-extract): Bind file-name-handler-alist to it to force
5224 find-buffer-file-type-coding-system behave as if the file being
5225 extracted existed. Use last-coding-system-used to force
5226 buffer-file-coding-system to what decode-coding-region actually
5227 used to decode the file.
5228
5229 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5230
5231 * progmodes/compile.el (compilation-handle-exit):
5232 `compilation-finish-function' may change the current buffer.
5233
5234 2007-05-22 Richard Stallman <rms@gnu.org>
5235
5236 * files.el (set-auto-mode): Doc fix.
5237
5238 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5239
5240 * help-fns.el (find-source-lisp-file): New function.
5241 (describe-function-1): Use find-source-lisp-file to find source
5242 file in compile tree.
5243
5244 2007-05-22 Eli Zaretskii <eliz@gnu.org>
5245
5246 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5247
5248 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
5249
5250 * emacs-lisp/easy-mmode.el (define-minor-mode)
5251 (easy-mmode-define-navigation): Fix typos in docstrings.
5252
5253 2007-05-22 Glenn Morris <rgm@gnu.org>
5254
5255 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
5256
5257 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
5258
5259 * mail/mail-extr.el (mail-extract-address-components):
5260 Recognize non-ASCII characters except for NBSP as words.
5261
5262 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
5263
5264 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
5265 (rcirc-print): Handle `window-width'.
5266 (rcirc-buffer-maximum-lines): Doc fix.
5267
5268 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * image-mode.el (image-toggle-display): Don't clear image cache.
5271 Only use filename in image spec if the file is readable.
5272 Call image-refresh.
5273
5274 * image.el (image-type-from-file-name, image-type): Simplify.
5275 (image-type-auto-detected-p): Don't scan auto-mode-alist.
5276
5277 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
5278 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
5279
5280 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
5281
5282 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
5283 is an error.
5284
5285 * term/linux.el (terminal-init-linux): Don't signal an error
5286 if gpm isn't running.
5287
5288 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
5289
5290 * t-mouse.el: Reduce to a minor-mode macro call.
5291 (t-mouse-mode): Remove the lighter.
5292
5293 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
5294
5295 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
5296
5297 * files.el (auto-mode-alist): Change the regexp so that
5298 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
5299
5300 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5301
5302 * Version 22.1 released.
5303
5304 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
5305
5306 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
5307 changes.
5308
5309 2007-05-19 Kevin Ryde <user42@zip.com.au>
5310
5311 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
5312
5313 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5314
5315 * textmodes/sgml-mode.el: Revert last change.
5316
5317 2007-05-18 Richard Stallman <rms@gnu.org>
5318
5319 * simple.el (push-mark): Doc fix.
5320
5321 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
5322
5323 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
5324 tpu-global-map.
5325 (tpu-original-global-map): Variable deleted.
5326 (tpu-control-keys-map): New keymap variable.
5327 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
5328 setting keymapping directly.
5329 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
5330 tpu-global-map.
5331 (tpu-edt-on): Activate the tpu-global-map.
5332 (tpu-edt-off): Deactivate the tpu-global-map.
5333
5334 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
5335
5336 * textmodes/ispell.el (ispell-get-word): Return markers
5337 for start and end positions.
5338 (ispell-word): Assume END is a marker.
5339
5340 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5341
5342 * printing.el: Group together all XEmacs/Emacs definitions.
5343 (pr-version): New version 6.9.
5344 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
5345 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
5346 (pr-menu-bind): Fix code.
5347 (pr-e-frame-char-height, pr-e-frame-char-width)
5348 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
5349 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
5350 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
5351 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
5352 (pr-x-event-y-pixel): Aliases eliminated.
5353 (pr-xemacs-global-menubar): Macro moved.
5354 (current-menubar, current-mouse-event, zmacs-region-stays)
5355 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
5356 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
5357 Vars moved.
5358 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
5359 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
5360 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
5361 (pr-menu-set-utility-title, pr-even-or-odd-pages)
5362 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
5363 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
5364 moved.
5365
5366 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
5367
5368 * textmodes/sgml-mode.el (sgml-tag):
5369 Fix bug: Call sgml-transformation-function.
5370
5371 2007-05-17 Martin Rudalics <rudalics@gmx.at>
5372
5373 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
5374 modified flag of buffer. Use `inhibit-modification-hooks'.
5375
5376 2007-05-16 Richard Stallman <rms@gnu.org>
5377
5378 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5379
5380 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * files.el (magic-mode-alist, magic-fallback-mode-alist):
5383 Move the *ml, Postscript, and XmCD entries to the fallback part.
5384
5385 * files.el (magic-fallback-mode-alist):
5386 Rename from file-start-mode-alist.
5387
5388 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5389
5390 * progmodes/compile.el (compilation-handle-exit): Quote first
5391 argument of `run-hook-with-args'.
5392
5393 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
5394
5395 * buff-menu.el (Buffer-menu-sort-column):
5396 * dabbrev.el (dabbrev-upcase-means-case-search):
5397 * dired.el (dired-recursive-deletes, dired-recursive-copies):
5398 * info.el (Info-current-subfile):
5399 * ls-lisp.el (ls-lisp-verbosity):
5400 * msb.el (msb-menu-cond):
5401 * pcvs.el (cvs-dired-use-hook):
5402 * simple.el (set-mark-command-repeat-pop):
5403 * time.el (display-time-24hr-format, display-time-mail-file):
5404 Doc fixes.
5405
5406 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
5407 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
5408
5409 * view.el (view-inhibit-help-message): Fix typo in docstring.
5410 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
5411
5412 2007-05-16 Martin Rudalics <rudalics@gmx.at>
5413
5414 * textmodes/ispell.el (ispell-start-process): Defend against bad
5415 default-directory.
5416
5417 2007-05-14 Eli Zaretskii <eliz@gnu.org>
5418
5419 * mail/rmail.el (rmail-convert-to-babyl-format): Check
5420 content-transfer-encoding _last_, because it's its position that
5421 we need as value of base64-header-field-end.
5422
5423 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
5424
5425 * files.el (mode-require-final-newline, require-final-newline)
5426 (enable-local-variables, enable-local-eval): Doc fixes.
5427
5428 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5429
5430 * ps-print.el: Use default color when foreground or background color
5431 are unspecified. Reported by Leo <sdl.web@gmail.com>.
5432 (ps-print-version): New version 6.7.4.
5433 (ps-rgb-color): New argument. Use default color when color is
5434 unspecified.
5435 (ps-begin-job): Fix code.
5436
5437 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * longlines.el (longlines-mode): Make longlines-auto-wrap
5440 buffer-local. Add hooks unconditionally.
5441 (longlines-auto-wrap): Toggle wrapping.
5442 (longlines-after-change-function)
5443 (longlines-post-command-function): Check longlines-auto-wrap.
5444
5445 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
5446
5447 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
5448 (xterm-mouse-translate): Use it.
5449
5450 2007-05-10 Richard Stallman <rms@gnu.org>
5451
5452 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
5453 (iso-cvt-write-only): Likewise.
5454
5455 * emacs-lisp/easy-mmode.el (define-minor-mode):
5456 Fix generated doc string.
5457
5458 * startup.el (fancy-splash-text): Add URL of guided tour.
5459 Adjust horizontal and vertical whitespace.
5460
5461 * progmodes/compile.el (compilation-handle-exit):
5462 Use run-hook-with-args to run compilation-finish-functions.
5463
5464 * files.el (file-start-mode-alist): New variable.
5465 (magic-mode-regexp-match-limit): Doc fix.
5466 (set-auto-mode): Handle file-start-mode-alist.
5467 A little cleanup of structure.
5468
5469 * dabbrev.el (dabbrev-eliminate-newlines):
5470 Renamed from dabbrev--eliminate-newlines. All uses changed.
5471
5472 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5473
5474 * man.el (Man-next-section): Don't consider the last line of the page
5475 as being part of any section.
5476
5477 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
5480 can take any number of values.
5481
5482 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
5485 to the list of citation commands.
5486
5487 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
5490
5491 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
5492
5493 * progmodes/python.el (python-font-lock-keywords)
5494 (python-open-block-statement-p, python-mode): Add support for the new
5495 "with" keyword.
5496
5497 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
5500 the exact opposite of diff-goto-source.
5501
5502 * emacs-lisp/advice.el (ad-special-forms): Remove.
5503 (ad-special-form-p): Use subr-arity.
5504
5505 * newcomment.el (comment-search-forward): Make sure we search forward.
5506 (comment-enter-backward): Try and distinguish the non-matching case at
5507 EOB from the non-matching case with a missing comment-end-skip for
5508 a 2-char comment ender.
5509 (comment-choose-indent): New function extracted from comment-indent.
5510 Improve the alignment algorithm.
5511 (comment-indent): Use it.
5512
5513 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
5514 XML style Processing Instructions.
5515 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
5516 (sgml-calculate-indent): Handle `pi' context.
5517
5518 * vc.el: Ensure that update-changelog issues an error when used with
5519 a backend that does not implement it.
5520 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
5521 Remove `backend' argument. Use expand-file-name.
5522 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
5523
5524 * progmodes/python.el (python-end-of-block): Revert last change.
5525 (python-end-of-statement): Make sure we move *forward*.
5526
5527 2007-05-08 Richard Stallman <rms@gnu.org>
5528
5529 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5530 Don't include non-self-insert commands in the exception for `-'.
5531
5532 2007-05-08 David Reitter <david.reitter@gmail.com>
5533
5534 * progmodes/python.el (python-guess-indent): Check non-nullness
5535 before comparing indent against the 2..8 interval.
5536
5537 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5538
5539 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
5540 available.
5541
5542 2007-05-06 Richard Stallman <rms@gnu.org>
5543
5544 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
5545
5546 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
5549 rather than storing their value in the revert-buffer function.
5550
5551 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
5552
5553 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
5554 when disabling t-mouse-mode.
5555
5556 2007-05-01 Davis Herring <herring@lanl.gov>
5557
5558 * calendar/timeclock.el: Update version number.
5559 (timeclock-modeline-display): Mention timeclock-use-display-time
5560 in explanatory message.
5561 (timeclock-in): Fix non-interactive workday specifications.
5562 (timeclock-log): Don't kill the log buffer if it already existed.
5563 Suppress warnings when finding the log. Don't check for a nil
5564 project twice. Run hooks after killing the buffer (if applicable).
5565 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
5566 was geometric). All uses changed.
5567 (timeclock-generate-report): Support prefix argument.
5568
5569 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
5570
5571 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
5572 disconnections.
5573
5574 2007-05-01 Romain Francoise <romain@orebokech.com>
5575
5576 * dired-x.el: Revert 2007-04-06 change.
5577
5578 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
5579
5580 * find-dired.el (find-dired-filter): Propertize all text down to eob.
5581
5582 2007-04-29 Richard Stallman <rms@gnu.org>
5583
5584 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
5585
5586 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * progmodes/cc-mode.el (c-before-change): Use point-min rather
5589 than 1.
5590
5591 2007-04-28 Richard Stallman <rms@gnu.org>
5592
5593 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
5594
5595 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
5596
5597 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
5598 don't put stop on toolbar.
5599
5600 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5601
5602 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
5603
5604 2007-04-28 Eli Zaretskii <eliz@gnu.org>
5605
5606 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
5607 instead of $(lisp)/mh-e.
5608
5609 2007-04-28 Glenn Morris <rgm@gnu.org>
5610
5611 * image-dired.el (image-dired-cmd-create-thumbnail-options)
5612 (image-dired-cmd-create-temp-image-options): Replace option
5613 +profile "*" with -strip.
5614
5615 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
5616
5617 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5618 Use window-start and window-end.
5619
5620 2007-04-27 Andreas Schwab <schwab@suse.de>
5621
5622 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
5623
5624 2007-04-27 Eli Zaretskii <eliz@gnu.org>
5625
5626 * textmodes/fill.el (fill-paragraph): Doc fix.
5627
5628 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
5629
5630 * locate.el (locate-in-alternate-database): Doc fix.
5631
5632 2007-04-26 Glenn Morris <rgm@gnu.org>
5633
5634 * button.el (button): Use underline if supported, else fall back
5635 to color.
5636
5637 * version.el (emacs-version): Increase to 22.1.50.
5638
5639 2007-04-25 Richard Stallman <rms@gnu.org>
5640
5641 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
5642
5643 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
5644
5645 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
5646 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
5647 pushing mark.
5648 (idlwave-current-routine): Don't push mark.
5649
5650 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
5651
5652 * image-dired.el (image-dired-display-image): Derive image-type from
5653 filename rather than assuming jpeg, in case no resizing was needed.
5654
5655 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5656
5657 * custom.el (defface): Doc fix.
5658
5659 See ChangeLog.12 for earlier changes.
5660
5661 ;; Local Variables:
5662 ;; coding: iso-2022-7bit
5663 ;; add-log-time-zone-rule: t
5664 ;; End:
5665
5666 Copyright (C) 2007 Free Software Foundation, Inc.
5667
5668 This file is part of GNU Emacs.
5669
5670 GNU Emacs is free software; you can redistribute it and/or modify
5671 it under the terms of the GNU General Public License as published by
5672 the Free Software Foundation; either version 3, or (at your option)
5673 any later version.
5674
5675 GNU Emacs is distributed in the hope that it will be useful,
5676 but WITHOUT ANY WARRANTY; without even the implied warranty of
5677 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5678 GNU General Public License for more details.
5679
5680 You should have received a copy of the GNU General Public License
5681 along with GNU Emacs; see the file COPYING. If not, write to the
5682 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5683 Boston, MA 02110-1301, USA.
5684
5685 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af