]>
git.eshelyaron.com Git - emacs.git/log
Juri Linkov [Sun, 29 Jul 2007 09:18:15 +0000 (09:18 +0000)]
(dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
when major-mode is not dired-mode.
(dired-toggle-read-only): New function.
(dired-recursive-deletes): Remove obsolete comments about old
default value.
(dired-do-flagged-delete, dired-do-delete): Refill docstring.
Juri Linkov [Sun, 29 Jul 2007 09:17:30 +0000 (09:17 +0000)]
(wdired-exit): New function.
(wdired-mode-map): Bind C-x C-q to wdired-exit.
Stefan Monnier [Sat, 28 Jul 2007 20:03:40 +0000 (20:03 +0000)]
(customize-read-group): New fun.
(customize-group-other-window, customize-face-other-window):
Prompt before delegating to customize-(group|face).
Bind pop-up-windows rather than use the other-window argument.
(customize-group, customize-face): Prompt from the interactive spec.
Remove args `prompt-for-group' and `other-window'.
Stefan Monnier [Sat, 28 Jul 2007 19:57:23 +0000 (19:57 +0000)]
(ad-interactive-form): Re-introduce.
(ad-body-forms, ad-advised-interactive-form): Revert this part of last change.
Masatake YAMATO [Sat, 28 Jul 2007 18:11:25 +0000 (18:11 +0000)]
(vc-dired-mode): Added a menu for VC related
operation. Use backend name as the menu label Suggested by
David Kastrup.
Dan Nicolaescu [Sat, 28 Jul 2007 18:00:35 +0000 (18:00 +0000)]
*** empty log message ***
Alan Mackenzie [Sat, 28 Jul 2007 11:51:38 +0000 (11:51 +0000)]
Fix problem with modes derived from CC Mode: Move macro
`c-make-emacs-variables-local' from cc-mode.el to cc-langs.el. Call it
from c-make-init-lang-vars-fun (cc-langs.el) instead of
c-init-language-vars-for (cc-mode.el).
Alan Mackenzie [Sat, 28 Jul 2007 11:50:44 +0000 (11:50 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 28 Jul 2007 08:13:00 +0000 (08:13 +0000)]
(install-arch-indep): Use "rm -f" for removing DOC, to avoid an error message
if there is no DOC there.
Eli Zaretskii [Sat, 28 Jul 2007 07:47:37 +0000 (07:47 +0000)]
Fix the `coding' cookie.
Dan Nicolaescu [Sat, 28 Jul 2007 02:01:43 +0000 (02:01 +0000)]
(vc-git-print-log): Support both the old single file
interface and the new one.
Nick Roberts [Sat, 28 Jul 2007 01:24:33 +0000 (01:24 +0000)]
(mode-line-remote): Use updated %@ construct.
Nick Roberts [Sat, 28 Jul 2007 01:16:18 +0000 (01:16 +0000)]
* xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
remote default-directory.
* buffer.c (mode-line-format): Update doc string.
Nick Roberts [Sat, 28 Jul 2007 01:07:39 +0000 (01:07 +0000)]
*** empty log message ***
Stefan Monnier [Fri, 27 Jul 2007 20:24:09 +0000 (20:24 +0000)]
(calendar-bahai-month-name-array, calendar-bahai-epoch)
(calendar-bahai-leap-year-p, calendar-bahai-leap-base, diary-list-bahai-entries)
(calendar-bahai-prompt-for-date, diary-bahai-mark-entries)
(calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
(diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
New names to clean up namespace.
(list-bahai-diary-entries, mark-bahai-diary-entries)
(insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
(insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
Add compatibility aliases.
Stefan Monnier [Fri, 27 Jul 2007 20:00:05 +0000 (20:00 +0000)]
Don't wrap defvar within eval-when-compile.
Miles Bader [Fri, 27 Jul 2007 10:42:55 +0000 (10:42 +0000)]
Add arch tagline
YAMAMOTO Mitsuharu [Fri, 27 Jul 2007 08:41:17 +0000 (08:41 +0000)]
(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
New member fringe_extended_p.
YAMAMOTO Mitsuharu [Fri, 27 Jul 2007 08:40:47 +0000 (08:40 +0000)]
(x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
Extend fringe background to scroll bar gap.
(x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
Set bar->fringe_extended_p.
(XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
Put leftmost/rightmost scroll bars on frame edge. Check fringe
background extension. Don't clear extended fringe background area.
YAMAMOTO Mitsuharu [Fri, 27 Jul 2007 08:40:38 +0000 (08:40 +0000)]
(struct scroll_bar): New member fringe_extended_p.
(w32_fill_area): Enclose multiple statements with do ... while (0).
YAMAMOTO Mitsuharu [Fri, 27 Jul 2007 08:40:30 +0000 (08:40 +0000)]
(w32_draw_fringe_bitmap): Extend fringe background to
scroll bar gap.
(x_scroll_bar_create): Set bar->fringe_extended_p.
(w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
on frame edge. Check fringe background extension. Don't clear
extended fringe background area.
Glenn Morris [Fri, 27 Jul 2007 08:11:02 +0000 (08:11 +0000)]
(EMACSSOURCES): Add gpl.texi.
Glenn Morris [Fri, 27 Jul 2007 07:28:38 +0000 (07:28 +0000)]
Remove previous change (it will be new in 22.2, so not news for 23.1).
Glenn Morris [Fri, 27 Jul 2007 07:27:36 +0000 (07:27 +0000)]
Mention GPLv3 in this release.
Glenn Morris [Fri, 27 Jul 2007 07:19:16 +0000 (07:19 +0000)]
Switch license to GPLv3 or later.
Glenn Morris [Fri, 27 Jul 2007 07:15:18 +0000 (07:15 +0000)]
Switch to GPLv3.
Glenn Morris [Fri, 27 Jul 2007 07:13:12 +0000 (07:13 +0000)]
(Copying): Include license text from gpl.texi, rather than in-line.
Glenn Morris [Fri, 27 Jul 2007 07:11:21 +0000 (07:11 +0000)]
New file with text of GPL.
Stefan Monnier [Fri, 27 Jul 2007 06:28:39 +0000 (06:28 +0000)]
(calendar-mode-map): Use new calendar-scroll-* names.
(mouse-scroll-calendar-left, mouse-scroll-calendar-right): Remove.
Use calendar-scroll-* directly instead.
Stefan Monnier [Fri, 27 Jul 2007 06:23:45 +0000 (06:23 +0000)]
(calendar-scroll-left, calendar-scroll-right):
Behave like mouse-scroll-calendar-* when used from the mouse.
Stefan Monnier [Fri, 27 Jul 2007 06:15:40 +0000 (06:15 +0000)]
(cal-menu-scroll-menu, cal-menu-global-mouse-menu): Use new names.
Stefan Monnier [Fri, 27 Jul 2007 06:13:26 +0000 (06:13 +0000)]
(calendar-scroll-left, calendar-scroll-right, calendar-scroll-left-three-months)
(calendar-scroll-right-three-months): Clean up namespace.
(scroll-calendar-left, scroll-calendar-right, scroll-calendar-left-three-months)
(scroll-calendar-right-three-months): Add compatibility aliases.
Stefan Monnier [Fri, 27 Jul 2007 06:11:59 +0000 (06:11 +0000)]
Add `close-display-connection'.
Stefan Monnier [Thu, 26 Jul 2007 18:49:14 +0000 (18:49 +0000)]
(ad-interactive-p, ad-interactive-form): Remove.
(ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
(ad-make-advised-definition, ad-cache-id-verification-code):
Use commandp and interactive-form instead.
Dan Nicolaescu [Thu, 26 Jul 2007 18:44:39 +0000 (18:44 +0000)]
* vc-git.el: Relicense to GPLv3 or later.
(vc-directory-exclusion-list, vc-handled-backends): Remove.
* vc-hooks.el (vc-handled-backends): Add GIT.
* vc.el (vc-directory-exclusion-list): Add .git.
* vc2-xtra.texi (Customizing VC): Add GIT.
Dan Nicolaescu [Thu, 26 Jul 2007 17:26:08 +0000 (17:26 +0000)]
vc-git.el (vc-git-revision-table)
(vc-git-revision-completion-table): New functions.
Vinicius Jose Latorre [Thu, 26 Jul 2007 13:41:29 +0000 (13:41 +0000)]
New: Header/Footer comment & Log messages
Michael Albinus [Thu, 26 Jul 2007 05:31:30 +0000 (05:31 +0000)]
*** empty log message ***
Glenn Morris [Thu, 26 Jul 2007 05:29:10 +0000 (05:29 +0000)]
Add notes on relicensing to GPLv3.
Miles Bader [Thu, 26 Jul 2007 05:28:10 +0000 (05:28 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:25:19 +0000 (05:25 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* src/COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:24:58 +0000 (05:24 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* nt/COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:24:51 +0000 (05:24 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* msdos/COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:24:37 +0000 (05:24 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* mac/COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:24:27 +0000 (05:24 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* lwlib/COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:24:13 +0000 (05:24 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* lisp/COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:24:01 +0000 (05:24 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* lib-src/COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Michael Albinus [Thu, 26 Jul 2007 05:23:51 +0000 (05:23 +0000)]
*** empty log message ***
Miles Bader [Thu, 26 Jul 2007 05:23:50 +0000 (05:23 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* leim/COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:23:40 +0000 (05:23 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* etc/COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:23:23 +0000 (05:23 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* COPYING: Switch to GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:22:43 +0000 (05:22 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* lispref/gpl.texi (GPL): Replace license with GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:22:14 +0000 (05:22 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* man/calc.texi (Copying): Replace license with GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:21:48 +0000 (05:21 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* man/emacs.texi (Copying): Replace license with GPLv3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:20:56 +0000 (05:20 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* lisp/ps-print.el: Problem with foreground and background color when
printing a buffer with and without faces. Reported by Christian
Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
(ps-print-version): New version 6.7.5.
(ps-default-fg): Change default value to nil, so black color is used
when a face does not specify a foreground color.
(ps-default-bg): Change default value to nil, so white color is used
for background color.
(ps-begin-job): Fix code.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:20:28 +0000 (05:20 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
* lisp/vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:19:58 +0000 (05:19 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
2007-07-24 Glenn Morris <rgm@gnu.org>
* lisp/calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
(cal-tex-rules, cal-tex-buffer, cal-tex-24)
(cal-tex-cursor-month-landscape, cal-tex-cursor-month)
(cal-tex-cursor-week, cal-tex-cursor-week2)
(cal-tex-cursor-week-iso, cal-tex-week-hours)
(cal-tex-cursor-week-monday, cal-tex-weekly4-box)
(cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
(cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:19:25 +0000 (05:19 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
2007-07-24 Jason Rumney <jasonr@gnu.org>
* src/w32fns.c (x_real_positions): Get real position from OS instead of
calculating it.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:18:50 +0000 (05:18 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
2007-07-23 Jason Rumney <jasonr@gnu.org>
* src/filelock.c (current_lock_owner): Allow for @ sign in username.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Miles Bader [Thu, 26 Jul 2007 05:18:03 +0000 (05:18 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp/pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
Replace it with another one which disables undo before calling
erase-buffer and then turns it back on if needed.
2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp/pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Glenn Morris [Thu, 26 Jul 2007 04:55:08 +0000 (04:55 +0000)]
Standardize license text as GPLv3 or later.
Glenn Morris [Thu, 26 Jul 2007 04:50:05 +0000 (04:50 +0000)]
Switch license to GPLv3 or later.
Dan Nicolaescu [Thu, 26 Jul 2007 02:03:46 +0000 (02:03 +0000)]
(Wdired): Mention C-x C-q key binding.
Stefan Monnier [Wed, 25 Jul 2007 21:59:26 +0000 (21:59 +0000)]
(calendar-mode-map): Move initialization into declaration.
Add menu bindings (used to be done in cal-menu).
(calendar-mode): Don't add an activate-menubar-hook.
Stefan Monnier [Wed, 25 Jul 2007 21:58:18 +0000 (21:58 +0000)]
Break dependency on calendar.el (i.e. do not modify calendar-mode-map),
use easy-menu, and make sure that C-h k can be used on the menu entries.
(cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
(cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
(cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
(cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
(calendar-flatten, cal-menu-update): Remove.
(calendar-mouse-insert-hebrew-diary-entry)
(calendar-mouse-insert-islamic-diary-entry)
(calendar-mouse-insert-bahai-diary-entry):
Remove (fold into cal-menu-diary-menu).
(calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
(cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
(calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
(calendar-mouse-view-diary-entries): Minor simplifications.
(calendar-event-to-date): Use with-current-buffer.
Nick Roberts [Wed, 25 Jul 2007 21:46:01 +0000 (21:46 +0000)]
(change-log-redate): Remove (not needed anymore and
doesn't appear to work).
Nick Roberts [Wed, 25 Jul 2007 21:42:28 +0000 (21:42 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 25 Jul 2007 21:42:10 +0000 (21:42 +0000)]
Trivial comment style change.
Nick Roberts [Wed, 25 Jul 2007 21:25:16 +0000 (21:25 +0000)]
(change-log-redate): Remove (not needed anymore and
doesn't appear to work).
Stefan Monnier [Wed, 25 Jul 2007 21:03:31 +0000 (21:03 +0000)]
(Fcommandp): Pay attention to the `interactive-form' property.
Stefan Monnier [Wed, 25 Jul 2007 21:03:24 +0000 (21:03 +0000)]
(Finteractive_form): Check for the presence of an
`interactive-form' symbol property more thoroughly.
Stefan Monnier [Wed, 25 Jul 2007 19:37:21 +0000 (19:37 +0000)]
Use mapc and dolist instead of mapcar where possible.
(close-display-connection): New command.
Dan Nicolaescu [Wed, 25 Jul 2007 15:08:09 +0000 (15:08 +0000)]
Fix comment.
Dan Nicolaescu [Wed, 25 Jul 2007 15:03:05 +0000 (15:03 +0000)]
* vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
(vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
Vinicius Jose Latorre [Wed, 25 Jul 2007 14:39:45 +0000 (14:39 +0000)]
Docstring fix
Vinicius Jose Latorre [Wed, 25 Jul 2007 13:29:50 +0000 (13:29 +0000)]
Docstring fix
Vinicius Jose Latorre [Wed, 25 Jul 2007 13:27:59 +0000 (13:27 +0000)]
Doc/docstring fix
Glenn Morris [Wed, 25 Jul 2007 08:52:43 +0000 (08:52 +0000)]
(cal-tex-which-days, cal-tex-holidays)
(cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
(cal-tex-daily-end, cal-tex-hook)
(cal-tex-cal-one-month, cal-tex-cal-multi-month)
(cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
(cal-tex-cursor-week-iso, cal-tex-week-hours)
(cal-tex-cursor-week-monday, cal-tex-weekly4-box)
(cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
(cal-tex-day-prefix, cal-tex-day-name-format)
(cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
(cal-tex-caldate, cal-tex-LaTeX-hourbox)
(cal-tex-LaTeX-subst-list): Change from variables to constants.
(cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
(cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
etc, rather than \bf.
(cal-tex-mini-calendar): Fix typos in previous change.
(cal-tex-latexify-list): Remove inner let binding.
(cal-tex-end-document, cal-tex-banner): Use multi-line
cal-tex-comment.
(cal-tex-comment): Handle embedded newlines.
(cal-tex-LaTeXify-string): Use substring-no-properties.
Glenn Morris [Wed, 25 Jul 2007 08:52:30 +0000 (08:52 +0000)]
*** empty log message ***
Glenn Morris [Wed, 25 Jul 2007 08:50:39 +0000 (08:50 +0000)]
GPLv3 is NEWS-worthy.
Glenn Morris [Wed, 25 Jul 2007 08:16:16 +0000 (08:16 +0000)]
Switch license to GPLv3 or later.
Glenn Morris [Wed, 25 Jul 2007 08:15:27 +0000 (08:15 +0000)]
(GPL): Replace license with GPLv3.
Glenn Morris [Wed, 25 Jul 2007 08:15:13 +0000 (08:15 +0000)]
Switch license to GPLv3 or later.
Glenn Morris [Wed, 25 Jul 2007 08:12:55 +0000 (08:12 +0000)]
Update example license to use GPLv3.
Glenn Morris [Wed, 25 Jul 2007 08:12:12 +0000 (08:12 +0000)]
(Copying): Replace license with GPLv3.
Glenn Morris [Wed, 25 Jul 2007 08:11:48 +0000 (08:11 +0000)]
(Copying): Replace license with GPLv3.
Glenn Morris [Wed, 25 Jul 2007 08:09:41 +0000 (08:09 +0000)]
Update example license to use GPLv3.
Glenn Morris [Wed, 25 Jul 2007 08:02:12 +0000 (08:02 +0000)]
Standardize license text.
Glenn Morris [Wed, 25 Jul 2007 07:57:41 +0000 (07:57 +0000)]
(EMACSVER): Move alongside VERSION.
Glenn Morris [Wed, 25 Jul 2007 07:57:15 +0000 (07:57 +0000)]
(EMACSVER): Remove duplicate setting.
Glenn Morris [Wed, 25 Jul 2007 07:56:03 +0000 (07:56 +0000)]
(EMACSVER): Update to 22.1.
Glenn Morris [Wed, 25 Jul 2007 07:49:39 +0000 (07:49 +0000)]
Remove license from trivial file.
Glenn Morris [Wed, 25 Jul 2007 07:43:45 +0000 (07:43 +0000)]
Switch license to GPLv3 or later.
Glenn Morris [Wed, 25 Jul 2007 07:41:05 +0000 (07:41 +0000)]
Restore comma mistakenly removed in last change.
Glenn Morris [Wed, 25 Jul 2007 07:33:54 +0000 (07:33 +0000)]
Switch license to GPLv3 or later.
Glenn Morris [Wed, 25 Jul 2007 07:29:36 +0000 (07:29 +0000)]
Add FSF Copyright and GNU GPL notice. Copyright years copied from
emacs-lisp-intro.texi, modulo the stated creation date of each file.
Glenn Morris [Wed, 25 Jul 2007 07:25:55 +0000 (07:25 +0000)]
COPYING is no longer GPLv2.
Glenn Morris [Wed, 25 Jul 2007 07:24:56 +0000 (07:24 +0000)]
Switch license to GPLv3 or later.
Glenn Morris [Wed, 25 Jul 2007 07:11:02 +0000 (07:11 +0000)]
Switch license to GPLv3 or later.
Glenn Morris [Wed, 25 Jul 2007 07:00:38 +0000 (07:00 +0000)]
Change to GPLv3.