]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years ago'' other-branches/DAVELOVE
Stefan Monnier [Mon, 10 Sep 2007 19:17:17 +0000 (19:17 +0000)]
''

17 years ago(browse-url-encode-url): Use copy-sequence.
Thien-Thi Nguyen [Mon, 10 Sep 2007 18:24:38 +0000 (18:24 +0000)]
(browse-url-encode-url): Use copy-sequence.

17 years ago(outline-4, outline-5, outline-7):
Stefan Monnier [Mon, 10 Sep 2007 18:21:58 +0000 (18:21 +0000)]
(outline-4, outline-5, outline-7):
Move font-lock-builtin-face down from 4 to 7 to better keep the
progression of color brightness, and to better match Org-mode's faces.

17 years ago(x_term_init): Give error if can't open DISPLAY_NAME.
Richard M. Stallman [Mon, 10 Sep 2007 17:34:24 +0000 (17:34 +0000)]
(x_term_init): Give error if can't open DISPLAY_NAME.

17 years ago(meta-indent-unfinished-line): Do not say that a `%' in a string is
Michaël Cadilhac [Mon, 10 Sep 2007 17:25:58 +0000 (17:25 +0000)]
(meta-indent-unfinished-line): Do not say that a `%' in a string is
a comment-start.
(meta-indent-previous-line): Fix style.

17 years ago(meta-font-lock-keywords)
Michaël Cadilhac [Mon, 10 Sep 2007 14:21:31 +0000 (14:21 +0000)]
(meta-font-lock-keywords)
(font-lock-match-meta-declaration-item-and-skip-to-next)
(meta-comment-indent, meta-indent-previous-line)
(meta-indent-unfinished-line, meta-beginning-of-defun)
(meta-end-of-defun, meta-common-initialization): Handle \f.

17 years agoAdd arch tagline
Miles Bader [Mon, 10 Sep 2007 11:53:00 +0000 (11:53 +0000)]
Add arch tagline

17 years ago*** empty log message ***
Juanma Barranquero [Mon, 10 Sep 2007 11:29:07 +0000 (11:29 +0000)]
*** empty log message ***

17 years agoRevert mistakenly deleted entries.
Michaël Cadilhac [Mon, 10 Sep 2007 10:55:24 +0000 (10:55 +0000)]
Revert mistakenly deleted entries.

17 years ago(dired-do-chmod): Change to use the built-in `set-file-modes' and the
Michaël Cadilhac [Mon, 10 Sep 2007 09:58:29 +0000 (09:58 +0000)]
(dired-do-chmod): Change to use the built-in `set-file-modes' and the
symbolic mode parsing functions.

17 years agoDocument the interactive specification for C functions.
Michaël Cadilhac [Mon, 10 Sep 2007 09:56:11 +0000 (09:56 +0000)]
Document the interactive specification for C functions.
Say that `set-file-modes' is now interactive.

17 years ago(Fset_file_modes): Add an interactive spec that reads a file
Michaël Cadilhac [Mon, 10 Sep 2007 09:53:45 +0000 (09:53 +0000)]
(Fset_file_modes): Add an interactive spec that reads a file
name and file modes.

17 years ago(file-modes-char-to-who, file-modes-char-to-right)
Michaël Cadilhac [Mon, 10 Sep 2007 09:51:44 +0000 (09:51 +0000)]
(file-modes-char-to-who, file-modes-char-to-right)
(file-modes-rights-to-number): Auxiliary functions for symbolic to
numeric notation of file modes.
(file-modes-symbolic-to-number): New.  Convert symbolic modes to its
numeric value.
(read-file-modes): New.  Read either an octal value of a file mode or a
symbolic value, and return its numeric value.

17 years ago(Finteractive_form): If the interactive specification starts with a `(',
Michaël Cadilhac [Mon, 10 Sep 2007 09:42:13 +0000 (09:42 +0000)]
(Finteractive_form): If the interactive specification starts with a `(',
use it as a Lisp form.

17 years ago(Fcommandp): Change `->prompt' to `->intspec'.
Michaël Cadilhac [Mon, 10 Sep 2007 09:41:13 +0000 (09:41 +0000)]
(Fcommandp): Change `->prompt' to `->intspec'.

17 years ago(struct Lisp_Subr): Rename `prompt' field to `intspec'.
Michaël Cadilhac [Mon, 10 Sep 2007 09:40:37 +0000 (09:40 +0000)]
(struct Lisp_Subr): Rename `prompt' field to `intspec'.
(DEFUN): Document `intspec', use it instead of `prompt'.

17 years ago(Fcall_interactively): Comment fixes.
Michaël Cadilhac [Mon, 10 Sep 2007 09:32:42 +0000 (09:32 +0000)]
(Fcall_interactively): Comment fixes.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Mon, 10 Sep 2007 04:02:09 +0000 (04:02 +0000)]
Remove spurious * in docstrings.
(texinfo-mode-syntax-table, texinfo-mode-map): Initialize in the declaration.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Mon, 10 Sep 2007 03:46:53 +0000 (03:46 +0000)]
Remove spurious * in docstrings.
(tmm-prompt): Use with-current-buffer.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Mon, 10 Sep 2007 03:42:14 +0000 (03:42 +0000)]
Remove spurious * in docstrings.
(vcursor-map): Initialize in the declaration.
(vcursor-use-vcursor-map): Use define-minor-mode.
(vcursor-toggle-vcursor-map): Keep as an obsolete alias.

