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