1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00
Commit Graph

86804 Commits

Author SHA1 Message Date
Chong Yidong
cc5a21e3f7 * positions.texi (Skipping Characters): Correct return value of
skip-chars-forward.
2008-10-27 21:29:53 +00:00
Chong Yidong
3d7185083b (try_scrolling): When computing the distance from the scroll margin to
PT, try moving some distance past the window bottom before giving up.
2008-10-27 18:33:06 +00:00
Chong Yidong
d8bdbe6fb3 * xdisp.c (try_scrolling): When computing the distance from the scroll
margin to PT, try moving some distance past the window bottom before
giving up.
2008-10-27 18:32:39 +00:00
Juanma Barranquero
16c1ddc2d5 * face-remap.el (text-scale-increase, text-scale-decrease)
(text-scale-adjust): Remove &optional keyword from the arg list;
  the INC argument is not really optional, if the functions happen
  to be called from elisp.
2008-10-27 10:37:41 +00:00
Martin Rudalics
bee6058c44 Remove entry for `window-full-width-p' since it's in Emacs 22 already. 2008-10-27 10:28:00 +00:00
Martin Rudalics
7bfac54794 (Fwindow_dedicated_p, Fset_window_dedicated_p)
(Fset_window_buffer): Explain in doc-string that a window can be
"strongly" dedicated to its buffer.
2008-10-27 10:13:49 +00:00
Dan Nicolaescu
13ad745788 * vc.el: Rename VC methods that were missed when vc-status was
renamed to vc-dir.
* vc-svn.el (vc-svn-dir-extra-headers): Rename from
vc-svn-status-extra-headers.
* vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
(vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
* vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
(vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
* vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
vc-dir-status-printer.
(vc-dir-headers): Use `dir-extra-headers' instead of
`status-extra-headers'
(vc-dir-printer): Rename from vc-dir-status-printer.
(vc-default-dir-extra-headers): Rename from
vc-default-status-extra-headers.
* vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
vc-cvs-status-extra-headers.
2008-10-27 07:21:43 +00:00
Dan Nicolaescu
4ff029f613 * emacs.c (daemon_name): New variable.
(main): Deal with --daemon=SERVER_NAME.
(Fdaemonp): Return a name if one was passed to --daemon.

* startup.el (server-name): Pacify byte compiler.
(command-line): If --daemon=SERVER_NAME was used, set server-name
before calling server-start.

* cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2008-10-27 07:02:30 +00:00
Chong Yidong
b918aa6b5d Perform last revert properly. :-( 2008-10-27 05:43:17 +00:00
Chong Yidong
9f33212acf Perform last revert properly. 2008-10-27 05:40:18 +00:00
Chong Yidong
6daadc95f9 Revert last change. 2008-10-27 05:32:41 +00:00
Chong Yidong
891f9832f3 Reverse last change. 2008-10-27 05:32:22 +00:00
Chong Yidong
95c97c11e0 (try_scrolling): When computing distance from the scroll margin, don't
use MOVE_TO_Y.
2008-10-27 05:15:37 +00:00
Chong Yidong
6584f2854b * xdisp.c (try_scrolling): When computing distance from the scroll
margin, don't use MOVE_TO_Y.
2008-10-27 05:15:17 +00:00
Kenichi Handa
a62ac7e3fd (describe-char): Fix terminal case (where font is nil). 2008-10-27 02:12:03 +00:00
Miles Bader
24eccbe29a Add arch tagline 2008-10-27 02:05:42 +00:00
Juanma Barranquero
f9bd0df9c8 Fix typos. 2008-10-27 00:20:04 +00:00
Dan Nicolaescu
5790ef40ba * startup.el (command-line): Call daemon-initialized after
starting the server.
* emacs.c (daemon_pipe): New variable
(main): Create a pipe before forking, make the parent exit only after
the child has closed its end of the pipe.  Move closing the
descriptors ...
(Fdaemon_initialized): ... here.  New function.
2008-10-26 19:05:47 +00:00
Kenichi Handa
91c491e051 Docstrings of categories improved again. 2008-10-26 13:18:46 +00:00
Stefan Monnier
f75501733f (python-mode): Don't impose ourselves on hippie. 2008-10-26 05:10:54 +00:00
Stefan Monnier
f37a389e68 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
to the courier family.
* textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
usually not serif'd and hence rather unlike verbatim's printed output.
2008-10-26 04:32:09 +00:00
Stefan Monnier
4d632321c1 (Foptimize_char_table): Make sure `ascii' doesn't point to
the previous unoptimized table.
2008-10-26 04:23:08 +00:00
Stefan Monnier
f5385255de (Fset_window_buffer): Undo 2008-10-18 change to re-instate
the distinction between non-nil and non-t value of `dedicated'.
2008-10-26 04:13:46 +00:00
Stefan Monnier
b657604982 *** empty log message *** 2008-10-26 03:39:55 +00:00
Carsten Dominik
71d35b2418 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
* org-agenda.el (org-format-agenda-item)
	(org-agenda-filter-make-matcher): Make sure tags are stored and
	compared donwcased.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-insert-todo-heading): Fix bug with force-heading
	argument.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-exp.el (org-export-as-ascii): Handle the case that we are
	bulishing from an indirect buffer.

	* org-table.el (org-table-copy-down): Fix bug with time stamp
	increment.

	* org-mouse.el (org-mouse-features): New option.
	(org-mode-hook): Turn on features depending on
	`org-mouse-features'.

	* org.el (org-insert-heading-respect-content): Force heading
	creation.
	(org-insert-heading): keep the folding state of the heading before
	the inserted one.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-archive.el (org-archive-to-archive-sibling): Handle top
	level headlines better.