17 years ago(widget-browse-mode-map, widget-minor-mode-map): Initialize in the declaration.
Stefan Monnier [Mon, 10 Sep 2007 03:26:58 +0000 (03:26 +0000)]
(widget-browse-mode-map, widget-minor-mode-map): Initialize in the declaration.
(widget-minor-mode): Use define-minor-mode.

17 years ago(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier [Mon, 10 Sep 2007 03:22:12 +0000 (03:22 +0000)]
(woman-mode-map, woman-syntax-table): Initialize in the declaration.

17 years ago(Fcall_interactively): Use Finteractive_form also for subrs
Stefan Monnier [Mon, 10 Sep 2007 02:29:42 +0000 (02:29 +0000)]
(Fcall_interactively): Use Finteractive_form also for subrs
and compiled functions.

17 years agoERC-NEWS: Improve description of erc-ssl and erc-tls change
Michael Olson [Mon, 10 Sep 2007 01:20:44 +0000 (01:20 +0000)]
ERC-NEWS: Improve description of erc-ssl and erc-tls change

17 years agoMention doc-view.el.
Thien-Thi Nguyen [Sun, 9 Sep 2007 22:31:45 +0000 (22:31 +0000)]
Mention doc-view.el.

17 years agoInitial revision
Thien-Thi Nguyen [Sun, 9 Sep 2007 22:29:16 +0000 (22:29 +0000)]
Initial revision

17 years ago*** empty log message ***
Juri Linkov [Sun, 9 Sep 2007 12:58:40 +0000 (12:58 +0000)]
*** empty log message ***

17 years ago(menu-bar-help-menu):
Juri Linkov [Sun, 9 Sep 2007 12:28:36 +0000 (12:28 +0000)]
(menu-bar-help-menu):
Move "About Emacs" and "About GNU" to the end of the Help menu.
Move "Emacs Psychotherapist" after "Send Bug Report...".
Move "External Packages" after "Find Emacs Packages".

17 years ago(initial-buffer-choice): Rename choice "Splash screen"
Juri Linkov [Sun, 9 Sep 2007 12:10:33 +0000 (12:10 +0000)]
(initial-buffer-choice): Rename choice "Splash screen"
to "Startup screen".  Fix docstring.
(inhibit-startup-screen): Rename from `inhibit-splash-screen'.
(inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
(inhibit-startup-message): Change alias to `inhibit-startup-screen'.
(initial-scratch-message): Fix docstring.
(fancy-startup-text): Move link to Emacs Manual below Emacs Guided
Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
Add link to "Customize Startup" and set interval between links to
5 spaces.
(fancy-about-text): Add links "Authors" and "Contributing".
(fancy-splash-head): Add text "Welcome to " on the startup screen,
and "This is " on the about screen.  Add link to
"http://www.gnu.org/software/emacs/" for "GNU Emacs".
For the about screen move emacs version to the header from
`fancy-splash-tail' (as it's done already for normal about screen).
(fancy-splash-tail): Insert emacs version only for startup screen.
(normal-splash-screen): Remove duplicate empty lines.
(normal-about-screen): Add links "Authors" and "Contributing".

17 years ago(update-authors): Add etc/ to AUTHORS.
Juri Linkov [Sun, 9 Sep 2007 12:10:05 +0000 (12:10 +0000)]
(update-authors): Add etc/ to AUTHORS.

17 years agoAdd etc/ to AUTHORS.
Juri Linkov [Sun, 9 Sep 2007 11:55:09 +0000 (11:55 +0000)]
Add etc/ to AUTHORS.

17 years agoAdd doc/ to documentation directories.
Juri Linkov [Sun, 9 Sep 2007 11:54:21 +0000 (11:54 +0000)]
Add doc/ to documentation directories.

17 years agoRemove AUTHORS and CONTRIBUTE (moved to etc).
Juri Linkov [Sun, 9 Sep 2007 11:52:28 +0000 (11:52 +0000)]
Remove AUTHORS and CONTRIBUTE (moved to etc).

17 years agoMove here from the root dir.
Juri Linkov [Sun, 9 Sep 2007 11:48:59 +0000 (11:48 +0000)]
Move here from the root dir.

17 years agoMove to etc.
Juri Linkov [Sun, 9 Sep 2007 11:47:47 +0000 (11:47 +0000)]
Move to etc.

17 years ago* net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
Michael Albinus [Sun, 9 Sep 2007 08:31:27 +0000 (08:31 +0000)]
* net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
they are useless with the byte compiler.
(tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
(tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
(tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
(tramp-file-name-real-host, tramp-file-name-port)
(tramp-find-method, tramp-find-user, tramp-find-host): Make them
defuns.

* net/tramp-cache.el (top): Improve error message when
`tramp-persistency-file-name' is corrupted.

17 years agoCorrected a bad ChangeLog comment by adding full information from the package
John Wiegley [Sun, 9 Sep 2007 07:51:35 +0000 (07:51 +0000)]
Corrected a bad ChangeLog comment by adding full information from the package
author.

17 years agoDocument prefer-window-split-horizontally.
Eli Zaretskii [Sat, 8 Sep 2007 10:40:00 +0000 (10:40 +0000)]
Document prefer-window-split-horizontally.

17 years ago(all): Add prefer-window-split-horizontally from window.c.
Eli Zaretskii [Sat, 8 Sep 2007 10:35:27 +0000 (10:35 +0000)]
(all): Add prefer-window-split-horizontally from window.c.

17 years ago(prefer_window_split_horizontally): New variable.
Eli Zaretskii [Sat, 8 Sep 2007 10:34:03 +0000 (10:34 +0000)]
(prefer_window_split_horizontally): New variable.
(display_buffer): Consider splitting window horizontally depending on
prefer_window_split_horizontally.

17 years ago(browse-url-galeon): Fix last change.
Eli Zaretskii [Sat, 8 Sep 2007 09:53:34 +0000 (09:53 +0000)]
(browse-url-galeon): Fix last change.
(top-level): Require cl when compiling.

17 years ago[WINDOWSNT]: Don't include sysselect.h
Eli Zaretskii [Sat, 8 Sep 2007 09:12:05 +0000 (09:12 +0000)]
[WINDOWSNT]: Don't include sysselect.h

17 years ago* textmodes/org-export-latex.el: arch-tag restored.
Carsten Dominik [Sat, 8 Sep 2007 04:48:24 +0000 (04:48 +0000)]
* textmodes/org-export-latex.el: arch-tag restored.

17 years ago*** empty log message ***
Carsten Dominik [Sat, 8 Sep 2007 04:45:49 +0000 (04:45 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Carsten Dominik [Sat, 8 Sep 2007 04:40:00 +0000 (04:40 +0000)]
*** empty log message ***

17 years agoAdded diff-mode to `which-func-modes'.
Masatake YAMATO [Sat, 8 Sep 2007 04:35:39 +0000 (04:35 +0000)]
Added diff-mode to `which-func-modes'.

17 years agoSupport new keywords added to objective-c frontend of gcc.
Masatake YAMATO [Sat, 8 Sep 2007 04:31:08 +0000 (04:31 +0000)]
Support new keywords added to objective-c frontend of gcc.

17 years agoCheck in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson [Sat, 8 Sep 2007 04:00:40 +0000 (04:00 +0000)]
Check in ChangeLog entries for lisp/erc that were accidentally omitted

17 years agoSync ERC 5.3 (devel) from upstream
Michael Olson [Sat, 8 Sep 2007 03:07:09 +0000 (03:07 +0000)]
Sync ERC 5.3 (devel) from upstream

17 years agoMAINTAINERS: Update for new doc/ directory layout
Michael Olson [Sat, 8 Sep 2007 01:38:27 +0000 (01:38 +0000)]
MAINTAINERS: Update for new doc/ directory layout

17 years agoMAINTAINERS: Add myself for ERC and tq.el
Michael Olson [Sat, 8 Sep 2007 01:33:46 +0000 (01:33 +0000)]
MAINTAINERS: Add myself for ERC and tq.el

17 years agoUpdated to org-mode 5.08
John Wiegley [Fri, 7 Sep 2007 20:16:46 +0000 (20:16 +0000)]
Updated to org-mode 5.08

17 years ago(GC_MARK_STACK): Enable conservative stack marking.
Stefan Monnier [Fri, 7 Sep 2007 20:04:58 +0000 (20:04 +0000)]
(GC_MARK_STACK): Enable conservative stack marking.

17 years ago(Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
Stefan Monnier [Fri, 7 Sep 2007 19:50:49 +0000 (19:50 +0000)]
(Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.

17 years ago(normal-erase-is-backspace-setup-frame): Massage.
Stefan Monnier [Fri, 7 Sep 2007 19:49:17 +0000 (19:49 +0000)]
(normal-erase-is-backspace-setup-frame): Massage.

17 years agoAdd comment.
Stefan Monnier [Fri, 7 Sep 2007 19:47:56 +0000 (19:47 +0000)]
Add comment.

17 years ago(xterm-function-map): Initialize in the declaration.
Stefan Monnier [Fri, 7 Sep 2007 19:47:46 +0000 (19:47 +0000)]
(xterm-function-map): Initialize in the declaration.

17 years agoComment style.
Stefan Monnier [Fri, 7 Sep 2007 19:46:59 +0000 (19:46 +0000)]
Comment style.

17 years ago(freeze_window_start): Don't presume selected_window holds a window object.
Stefan Monnier [Fri, 7 Sep 2007 19:45:15 +0000 (19:45 +0000)]
(freeze_window_start): Don't presume selected_window holds a window object.

17 years ago(x_set_frame_parameters): Check number is positive before using XFASTINT.
Stefan Monnier [Fri, 7 Sep 2007 19:45:04 +0000 (19:45 +0000)]
(x_set_frame_parameters): Check number is positive before using XFASTINT.

17 years ago(vc-arch-checkin): Fix typo.
Stefan Monnier [Fri, 7 Sep 2007 19:00:30 +0000 (19:00 +0000)]
(vc-arch-checkin): Fix typo.

17 years ago2007-09-07 Johan Bockg� <bojohan@gnu.org>
Romain Francoise [Fri, 7 Sep 2007 16:50:02 +0000 (16:50 +0000)]
2007-09-07  Johan Bockg�  <bojohan@gnu.org>

* cus-face.el (custom-theme-set-faces): Set face attributes
locally for each frame.

17 years ago(fortran-mode): Set font-lock-syntactic-keywords via font-lock-defaults.
Stefan Monnier [Fri, 7 Sep 2007 15:07:13 +0000 (15:07 +0000)]
(fortran-mode): Set font-lock-syntactic-keywords via font-lock-defaults.

17 years ago(byte-compile-log-file): Check major-mode via derived-mode-p.
Stefan Monnier [Fri, 7 Sep 2007 15:04:09 +0000 (15:04 +0000)]
(byte-compile-log-file): Check major-mode via derived-mode-p.

17 years ago"Todo" comment.
Stefan Monnier [Fri, 7 Sep 2007 15:02:40 +0000 (15:02 +0000)]
"Todo" comment.

17 years ago(autoconf-definition-regexp):
Thien-Thi Nguyen [Fri, 7 Sep 2007 09:35:49 +0000 (09:35 +0000)]
(autoconf-definition-regexp):
Handle optional square brackets around definition name.

17 years agoAdd arch tagline
Miles Bader [Fri, 7 Sep 2007 07:36:10 +0000 (07:36 +0000)]
Add arch tagline

17 years agoRestore 20070901 change lost in move for some unknown reason.
Glenn Morris [Fri, 7 Sep 2007 07:14:30 +0000 (07:14 +0000)]
Restore 20070901 change lost in move for some unknown reason.

17 years ago(erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.
Glenn Morris [Fri, 7 Sep 2007 04:38:47 +0000 (04:38 +0000)]
(erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.

17 years ago(emacs-version): Revert 2007-08-29 change: no need to say if multi-tty
Glenn Morris [Fri, 7 Sep 2007 04:38:06 +0000 (04:38 +0000)]
(emacs-version): Revert 2007-08-29 change: no need to say if multi-tty
is present.

17 years agoJohannes Weiner <hannes at saeurebad.de>
Glenn Morris [Fri, 7 Sep 2007 04:37:01 +0000 (04:37 +0000)]
Johannes Weiner  <hannes at saeurebad.de>

(browse-url-browser-function): Add elinks.
(browse-url-elinks-wrapper): New option.
(browse-url-encode-url, browse-url-elinks)
(browse-url-elinks-sentinel): New functions.
(browse-url-file-url, browse-url-netscape, browse-url-mozilla)
(browse-url-firefox, browse-url-galeon, browse-url-epiphany): Use
new function browse-url-encode-url.

17 years ago*** empty log message ***
Dan Nicolaescu [Fri, 7 Sep 2007 04:00:48 +0000 (04:00 +0000)]
*** empty log message ***

17 years ago* term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
Dan Nicolaescu [Fri, 7 Sep 2007 03:56:26 +0000 (03:56 +0000)]
* term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.

17 years ago(split-window-preferred-function): Add custom info.
Stefan Monnier [Fri, 7 Sep 2007 03:32:35 +0000 (03:32 +0000)]
(split-window-preferred-function): Add custom info.

17 years ago(Vsplit_window_preferred_function): New var.
Stefan Monnier [Fri, 7 Sep 2007 03:26:06 +0000 (03:26 +0000)]
(Vsplit_window_preferred_function): New var.
(Fdisplay_buffer): Use it.
(syms_of_window): Export, and initialize it.

17 years ago(holiday-list, calendar-check-holidays, calendar-mark-holidays)
Stefan Monnier [Fri, 7 Sep 2007 02:53:10 +0000 (02:53 +0000)]
(holiday-list, calendar-check-holidays, calendar-mark-holidays)
(calendar-list-holidays, holiday-filter-visible-calendar):
New names to clean up namespace.
(filter-visible-calendar-holidays, list-calendar-holidays)
(mark-calendar-holidays, check-calendar-holidays, list-holidays):
Add compatibility aliases.
(calendar-check-holidays, calendar-mark-holidays)
(calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
(holiday-sexp): Replace append with list.
(holiday-filter-visible-calendar): Replace append with push.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Fri, 7 Sep 2007 02:45:28 +0000 (02:45 +0000)]
Remove spurious * in docstrings.
(woman-mini-help, woman-non-underline-faces, woman0-rename)
(woman-topic-all-completions-merge, woman-file-name-all-completions)
(woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
(woman-write-directory-cache, woman-display-extended-fonts)
(WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
(woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
(woman-mode): Use inhibit-read-only.
(woman-negative-vertical-space): Use dotimes.
(woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.

17 years ago(History and Acknowledgements): Adjust the "thanks".
Jay Belanger [Fri, 7 Sep 2007 00:28:06 +0000 (00:28 +0000)]
(History and Acknowledgements): Adjust the "thanks".
(Random Numbers): Clarify the distribution of `random'.

17 years ago(gif_load): Fix bug: Handle nonexistent colormap.
Thien-Thi Nguyen [Thu, 6 Sep 2007 20:25:18 +0000 (20:25 +0000)]
(gif_load): Fix bug: Handle nonexistent colormap.

17 years ago(vc-bzr-admin-lastrev): New defconst.
Romain Francoise [Thu, 6 Sep 2007 19:46:17 +0000 (19:46 +0000)]
(vc-bzr-admin-lastrev): New defconst.
(vc-bzr-workfile-version): Use it.

17 years agoUpdate for new doc/ directory layout.
Romain Francoise [Thu, 6 Sep 2007 18:41:46 +0000 (18:41 +0000)]
Update for new doc/ directory layout.

17 years ago(maintainer-clean): Delete info files.
Romain Francoise [Thu, 6 Sep 2007 18:32:10 +0000 (18:32 +0000)]
(maintainer-clean): Delete info files.

17 years ago2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
Romain Francoise [Thu, 6 Sep 2007 17:12:17 +0000 (17:12 +0000)]
2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>

* complete.el (PC-do-completion): Don't try to treat
  empty string as an abbreviation.

17 years agoChange from ../man to ../doc/emacs and ../doc/misc; and from
Glenn Morris [Thu, 6 Sep 2007 07:32:52 +0000 (07:32 +0000)]
Change from ../man to ../doc/emacs and ../doc/misc; and from
../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.

17 years ago*** empty log message ***
Glenn Morris [Thu, 6 Sep 2007 07:32:18 +0000 (07:32 +0000)]
*** empty log message ***

17 years ago(info-nmake, info-gmake, clean-other-dirs-nmake): Change from ../man
Glenn Morris [Thu, 6 Sep 2007 07:19:48 +0000 (07:19 +0000)]
(info-nmake, info-gmake, clean-other-dirs-nmake): Change from ../man
to ../doc/emacs and ../doc/misc; and from ../lispref, ../lispintro to
../doc/lispref, ../doc/lispintro.

17 years ago*** empty log message ***
Glenn Morris [Thu, 6 Sep 2007 07:19:34 +0000 (07:19 +0000)]
*** empty log message ***

17 years ago(menu_grab_callback) <cnt>: Move static variable to file scope.
Glenn Morris [Thu, 6 Sep 2007 07:00:56 +0000 (07:00 +0000)]
(menu_grab_callback) <cnt>: Move static variable to file scope.

17 years ago*** empty log message ***
Glenn Morris [Thu, 6 Sep 2007 07:00:30 +0000 (07:00 +0000)]
*** empty log message ***

17 years ago(x_reply_selection_request) <cnt>: Move static variable to file scope.
Glenn Morris [Thu, 6 Sep 2007 06:54:10 +0000 (06:54 +0000)]
(x_reply_selection_request) <cnt>: Move static variable to file scope.

17 years ago*** empty log message ***
Glenn Morris [Thu, 6 Sep 2007 06:53:59 +0000 (06:53 +0000)]
*** empty log message ***

17 years agoJohan Bockg� <bojohan at dd.chalmers.se>
Glenn Morris [Thu, 6 Sep 2007 05:53:42 +0000 (05:53 +0000)]
Johan Bockg�  <bojohan at dd.chalmers.se>

(describe-variable): Keep doc's text properties.

17 years ago*** empty log message ***
Glenn Morris [Thu, 6 Sep 2007 05:53:04 +0000 (05:53 +0000)]
*** empty log message ***

17 years ago(vc-default-diff-tree): Pass a list to the diff vc command
Dan Nicolaescu [Thu, 6 Sep 2007 05:28:08 +0000 (05:28 +0000)]
(vc-default-diff-tree): Pass a list to the diff vc command
instead of a file.

17 years ago(checkdoc-minor-mode-string): New.
Glenn Morris [Thu, 6 Sep 2007 05:19:23 +0000 (05:19 +0000)]
(checkdoc-minor-mode-string): New.
(checkdoc-minor-mode): Allow user to specify lighter via
checkdoc-minor-mode-string.

17 years agoRegenerate, and restore by hand the shell function message lost in
Glenn Morris [Thu, 6 Sep 2007 05:19:06 +0000 (05:19 +0000)]
Regenerate, and restore by hand the shell function message lost in
2007-08-29T06:36:57Z!jan.h.d@swipnet.se.

17 years ago(mansrcdir): New variable.
Glenn Morris [Thu, 6 Sep 2007 05:12:28 +0000 (05:12 +0000)]
(mansrcdir): New variable.
(SUBDIR_MAKEFILES): Update for new doc/ directory layout.
(man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
update these targets for new doc/ directory layout.
(doc/misc/Makefile): New target.
(install-arch-indep): Use mansrcdir for new location of manpages.
(mostlyclean, clean, distclean, maintainer-clean, unlock)
(relock, info, dvi): Update targets for new doc/ directory layout.

17 years ago(AC_OUTPUT): Update names of generated Makefiles for new doc/ directory layout.
Glenn Morris [Thu, 6 Sep 2007 05:11:11 +0000 (05:11 +0000)]
(AC_OUTPUT): Update names of generated Makefiles for new doc/ directory layout.

17 years ago(setfilename): Go up one more level to ../../info.
Glenn Morris [Thu, 6 Sep 2007 05:10:13 +0000 (05:10 +0000)]
(setfilename): Go up one more level to ../../info.

17 years agoMove the parts of the old man/makefile.w32-in that do not refer to the
Glenn Morris [Thu, 6 Sep 2007 05:08:13 +0000 (05:08 +0000)]
Move the parts of the old man/makefile.w32-in that do not refer to the
Emacs manual here.
(infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.

(../etc/GNU): Delete obsolete target.