(next-error-recenter): New defcustom.
[emacs.git] / lisp / ChangeLog
bloba38e26710f0c813ab923b5d5c90963057c120a40
1 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
3         * simple.el (next-error-recenter): New defcustom.
4         (next-error, next-error-internal): Recenter if specified,
5         immediately prior to running `next-error-hook'.
7 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
9         * calc/calc-comb.el (math-small-factorial-table): New variable.
10         (calcFunc-fact): Use `math-small-factorial-table'.
12         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
13         initial values.
14         (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
15         New variables to use in caches.
17         * calc/calc-forms.el (math-format-date-part)
18         (math-parse-standard-date,calcFunc-julian):
19         Use `math-read-number-simple' to insert bignums.
21         * calc/calc-func.el (math-besJ0,math-besJ1,math-besY0,math-besY1)
22         (math-bernoulli-b-cache): Use math-read-number-simple to insert
23         bignums.
25         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
26         New variables to use in caches.
28 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
30         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address
31         regexp.
33         * vc-hg.el (vc-hg-log-view-mode): New mode.
35 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
37         * calc/calc.el (math-read-number-simple): New function.
39 2007-06-21  Reto Zimmermann  <reto@gnu.org>
41         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
42         (vera-font-lock-match-item): Fix doc string.
43         (vera-in-comment-p): Remove unused function.
44         (vera-skip-forward-literal,vera-skip-backward-literal): Improve code,
45         use `syntax-ppss'.
46         (vera-forward-syntactic-ws): Fix argument order.
47         (vera-prepare-search): Use `with-syntax-table'.
48         (vera-indent-line): Fix doc string.
49         (vera-electric-tab): Fix doc string.
50         (vera-expand-abbrev): Define alias instead of using `fset'.
51         (vera-comment-uncomment-region): Use `comment-start-skip'.
53 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
55         * textmodes/org.el  (org-export-with-footnotes): New option.
56         (org-export-as-html): Fixed replacement bug for XEmacs.
57         (org-agenda-default-appointment-duration): New option.
59 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
61         * vc-hg.el: Add to do items.
62         (vc-hg-diff): Add support for comparing different revisions.
63         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
64         (vc-hg-annotate-extract-revision-at-line)
65         (vc-hg-previous-version, vc-hg-checkin): New functions.
66         (vc-hg-annotate-re): New constant.
68 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
70         * calc/calc.el (math-standard-ops): Fix precedence of
71         multiplication.
73 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * vc.el (vc-default-log-view-mode): New function.
76         (vc-print-log): Add new `log-view-mode' VC operation.
78 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
80         * ido.el (ido-find-file-in-dir): Don't signal an error for
81         empty directories.
83         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
85         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
86         directory where the desktop file was found, as the docstring says.
87         (desktop-kill): Use `read-directory-name'.
89 2007-06-20  Alan Mackenzie  <acm@muc.de>
91         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
92         When removing lines, also remove the \n.  Correction of patch of
93         2007-04-21.
95 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
97         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
98         event is not a cons cell.  Do not unread drag-mouse-1 events.
99         Select right window in check whether space was stolen from
100         window above.
102         * help-mode.el (help-make-xrefs): Adjust position of new forward
103         button.
105 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
107         * vc-bzr.el (vc-bzr-with-process-environment)
108         (vc-bzr-std-process-invocation): New macros.
109         (vc-bzr-command, vc-bzr-command*): Use them.
110         (vc-bzr-with-c-locale): Remove.
111         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
112         (vc-bzr-buffer-nonblank-p): New function.
113         (vc-bzr-state-words): New const.
114         (vc-bzr-state): Look for `bzr status` keywords in output.
115         Display everything else as a warning message to the user.
116         Fix status report with bzr >= 0.15.
118 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
120         * vc-hg.el (vc-hg-global-switches): Simplify.
121         (vc-hg-state): Handle more states.
122         (vc-hg-diff): Fix doc-string.
123         (vc-hg-register): New function.
124         (vc-hg-checkout): Likewise.
126 2007-06-20  Reto Zimmermann  <reto@gnu.org>
128         * progmodes/vera-mode.el: New file.
130 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
132         * calc/calc.el (calc-multiplication-has-precendence):
133         New variable.
134         (math-standard-ops,math-standard-ops-p,math-expr-ops):
135         New functions.
136         (math-expr-opers): Define using math-standard-ops rather than
137         math-standard-opers.
138         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
139         equal the function math-standard-ops rather than the variable
140         math-standard-opers.
141         (calc-algebraic-entry): Let math-expr-opers equal
142         math-standard-ops or math-expr-ops, as appropriate.
143         (math-expr-read-level,math-read-factor): Let math-expr-opers
144         equal math-expr-ops.
145         * calc/calc-embed.el (calc-embedded-finish-edit):
146         Let math-expr-opers equal the function math-standard-ops
147         rather than the variable math-standard-opers.
148         * calc/calc-ext.el (math-read-plain-expr)
149         (math-format-flat-expr-fancy): Let math-expr-opers equal the
150         function math-standard-ops rather than the variable
151         math-standard-opers.
152         * calc/calc-lang.el (calc-set-language,math-read-big-rec):
153         Let math-expr-opers equal the function math-standard-ops rather
154         than the variable math-standard-opers.
155         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
156         equal the function math-standard-ops rather than the variable
157         math-standard-opers.
158         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
159         equal the function math-standard-ops rather than the variable
160         math-standard-opers.
161         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
162         math-expr-ops.
164 2007-06-19  Ivan Kanis  <apple@kanis.eu>
166         * vc-hg.el: New file.
168 2007-06-17  Glenn Morris  <rgm@gnu.org>
170         * lpr.el (lpr-page-header-switches): Move %s to separate element
171         for correct quoting.  Doc fix.
173 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
175         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
176         than setting sgml-xml-mode.
177         (sgml-mode, html-mode): Set sgml-xml-mode.
178         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
179         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
180         (sgml-electric-tag-pair-before-change-function)
181         (sgml-electric-tag-pair-flush-overlays): New functions.
182         (sgml-electric-tag-pair-mode): New minor mode.
183         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
184         (sgml-calculate-indent): Use assoc-string.
186 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
188         * thingatpt.el (thing-at-point-email-regexp): Don't require two
189         chars before the "@" in an email address.  Andreas Roehler noticed
190         this problem.
192 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
194         * thingatpt.el: Add support for email addresses (`email').
195         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
196         (thing-at-point-email-regexp): New variable.
197         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
198         properties on this symbol, with lambda forms for values.
200 2007-06-15  Masatake YAMATO  <jet@gyve.org>
202         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
204         * vc.el (vc-dired-hook): Check the backend returned from
205         `vc-responsible-backend' can really handle `subdir'.
207 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
209         * wid-edit.el (widget-add-documentation-string-button):
210         Fix handling of documentation indent.
212 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
214         * mb-depth.el: New file.
216 2007-06-15  Masatake YAMATO  <jet@gyve.org>
218         * vc.el (vc-dired-mode): Show backend name as part of mode name.
220 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
222         * wid-edit.el (widget-default-create): Move ?h handling here...
223         (widget-default-format-handler): ...from here.
224         (widget-docstring, widget-add-documentation-string-button): New funs.
225         (documentation-string): Add :visibility-widget property.
226         (widget-documentation-string-value-create): Use it.
228         * cus-edit.el (custom-split-regexp-maybe): Simplify.
229         (custom-buffer-create-internal): Simplify message.
230         (custom-variable-tag): Reduce height to normal.
231         (custom-variable-value-create, custom-face-value-create)
232         (custom-visibility): New widget.
233         (custom-visibility): New face.
234         (custom-group-value-create):
235         Call widget-add-documentation-string-button, using `custom-visibility'.
237 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
239         * emacs-lisp/bytecomp.el (byte-compile-current-group)
240         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
241         change.  Apparently the "warning even if the group is implicit" is
242         a feature rather than a bug.
244 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
246         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
247         Different advices for Emacs and XEmacs.  Compile them conditionally.
248         (viper-version): Belated version change.
250 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
252         * follow.el (follow-all-followers, follow-generic-filter):
253         * pcomplete.el (pcomplete-restore-windows):
254         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
255         (x-dnd-drop-data):
256         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
257         * progmodes/python.el (python-complete-symbol):
258         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
260 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
262         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
263         around bright and dim regexps. Make sure bright and dim matches
264         use word anchors.  Send text through rcirc-markup functions.
265         (rcirc-url-regexp): Add single quote character.
266         (rcirc-connect): Write logs to disk on auto-save-hook.
267         Make server a non-optional argument.
268         (rcirc-log-alist): New variable.
269         (rcirc-log-directory): Make customizable.
270         (rcirc-log-flag): New customizable variable.
271         (rcirc-log): New function.
272         (rcirc-print): Use above function.
273         (rcirc-log-write): New function.
274         (rcirc-generate-new-buffer-name): Strip text properties.
275         (rcirc-switch-to-buffer-function): Remove variable.
276         (rcirc-last-non-irc-buffer): Remove variable.
277         (rcirc-non-irc-buffer): Add function.
278         (rcirc-next-active-buffer): Use above function.
279         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
280         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
281         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
282         (rcirc-omit-mode): Add minor-mode.
283         (rcirc-mode-map): Change C-c C-o binding.
284         (rcirc-mode): Clear mode-line-process. Use a custom
285         fill-paragraph-function.  Set up buffer-invisibility-spec.
286         (rcirc-response-formats): Remove timestamp code.
287         (rcirc-omit-responses): Add variable.
288         (rcirc-print): Don't put the overlay arrow on potentially omitted
289         lines.  Log line to disk.  Record activity for private messages
290         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
291         (rcirc-jump-to-first-unread-line): Print message if there is no
292         unread text.
293         (rcirc-clear-unread): New function.
294         (rcirc-markup-text-functions): Add variable.
295         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
296         (rcirc-debug): Don't mess with window configuration.
297         (rcirc-send-message): Send message before printing locally.
298         Add SILENT argument, do not print message if non-nil.
299         (rcirc-visible-buffers): New function and variable.
300         (rcirc-window-configuration-change-1): Add function.
301         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
302         server buffer.
303         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
304         (rcirc-fill-paragraph): Add function.
305         (rcirc-record-activity, rcirc-window-configuration-change-1):
306         Only update the activity string if it has actually changed.
307         (rcirc-update-activity-string): Remove padding characters from the
308         mode-line string.
309         (rcirc-disconnect-buffer): New function to be called when a
310         channel is parted or the user quits.
311         (rcirc-server-name): Warn when the server-name hasn't been set.
312         (rcirc-window-configuration-change): Postpone work until
313         post-command-hook.
314         (rcirc-window-configuration-change-1): Update mode-line and
315         overlay arrows here.
316         (rcirc-authenticate): Fix chanserv identification.
317         (rcirc-default-server): Remove variable.
318         (rcirc): Connect according to rcirc-connections.
319         (rcirc-connections): Add variable.
320         (rcirc-startup-channels-alist): Remove variable.
321         (rcirc-startup-channels): Remove function.
323 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
327 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
329         * term/xterm.el (terminal-init-xterm): Escape parens in character
330         constants.
332 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
334         * progmodes/sh-script.el: Remove unneeded * from docstrings.
335         Use [:alpha:] and [:alnum:] where applicable.
336         (sh-quoted-subshell): Rewrite to correctly
337         handle nested mixes of `...` and $(...).
338         (sh-apply-quoted-subshell): Remove.
339         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
341         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
343 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
345         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
346         previous change.
348 2007-06-12  Tom Tromey  <tromey@redhat.com>
350         * subr.el (user-emacs-directory): New defconst.
351         * cmuscheme.el (scheme-start-file):
352         * shell.el (shell):
353         * completion.el (save-completions-file-name):
354         * custom.el (custom-theme-directory):
355         * term/x-win.el (emacs-session-filename):
356         * filesets.el (filesets-menu-cache-file):
357         * thumbs.el (thumbs-thumbsdir):
358         * server.el (server-auth-dir):
359         * image-dired.el (image-dired-dir):
360         (image-dired-db-file):
361         (image-dired-temp-image-file):
362         (image-dired-gallery-dir):
363         (image-dired-temp-rotate-image-file):
364         * play/gamegrid.el (gamegrid-user-score-file-directory):
365         * savehist.el (savehist-file):
366         * tutorial.el (tutorial--saved-dir):
367         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
369 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
371         * scroll-lock.el (scroll-lock-mode): Doc fix.
373 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
375         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
377         * ediff-init.el: Doc strings.
379 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
381         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
382         (byte-compile-file): Bind it.
383         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
384         group argument is provided implicitly.
385         (byte-compile-format-warn, byte-compile-from-buffer)
386         (byte-compile-insert-header): Don't hardcode point-min==1.
387         (byte-compile-file-form-require): Remove unused var old-load-list.
388         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
390 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
392         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
393         Display error messages.
394         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
395         Get rid of cl.el dependencies.
397         * emulation/viper-init.el (viper-suppress-input-method-change-message):
398         New variable.
399         (viper-activate-input-method-action)
400         (viper-inactivate-input-method-action):
401         Use viper-suppress-input-method-change-message.
403         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
404         for C-s, C-r.
406         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
407         Use viper-replace-overlay-cursor-color instead of
408         viper-replace-overlay-cursor-color.
409         (viper-sit-for-short): Use sit-for with 3 arguments.
411         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
412         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
413         to gud-mode.
415         * ediff-mult.el (ediff-meta-buffer-brief-message)
416         (ediff-meta-buffer-verbose-message): New variables.
417         (ediff-meta-buffer-message): Variable deleted.
418         (ediff-verbose-help-enabled): New variable.
419         (ediff-toggle-verbose-help-meta-buffer): New function.
420         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
421         message options
423         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
424         (ediff-fixup-patch-map): Improve heuristic.
426 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
428         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
429         (log-view-font-lock-keywords): Simplify.
430         (log-view-current-file, log-view-current-tag): Simplify.
432 2007-06-12  Sam Steingold  <sds@gnu.org>
434         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
436 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
438         * desktop.el (desktop-load-locked-desktop): New option.
439         (desktop-read): Use it.
440         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
441         Use `when'.
443 2007-06-12  Davis Herring  <herring@lanl.gov>
445         * desktop.el (desktop-save-mode-off): New function.
446         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
447         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
448         (desktop-claim-lock, desktop-release-lock): New functions.
449         (desktop-kill): Tell `desktop-save' that this is the last save.
450         Release the lock afterwards.
451         (desktop-buffer-info): New function.
452         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
453         says to.  Detect conflicts, and manage the lock.
454         (desktop-read): Detect conflicts.  Manage the lock.
456 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
458         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
460         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
461         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
462         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
463         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
464         keysyms rather than byte sequences.
465         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
467 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * font-lock.el (font-lock-add-keywords): In case font-lock was only
470         half-activated, forcefully activate it completely.
472 2007-06-11  Richard Stallman  <rms@gnu.org>
474         * cus-edit.el (custom-variable-type): Doc fix.
476 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
479         (sh-font-lock-flush-syntax-ppss-cache): New functions.
480         (sh-font-lock-syntactic-keywords): Use them to distinguish the
481         different possible cases for \'.
483         * complete.el (PC-bindings): Don't bind things already bound in the
484         parent keymap.
486         * textmodes/bibtex-style.el: New file.
488 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
490         * vc-bzr.el: New file.
492 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
494         * vc-svn.el (vc-svn-program): New var.
495         (vc-svn-command): Use it.
497 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
499         * server.el (server-switch-buffer): Remove redundant check.
501 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
503         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
504         Match against file-name-nondirectory.
505         Fix text on user customization variables.
506         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
508 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
510         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
512 2007-06-09  Davis Herring  <herring@lanl.gov>
514         * desktop.el (desktop-minor-mode-table): Doc fix.
516 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * textmodes/css-mode.el (css-navigation-syntax-table):
519         Use set-char-table-range so it also works in the unicode branch.
521 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
523         * help-mode.el (help-xref-forward-stack)
524         (help-xref-stack-forward-item, help-forward-label): New variables.
525         (help-forward): New button type.
526         (help-setup-xref): Initialise help-xref-forward-stack.
527         (help-make-xrefs): Add forward button, if appropriate.
528         (help-xref-go-back): Push item on forward stack.
529         (help-xref-go-forward, help-go-forward): New functions.
531 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
533         * dired.el (dired-mode-map): Remove spurious separator.
535 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
537         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
539         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
540         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
542 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
544         * textmodes/org.el: Version number fixed.
546 2007-06-07  Glenn Morris  <rgm@gnu.org>
548         * version.el (emacs-copyright): New constant.
549         * startup.el (fancy-splash-tail): Use emacs-copyright.
550         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
552         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
553         `make-local'.
554         (byte-compile-warnings-safe-p): Add `make-local'.
555         (byte-compile-make-variable-buffer-local):
556         Allow byte-compile-warnings to suppress this warning.
558         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
559         format of "menu" description.
560         (tutorial--find-changed-keys): Describe the specific menu a
561         command is in.
563         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
564         Rewrite compatibility functions to silence byte-compiler.
566 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
568         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
569         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
571 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
573         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
575 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
577         * progmodes/ebrowse.el (ebrowse-member-table):
578         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
579         (org-batch-agenda-csv): Fix typos in docstrings.
581 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
583         * international/mule-cmds.el (toggle-enable-multibyte-characters)
584         (sort-coding-systems, search-unencodable-char): Doc fixes.
585         (coding-system-change-eol-conversion, set-default-coding-systems)
586         (prefer-coding-system, find-multibyte-characters, princ-list)
587         (leim-list-entry-regexp, set-input-method, locale-language-names)
588         (input-method-exit-on-first-char, exit-language-environment-hook)
589         (locale-charset-language-names): Fix typos in docstrings.
591 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
593         * pgg.el (pgg-sign-region, pgg-sign):
594         * ses.el (ses-call-printer):
595         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
596         * textmodes/org.el (org-cycle): Fix typos in docstrings.
598 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
600         * textmodes/org.el
601         (org-export-region-as-html, org-replace-region-by-html)
602         (org-number-to-letters, org-table-fedit-finish)
603         (org-normalize-color, org-table-fedit-ref-right)
604         (org-date-to-gregorian, org-table-fedit-move)
605         (org-table-convert-refs-to-rc, org-calendar-holiday)
606         (org-table-fedit-toggle-ref-type, org-write-agenda)
607         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
608         (org-defkey, org-encode-for-stdout)
609         (org-indent-line-function, org-export-as-html-to-buffer)
610         (org-store-agenda-views, org-update-mode-line)
611         (org-find-if, org-delete-all)
612         (org-table-fedit-convert-buffer, org-emphasize)
613         (org-uniquify, org-table-fedit-lisp-indent)
614         (org-table-fedit-scroll, org-get-todo-sequence-head)
615         (org-table-fedit-scroll-down, org-table-fedit-line-down)
616         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
617         (org-table-fedit-toggle-coordinates, org-dvipng-color)
618         (org-table-fedit-line-up, org-table-fedit-ref-down)
619         (org-table-formula-from-user, org-mode-flyspell-verify)
620         (org-cycle-show-empty-lines, org-ctrl-c-ret)
621         (org-table-formula-to-user, org-diary-to-ical-string)
622         (orgtbl-export, org-table-fedit-post-command)
623         (org-closed-in-range, org-shiftcontrolright)
624         (org-table-convert-refs-to-an, org-table-hline-and-move)
625         (org-table-formula-less-p, org-format-table-ascii)
626         (org-agenda-get-sexps, org-shift-refpart)
627         (org-diary-sexp-entry, org-time-string-to-absolute)
628         (org-table-show-reference, org-letters-to-number)
629         (org-fix-agenda-info, org-table-fedit-ref-up)
630         (org-table-fedit-shift-reference, org-table-fedit-abort)
631         (org-closest-date, org-shiftcontrolleft)
632         (org-at-heading-or-item-p, org-rematch-and-replace)
633         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
634         New functions.
635         (org-table-edit-scroll-down, org-finish-edit-formulas)
636         (org-table-edit-next-field, org-abort-edit-formulas)
637         (org-font-lock-level, org-export-find-first-heading-line)
638         (org-table-edit-line-down, org-table-edit-backward-field)
639         (org-edit-formula-lisp-indent, org-table-edit-move)
640         (org-check-log-option, org-this-word)
641         (org-table-edit-line-up, org-table-edit-formulas-post-command)
642         (org-agenda-file-to-end, org-expand-file-name)
643         (org-fake-empty-table-line, org-table-edit-scroll)
644         (org-toggle-log-option, org-show-reference): Function removed.
645         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
646         New defsubsts.
647         (org-unmodified, org-batch-store-agenda-views)
648         (org-batch-agenda-csv): New macro.
649         (org-agenda-export): New customization group.
650         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
651         (org-highest-priority, org-agenda-exporter-settings)
652         (org-log-done-with-time, org-replace-disputed-keys)
653         (org-format-latex-header, org-export-table-header-tags)
654         (org-cycle-separator-lines, org-export-table-data-tags)
655         (org-icalendar-include-sexps)
656         (org-empty-line-terminates-plain-lists)
657         (org-log-repeat, org-special-ctrl-a)
658         (org-table-use-standard-references, org-disputed-keys)
659         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
660         (org-agenda-export-html-style): New option.
661         (org-allow-auto-repeat,  org-agenda-remove-tags-when-in-prefix)
662         (org-CUA-compatible): Option removed.
663         (org-agenda-structure,  org-sexp-date): New face.
664         (org-todo-keywords-for-agenda, org-not-done-keywords)
665         (org-planning-or-clock-line-re, org-agenda-name)
666         (org-table-colgroup-info, org-todo-sets)
667         (constants-unit-system, org-clock-mode-line-entry)
668         (org-mode-line-timer, org-table-current-begin-pos)
669         (org-todo-keywords-1, org-mode-line-string)
670         (org-table-clean-did-remove-column, org-table-fedit-map)
671         (org-clock-heading, org-table-buffer-is-an)
672         (org-agenda-info, org-done-keywords)
673         (org-done-keywords-for-agenda, org-todo-heads)
674         (org-todo-kwd-alist, org-clock-start-time): New variable.
675         (org-todo-kwd-priority-p, org-edit-formulas-map)
676         (org-repeat-re, org-todo-kwd-max-priority)
677         (org-version, org-done-string)
678         (org-table-clean-did-remove-column-1, org-disputed-keys):
679         Remove Variables.
680         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
681         (org-ts-lengths): Constant removed.
682         (org-follow-gnus-link): Don't ask how many articles to read.
683         (org-export-find-first-export-line): Rename from
684         `org-export-find-first-heading'.
685         Use `org-export-skip-text-before-1st-heading'.
686         (org-table-fedit-post-command): Rename from
687         `org-table-edit-formulas-post-command'.
688         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
689         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
690         (org-table-fedit-lisp-indent): Rename from
691         `org-edit-formula-lisp-indent'.
692         (org-table-show-reference): Rename from `org-show-reference'.
693         (org-table-store-formulas): Use `org-table-formula-less-p'.
694         (org-table-edit-formulas): Position cursor to current field equation.
695         (org-update-checkbox-count, org-hide-archived-subtrees)
696         (org-timestamp-up-day, org-timestamp-down-day)
697         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
698         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
699         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
700         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
701         Let `org-on-heading-p' also check for invisible heading.
702         (org-read-date): Match am/pm times.
703         (org-eval-in-calendar): Fix default date in prompt.
705 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
707         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
708         "ChangeLog.a" entries, giving the latter lower priority.
710 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
712         * faces.el (face-id): If the argument is a face alias,
713         return the ID of the target face.
715 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
717         * net/socks.el (top): Remove unnecessary copyright line.
719 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
721         * longlines.el (longlines-auto-wrap): Handle argument correctly.
723 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
725         * net/socks.el: New file, taken from w3 repository.
726         (top): Update Copyright.  Don't load cl.el.
727         (all): Replace `case' by `cond', `string-to-int' by
728         `string-to-number', and `process-kill-without-query' by
729         `set-process-query-on-exit-flag'.
730         (socks-char-int): Remove defalias and all occurencies.
732 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
734         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
735         Fix typos in docstrings.
736         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
737         (compilation-finish-function): Fix typo in obsolescence declaration.
739 2007-06-03  Sam Steingold  <sds@gnu.org>
741         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
742         handle unending automatic recompilation of changed files (`omake -P').
743         (compilation-loop): VISITED is now 5th CDR.
744         (compilation-next-error-function): Set TIMESTAMP.
746 2007-06-03  Sam Steingold  <sds@gnu.org>
748         * files.el (kill-buffer-ask): New function.
749         (kill-some-buffers): Use it.
750         (kill-matching-buffers): New user command.
752 2007-06-01  David Kastrup  <dak@gnu.org>
754         * dired.el (dired-recursive-deletes, dired-recursive-copies):
755         Change default to `top'.
757 2007-05-31  Richard Stallman  <rms@gnu.org>
759         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
761 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * textmodes/css-mode.el: New file.
765 2007-05-30  Michael Olson  <mwolson@gnu.org>
767         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
768         died and we are trying to send a signal to it.  The program using
769         tq.el should periodically check to see whether the process has
770         died and react appropriately -- this is not the responsibility of
771         tq.el, and is consistent with the rest of the tq.el source code.
773 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
775         * textmodes/table.el (table--point-entered-cell-function)
776         (table--point-left-cell-function):
777         Bind `inhibit-point-motion-hooks' to t.
779 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
781         * emacs-lisp/rx.el (rx): Doc fix.
783 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
785         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
787 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
789         Sync with Tramp 2.0.56.
791         * net/tramp.el:
792         * net/tramp-ftp.el:
793         * net/tramp-smb.el:
794         * net/tramp-util.el:
795         * net/tramp-vc.el:
796         Don't load cl.el, because that pollutes the namespace.  Replace cl
797         macros by their implementations where necessary.  Requested by
798         Richard Stallman <rms@gnu.org>.
800         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
801         doesn't exist.
802         (with-parsed-tramp-file-name): Protect debug spec during compilation.
803         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
804         (tramp-file-name-p, tramp-file-name-multi-method)
805         (tramp-file-name-method, tramp-file-name-user)
806         (tramp-file-name-host, tramp-file-name-localname): New defuns,
807         replacing defstruct `tramp-file-name'.
808         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
809         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
810         Apply `vector' instead of `make-tramp-file-name'.
811         (tramp-handle-make-auto-save-file-name):
812         Apply `tramp-temporary-file-directory' for compatibility reasons.
813         (tramp-completion-mode): Use `natnump' instead of `wholenump'
814         because of XEmacs.
815         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
816         started.
818 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
820         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
822 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
824         * log-edit.el (log-edit-changelog-paragraph): Return point-max
825         as the end of the ChangeLog paragraph when it ends without a line
826         termination.
828 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
830         * net/webjump.el (webjump-sample-sites):
831         Add simple Wikipedia query.
833 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
835         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
836         compatibiity code.
838         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
839         (copyright-update-year): Use it.
841         * edmacro.el (edmacro-format-keys): Use current-active-maps.
843         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
844         Add indentation and debugging info.  Fix up comment convention.
846         * cus-dep.el (custom-make-dependencies): Simplify.
848         * composite.el (compose-region, decompose-region):
849         Use inhibit-read-only and restore-buffer-modified-p.
851         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
852         (xterm-mouse-event): Use it.
854 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
856         * bs.el (bs-cycle-previous): Don't modify the cycle list until
857         `switch-to-buffer' has returned succesfully.
858         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
859         window is dedicated (it could iconify the frame).
861 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
863         * vc-hooks.el (vc-find-root): Fix file attribute test.
865 2007-05-24  Richard Stallman  <rms@gnu.org>
867         * textmodes/flyspell.el (flyspell-correct-word-before-point):
868         Don't let opoint be nil.
869         (flyspell-emacs-popup): Explicit error if no dialogs.
871 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
873         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
874         (image-next-line, image-previous-line, image-scroll-up)
875         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
876         New functions.
877         (image-mode-map): Remap motion commands.
878         (image-mode-text-map): New keymap for viewing images as text.
879         (image-mode): Use image-mode-map.
880         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
882 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
884         * textmodes/fill.el (canonically-space-region): Make the second arg
885         a marker if it's not already the case.
887 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
889         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
890         (tar-get-descriptor): Handle type 55, an extended pax header.
892 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
895         to confuse outline-minor-mode.
897 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
899         * tar-mode.el (tar-file-name-handler): New function.
900         (tar-extract): Bind file-name-handler-alist to it to force
901         find-buffer-file-type-coding-system behave as if the file being
902         extracted existed.  Use last-coding-system-used to force
903         buffer-file-coding-system to what decode-coding-region actually
904         used to decode the file.
906 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
908         * progmodes/compile.el (compilation-handle-exit):
909         `compilation-finish-function' may change the current buffer.
911 2007-05-22  Richard Stallman  <rms@gnu.org>
913         * files.el (set-auto-mode): Doc fix.
915 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
917         * help-fns.el (find-source-lisp-file): New function.
918         (describe-function-1): Use find-source-lisp-file to find source
919         file in compile tree.
921 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
923         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
925 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
927         * emacs-lisp/easy-mmode.el (define-minor-mode)
928         (easy-mmode-define-navigation): Fix typos in docstrings.
930 2007-05-22  Glenn Morris  <rgm@gnu.org>
932         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
934 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
936         * mail/mail-extr.el (mail-extract-address-components):
937         Recognize non-ASCII characters except for NBSP as words.
939 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
941         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
942         (rcirc-print): Handle `window-width'.
943         (rcirc-buffer-maximum-lines): Doc fix.
945 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
947         * image-mode.el (image-toggle-display): Don't clear image cache.
948         Only use filename in image spec if the file is readable.
949         Call image-refresh.
951         * image.el (image-type-from-file-name, image-type): Simplify.
952         (image-type-auto-detected-p): Don't scan auto-mode-alist.
954         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
955         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
957 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
959         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
960         is an error.
962         * term/linux.el (terminal-init-linux): Don't signal an error
963         if gpm isn't running.
965 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
967         * t-mouse.el: Reduce to a minor-mode macro call.
968         (t-mouse-mode): Remove the lighter.
970         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
972 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
974         * files.el (auto-mode-alist): Change the regexp so that
975         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
977 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
979         * Version 22.1 released.
981 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
983         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
984         changes.
986 2007-05-19  Kevin Ryde  <user42@zip.com.au>
988         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
990 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
992         * textmodes/sgml-mode.el: Revert last change.
994 2007-05-18  Richard Stallman  <rms@gnu.org>
996         * simple.el (push-mark): Doc fix.
998 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1000         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1001         tpu-global-map.
1002         (tpu-original-global-map): Variable deleted.
1003         (tpu-control-keys-map): New keymap variable.
1004         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1005         setting keymapping directly.
1006         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1007         tpu-global-map.
1008         (tpu-edt-on): Activate the tpu-global-map.
1009         (tpu-edt-off): Deactivate the tpu-global-map.
1011 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1013         * textmodes/ispell.el (ispell-get-word): Return markers
1014         for start and end positions.
1015         (ispell-word): Assume END is a marker.
1017 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1019         * printing.el: Group together all XEmacs/Emacs definitions.
1020         (pr-version): New version 6.9.
1021         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
1022         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
1023         (pr-menu-bind): Fix code.
1024         (pr-e-frame-char-height, pr-e-frame-char-width)
1025         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
1026         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
1027         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
1028         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
1029         (pr-x-event-y-pixel): Aliases eliminated.
1030         (pr-xemacs-global-menubar): Macro moved.
1031         (current-menubar, current-mouse-event, zmacs-region-stays)
1032         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
1033         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
1034         Vars moved.
1035         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
1036         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
1037         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
1038         (pr-menu-set-utility-title, pr-even-or-odd-pages)
1039         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
1040         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
1041         moved.
1043 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
1045         * textmodes/sgml-mode.el (sgml-tag):
1046         Fix bug: Call sgml-transformation-function.
1048 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1050         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1051         modified flag of buffer.  Use `inhibit-modification-hooks'.
1053 2007-05-16  Richard Stallman  <rms@gnu.org>
1055         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1057 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1060         Move the *ml, Postscript, and XmCD entries to the fallback part.
1062         * files.el (magic-fallback-mode-alist):
1063         Rename from file-start-mode-alist.
1065 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1067         * progmodes/compile.el (compilation-handle-exit): Quote first
1068         argument of `run-hook-with-args'.
1070 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1072         * buff-menu.el (Buffer-menu-sort-column):
1073         * dabbrev.el (dabbrev-upcase-means-case-search):
1074         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1075         * info.el (Info-current-subfile):
1076         * ls-lisp.el (ls-lisp-verbosity):
1077         * msb.el (msb-menu-cond):
1078         * pcvs.el (cvs-dired-use-hook):
1079         * simple.el (set-mark-command-repeat-pop):
1080         * time.el (display-time-24hr-format, display-time-mail-file):
1081         Doc fixes.
1083         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1084         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1086         * view.el (view-inhibit-help-message): Fix typo in docstring.
1087         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1089 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
1091         * textmodes/ispell.el (ispell-start-process): Defend against bad
1092         default-directory.
1094 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1096         * mail/rmail.el (rmail-convert-to-babyl-format): Check
1097         content-transfer-encoding _last_, because it's its position that
1098         we need as value of base64-header-field-end.
1100 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1102         * files.el (mode-require-final-newline, require-final-newline)
1103         (enable-local-variables, enable-local-eval): Doc fixes.
1105 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1107         * ps-print.el: Use default color when foreground or background color
1108         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1109         (ps-print-version): New version 6.7.4.
1110         (ps-rgb-color): New argument.  Use default color when color is
1111         unspecified.
1112         (ps-begin-job): Fix code.
1114 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
1116         * longlines.el (longlines-mode): Make longlines-auto-wrap
1117         buffer-local.  Add hooks unconditionally.
1118         (longlines-auto-wrap): Toggle wrapping.
1119         (longlines-after-change-function)
1120         (longlines-post-command-function): Check longlines-auto-wrap.
1122 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
1124         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
1125         (xterm-mouse-translate): Use it.
1127 2007-05-10  Richard Stallman  <rms@gnu.org>
1129         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1130         (iso-cvt-write-only): Likewise.
1132         * emacs-lisp/easy-mmode.el (define-minor-mode):
1133         Fix generated doc string.
1135         * startup.el (fancy-splash-text): Add URL of guided tour.
1136         Adjust horizontal and vertical whitespace.
1138         * progmodes/compile.el (compilation-handle-exit):
1139         Use run-hook-with-args to run compilation-finish-functions.
1141         * files.el (file-start-mode-alist): New variable.
1142         (magic-mode-regexp-match-limit): Doc fix.
1143         (set-auto-mode): Handle file-start-mode-alist.
1144         A little cleanup of structure.
1146         * dabbrev.el (dabbrev-eliminate-newlines):
1147         Renamed from dabbrev--eliminate-newlines.  All uses changed.
1149 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1151         * man.el (Man-next-section): Don't consider the last line of the page
1152         as being part of any section.
1154 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1156         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
1157         can take any number of values.
1159 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1161         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
1162         to the list of citation commands.
1164 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1168 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1170         * progmodes/python.el (python-font-lock-keywords)
1171         (python-open-block-statement-p, python-mode): Add support for the new
1172         "with" keyword.
1174 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1176         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
1177         the exact opposite of diff-goto-source.
1179         * emacs-lisp/advice.el (ad-special-forms): Remove.
1180         (ad-special-form-p): Use subr-arity.
1182         * newcomment.el (comment-search-forward): Make sure we search forward.
1183         (comment-enter-backward): Try and distinguish the non-matching case at
1184         EOB from the non-matching case with a missing comment-end-skip for
1185         a 2-char comment ender.
1186         (comment-choose-indent): New function extracted from comment-indent.
1187         Improve the alignment algorithm.
1188         (comment-indent): Use it.
1190         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
1191         XML style Processing Instructions.
1192         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
1193         (sgml-calculate-indent): Handle `pi' context.
1195         * vc.el: Ensure that update-changelog issues an error when used with
1196         a backend that does not implement it.
1197         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
1198         Remove `backend' argument.  Use expand-file-name.
1199         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
1201         * progmodes/python.el (python-end-of-block): Revert last change.
1202         (python-end-of-statement): Make sure we move *forward*.
1204 2007-05-08  Richard Stallman  <rms@gnu.org>
1206         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1207         Don't include non-self-insert commands in the exception for `-'.
1209 2007-05-08  David Reitter  <david.reitter@gmail.com>
1211         * progmodes/python.el (python-guess-indent): Check non-nullness
1212         before comparing indent against the 2..8 interval.
1214 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1216         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1217         available.
1219 2007-05-06  Richard Stallman  <rms@gnu.org>
1221         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1223 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
1226         rather than storing their value in the revert-buffer function.
1228 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
1230         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
1231         when disabling t-mouse-mode.
1233 2007-05-01  Davis Herring  <herring@lanl.gov>
1235         * calendar/timeclock.el: Update version number.
1236         (timeclock-modeline-display): Mention timeclock-use-display-time
1237         in explanatory message.
1238         (timeclock-in): Fix non-interactive workday specifications.
1239         (timeclock-log): Don't kill the log buffer if it already existed.
1240         Suppress warnings when finding the log.  Don't check for a nil
1241         project twice.  Run hooks after killing the buffer (if applicable).
1242         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1243         was geometric).  All uses changed.
1244         (timeclock-generate-report): Support prefix argument.
1246 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1248         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1249         disconnections.
1251 2007-05-01  Romain Francoise  <romain@orebokech.com>
1253         * dired-x.el: Revert 2007-04-06 change.
1255 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1257         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1259 2007-04-29  Richard Stallman  <rms@gnu.org>
1261         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1263 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1265         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1266         than 1.
1268 2007-04-28  Richard Stallman  <rms@gnu.org>
1270         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1272 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
1274         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1275         don't put stop on toolbar.
1277 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1279         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1281 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1283         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1284         instead of $(lisp)/mh-e.
1286 2007-04-28  Glenn Morris  <rgm@gnu.org>
1288         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1289         (image-dired-cmd-create-temp-image-options): Replace option
1290         +profile "*" with -strip.
1292 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1294         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1295         Use window-start and window-end.
1297 2007-04-27  Andreas Schwab  <schwab@suse.de>
1299         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1301 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
1303         * textmodes/fill.el (fill-paragraph): Doc fix.
1305 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1307         * locate.el (locate-in-alternate-database): Doc fix.
1309 2007-04-26  Glenn Morris  <rgm@gnu.org>
1311         * button.el (button): Use underline if supported, else fall back
1312         to color.
1314         * version.el (emacs-version): Increase to 22.1.50.
1316 2007-04-25  Richard Stallman  <rms@gnu.org>
1318         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1320 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1322         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1323         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1324         pushing mark.
1325         (idlwave-current-routine): Don't push mark.
1327 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1329         * image-dired.el (image-dired-display-image): Derive image-type from
1330         filename rather than assuming jpeg, in case no resizing was needed.
1332 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1334         * custom.el (defface): Doc fix.
1336 See ChangeLog.12 for earlier changes.
1338 ;; Local Variables:
1339 ;; coding: iso-2022-7bit
1340 ;; add-log-time-zone-rule: t
1341 ;; End:
1343     Copyright (C) 2007 Free Software Foundation, Inc.
1345   This file is part of GNU Emacs.
1347   GNU Emacs is free software; you can redistribute it and/or modify
1348   it under the terms of the GNU General Public License as published by
1349   the Free Software Foundation; either version 2, or (at your option)
1350   any later version.
1352   GNU Emacs is distributed in the hope that it will be useful,
1353   but WITHOUT ANY WARRANTY; without even the implied warranty of
1354   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1355   GNU General Public License for more details.
1357   You should have received a copy of the GNU General Public License
1358   along with GNU Emacs; see the file COPYING.  If not, write to the
1359   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1360   Boston, MA 02110-1301, USA.
1362 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af