2008-10-26  Bastien Guerry  <bzg@altern.org>

	* org-export-latex.el (org-export-latex-classes): Added
	\usepackage{graphicx} to the default list of packages.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-agenda.el (org-agenda-filter): Renamed from
	`org-agenda-filter-tags'.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-entry-properties): Add CATEGORY property, iven if it
	is not defined as a property in this entry.
	(org-add-log-note): Mask prefix argument when immediately storing
	the note.

	* org-agenda.el (org-agenda-filter-effort-default-operator): New
	option.

2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>

	* org.el (org-add-log-setup): Bugfix; code to find insertion point
	after drawers was skipping ahead one line too many, so notes were
	inserted after the first note instead of before it.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
	New variables.
	(org-prepare-agenda): Reset the filter tags.
	(org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
	Show filter tags in mode line.

	* org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
	formatter.

	* org-export-latex.el (org-latex-entities-regexp): New constant.
	(org-export-as-pdf): Use two calls to `shell-command'.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-export-latex.el (org-export-latex-treat-sub-super-char):
	Honor the {} value of the subsuperscript setting.  Make sure that
	longer subsuperscripts are typeset in a roman font.

	* org.el (org-clock-update-time-maybe): Compute negative clock
	intervals correctly.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-add-log-setup): Respect
	`org-log-state-notes-insert-after-drawers'.
	(org-log-state-notes-insert-after-drawers): New option.
	(org-todo-trigger-tag-changes): New function.
	(org-todo): Call `org-todo-trigger-tag-changes'.

