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