Add arch tagline
[emacs/old-mirror.git] / lisp / ChangeLog
blobd575e417465f58928c52cf850d62368b14f114f7
1 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
3         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4         (tar-get-descriptor): Handle type 55, an extended pax header.
6 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
9         to confuse outline-minor-mode.
11 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
13         * tar-mode.el (tar-file-name-handler): New function.
14         (tar-extract): Bind file-name-handler-alist to it to force
15         find-buffer-file-type-coding-system behave as if the file being
16         extracted existed.  Use last-coding-system-used to force
17         buffer-file-coding-system to what decode-coding-region actually
18         used to decode the file.
20 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
22         * progmodes/compile.el (compilation-handle-exit):
23         `compilation-finish-function' may change the current buffer.
25 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27         * help-fns.el (find-source-lisp-file): New function.
28         (describe-function-1): Use find-source-lisp-file to find source
29         file in compile tree.
31 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
33         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
35 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
37         * emacs-lisp/easy-mmode.el (define-minor-mode)
38         (easy-mmode-define-navigation): Fix typos in docstrings.
40 2007-05-22  Glenn Morris  <rgm@gnu.org>
42         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
44 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
46         * mail/mail-extr.el (mail-extract-address-components): Recognize
47         non-ASCII characters except for NBSP as words.
49 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
51         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
52         (rcirc-print): Handle `window-width'.
53         (rcirc-buffer-maximum-lines): Doc fix.
55 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
57         * image-mode.el (image-toggle-display): Don't clear image cache.
58         Only use filename in image spec if the file is readable.  Call
59         image-refresh.
61         * image.el (image-type-from-file-name, image-type): Simplify.
62         (image-type-auto-detected-p): Don't scan auto-mode-alist.
64         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
65         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
67 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
69         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
70         is an error.
72         * term/linux.el (terminal-init-linux): Don't signal an error
73         if gpm isn't running.
75 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
77         * t-mouse.el: Reduce to a minor-mode macro call.
78         (t-mouse-mode): Remove the lighter.
80         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
82 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
84         * files.el (auto-mode-alist): Change the regexp so that
85         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
87 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
89         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
90         changes.
92 2007-05-19  Kevin Ryde  <user42@zip.com.au>
94         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
96 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
98         * textmodes/sgml-mode.el: Revert last change.
100 2007-05-18  Richard Stallman  <rms@gnu.org>
102         * simple.el (push-mark): Doc fix.
104 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
106         * emulation/tpu-edt.el (CSI-map, SS3-map): Moved from global-map to
107         tpu-global-map.
108         (tpu-original-global-map): Variable deleted.
109         (tpu-control-keys-map): New keymap variable.
110         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
111         setting keymapping directly.
112         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
113         tpu-global-map.
114         (tpu-edt-on): Activate the tpu-global-map.
115         (tpu-edt-off): Deactivate the tpu-global-map.
117 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
119         * textmodes/ispell.el (ispell-get-word): Return markers
120         for start and end positions.
121         (ispell-word): Assume END is a marker.
123 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
125         * printing.el: Group together all XEmacs/Emacs definitions.
126         (pr-version): New version 6.9.
127         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
128         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
129         (pr-menu-bind): Fix code.
130         (pr-e-frame-char-height, pr-e-frame-char-width)
131         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
132         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
133         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
134         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
135         (pr-x-event-y-pixel): Aliases eliminated.
136         (pr-xemacs-global-menubar): Macro moved.
137         (current-menubar, current-mouse-event, zmacs-region-stays)
138         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
139         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
140         Vars moved.
141         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
142         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
143         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
144         (pr-menu-set-utility-title, pr-even-or-odd-pages)
145         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
146         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
147         moved.
149 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
151         * textmodes/sgml-mode.el (sgml-tag):
152         Fix bug: Call sgml-transformation-function.
154 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
156         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
157         modified flag of buffer.  Use `inhibit-modification-hooks'.
159 2007-05-16  Richard Stallman  <rms@gnu.org>
161         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
163 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * files.el (magic-mode-alist, magic-fallback-mode-alist):
166         Move the *ml, Postscript, and XmCD entries to the fallback part.
168         * files.el (magic-fallback-mode-alist):
169         Rename from file-start-mode-alist.
171 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
173         * progmodes/compile.el (compilation-handle-exit): Quote first
174         argument of `run-hook-with-args'.
176 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
178         * buff-menu.el (Buffer-menu-sort-column):
179         * dabbrev.el (dabbrev-upcase-means-case-search):
180         * dired.el (dired-recursive-deletes, dired-recursive-copies):
181         * info.el (Info-current-subfile):
182         * ls-lisp.el (ls-lisp-verbosity):
183         * msb.el (msb-menu-cond):
184         * pcvs.el (cvs-dired-use-hook):
185         * simple.el (set-mark-command-repeat-pop):
186         * time.el (display-time-24hr-format, display-time-mail-file):
187         Doc fixes.
189         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
190         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
192         * view.el (view-inhibit-help-message): Fix typo in docstring.
193         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
195 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
197         * textmodes/ispell.el (ispell-start-process): Defend against bad
198         default-directory.
200 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
202         * mail/rmail.el (rmail-convert-to-babyl-format): Check
203         content-transfer-encoding _last_, because it's its position that
204         we need as value of base64-header-field-end.
206 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
208         * files.el (mode-require-final-newline, require-final-newline)
209         (enable-local-variables, enable-local-eval): Doc fixes.
211 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
213         * ps-print.el: Use default color when foreground or background color
214         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
215         (ps-print-version): New version 6.7.4.
216         (ps-rgb-color): New argument.  Use default color when color is
217         unspecified.
218         (ps-begin-job): Fix code.
220 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
222         * longlines.el (longlines-mode): Make longlines-auto-wrap
223         buffer-local.  Add hooks unconditionally.
224         (longlines-auto-wrap): Toggle wrapping.
225         (longlines-after-change-function)
226         (longlines-post-command-function): Check longlines-auto-wrap.
228 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
230         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
231         (xterm-mouse-translate): Use it.
233 2007-05-10  Richard Stallman  <rms@gnu.org>
235         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
236         (iso-cvt-write-only): Likewise.
238         * emacs-lisp/easy-mmode.el (define-minor-mode):
239         Fix generated doc string.
241         * startup.el (fancy-splash-text): Add URL of guided tour.
242         Adjust horizontal and vertical whitespace.
244         * progmodes/compile.el (compilation-handle-exit):
245         Use run-hook-with-args to run compilation-finish-functions.
247         * files.el (file-start-mode-alist): New variable.
248         (magic-mode-regexp-match-limit): Doc fix.
249         (set-auto-mode): Handle file-start-mode-alist.
250         A little cleanup of structure.
252         * dabbrev.el (dabbrev-eliminate-newlines):
253         Renamed from dabbrev--eliminate-newlines.  All uses changed.
255 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
257         * man.el (Man-next-section): Don't consider the last line of the page
258         as being part of any section.
260 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
262         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
263         can take any number of values.
265 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
267         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
268         to the list of citation commands.
270 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
272         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
274 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
276         * progmodes/python.el (python-font-lock-keywords)
277         (python-open-block-statement-p, python-mode): Add support for the new
278         "with" keyword.
280 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
283         the exact opposite of diff-goto-source.
285         * emacs-lisp/advice.el (ad-special-forms): Remove.
286         (ad-special-form-p): Use subr-arity.
288         * newcomment.el (comment-search-forward): Make sure we search forward.
289         (comment-enter-backward): Try and distinguish the non-matching case at
290         EOB from the non-matching case with a missing comment-end-skip for
291         a 2-char comment ender.
292         (comment-choose-indent): New function extracted from comment-indent.
293         Improve the alignment algorithm.
294         (comment-indent): Use it.
296         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
297         XML style Processing Instructions.
298         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
299         (sgml-calculate-indent): Handle `pi' context.
301         * vc.el: Ensure that update-changelog issues an error when used with
302         a backend that does not implement it.
303         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
304         Remove `backend' argument.  Use expand-file-name.
305         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
307         * progmodes/python.el (python-end-of-block): Revert last change.
308         (python-end-of-statement): Make sure we move *forward*.
310 2007-05-08  Richard Stallman  <rms@gnu.org>
312         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
313         Don't include non-self-insert commands in the exception for `-'.
315 2007-05-08  David Reitter  <david.reitter@gmail.com>
317         * progmodes/python.el (python-guess-indent): Check non-nullness
318         before comparing indent against the 2..8 interval.
320 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
322         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
323         available.
325 2007-05-06  Richard Stallman  <rms@gnu.org>
327         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
329 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
332         rather than storing their value in the revert-buffer function.
334 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
336         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
337         when disabling t-mouse-mode.
339 2007-05-01  Davis Herring  <herring@lanl.gov>
341         * calendar/timeclock.el: Update version number.
342         (timeclock-modeline-display): Mention timeclock-use-display-time
343         in explanatory message.
344         (timeclock-in): Fix non-interactive workday specifications.
345         (timeclock-log): Don't kill the log buffer if it already existed.
346         Suppress warnings when finding the log.  Don't check for a nil
347         project twice.  Run hooks after killing the buffer (if applicable).
348         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
349         was geometric).  All uses changed.
350         (timeclock-generate-report): Support prefix argument.
352 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
354         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
355         disconnections.
357 2007-05-01  Romain Francoise  <romain@orebokech.com>
359         * dired-x.el: Revert 2007-04-06 change.
361 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
363         * find-dired.el (find-dired-filter): Propertize all text down to eob.
365 2007-04-29  Richard Stallman  <rms@gnu.org>
367         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
369 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * progmodes/cc-mode.el (c-before-change): Use point-min rather
372         than 1.
374 2007-04-28  Richard Stallman  <rms@gnu.org>
376         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
378 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
380         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
381         don't put stop on toolbar.
383 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
387 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
389         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
390         instead of $(lisp)/mh-e.
392 2007-04-28  Glenn Morris  <rgm@gnu.org>
394         * image-dired.el (image-dired-cmd-create-thumbnail-options)
395         (image-dired-cmd-create-temp-image-options): Replace option
396         +profile "*" with -strip.
398 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
400         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
401         Use window-start and window-end.
403 2007-04-27  Andreas Schwab  <schwab@suse.de>
405         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
407 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
409         * textmodes/fill.el (fill-paragraph): Doc fix.
411 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
413         * locate.el (locate-in-alternate-database): Doc fix.
415 2007-04-26  Glenn Morris  <rgm@gnu.org>
417         * button.el (button): Use underline if supported, else fall back
418         to color.
420         * version.el (emacs-version): Increase to 22.1.50.
422 2007-04-25  Richard Stallman  <rms@gnu.org>
424         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
426 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
428         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
429         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
430         pushing mark.
431         (idlwave-current-routine): Don't push mark.
433 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
435         * image-dired.el (image-dired-display-image): Derive image-type from
436         filename rather than assuming jpeg, in case no resizing was needed.
438 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
440         * custom.el (defface): Doc fix.
442 See ChangeLog.12 for earlier changes.
444 ;; Local Variables:
445 ;; coding: iso-2022-7bit
446 ;; add-log-time-zone-rule: t
447 ;; End:
449     Copyright (C) 2007 Free Software Foundation, Inc.
451   This file is part of GNU Emacs.
453   GNU Emacs is free software; you can redistribute it and/or modify
454   it under the terms of the GNU General Public License as published by
455   the Free Software Foundation; either version 2, or (at your option)
456   any later version.
458   GNU Emacs is distributed in the hope that it will be useful,
459   but WITHOUT ANY WARRANTY; without even the implied warranty of
460   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
461   GNU General Public License for more details.
463   You should have received a copy of the GNU General Public License
464   along with GNU Emacs; see the file COPYING.  If not, write to the
465   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
466   Boston, MA 02110-1301, USA.
468 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af