2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>

	* org.el (org-add-log-setup): Only skip drawers if the are
	immediately after the scheduling keywords.

	* org-clock.el (org-clock-in-switch-to-state): Allow this to be a
	function
	(org-clock-in): If `org-clock-in-switch-to-state' is a function,
	call it with the current todo state to get the state to switch to
	when clocking in.
	(org-clock-in): Use org-indent-line-function to indent clock lines.
	(org-clock-find-position): Fix indentation of empty clock drawers.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-publish.el (org-publish-org-to): Handle case when
	org-export-to-pdf does return a file name, not a buffer.
	(org-publish-org-to-pdf): New function.

	* org-export-latex.el (org-export-as-pdf)
	(org-export-as-pdf-and-open): New commands.

	* org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
	forms as ranges.

	* org-export-latex.el (org-export-latex-lists): Ignore lists-like
	things in protexted regions.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-export-latex.el (org-export-latex-preprocess): Improve
	quoting of LaTeX environments.
2008-10-25 21:35:48 +00:00
Chong Yidong
7f5cd5548e (vc-cvs-status-extra-headers): Use full directory name when reporting
the module.
2008-10-25 20:59:38 +00:00
Chong Yidong
ddf59b5f58 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
when reporting the module.
2008-10-25 20:59:29 +00:00
Chong Yidong
f6bb488306 (read_char_minibuf_menu_prompt): Ensure that
read_char_minibuf_menu_text is large enough to hold the menu string.
2008-10-25 20:23:31 +00:00
Chong Yidong
6c56a0f32e * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
read_char_minibuf_menu_text is large enough to hold the menu string.
2008-10-25 20:21:19 +00:00
Chong Yidong
1afc022db0 (widget-color-complete): Sort completions alphabetically. 2008-10-25 18:34:41 +00:00
Chong Yidong
d03b3d2387 (vc-dir-mode-map): Add follow-link behavior. 2008-10-25 18:28:42 +00:00
Chong Yidong
fafd297956 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior. 2008-10-25 18:28:26 +00:00
Chong Yidong
b1446261ab Document monospace font problems. 2008-10-25 17:19:12 +00:00
Stefan Monnier
8cd56959b4 * files.el (locate-dominating-stop-dir-regexp): New var.
(locate-dominating-file): Change arg from a regexp to a file name.
Rewrite using the vc-find-root code to avoid directory-files which is
too slow.  Obey locate-dominating-stop-dir-regexp.
Don't pay attention to changes in owner.
(project-find-settings-file): Adjust call to locate-dominating-file.

* progmodes/flymake.el (flymake-find-buildfile):
Adjust call to locate-dominating-file.

* vc-hooks.el (vc-find-root): Use locate-dominating-file.
(vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2008-10-25 15:18:53 +00:00
Martin Rudalics
520b29e7aa (Deleting Windows): Update documentation of delete-windows-on.
(Buffers and Windows): Update documentations of
get-buffer-window and get-buffer-window-list.
(Displaying Buffers): Update documentation of
replace-buffer-in-windows.
2008-10-25 10:09:42 +00:00
Martin Rudalics
09460d9acc (Current Buffer): Reword set-buffer and
with-current-buffer documentations.
(Creating Buffers): Reword documentation of get-buffer-create.
2008-10-25 09:58:12 +00:00
Martin Rudalics
83f57f499a (with-current-buffer): Rename buffer argument to buffer-or-name. 2008-10-25 09:18:19 +00:00
Martin Rudalics
cf20330bba (get-buffer-window-list): Rename buffer argument to
buffer-or-name and make it optional.
2008-10-25 08:08:19 +00:00
Martin Rudalics
fec8926115 (Fget_buffer_window, Fdelete_windows_on, Freplace_buffer_in_windows):
Make buffer argument optional and rename to buffer_or_name.
2008-10-25 07:57:37 +00:00
Kenichi Handa
c6ec96f84a (describe-categories): Display the terse legend at the head. 2008-10-25 01:31:35 +00:00
Kenichi Handa
46bf60bcbf Docstrings of categories improved. 2008-10-25 01:30:28 +00:00
Kenichi Handa
f6d2f04567 (Fdefine_category): Docstring modified for DOCSTRING. 2008-10-25 01:29:47 +00:00
Juanma Barranquero
ea6c930a8d * completion.el (add-completion-to-head, add-completion): Doc fixes.
(completion-search-next, add-completions-from-file):
  Fix typos in docstrings.

* filesets.el (filesets-menu-ensure-use-cached)
  (filesets-ingroup-patterns, filesets-filetype-property):
* tutorial.el (get-lang-string):
* play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
  Fix typos in docstrings.

* image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
  (image-dired-line-up-method, image-dired-thumb-size)
  (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
  (image-dired-track-original-file, image-dired-track-thumbnail)
  (image-dired-dired-next-line, image-dired-dired-previous-line)
  (image-dired-write-comments): Reflow docstrings.
  (image-dired-show-all-from-dir-max-files)
  (image-dired-format-properties-string, image-dired-create-thumbs)
  (image-dired-mark-tagged-files, image-dired-gallery-generate):
  Fix typos in docstrings.

* savehist.el (savehist-save-minibuffer-history, savehist-file)
  (savehist-additional-variables, savehist-ignored-variables)
  (savehist-file-modes, savehist-autosave-interval):
* startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
  (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
  (fancy-splash-image):
* thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
  (thumbs-conversion-program, thumbs-margin):
  Remove spurious * in docstrings.
2008-10-25 00:46:25 +00:00
Chong Yidong
ba28670836 Remove unnecessary "tiny change" tag for Aaren Hawley. 2008-10-25 00:13:30 +00:00
Chong Yidong
ce8fb8aa95 (end-of-sexp, beginning-of-sexp, forward-same-syntax): Omit default
arguments to char-after and char-before.
2008-10-25 00:12:37 +00:00
Chong Yidong
a6e62f2e84 * thingatpt.el (end-of-sexp, beginning-of-sexp)
(forward-same-syntax): Omit default arguments to char-after and
char-before.
2008-10-25 00:12:24 +00:00
Juanma Barranquero
945a0a0ccc Revert part of last change; it breaks bootstrapping on some systems. 2008-10-24 22:50:13 +00:00
Chong Yidong
e919f0b153 (handle_single_display_spec, handle_display_prop): Undo
2005-05-16 change.
(handle_stop): Pop iterator if it's loaded with an empty string.
(get_overlay_strings_1): Don't save iterator if it's loaded with
an empty string (bug#1201).
2008-10-24 19:00:42 +00:00
Chong Yidong
34fcddd016 * xdisp.c (handle_single_display_spec, handle_display_prop): Undo
2005-05-16 change.
(handle_stop): Pop iterator if it's loaded with an empty string.
(get_overlay_strings_1): Don't save iterator if it's loaded with
an empty string (bug#1201).
2008-10-24 18:53:54 +00:00
Kenichi Handa
064766f2e8 (ftfont_otf_features): Fix previous change.
(ftfont_otf_capability): Check FeatureList.FeatureCount before
calling ftfont_otf_features.
2008-10-24 13:12:55 +00:00