bpt/emacs.git
15 years ago* emacs.c (daemon_pipe): Make non-static.
Dan Nicolaescu [Tue, 28 Oct 2008 04:25:11 +0000 (04:25 +0000)]
* emacs.c (daemon_pipe): Make non-static.
(IS_DAEMON): Move definition ...
* lisp.h (IS_DAEMON): ... here.
(daemon_pipe): Declare.
(is_daemon): Remove.
* dispnew.c (init_display): Use IS_DAEMON.

15 years ago(outline-next-heading, outline-back-to-heading): Fix declarations.
Glenn Morris [Tue, 28 Oct 2008 02:57:25 +0000 (02:57 +0000)]
(outline-next-heading, outline-back-to-heading): Fix declarations.

15 years ago(org-agenda-align-tags): Replace use of cl `adjoin'.
Glenn Morris [Tue, 28 Oct 2008 02:57:01 +0000 (02:57 +0000)]
(org-agenda-align-tags): Replace use of cl `adjoin'.

15 years ago* xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
Stefan Monnier [Tue, 28 Oct 2008 01:02:44 +0000 (01:02 +0000)]
* xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
(message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.

* emacs.c (is_daemon): Remove.
(main): Don't set is_daemon.
(IS_DAEMON): New macro.
(Fdaemonp, Fdaemon_initialized): Use it.
(Fdaemon_initialized): Wrtie a char into the pipe to make sure the
parent exits.
(syms_of_emacs): Explicitly initialize daemon_pipe[1].

15 years agoDocumented:
Chong Yidong [Tue, 28 Oct 2008 00:42:34 +0000 (00:42 +0000)]
Documented:

*** When Transient Mark mode is on, TAB now indents the region if the
region is active.

15 years agochecked indent.texi
Chong Yidong [Tue, 28 Oct 2008 00:42:15 +0000 (00:42 +0000)]
checked indent.texi

15 years agoFix last change.
Chong Yidong [Tue, 28 Oct 2008 00:40:09 +0000 (00:40 +0000)]
Fix last change.

15 years ago(Indentation): Replace list with paragraphed text, putting description
Chong Yidong [Tue, 28 Oct 2008 00:38:32 +0000 (00:38 +0000)]
(Indentation): Replace list with paragraphed text, putting description
of syntax-driven indentation first.  Document new effect of active
regions on tab.
(Tab Stops): Note that editable tab stops affect indentation commands.

15 years ago* indent.texi (Indentation): Replace list with paragraphed text,
Chong Yidong [Tue, 28 Oct 2008 00:38:22 +0000 (00:38 +0000)]
* indent.texi (Indentation): Replace list with paragraphed text,
putting description of syntax-driven indentation first.  Document new
effect of active regions on tab.
(Tab Stops): Note that editable tab stops affect indentation commands.

15 years ago(ns_draw_window_cursor): When hbar cursor is on over-sized glyph, draw
Chong Yidong [Mon, 27 Oct 2008 22:30:38 +0000 (22:30 +0000)]
(ns_draw_window_cursor): When hbar cursor is on over-sized glyph, draw
it with the default glyph width.

15 years ago* nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized
Chong Yidong [Mon, 27 Oct 2008 22:29:22 +0000 (22:29 +0000)]
* nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.

15 years ago(x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it
Chong Yidong [Mon, 27 Oct 2008 22:20:46 +0000 (22:20 +0000)]
(x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it
with the default glyph width.

15 years ago* w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
Chong Yidong [Mon, 27 Oct 2008 22:20:05 +0000 (22:20 +0000)]
* w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.

* xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.

15 years ago(Skipping Characters): Correct return value of skip-chars-forward.
Chong Yidong [Mon, 27 Oct 2008 21:30:00 +0000 (21:30 +0000)]
(Skipping Characters): Correct return value of skip-chars-forward.

15 years ago* positions.texi (Skipping Characters): Correct return value of
Chong Yidong [Mon, 27 Oct 2008 21:29:53 +0000 (21:29 +0000)]
* positions.texi (Skipping Characters): Correct return value of
skip-chars-forward.

15 years ago(try_scrolling): When computing the distance from the scroll margin to
Chong Yidong [Mon, 27 Oct 2008 18:33:06 +0000 (18:33 +0000)]
(try_scrolling): When computing the distance from the scroll margin to
PT, try moving some distance past the window bottom before giving up.

15 years ago* xdisp.c (try_scrolling): When computing the distance from the scroll
Chong Yidong [Mon, 27 Oct 2008 18:32:39 +0000 (18:32 +0000)]
* 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.

15 years ago* face-remap.el (text-scale-increase, text-scale-decrease)
Juanma Barranquero [Mon, 27 Oct 2008 10:37:41 +0000 (10:37 +0000)]
* 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.

15 years agoRemove entry for `window-full-width-p' since it's in Emacs 22 already.
Martin Rudalics [Mon, 27 Oct 2008 10:28:00 +0000 (10:28 +0000)]
Remove entry for `window-full-width-p' since it's in Emacs 22 already.

15 years ago(Fwindow_dedicated_p, Fset_window_dedicated_p)
Martin Rudalics [Mon, 27 Oct 2008 10:13:49 +0000 (10:13 +0000)]
(Fwindow_dedicated_p, Fset_window_dedicated_p)
(Fset_window_buffer): Explain in doc-string that a window can be
"strongly" dedicated to its buffer.

15 years ago* vc.el: Rename VC methods that were missed when vc-status was
Dan Nicolaescu [Mon, 27 Oct 2008 07:21:43 +0000 (07:21 +0000)]
* 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.

15 years ago* emacs.c (daemon_name): New variable.
Dan Nicolaescu [Mon, 27 Oct 2008 07:02:30 +0000 (07:02 +0000)]
* 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.

15 years agoPerform last revert properly. :-(
Chong Yidong [Mon, 27 Oct 2008 05:43:17 +0000 (05:43 +0000)]
Perform last revert properly. :-(

15 years agoPerform last revert properly.
Chong Yidong [Mon, 27 Oct 2008 05:40:18 +0000 (05:40 +0000)]
Perform last revert properly.

15 years agoRevert last change.
Chong Yidong [Mon, 27 Oct 2008 05:32:41 +0000 (05:32 +0000)]
Revert last change.

15 years agoReverse last change.
Chong Yidong [Mon, 27 Oct 2008 05:32:22 +0000 (05:32 +0000)]
Reverse last change.

15 years ago(try_scrolling): When computing distance from the scroll margin, don't
Chong Yidong [Mon, 27 Oct 2008 05:15:37 +0000 (05:15 +0000)]
(try_scrolling): When computing distance from the scroll margin, don't
use MOVE_TO_Y.

15 years ago* xdisp.c (try_scrolling): When computing distance from the scroll
Chong Yidong [Mon, 27 Oct 2008 05:15:17 +0000 (05:15 +0000)]
* xdisp.c (try_scrolling): When computing distance from the scroll
margin, don't use MOVE_TO_Y.

15 years ago(describe-char): Fix terminal case (where font is nil).
Kenichi Handa [Mon, 27 Oct 2008 02:12:03 +0000 (02:12 +0000)]
(describe-char): Fix terminal case (where font is nil).

15 years agoAdd arch tagline
Miles Bader [Mon, 27 Oct 2008 02:05:42 +0000 (02:05 +0000)]
Add arch tagline

15 years agoFix typos.
Juanma Barranquero [Mon, 27 Oct 2008 00:20:04 +0000 (00:20 +0000)]
Fix typos.

15 years ago* startup.el (command-line): Call daemon-initialized after
Dan Nicolaescu [Sun, 26 Oct 2008 19:05:47 +0000 (19:05 +0000)]
* 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.

15 years agoDocstrings of categories improved again.
Kenichi Handa [Sun, 26 Oct 2008 13:18:46 +0000 (13:18 +0000)]
Docstrings of categories improved again.

15 years ago(python-mode): Don't impose ourselves on hippie.
Stefan Monnier [Sun, 26 Oct 2008 05:10:54 +0000 (05:10 +0000)]
(python-mode): Don't impose ourselves on hippie.

15 years ago* faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
Stefan Monnier [Sun, 26 Oct 2008 04:32:09 +0000 (04:32 +0000)]
* 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.

15 years ago(Foptimize_char_table): Make sure `ascii' doesn't point to
Stefan Monnier [Sun, 26 Oct 2008 04:23:08 +0000 (04:23 +0000)]
(Foptimize_char_table): Make sure `ascii' doesn't point to
the previous unoptimized table.

15 years ago(Fset_window_buffer): Undo 2008-10-18 change to re-instate
Stefan Monnier [Sun, 26 Oct 2008 04:13:46 +0000 (04:13 +0000)]
(Fset_window_buffer): Undo 2008-10-18 change to re-instate
the distinction between non-nil and non-t value of `dedicated'.

15 years ago*** empty log message ***
Stefan Monnier [Sun, 26 Oct 2008 03:39:55 +0000 (03:39 +0000)]
*** empty log message ***

15 years ago2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Sat, 25 Oct 2008 21:35:48 +0000 (21:35 +0000)]
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.

15 years ago(vc-cvs-status-extra-headers): Use full directory name when reporting
Chong Yidong [Sat, 25 Oct 2008 20:59:38 +0000 (20:59 +0000)]
(vc-cvs-status-extra-headers): Use full directory name when reporting
the module.

15 years ago* vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
Chong Yidong [Sat, 25 Oct 2008 20:59:29 +0000 (20:59 +0000)]
* vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
when reporting the module.

15 years ago(read_char_minibuf_menu_prompt): Ensure that
Chong Yidong [Sat, 25 Oct 2008 20:23:31 +0000 (20:23 +0000)]
(read_char_minibuf_menu_prompt): Ensure that
read_char_minibuf_menu_text is large enough to hold the menu string.

15 years ago* keyboard.c (read_char_minibuf_menu_prompt): Ensure that
Chong Yidong [Sat, 25 Oct 2008 20:21:19 +0000 (20:21 +0000)]
* keyboard.c (read_char_minibuf_menu_prompt): Ensure that
read_char_minibuf_menu_text is large enough to hold the menu string.

15 years ago(widget-color-complete): Sort completions alphabetically.
Chong Yidong [Sat, 25 Oct 2008 18:34:41 +0000 (18:34 +0000)]
(widget-color-complete): Sort completions alphabetically.

15 years ago(vc-dir-mode-map): Add follow-link behavior.
Chong Yidong [Sat, 25 Oct 2008 18:28:42 +0000 (18:28 +0000)]
(vc-dir-mode-map): Add follow-link behavior.

15 years ago* vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
Chong Yidong [Sat, 25 Oct 2008 18:28:26 +0000 (18:28 +0000)]
* vc-dir.el (vc-dir-mode-map): Add follow-link behavior.

15 years agoDocument monospace font problems.
Chong Yidong [Sat, 25 Oct 2008 17:19:12 +0000 (17:19 +0000)]
Document monospace font problems.

15 years ago* files.el (locate-dominating-stop-dir-regexp): New var.
Stefan Monnier [Sat, 25 Oct 2008 15:18:53 +0000 (15:18 +0000)]
* 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.

15 years ago(Deleting Windows): Update documentation of delete-windows-on.
Martin Rudalics [Sat, 25 Oct 2008 10:09:42 +0000 (10:09 +0000)]
(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.

15 years ago(Current Buffer): Reword set-buffer and
Martin Rudalics [Sat, 25 Oct 2008 09:58:12 +0000 (09:58 +0000)]
(Current Buffer): Reword set-buffer and
with-current-buffer documentations.
(Creating Buffers): Reword documentation of get-buffer-create.

15 years ago(with-current-buffer): Rename buffer argument to buffer-or-name.
Martin Rudalics [Sat, 25 Oct 2008 09:18:19 +0000 (09:18 +0000)]
(with-current-buffer): Rename buffer argument to buffer-or-name.

15 years ago(get-buffer-window-list): Rename buffer argument to
Martin Rudalics [Sat, 25 Oct 2008 08:08:19 +0000 (08:08 +0000)]
(get-buffer-window-list): Rename buffer argument to
buffer-or-name and make it optional.

15 years ago(Fget_buffer_window, Fdelete_windows_on, Freplace_buffer_in_windows):
Martin Rudalics [Sat, 25 Oct 2008 07:57:37 +0000 (07:57 +0000)]
(Fget_buffer_window, Fdelete_windows_on, Freplace_buffer_in_windows):
Make buffer argument optional and rename to buffer_or_name.

15 years ago(describe-categories): Display the terse legend at the head.
Kenichi Handa [Sat, 25 Oct 2008 01:31:35 +0000 (01:31 +0000)]
(describe-categories): Display the terse legend at the head.

15 years agoDocstrings of categories improved.
Kenichi Handa [Sat, 25 Oct 2008 01:30:28 +0000 (01:30 +0000)]
Docstrings of categories improved.

15 years ago(Fdefine_category): Docstring modified for DOCSTRING.
Kenichi Handa [Sat, 25 Oct 2008 01:29:47 +0000 (01:29 +0000)]
(Fdefine_category): Docstring modified for DOCSTRING.

15 years ago* completion.el (add-completion-to-head, add-completion): Doc fixes.
Juanma Barranquero [Sat, 25 Oct 2008 00:46:25 +0000 (00:46 +0000)]
* 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.

15 years agoRemove unnecessary "tiny change" tag for Aaren Hawley.
Chong Yidong [Sat, 25 Oct 2008 00:13:30 +0000 (00:13 +0000)]
Remove unnecessary "tiny change" tag for Aaren Hawley.

15 years ago(end-of-sexp, beginning-of-sexp, forward-same-syntax): Omit default
Chong Yidong [Sat, 25 Oct 2008 00:12:37 +0000 (00:12 +0000)]
(end-of-sexp, beginning-of-sexp, forward-same-syntax): Omit default
arguments to char-after and char-before.

15 years ago* thingatpt.el (end-of-sexp, beginning-of-sexp)
Chong Yidong [Sat, 25 Oct 2008 00:12:24 +0000 (00:12 +0000)]
* thingatpt.el (end-of-sexp, beginning-of-sexp)
(forward-same-syntax): Omit default arguments to char-after and
char-before.

15 years agoRevert part of last change; it breaks bootstrapping on some systems.
Juanma Barranquero [Fri, 24 Oct 2008 22:50:13 +0000 (22:50 +0000)]
Revert part of last change; it breaks bootstrapping on some systems.

15 years ago(handle_single_display_spec, handle_display_prop): Undo
Chong Yidong [Fri, 24 Oct 2008 19:00:42 +0000 (19:00 +0000)]
(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).

15 years ago* xdisp.c (handle_single_display_spec, handle_display_prop): Undo
Chong Yidong [Fri, 24 Oct 2008 18:53:54 +0000 (18:53 +0000)]
* 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).

15 years ago(ftfont_otf_features): Fix previous change.
Kenichi Handa [Fri, 24 Oct 2008 13:12:55 +0000 (13:12 +0000)]
(ftfont_otf_features): Fix previous change.
(ftfont_otf_capability): Check FeatureList.FeatureCount before
calling ftfont_otf_features.

15 years agoFix braino in previous change.
Juanma Barranquero [Fri, 24 Oct 2008 09:44:46 +0000 (09:44 +0000)]
Fix braino in previous change.

15 years agoNew function `locate-user-emacs-file'.
Juanma Barranquero [Fri, 24 Oct 2008 09:39:27 +0000 (09:39 +0000)]
New function `locate-user-emacs-file'.

* subr.el (locate-user-emacs-file): New function.
  (user-emacs-directory): Mention it in docstring.

* completion.el (save-completions-file-name):
* filesets.el (filesets-menu-cache-file):
* image-dired.el (image-dired-dir, image-dired-db-file)
  (image-dired-temp-image-file, image-dired-gallery-dir)
  (image-dired-temp-rotate-image-file):
* savehist.el (savehist-file):
* server.el (server-auth-dir):
* startup.el (auto-save-list-file-prefix):
* thumbs.el (thumbs-thumbsdir):
* tutorial.el (tutorial--saved-dir):
* play/gamegrid.el (gamegrid-user-score-file-directory): Use it.

* url.el (url-configuration-directory): Use `locate-user-emacs-file'.

* NEWS: New function `locate-user-emacs-file'.

15 years agoRegenerate.
Glenn Morris [Fri, 24 Oct 2008 07:23:34 +0000 (07:23 +0000)]
Regenerate.

15 years ago(--without-sync-input, --with-pkg-config-prog): Help strings start
Glenn Morris [Fri, 24 Oct 2008 07:22:43 +0000 (07:22 +0000)]
(--without-sync-input, --with-pkg-config-prog): Help strings start
with lower case.
(--with-gnustep-conf): New option.
(GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.

15 years agoYavor Doganov <yavor at gnu.org> (tiny change)
Glenn Morris [Fri, 24 Oct 2008 04:26:53 +0000 (04:26 +0000)]
Yavor Doganov  <yavor at gnu.org>  (tiny change)

Use `.' instead of `source' to source GNUstep.conf.
Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
is not found.  (Bug#1230)

15 years agotiny change is tiny.
Glenn Morris [Fri, 24 Oct 2008 04:22:14 +0000 (04:22 +0000)]
tiny change is tiny.

15 years ago* dbusbind.c (xd_in_read_queued_messages): New variable.
Michael Albinus [Fri, 24 Oct 2008 04:21:15 +0000 (04:21 +0000)]
* dbusbind.c (xd_in_read_queued_messages): New variable.
(XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros.  Throw
Qdbus_error.
(xd_read_queued_messages): Catch Qdbus_error from the macros.
(all): Replace xsignal1, xsignal2, xsignal3 by the respective
macro.  (Bug#1186).

15 years ago* edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
Juanma Barranquero [Thu, 23 Oct 2008 23:52:14 +0000 (23:52 +0000)]
* edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
  (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.

15 years agoFix typos.
Dan Nicolaescu [Thu, 23 Oct 2008 23:03:39 +0000 (23:03 +0000)]
Fix typos.

15 years ago(filesets-data): Doc fix.
Chong Yidong [Thu, 23 Oct 2008 22:31:15 +0000 (22:31 +0000)]
(filesets-data): Doc fix.

15 years ago* filesets.el (filesets-data): Doc fix.
Chong Yidong [Thu, 23 Oct 2008 22:31:08 +0000 (22:31 +0000)]
* filesets.el (filesets-data): Doc fix.

15 years agoUpdate author email.
Chong Yidong [Thu, 23 Oct 2008 22:26:04 +0000 (22:26 +0000)]
Update author email.

15 years ago* filesets.el: Update author email.
Chong Yidong [Thu, 23 Oct 2008 22:25:55 +0000 (22:25 +0000)]
* filesets.el: Update author email.

15 years ago(Function Keys): Note that modified keypad keys are not translated.
Chong Yidong [Thu, 23 Oct 2008 22:24:32 +0000 (22:24 +0000)]
(Function Keys): Note that modified keypad keys are not translated.

15 years ago* custom.texi (Function Keys): Note that modified keypad keys are not
Chong Yidong [Thu, 23 Oct 2008 22:24:25 +0000 (22:24 +0000)]
* custom.texi (Function Keys): Note that modified keypad keys are not
translated.

15 years ago(pcomplete/rpm): Make "rpm -qp" use file completion.
Chong Yidong [Thu, 23 Oct 2008 22:09:09 +0000 (22:09 +0000)]
(pcomplete/rpm): Make "rpm -qp" use file completion.

15 years ago* pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file
Chong Yidong [Thu, 23 Oct 2008 22:09:00 +0000 (22:09 +0000)]
* pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file
completion.

15 years ago* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.
Dan Nicolaescu [Thu, 23 Oct 2008 19:32:19 +0000 (19:32 +0000)]
* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.
Use sol2-6.h for Solaris 7-9.
* s/sol2-10.h: New file.

15 years agoUpdate.
Juanma Barranquero [Thu, 23 Oct 2008 13:46:17 +0000 (13:46 +0000)]
Update.

15 years ago* xdisp.c (fill_glyph_string): Fix typo in source (though the
Juanma Barranquero [Thu, 23 Oct 2008 10:33:05 +0000 (10:33 +0000)]
* xdisp.c (fill_glyph_string): Fix typo in source (though the
  poor beast has survived 9+ years and the jump from xterm.c!).

15 years ago(Current Buffer): Reword documentation of set-buffer.
Martin Rudalics [Thu, 23 Oct 2008 09:20:55 +0000 (09:20 +0000)]
(Current Buffer): Reword documentation of set-buffer.
(Buffer Names): Reword documentation of buffer-name.
(The Buffer List): For bury-buffer explain what happens with the
buffer's window.
(Creating Buffers): Say that get-buffer-create's arg is buffer-or-name.

15 years ago(Fget_buffer_create): Rename arg to buffer_or_name. Reword doc-string.
Martin Rudalics [Thu, 23 Oct 2008 09:05:39 +0000 (09:05 +0000)]
(Fget_buffer_create): Rename arg to buffer_or_name.  Reword doc-string.
(Fbury_buffer): In doc-string say what happens to the buffer's window.

15 years ago* character.c (syms_of_character) <script-representative-chars>:
Juanma Barranquero [Thu, 23 Oct 2008 08:55:34 +0000 (08:55 +0000)]
* character.c (syms_of_character) <script-representative-chars>:
  <unicode-category-table>: Doc fixes.

15 years ago(describe-language-environment): Indent sample text.
Kenichi Handa [Thu, 23 Oct 2008 08:05:36 +0000 (08:05 +0000)]
(describe-language-environment): Indent sample text.

15 years ago(font_match_p): Fix previous change.
Kenichi Handa [Thu, 23 Oct 2008 07:57:58 +0000 (07:57 +0000)]
(font_match_p): Fix previous change.

15 years ago(font_match_p): Fix for the case that a vector of
Kenichi Handa [Thu, 23 Oct 2008 07:49:15 +0000 (07:49 +0000)]
(font_match_p): Fix for the case that a vector of
characters is in script-representative-chars.

15 years ago(make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf
Noah Friedman [Thu, 23 Oct 2008 06:55:14 +0000 (06:55 +0000)]
(make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf
is a live buffer, otherwise call Fget_buffer_create.

15 years ago(font_add_log): Check the values of extra properties.
Kenichi Handa [Thu, 23 Oct 2008 04:02:19 +0000 (04:02 +0000)]
(font_add_log): Check the values of extra properties.

15 years ago(Computed Advice): Minor phrasing change.
Chong Yidong [Thu, 23 Oct 2008 03:51:55 +0000 (03:51 +0000)]
(Computed Advice): Minor phrasing change.

15 years ago(pcomplete/rpm): Doc fix.
Glenn Morris [Thu, 23 Oct 2008 02:42:20 +0000 (02:42 +0000)]
(pcomplete/rpm): Doc fix.

15 years ago(flet): Throw an error when trying to byte-compile a redefinition of a
Glenn Morris [Thu, 23 Oct 2008 02:40:37 +0000 (02:40 +0000)]
(flet): Throw an error when trying to byte-compile a redefinition of a
function with special byte-compile handling.  (Bug#411)

15 years ago(set-version): Add doc/misc/ns-emacs.texi.
Glenn Morris [Thu, 23 Oct 2008 02:39:14 +0000 (02:39 +0000)]
(set-version): Add doc/misc/ns-emacs.texi.
Add/tweak some nextstep/ entries.

15 years ago(Function Bindings): Mention `flet' fails to deal with byte-compiling
Glenn Morris [Thu, 23 Oct 2008 02:38:38 +0000 (02:38 +0000)]
(Function Bindings): Mention `flet' fails to deal with byte-compiling
things like `+'.

15 years agoMerge copyright years of author now with assignment into FSF years.
Glenn Morris [Thu, 23 Oct 2008 02:36:41 +0000 (02:36 +0000)]
Merge copyright years of author now with assignment into FSF years.
(VER): Use it for easier automatic updating.  Use Emacs version rather
than standalone Emacs.app version.

15 years agoFix copyright strings.
Glenn Morris [Thu, 23 Oct 2008 02:36:11 +0000 (02:36 +0000)]
Fix copyright strings.

15 years ago(Arguments): Explain how to insert multiple digits.
Chong Yidong [Thu, 23 Oct 2008 01:08:30 +0000 (01:08 +0000)]
(Arguments): Explain how to insert multiple digits.