(vc-arch-command): Also try "baz" and "bzr".
[emacs.git] / lisp / ChangeLog
blobdb8fca98edc147de0e9b74881259e7e59126bf9b
1 2007-06-12  Sam Steingold  <sds@gnu.org>
3         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
5 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
7         * desktop.el (desktop-load-locked-desktop): New option.
8         (desktop-read): Use it.
9         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10         Use `when'.
12 2007-06-12  Davis Herring  <herring@lanl.gov>
14         * desktop.el (desktop-save-mode-off): New function.
15         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
16         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
17         (desktop-claim-lock, desktop-release-lock): New functions.
18         (desktop-kill): Tell `desktop-save' that this is the last save.
19         Release the lock afterwards.
20         (desktop-buffer-info): New function.
21         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
22         says to.  Detect conflicts, and manage the lock.
23         (desktop-read): Detect conflicts.  Manage the lock.
25 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
29         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
30         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
31         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
32         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
33         keysyms rather than byte sequences.
34         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
36 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
39         (sh-font-lock-flush-syntax-ppss-cache): New functions.
40         (sh-font-lock-syntactic-keywords): Use them to distinguish the
41         different possible cases for \'.
43         * complete.el (PC-bindings): Don't bind things already bound in the
44         parent keymap.
46         * textmodes/bibtex-style.el: New file.
48 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
50         * vc-bzr.el: New file.
52 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
54         * vc-svn.el (vc-svn-program): New var.
55         (vc-svn-command): Use it.
57 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
59         * server.el (server-switch-buffer): Remove redundant check.
61 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
63         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
64         Match against file-name-nondirectory.
65         Fix text on user customization variables.
66         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
68 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
70         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
72 2007-06-09  Davis Herring  <herring@lanl.gov>
74         * desktop.el (desktop-minor-mode-table): Doc fix.
76 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * textmodes/css-mode.el (css-navigation-syntax-table):
79         Use set-char-table-range so it also works in the unicode branch.
81 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
83         * help-mode.el (help-xref-forward-stack)
84         (help-xref-stack-forward-item, help-forward-label): New variables.
85         (help-forward): New button type.
86         (help-setup-xref): Initialise help-xref-forward-stack.
87         (help-make-xrefs): Add forward button, if appropriate.
88         (help-xref-go-back): Push item on forward stack.
89         (help-xref-go-forward, help-go-forward): New functions.
91 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
93         * dired.el (dired-mode-map): Remove spurious separator.
95 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
97         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
99         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
100         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
102 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
104         * textmodes/org.el: Version number fixed.
106 2007-06-07  Glenn Morris  <rgm@gnu.org>
108         * version.el (emacs-copyright): New constant.
109         * startup.el (fancy-splash-tail): Use emacs-copyright.
110         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
112         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
113         `make-local'.
114         (byte-compile-warnings-safe-p): Add `make-local'.
115         (byte-compile-make-variable-buffer-local):
116         Allow byte-compile-warnings to suppress this warning.
118         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
119         format of "menu" description.
120         (tutorial--find-changed-keys): Describe the specific menu a
121         command is in.
123         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
124         Rewrite compatibility functions to silence byte-compiler.
126 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
128         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
129         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
131 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
133         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
135 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
137         * progmodes/ebrowse.el (ebrowse-member-table):
138         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
139         (org-batch-agenda-csv): Fix typos in docstrings.
141 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
143         * international/mule-cmds.el (toggle-enable-multibyte-characters)
144         (sort-coding-systems, search-unencodable-char): Doc fixes.
145         (coding-system-change-eol-conversion, set-default-coding-systems)
146         (prefer-coding-system, find-multibyte-characters, princ-list)
147         (leim-list-entry-regexp, set-input-method, locale-language-names)
148         (input-method-exit-on-first-char, exit-language-environment-hook)
149         (locale-charset-language-names): Fix typos in docstrings.
151 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
153         * pgg.el (pgg-sign-region, pgg-sign):
154         * ses.el (ses-call-printer):
155         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
156         * textmodes/org.el (org-cycle): Fix typos in docstrings.
158 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
160         * textmodes/org.el
161         (org-export-region-as-html, org-replace-region-by-html)
162         (org-number-to-letters, org-table-fedit-finish)
163         (org-normalize-color, org-table-fedit-ref-right)
164         (org-date-to-gregorian, org-table-fedit-move)
165         (org-table-convert-refs-to-rc, org-calendar-holiday)
166         (org-table-fedit-toggle-ref-type, org-write-agenda)
167         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
168         (org-defkey, org-encode-for-stdout)
169         (org-indent-line-function, org-export-as-html-to-buffer)
170         (org-store-agenda-views, org-update-mode-line)
171         (org-find-if, org-delete-all)
172         (org-table-fedit-convert-buffer, org-emphasize)
173         (org-uniquify, org-table-fedit-lisp-indent)
174         (org-table-fedit-scroll, org-get-todo-sequence-head)
175         (org-table-fedit-scroll-down, org-table-fedit-line-down)
176         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
177         (org-table-fedit-toggle-coordinates, org-dvipng-color)
178         (org-table-fedit-line-up, org-table-fedit-ref-down)
179         (org-table-formula-from-user, org-mode-flyspell-verify)
180         (org-cycle-show-empty-lines, org-ctrl-c-ret)
181         (org-table-formula-to-user, org-diary-to-ical-string)
182         (orgtbl-export, org-table-fedit-post-command)
183         (org-closed-in-range, org-shiftcontrolright)
184         (org-table-convert-refs-to-an, org-table-hline-and-move)
185         (org-table-formula-less-p, org-format-table-ascii)
186         (org-agenda-get-sexps, org-shift-refpart)
187         (org-diary-sexp-entry, org-time-string-to-absolute)
188         (org-table-show-reference, org-letters-to-number)
189         (org-fix-agenda-info, org-table-fedit-ref-up)
190         (org-table-fedit-shift-reference, org-table-fedit-abort)
191         (org-closest-date, org-shiftcontrolleft)
192         (org-at-heading-or-item-p, org-rematch-and-replace)
193         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
194         New functions.
195         (org-table-edit-scroll-down, org-finish-edit-formulas)
196         (org-table-edit-next-field, org-abort-edit-formulas)
197         (org-font-lock-level, org-export-find-first-heading-line)
198         (org-table-edit-line-down, org-table-edit-backward-field)
199         (org-edit-formula-lisp-indent, org-table-edit-move)
200         (org-check-log-option, org-this-word)
201         (org-table-edit-line-up, org-table-edit-formulas-post-command)
202         (org-agenda-file-to-end, org-expand-file-name)
203         (org-fake-empty-table-line, org-table-edit-scroll)
204         (org-toggle-log-option, org-show-reference): Function removed.
205         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
206         New defsubsts.
207         (org-unmodified, org-batch-store-agenda-views)
208         (org-batch-agenda-csv): New macro.
209         (org-agenda-export): New customization group.
210         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
211         (org-highest-priority, org-agenda-exporter-settings)
212         (org-log-done-with-time, org-replace-disputed-keys)
213         (org-format-latex-header, org-export-table-header-tags)
214         (org-cycle-separator-lines, org-export-table-data-tags)
215         (org-icalendar-include-sexps)
216         (org-empty-line-terminates-plain-lists)
217         (org-log-repeat, org-special-ctrl-a)
218         (org-table-use-standard-references, org-disputed-keys)
219         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
220         (org-agenda-export-html-style): New option.
221         (org-allow-auto-repeat,  org-agenda-remove-tags-when-in-prefix)
222         (org-CUA-compatible): Option removed.
223         (org-agenda-structure,  org-sexp-date): New face.
224         (org-todo-keywords-for-agenda, org-not-done-keywords)
225         (org-planning-or-clock-line-re, org-agenda-name)
226         (org-table-colgroup-info, org-todo-sets)
227         (constants-unit-system, org-clock-mode-line-entry)
228         (org-mode-line-timer, org-table-current-begin-pos)
229         (org-todo-keywords-1, org-mode-line-string)
230         (org-table-clean-did-remove-column, org-table-fedit-map)
231         (org-clock-heading, org-table-buffer-is-an)
232         (org-agenda-info, org-done-keywords)
233         (org-done-keywords-for-agenda, org-todo-heads)
234         (org-todo-kwd-alist, org-clock-start-time): New variable.
235         (org-todo-kwd-priority-p, org-edit-formulas-map)
236         (org-repeat-re, org-todo-kwd-max-priority)
237         (org-version, org-done-string)
238         (org-table-clean-did-remove-column-1, org-disputed-keys):
239         Remove Variables.
240         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
241         (org-ts-lengths): Constant removed.
242         (org-follow-gnus-link): Don't ask how many articles to read.
243         (org-export-find-first-export-line): Rename from
244         `org-export-find-first-heading'.
245         Use `org-export-skip-text-before-1st-heading'.
246         (org-table-fedit-post-command): Rename from
247         `org-table-edit-formulas-post-command'.
248         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
249         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
250         (org-table-fedit-lisp-indent): Rename from
251         `org-edit-formula-lisp-indent'.
252         (org-table-show-reference): Rename from `org-show-reference'.
253         (org-table-store-formulas): Use `org-table-formula-less-p'.
254         (org-table-edit-formulas): Position cursor to current field equation.
255         (org-update-checkbox-count, org-hide-archived-subtrees)
256         (org-timestamp-up-day, org-timestamp-down-day)
257         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
258         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
259         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
260         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
261         Let `org-on-heading-p' also check for invisible heading.
262         (org-read-date): Match am/pm times.
263         (org-eval-in-calendar): Fix default date in prompt.
265 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
267         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
268         "ChangeLog.a" entries, giving the latter lower priority.
270 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
272         * faces.el (face-id): If the argument is a face alias,
273         return the ID of the target face.
275 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
277         * net/socks.el (top): Remove unnecessary copyright line.
279 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
281         * longlines.el (longlines-auto-wrap): Handle argument correctly.
283 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
285         * net/socks.el: New file, taken from w3 repository.
286         (top): Update Copyright.  Don't load cl.el.
287         (all): Replace `case' by `cond', `string-to-int' by
288         `string-to-number', and `process-kill-without-query' by
289         `set-process-query-on-exit-flag'.
290         (socks-char-int): Remove defalias and all occurencies.
292 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
294         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
295         Fix typos in docstrings.
296         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
297         (compilation-finish-function): Fix typo in obsolescence declaration.
299 2007-06-03  Sam Steingold  <sds@gnu.org>
301         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
302         handle unending automatic recompilation of changed files (`omake -P').
303         (compilation-loop): VISITED is now 5th CDR.
304         (compilation-next-error-function): Set TIMESTAMP.
306 2007-06-03  Sam Steingold  <sds@gnu.org>
308         * files.el (kill-buffer-ask): New function.
309         (kill-some-buffers): Use it.
310         (kill-matching-buffers): New user command.
312 2007-06-01  David Kastrup  <dak@gnu.org>
314         * dired.el (dired-recursive-deletes, dired-recursive-copies):
315         Change default to `top'.
317 2007-05-31  Richard Stallman  <rms@gnu.org>
319         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
321 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
323         * textmodes/css-mode.el: New file.
325 2007-05-30  Michael Olson  <mwolson@gnu.org>
327         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
328         died and we are trying to send a signal to it.  The program using
329         tq.el should periodically check to see whether the process has
330         died and react appropriately -- this is not the responsibility of
331         tq.el, and is consistent with the rest of the tq.el source code.
333 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
335         * textmodes/table.el (table--point-entered-cell-function)
336         (table--point-left-cell-function):
337         Bind `inhibit-point-motion-hooks' to t.
339 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
341         * emacs-lisp/rx.el (rx): Doc fix.
343 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
345         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
347 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
349         Sync with Tramp 2.0.56.
351         * net/tramp.el:
352         * net/tramp-ftp.el:
353         * net/tramp-smb.el:
354         * net/tramp-util.el:
355         * net/tramp-vc.el:
356         Don't load cl.el, because that pollutes the namespace.  Replace cl
357         macros by their implementations where necessary.  Requested by
358         Richard Stallman <rms@gnu.org>.
360         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
361         doesn't exist.
362         (with-parsed-tramp-file-name): Protect debug spec during compilation.
363         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
364         (tramp-file-name-p, tramp-file-name-multi-method)
365         (tramp-file-name-method, tramp-file-name-user)
366         (tramp-file-name-host, tramp-file-name-localname): New defuns,
367         replacing defstruct `tramp-file-name'.
368         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
369         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
370         Apply `vector' instead of `make-tramp-file-name'.
371         (tramp-handle-make-auto-save-file-name):
372         Apply `tramp-temporary-file-directory' for compatibility reasons.
373         (tramp-completion-mode): Use `natnump' instead of `wholenump'
374         because of XEmacs.
375         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
376         started.
378 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
380         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
382 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
384         * log-edit.el (log-edit-changelog-paragraph): Return point-max
385         as the end of the ChangeLog paragraph when it ends without a line
386         termination.
388 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
390         * net/webjump.el (webjump-sample-sites):
391         Add simple Wikipedia query.
393 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
395         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
396         compatibiity code.
398         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
399         (copyright-update-year): Use it.
401         * edmacro.el (edmacro-format-keys): Use current-active-maps.
403         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
404         Add indentation and debugging info.  Fix up comment convention.
406         * cus-dep.el (custom-make-dependencies): Simplify.
408         * composite.el (compose-region, decompose-region):
409         Use inhibit-read-only and restore-buffer-modified-p.
411         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
412         (xterm-mouse-event): Use it.
414 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
416         * bs.el (bs-cycle-previous): Don't modify the cycle list until
417         `switch-to-buffer' has returned succesfully.
418         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
419         window is dedicated (it could iconify the frame).
421 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
423         * vc-hooks.el (vc-find-root): Fix file attribute test.
425 2007-05-24  Richard Stallman  <rms@gnu.org>
427         * textmodes/flyspell.el (flyspell-correct-word-before-point):
428         Don't let opoint be nil.
429         (flyspell-emacs-popup): Explicit error if no dialogs.
431 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
433         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
434         (image-next-line, image-previous-line, image-scroll-up)
435         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
436         New functions.
437         (image-mode-map): Remap motion commands.
438         (image-mode-text-map): New keymap for viewing images as text.
439         (image-mode): Use image-mode-map.
440         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
442 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * textmodes/fill.el (canonically-space-region): Make the second arg
445         a marker if it's not already the case.
447 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
449         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
450         (tar-get-descriptor): Handle type 55, an extended pax header.
452 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
455         to confuse outline-minor-mode.
457 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
459         * tar-mode.el (tar-file-name-handler): New function.
460         (tar-extract): Bind file-name-handler-alist to it to force
461         find-buffer-file-type-coding-system behave as if the file being
462         extracted existed.  Use last-coding-system-used to force
463         buffer-file-coding-system to what decode-coding-region actually
464         used to decode the file.
466 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
468         * progmodes/compile.el (compilation-handle-exit):
469         `compilation-finish-function' may change the current buffer.
471 2007-05-22  Richard Stallman  <rms@gnu.org>
473         * files.el (set-auto-mode): Doc fix.
475 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
477         * help-fns.el (find-source-lisp-file): New function.
478         (describe-function-1): Use find-source-lisp-file to find source
479         file in compile tree.
481 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
483         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
485 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
487         * emacs-lisp/easy-mmode.el (define-minor-mode)
488         (easy-mmode-define-navigation): Fix typos in docstrings.
490 2007-05-22  Glenn Morris  <rgm@gnu.org>
492         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
494 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
496         * mail/mail-extr.el (mail-extract-address-components):
497         Recognize non-ASCII characters except for NBSP as words.
499 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
501         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
502         (rcirc-print): Handle `window-width'.
503         (rcirc-buffer-maximum-lines): Doc fix.
505 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
507         * image-mode.el (image-toggle-display): Don't clear image cache.
508         Only use filename in image spec if the file is readable.
509         Call image-refresh.
511         * image.el (image-type-from-file-name, image-type): Simplify.
512         (image-type-auto-detected-p): Don't scan auto-mode-alist.
514         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
515         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
517 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
519         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
520         is an error.
522         * term/linux.el (terminal-init-linux): Don't signal an error
523         if gpm isn't running.
525 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
527         * t-mouse.el: Reduce to a minor-mode macro call.
528         (t-mouse-mode): Remove the lighter.
530         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
532 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
534         * files.el (auto-mode-alist): Change the regexp so that
535         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
537 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
539         * Version 22.1 released.
541 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
543         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
544         changes.
546 2007-05-19  Kevin Ryde  <user42@zip.com.au>
548         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
550 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
552         * textmodes/sgml-mode.el: Revert last change.
554 2007-05-18  Richard Stallman  <rms@gnu.org>
556         * simple.el (push-mark): Doc fix.
558 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
560         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
561         tpu-global-map.
562         (tpu-original-global-map): Variable deleted.
563         (tpu-control-keys-map): New keymap variable.
564         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
565         setting keymapping directly.
566         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
567         tpu-global-map.
568         (tpu-edt-on): Activate the tpu-global-map.
569         (tpu-edt-off): Deactivate the tpu-global-map.
571 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
573         * textmodes/ispell.el (ispell-get-word): Return markers
574         for start and end positions.
575         (ispell-word): Assume END is a marker.
577 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
579         * printing.el: Group together all XEmacs/Emacs definitions.
580         (pr-version): New version 6.9.
581         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
582         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
583         (pr-menu-bind): Fix code.
584         (pr-e-frame-char-height, pr-e-frame-char-width)
585         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
586         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
587         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
588         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
589         (pr-x-event-y-pixel): Aliases eliminated.
590         (pr-xemacs-global-menubar): Macro moved.
591         (current-menubar, current-mouse-event, zmacs-region-stays)
592         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
593         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
594         Vars moved.
595         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
596         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
597         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
598         (pr-menu-set-utility-title, pr-even-or-odd-pages)
599         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
600         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
601         moved.
603 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
605         * textmodes/sgml-mode.el (sgml-tag):
606         Fix bug: Call sgml-transformation-function.
608 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
610         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
611         modified flag of buffer.  Use `inhibit-modification-hooks'.
613 2007-05-16  Richard Stallman  <rms@gnu.org>
615         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
617 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
619         * files.el (magic-mode-alist, magic-fallback-mode-alist):
620         Move the *ml, Postscript, and XmCD entries to the fallback part.
622         * files.el (magic-fallback-mode-alist):
623         Rename from file-start-mode-alist.
625 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
627         * progmodes/compile.el (compilation-handle-exit): Quote first
628         argument of `run-hook-with-args'.
630 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
632         * buff-menu.el (Buffer-menu-sort-column):
633         * dabbrev.el (dabbrev-upcase-means-case-search):
634         * dired.el (dired-recursive-deletes, dired-recursive-copies):
635         * info.el (Info-current-subfile):
636         * ls-lisp.el (ls-lisp-verbosity):
637         * msb.el (msb-menu-cond):
638         * pcvs.el (cvs-dired-use-hook):
639         * simple.el (set-mark-command-repeat-pop):
640         * time.el (display-time-24hr-format, display-time-mail-file):
641         Doc fixes.
643         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
644         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
646         * view.el (view-inhibit-help-message): Fix typo in docstring.
647         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
649 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
651         * textmodes/ispell.el (ispell-start-process): Defend against bad
652         default-directory.
654 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
656         * mail/rmail.el (rmail-convert-to-babyl-format): Check
657         content-transfer-encoding _last_, because it's its position that
658         we need as value of base64-header-field-end.
660 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
662         * files.el (mode-require-final-newline, require-final-newline)
663         (enable-local-variables, enable-local-eval): Doc fixes.
665 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
667         * ps-print.el: Use default color when foreground or background color
668         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
669         (ps-print-version): New version 6.7.4.
670         (ps-rgb-color): New argument.  Use default color when color is
671         unspecified.
672         (ps-begin-job): Fix code.
674 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
676         * longlines.el (longlines-mode): Make longlines-auto-wrap
677         buffer-local.  Add hooks unconditionally.
678         (longlines-auto-wrap): Toggle wrapping.
679         (longlines-after-change-function)
680         (longlines-post-command-function): Check longlines-auto-wrap.
682 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
684         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
685         (xterm-mouse-translate): Use it.
687 2007-05-10  Richard Stallman  <rms@gnu.org>
689         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
690         (iso-cvt-write-only): Likewise.
692         * emacs-lisp/easy-mmode.el (define-minor-mode):
693         Fix generated doc string.
695         * startup.el (fancy-splash-text): Add URL of guided tour.
696         Adjust horizontal and vertical whitespace.
698         * progmodes/compile.el (compilation-handle-exit):
699         Use run-hook-with-args to run compilation-finish-functions.
701         * files.el (file-start-mode-alist): New variable.
702         (magic-mode-regexp-match-limit): Doc fix.
703         (set-auto-mode): Handle file-start-mode-alist.
704         A little cleanup of structure.
706         * dabbrev.el (dabbrev-eliminate-newlines):
707         Renamed from dabbrev--eliminate-newlines.  All uses changed.
709 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
711         * man.el (Man-next-section): Don't consider the last line of the page
712         as being part of any section.
714 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
717         can take any number of values.
719 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
721         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
722         to the list of citation commands.
724 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
728 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
730         * progmodes/python.el (python-font-lock-keywords)
731         (python-open-block-statement-p, python-mode): Add support for the new
732         "with" keyword.
734 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
736         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
737         the exact opposite of diff-goto-source.
739         * emacs-lisp/advice.el (ad-special-forms): Remove.
740         (ad-special-form-p): Use subr-arity.
742         * newcomment.el (comment-search-forward): Make sure we search forward.
743         (comment-enter-backward): Try and distinguish the non-matching case at
744         EOB from the non-matching case with a missing comment-end-skip for
745         a 2-char comment ender.
746         (comment-choose-indent): New function extracted from comment-indent.
747         Improve the alignment algorithm.
748         (comment-indent): Use it.
750         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
751         XML style Processing Instructions.
752         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
753         (sgml-calculate-indent): Handle `pi' context.
755         * vc.el: Ensure that update-changelog issues an error when used with
756         a backend that does not implement it.
757         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
758         Remove `backend' argument.  Use expand-file-name.
759         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
761         * progmodes/python.el (python-end-of-block): Revert last change.
762         (python-end-of-statement): Make sure we move *forward*.
764 2007-05-08  Richard Stallman  <rms@gnu.org>
766         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
767         Don't include non-self-insert commands in the exception for `-'.
769 2007-05-08  David Reitter  <david.reitter@gmail.com>
771         * progmodes/python.el (python-guess-indent): Check non-nullness
772         before comparing indent against the 2..8 interval.
774 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
776         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
777         available.
779 2007-05-06  Richard Stallman  <rms@gnu.org>
781         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
783 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
786         rather than storing their value in the revert-buffer function.
788 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
790         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
791         when disabling t-mouse-mode.
793 2007-05-01  Davis Herring  <herring@lanl.gov>
795         * calendar/timeclock.el: Update version number.
796         (timeclock-modeline-display): Mention timeclock-use-display-time
797         in explanatory message.
798         (timeclock-in): Fix non-interactive workday specifications.
799         (timeclock-log): Don't kill the log buffer if it already existed.
800         Suppress warnings when finding the log.  Don't check for a nil
801         project twice.  Run hooks after killing the buffer (if applicable).
802         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
803         was geometric).  All uses changed.
804         (timeclock-generate-report): Support prefix argument.
806 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
808         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
809         disconnections.
811 2007-05-01  Romain Francoise  <romain@orebokech.com>
813         * dired-x.el: Revert 2007-04-06 change.
815 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
817         * find-dired.el (find-dired-filter): Propertize all text down to eob.
819 2007-04-29  Richard Stallman  <rms@gnu.org>
821         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
823 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * progmodes/cc-mode.el (c-before-change): Use point-min rather
826         than 1.
828 2007-04-28  Richard Stallman  <rms@gnu.org>
830         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
832 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
834         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
835         don't put stop on toolbar.
837 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
839         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
841 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
843         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
844         instead of $(lisp)/mh-e.
846 2007-04-28  Glenn Morris  <rgm@gnu.org>
848         * image-dired.el (image-dired-cmd-create-thumbnail-options)
849         (image-dired-cmd-create-temp-image-options): Replace option
850         +profile "*" with -strip.
852 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
854         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
855         Use window-start and window-end.
857 2007-04-27  Andreas Schwab  <schwab@suse.de>
859         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
861 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
863         * textmodes/fill.el (fill-paragraph): Doc fix.
865 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
867         * locate.el (locate-in-alternate-database): Doc fix.
869 2007-04-26  Glenn Morris  <rgm@gnu.org>
871         * button.el (button): Use underline if supported, else fall back
872         to color.
874         * version.el (emacs-version): Increase to 22.1.50.
876 2007-04-25  Richard Stallman  <rms@gnu.org>
878         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
880 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
882         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
883         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
884         pushing mark.
885         (idlwave-current-routine): Don't push mark.
887 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
889         * image-dired.el (image-dired-display-image): Derive image-type from
890         filename rather than assuming jpeg, in case no resizing was needed.
892 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
894         * custom.el (defface): Doc fix.
896 See ChangeLog.12 for earlier changes.
898 ;; Local Variables:
899 ;; coding: iso-2022-7bit
900 ;; add-log-time-zone-rule: t
901 ;; End:
903     Copyright (C) 2007 Free Software Foundation, Inc.
905   This file is part of GNU Emacs.
907   GNU Emacs is free software; you can redistribute it and/or modify
908   it under the terms of the GNU General Public License as published by
909   the Free Software Foundation; either version 2, or (at your option)
910   any later version.
912   GNU Emacs is distributed in the hope that it will be useful,
913   but WITHOUT ANY WARRANTY; without even the implied warranty of
914   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
915   GNU General Public License for more details.
917   You should have received a copy of the GNU General Public License
918   along with GNU Emacs; see the file COPYING.  If not, write to the
919   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
920   Boston, MA 02110-1301, USA.
922 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af