bpt/emacs.git
15 years agoFix typos.
Juanma Barranquero [Wed, 24 Sep 2008 01:16:16 +0000 (01:16 +0000)]
Fix typos.

15 years ago*** empty log message ***
Martin Rudalics [Tue, 23 Sep 2008 17:59:28 +0000 (17:59 +0000)]
*** empty log message ***

15 years ago(with-output-to-string): Make sure that the temporary buffer gets
Romain Francoise [Tue, 23 Sep 2008 17:26:40 +0000 (17:26 +0000)]
(with-output-to-string): Make sure that the temporary buffer gets
killed.

15 years ago*** empty log message ***
Paul Reilly [Tue, 23 Sep 2008 11:32:25 +0000 (11:32 +0000)]
*** empty log message ***

15 years agoFirst pass at handling decoding the mbox message into the view buffer.
Paul Reilly [Tue, 23 Sep 2008 11:30:17 +0000 (11:30 +0000)]
First pass at handling decoding the mbox message into the view buffer.

15 years ago(latex-find-indent): ... and handle conjunction correctly this time.
Martin Rudalics [Tue, 23 Sep 2008 08:25:44 +0000 (08:25 +0000)]
(latex-find-indent): ... and handle conjunction correctly this time.

15 years ago(calculate-lisp-indent): Fix indentation problem with keyword symbols
Martin Rudalics [Tue, 23 Sep 2008 07:06:12 +0000 (07:06 +0000)]
(calculate-lisp-indent): Fix indentation problem with keyword symbols
when a list starts with ,@ or spaces.  (Bug#1012)

15 years ago(latex-find-indent): ... and don't change original position when
Martin Rudalics [Tue, 23 Sep 2008 06:35:31 +0000 (06:35 +0000)]
(latex-find-indent): ... and don't change original position when
it fails.

15 years ago(latex-find-indent): Try to handle
Martin Rudalics [Tue, 23 Sep 2008 06:15:52 +0000 (06:15 +0000)]
(latex-find-indent): Try to handle
escaped close parens correctly.  (Bug#954)

15 years ago(Minibuffer): Simplify introduction.
Chong Yidong [Mon, 22 Sep 2008 23:43:32 +0000 (23:43 +0000)]
(Minibuffer): Simplify introduction.
(Minibuffer File): Document tilde in minibuffer filenames.
(Minibuffer Edit): Mention that the prompt is read-only.  Describe how
to enter tabs, spaces, and question marks.  Describe behavior of C-a.
(Completion Example): Update example to current command list.
(Completion Options): Document `lazy' value of completion-auto-help.
Update contents of completion-ignored-extensions.
(Minibuffer History): Describe "future history" list.  State default
value of history-delete-duplicates.

15 years agoChecked kmacro.texi
Chong Yidong [Mon, 22 Sep 2008 23:41:27 +0000 (23:41 +0000)]
Checked kmacro.texi

15 years ago(Basic Keyboard Macro): Make F3 and F4 the preferred
Chong Yidong [Mon, 22 Sep 2008 23:40:54 +0000 (23:40 +0000)]
(Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros.  Simplify examples.  Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.

15 years ago* kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
Chong Yidong [Mon, 22 Sep 2008 23:40:38 +0000 (23:40 +0000)]
* kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros.  Simplify examples.  Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.

15 years ago* emacs.texi (Top): Remove Kill Errors from menu.
Juanma Barranquero [Mon, 22 Sep 2008 21:13:57 +0000 (21:13 +0000)]
* emacs.texi (Top): Remove Kill Errors from menu.

15 years agochecked fixit.texi
Chong Yidong [Mon, 22 Sep 2008 18:17:02 +0000 (18:17 +0000)]
checked fixit.texi

15 years ago(Fixit): Favor C-/ keybinding for undo throughout. Link to Erasing
Chong Yidong [Mon, 22 Sep 2008 18:16:42 +0000 (18:16 +0000)]
(Fixit): Favor C-/ keybinding for undo throughout.  Link to Erasing
node.
(Undo): Reorganize paragraphs for logical flow.  Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end.  Note new behavior of
M-$ in active region.  Remove non-ispell-specific keybindings from
table.

15 years ago* fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
Chong Yidong [Mon, 22 Sep 2008 18:15:32 +0000 (18:15 +0000)]
* fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.  Link
to Erasing node.
(Undo): Reorganize paragraphs for logical flow.  Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end.  Note new behavior of
M-$ in active region.  Remove non-ispell-specific keybindings from
table.

15 years ago(compute_tip_xy): Use x_display_pixel_width and
Chong Yidong [Mon, 22 Sep 2008 15:52:24 +0000 (15:52 +0000)]
(compute_tip_xy): Use x_display_pixel_width and
x_display_pixel_height.

15 years ago* nsfns.m (compute_tip_xy): Use x_display_pixel_width and
Chong Yidong [Mon, 22 Sep 2008 15:52:15 +0000 (15:52 +0000)]
* nsfns.m (compute_tip_xy): Use x_display_pixel_width and
x_display_pixel_height.

15 years ago(record_point): Don't call Fundo_boundary for first
Martin Rudalics [Mon, 22 Sep 2008 15:40:20 +0000 (15:40 +0000)]
(record_point): Don't call Fundo_boundary for first
change.  (Bug#731)

15 years ago* emacs.c (Fdaemonp): Doc fix.
Juanma Barranquero [Mon, 22 Sep 2008 15:21:40 +0000 (15:21 +0000)]
* emacs.c (Fdaemonp): Doc fix.

15 years ago(main): Place #ifdef.in the proper place.
Dan Nicolaescu [Mon, 22 Sep 2008 12:42:50 +0000 (12:42 +0000)]
(main): Place #ifdef.in the proper place.

15 years ago(fortune-in-buffer): Fix a bug which forced
Tassilo Horn [Mon, 22 Sep 2008 10:24:31 +0000 (10:24 +0000)]
(fortune-in-buffer): Fix a bug which forced
usage of `fortune-file' even though a FILE argument was passed to
the function.

15 years ago(command-line): Remove always true test.
Dan Nicolaescu [Sun, 21 Sep 2008 23:32:49 +0000 (23:32 +0000)]
(command-line): Remove always true test.

15 years ago* emacs.c (standard_args): Add --daemon.
Dan Nicolaescu [Sun, 21 Sep 2008 23:31:40 +0000 (23:31 +0000)]
* emacs.c (standard_args): Add --daemon.
(main): Disconnect from the terminal when --daemon is passed.
(is_daemon): New variable.
(Fdaemonp): New function.
(syms_of_emacs): Defsubr it.

* startup.el (command-line): Start the server when in daemon mode.

* cmdargs.texi (Initial Options): Document --daemon.

15 years ago(frame-initialize): Remove spurious setting of
Dan Nicolaescu [Sun, 21 Sep 2008 22:58:41 +0000 (22:58 +0000)]
(frame-initialize): Remove spurious setting of
special-display-function with the default value.

15 years ago*** empty log message ***
Bill Wohler [Sun, 21 Sep 2008 17:34:10 +0000 (17:34 +0000)]
*** empty log message ***

15 years agoRetain dual license as agreed to by the FSF.
Bill Wohler [Sun, 21 Sep 2008 17:00:00 +0000 (17:00 +0000)]
Retain dual license as agreed to by the FSF.
However, bump GPL to Version 3.
Use @include for license text.

15 years agoMerge from gnus--devo--0
Miles Bader [Sun, 21 Sep 2008 04:22:42 +0000 (04:22 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1424

15 years ago(Qdelete_by_moving_to_trash): New Lisp_Object.
Glenn Morris [Sat, 20 Sep 2008 23:37:47 +0000 (23:37 +0000)]
(Qdelete_by_moving_to_trash): New Lisp_Object.
(syms_of_fileio): Add Qdelete_by_moving_to_trash.

15 years ago(calcFunc-venum): Properly handle intervals.
Jay Belanger [Sat, 20 Sep 2008 22:09:39 +0000 (22:09 +0000)]
(calcFunc-venum): Properly handle intervals.

15 years ago(lisp-indent-offset): Fix custom type. (Bug#1011)
Glenn Morris [Sat, 20 Sep 2008 21:55:04 +0000 (21:55 +0000)]
(lisp-indent-offset): Fix custom type.  (Bug#1011)

15 years ago(get_next_display_element): Handle string display correctly when
Chong Yidong [Sat, 20 Sep 2008 21:44:34 +0000 (21:44 +0000)]
(get_next_display_element): Handle string display correctly when
checking for the end of a box run.

15 years ago* xdisp.c (get_next_display_element): Handle string display correctly
Chong Yidong [Sat, 20 Sep 2008 21:43:47 +0000 (21:43 +0000)]
* xdisp.c (get_next_display_element): Handle string display correctly
when checking for the end of a box run.

15 years ago(Frename_file): Avoid copying to trash if a rename involves a delete. (Bug#964).
Glenn Morris [Sat, 20 Sep 2008 21:41:05 +0000 (21:41 +0000)]
(Frename_file): Avoid copying to trash if a rename involves a delete. (Bug#964).

15 years agoDavid De La Harpe Golden <david at harpegolden.net>
Glenn Morris [Sat, 20 Sep 2008 21:29:03 +0000 (21:29 +0000)]
David De La Harpe Golden  <david at harpegolden.net>

(move-file-to-trash): Avoid recursive trashing if rename-file calls delete-file.

15 years ago*** empty log message ***
Glenn Morris [Sat, 20 Sep 2008 21:14:57 +0000 (21:14 +0000)]
*** empty log message ***

15 years agoRemove leading `*' from defcustom docs.
Glenn Morris [Sat, 20 Sep 2008 21:09:37 +0000 (21:09 +0000)]
Remove leading `*' from defcustom docs.
(fortune-program-options): Doc fix.  Allow to be a string again.  Add :version.
(fortune-in-buffer): Handle fortune-program-options as a string.

15 years agoJustin Bogner <mail at justinbogner.com> (tiny change)
Glenn Morris [Sat, 20 Sep 2008 20:57:47 +0000 (20:57 +0000)]
Justin Bogner  <mail at justinbogner.com>  (tiny change)

(fortune-program-options): Change to a list.
(fortune-in-buffer): Use apply.

15 years ago(Defining Faces): Recommend against face variables.
Glenn Morris [Sat, 20 Sep 2008 20:25:05 +0000 (20:25 +0000)]
(Defining Faces): Recommend against face variables.

15 years agoComment.
Glenn Morris [Sat, 20 Sep 2008 20:16:29 +0000 (20:16 +0000)]
Comment.

15 years ago(Numbered Backups): Mention that some modes set version-control.
Glenn Morris [Sat, 20 Sep 2008 20:04:47 +0000 (20:04 +0000)]
(Numbered Backups): Mention that some modes set version-control.

15 years agoJim Blandy <jimb at red-bean.com>
Glenn Morris [Sat, 20 Sep 2008 19:59:49 +0000 (19:59 +0000)]
Jim Blandy  <jimb at red-bean.com>

(Numbered Backups): Reference File Variables, as well.
Remove discussion of Rmail's implementation.

15 years agoUlrich Mueller <ulm at kph.uni-mainz.de>
Glenn Morris [Sat, 20 Sep 2008 19:54:27 +0000 (19:54 +0000)]
Ulrich Mueller  <ulm at kph.uni-mainz.de>

Change encoding of file to utf-8.
(authors-coding-system): Likewise.

15 years ago*** empty log message ***
Glenn Morris [Sat, 20 Sep 2008 19:50:42 +0000 (19:50 +0000)]
*** empty log message ***

15 years agoComments.
Glenn Morris [Sat, 20 Sep 2008 19:48:38 +0000 (19:48 +0000)]
Comments.

15 years agoAmi Fischman <ami at fischman.org>
Glenn Morris [Sat, 20 Sep 2008 19:47:07 +0000 (19:47 +0000)]
Ami Fischman  <ami at fischman.org>

(savehist-save): Handle errors in writing as well as reading.

15 years ago(Fset_quit_char, Fset_input_meta_mode, Fset_output_flow_control)
Eli Zaretskii [Sat, 20 Sep 2008 13:06:43 +0000 (13:06 +0000)]
(Fset_quit_char, Fset_input_meta_mode, Fset_output_flow_control)
(Fcurrent_input_mode): Support MSDOS frames as well as termcap frames.
(handle_interrupt): Remove "#ifndef MSDOS" around the call to get_named_tty.

15 years agoUpdate ChangeLog
Michael Olson [Sat, 20 Sep 2008 04:43:04 +0000 (04:43 +0000)]
Update ChangeLog

15 years agotq.el: Disable undo in buffer.
Michael Olson [Sat, 20 Sep 2008 04:39:32 +0000 (04:39 +0000)]
tq.el: Disable undo in buffer.

15 years ago(proced-grammar-alist, proced-custom-attributes)
Roland Winkler [Sat, 20 Sep 2008 03:03:07 +0000 (03:03 +0000)]
(proced-grammar-alist, proced-custom-attributes)
(proced-format-alist, proced-format, proced-filter-alist)
(proced-filter, proced-sort): Use defcustom.
(proced-mode): Fix docstring.
(proced-process-attributes): Handle return value nil of functions
in proced-custom-attributes.

15 years ago(procfs_system_process_attributes): Fix last change.
Eli Zaretskii [Fri, 19 Sep 2008 17:22:25 +0000 (17:22 +0000)]
(procfs_system_process_attributes): Fix last change.

15 years ago(procfs_system_process_attributes): Fix cmdline in case /proc/PID/cmdline
Eli Zaretskii [Fri, 19 Sep 2008 17:21:16 +0000 (17:21 +0000)]
(procfs_system_process_attributes): Fix cmdline in case /proc/PID/cmdline
is empty.

15 years ago(main): Fix a typo in a comment.
Eli Zaretskii [Fri, 19 Sep 2008 16:45:12 +0000 (16:45 +0000)]
(main): Fix a typo in a comment.

15 years ago(main): Use stdout rather than stdin to obtain the terminal (bug#427).
Chong Yidong [Fri, 19 Sep 2008 15:50:24 +0000 (15:50 +0000)]
(main): Use stdout rather than stdin to obtain the terminal (bug#427).

15 years ago* emacsclient.c (main): Use stdout rather than stdin to obtain the
Chong Yidong [Fri, 19 Sep 2008 15:50:17 +0000 (15:50 +0000)]
* emacsclient.c (main): Use stdout rather than stdin to obtain the
terminal (bug#427).

15 years ago(x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height.
Eli Zaretskii [Fri, 19 Sep 2008 10:05:13 +0000 (10:05 +0000)]
(x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height.

15 years ago* frame.c (x_fullscreen_adjust): Declare var as Display_Info.
Juanma Barranquero [Fri, 19 Sep 2008 08:44:14 +0000 (08:44 +0000)]
* frame.c (x_fullscreen_adjust): Declare var as Display_Info.

* w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
  (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.

15 years ago(sgml-tag-syntax-table): Remove prefix
Martin Rudalics [Fri, 19 Sep 2008 06:20:30 +0000 (06:20 +0000)]
(sgml-tag-syntax-table): Remove prefix
flag from "'" entry in sgml-tag-syntax-table.

15 years ago(struct it): Move line_wrap away from the middle of
Dan Nicolaescu [Fri, 19 Sep 2008 03:35:56 +0000 (03:35 +0000)]
(struct it): Move line_wrap away from the middle of
bitfields.  Move voffset in struct iterator_stack_entry after the
bitfields.  Move tab_width near after another short.

15 years agoAdd an item for using EMACS_INT for buffer/string positions.
Kenichi Handa [Fri, 19 Sep 2008 02:31:03 +0000 (02:31 +0000)]
Add an item for using EMACS_INT for buffer/string positions.

15 years ago*** empty log message ***
Dan Nicolaescu [Fri, 19 Sep 2008 01:35:59 +0000 (01:35 +0000)]
*** empty log message ***

15 years ago(comint-output-filter): Make output field properties front-sticky
Miles Bader [Fri, 19 Sep 2008 00:37:30 +0000 (00:37 +0000)]
(comint-output-filter): Make output field properties front-sticky

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1420

15 years ago* frame.h (struct frame): Move alpha from the middle of bitfields.
Dan Nicolaescu [Fri, 19 Sep 2008 00:35:42 +0000 (00:35 +0000)]
* frame.h (struct frame): Move alpha from the middle of bitfields.

* window.h (struct window): Move frozen_window_start_p after the
rest of the bitfields to reduce padding.

15 years ago* xterm.h (x_display_info): Remove `height' and `width' members.
Chong Yidong [Thu, 18 Sep 2008 18:21:05 +0000 (18:21 +0000)]
* xterm.h (x_display_info): Remove `height' and `width' members.

* nsterm.h (ns_display_info): Remove `height' and `width' members.

* w32term.h (w32_display_info): Remove `height', `width',
`height_in', and `width_in' members.

* xterm.c (x_display_pixel_height, x_display_pixel_width): New
functions.
(x_calc_absolute_position): Use them.
(x_term_init): Omit removed `height' and `width' members.

* w32term.c (x_display_pixel_height, x_display_pixel_width): New
functions.
(w32_read_socket, x_calc_absolute_position): Use them.
(w32_initialize_display_info, w32_term_init): Omit removed members
of w32_display_info.

* nsterm.m (x_display_pixel_height, x_display_pixel_width): New
functions.
(ns_initialize_display_info): Omit removed members of
ns_display_info.

* xterm.c (x_display_pixel_height, x_display_pixel_width): New
functions.
(x_calc_absolute_position): Use them.
(x_term_init): Omit removed `height' and `width' members.

* xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
(compute_tip_xy): Use x_display_pixel_height and
x_display_pixel_width.

* frame.c (x_fullscreen_adjust): Use x_display_pixel_height and
x_display_pixel_width.

* xmenu.c (menu_position_func): Use x_display_pixel_height and
x_display_pixel_width.

15 years ago(x_display_pixel_height, x_display_pixel_width): New functions.
Chong Yidong [Thu, 18 Sep 2008 18:20:06 +0000 (18:20 +0000)]
(x_display_pixel_height, x_display_pixel_width): New functions.
(ns_initialize_display_info): Omit removed members of ns_display_info.

15 years ago(ns_display_info): Remove `height' and `width' members.
Chong Yidong [Thu, 18 Sep 2008 18:18:43 +0000 (18:18 +0000)]
(ns_display_info): Remove `height' and `width' members.

15 years ago(x_display_pixel_height, x_display_pixel_width): New functions.
Chong Yidong [Thu, 18 Sep 2008 18:18:12 +0000 (18:18 +0000)]
(x_display_pixel_height, x_display_pixel_width): New functions.
(w32_read_socket, x_calc_absolute_position): Use them.
(w32_initialize_display_info, w32_term_init): Omit removed members
of w32_display_info.

15 years ago(w32_display_info): Remove `height', `width', `height_in', and
Chong Yidong [Thu, 18 Sep 2008 18:16:04 +0000 (18:16 +0000)]
(w32_display_info): Remove `height', `width', `height_in', and
`width_in' members.

15 years ago(x_fullscreen_adjust): Use x_display_pixel_height and
Chong Yidong [Thu, 18 Sep 2008 18:14:03 +0000 (18:14 +0000)]
(x_fullscreen_adjust): Use x_display_pixel_height and
x_display_pixel_width.

15 years ago(menu_position_func): Use x_display_pixel_height and
Chong Yidong [Thu, 18 Sep 2008 18:13:09 +0000 (18:13 +0000)]
(menu_position_func): Use x_display_pixel_height and
x_display_pixel_width.

15 years ago(Fx_display_pixel_width, Fx_display_pixel_height)
Chong Yidong [Thu, 18 Sep 2008 18:12:22 +0000 (18:12 +0000)]
(Fx_display_pixel_width, Fx_display_pixel_height)
(compute_tip_xy): Use x_display_pixel_height and x_display_pixel_width.

15 years ago(x_display_pixel_height, x_display_pixel_width): New functions.
Chong Yidong [Thu, 18 Sep 2008 18:11:05 +0000 (18:11 +0000)]
(x_display_pixel_height, x_display_pixel_width): New functions.
(x_calc_absolute_position): Use them.
(x_term_init): Omit removed `height' and `width' members.

15 years ago(x_display_info): Remove `height' and `width' members.
Chong Yidong [Thu, 18 Sep 2008 18:09:45 +0000 (18:09 +0000)]
(x_display_info): Remove `height' and `width' members.

15 years ago* vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu [Thu, 18 Sep 2008 17:01:41 +0000 (17:01 +0000)]
* vc-bzr.el (vc-bzr-show-log-entry):
* vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
C-x v l for a directory uses that.

15 years ago(auto-mode-alist): Use sieve-mode for .sv, .siv, and
Simon Josefsson [Thu, 18 Sep 2008 15:02:59 +0000 (15:02 +0000)]
(auto-mode-alist): Use sieve-mode for .sv, .siv, and
.sieve files.

15 years ago(make-help-screen): Preserve key bindings
Martin Rudalics [Thu, 18 Sep 2008 08:37:14 +0000 (08:37 +0000)]
(make-help-screen): Preserve key bindings
established in help-mode call when exiting this macro.

15 years ago(fill_gstring_header): Don't check FROM and TO here.
Kenichi Handa [Thu, 18 Sep 2008 06:20:42 +0000 (06:20 +0000)]
(fill_gstring_header): Don't check FROM and TO here.
(composition_compute_stop_pos): Fix handling of static composition.
(Fcomposition_get_gstring): Check FROM and TO at first.

15 years ago(Fcomposition_get_gstring): Yet another int/Lisp_Oject mixup (YAILOM).
Stefan Monnier [Wed, 17 Sep 2008 21:25:29 +0000 (21:25 +0000)]
(Fcomposition_get_gstring): Yet another int/Lisp_Oject mixup (YAILOM).

15 years agoMinor fix to last change.
Chong Yidong [Wed, 17 Sep 2008 20:34:16 +0000 (20:34 +0000)]
Minor fix to last change.

15 years ago(Fvertical_motion): Use position reported by iterator
Chong Yidong [Wed, 17 Sep 2008 20:29:04 +0000 (20:29 +0000)]
(Fvertical_motion): Use position reported by iterator
instead of PT for determining screen motion (bug#943).

15 years ago* indent.c (Fvertical_motion): Use position reported by iterator
Chong Yidong [Wed, 17 Sep 2008 20:28:53 +0000 (20:28 +0000)]
* indent.c (Fvertical_motion): Use position reported by iterator
instead of PT for determining screen motion (bug#943).

15 years ago(composition_adjust_point): Fix int/EMACS_INT mixup.
Romain Francoise [Wed, 17 Sep 2008 19:16:09 +0000 (19:16 +0000)]
(composition_adjust_point): Fix int/EMACS_INT mixup.

15 years agoFix setting of composition-function-table.
Kenichi Handa [Wed, 17 Sep 2008 11:49:06 +0000 (11:49 +0000)]
Fix setting of composition-function-table.

15 years ago(ftfont_shape_by_flt): Downcase family name.
Kenichi Handa [Wed, 17 Sep 2008 11:48:15 +0000 (11:48 +0000)]
(ftfont_shape_by_flt): Downcase family name.

15 years ago(Info-follow-nearest-node): Don't raise an error for
Martin Rudalics [Wed, 17 Sep 2008 06:52:00 +0000 (06:52 +0000)]
(Info-follow-nearest-node): Don't raise an error for
mouse-1 clicks.

15 years ago*** empty log message ***
Jay Belanger [Wed, 17 Sep 2008 02:36:46 +0000 (02:36 +0000)]
*** empty log message ***

15 years ago(calc-convert-temperature): Use default units when appropriate.
Jay Belanger [Wed, 17 Sep 2008 02:25:37 +0000 (02:25 +0000)]
(calc-convert-temperature):  Use default units when appropriate.

15 years ago(flyspell-math-tex-command-p): Always catch errors raised in
Chong Yidong [Wed, 17 Sep 2008 00:55:38 +0000 (00:55 +0000)]
(flyspell-math-tex-command-p): Always catch errors raised in
`texmathp'.
(flyspell-tex-math-initialized): Remove.

15 years ago* textmodes/flyspell.el (flyspell-math-tex-command-p): Always
Chong Yidong [Wed, 17 Sep 2008 00:54:53 +0000 (00:54 +0000)]
* textmodes/flyspell.el (flyspell-math-tex-command-p): Always
catch errors raised in `texmathp'.
(flyspell-tex-math-initialized): Remove.

15 years ago(Fcomposition_get_gstring): Make bigger gstring_work if necessary.
Kenichi Handa [Wed, 17 Sep 2008 00:39:30 +0000 (00:39 +0000)]
(Fcomposition_get_gstring): Make bigger gstring_work if necessary.

15 years ago(switch-to-buffer-other-frame): Don't raise frame since
Martin Rudalics [Tue, 16 Sep 2008 08:28:18 +0000 (08:28 +0000)]
(switch-to-buffer-other-frame): Don't raise frame since
pop-to-buffer already does it.
(display-buffer-other-frame): Fix doc-string.

15 years ago(select-frame-set-input-focus): With non-nil
Martin Rudalics [Tue, 16 Sep 2008 08:20:21 +0000 (08:20 +0000)]
(select-frame-set-input-focus): With non-nil
mouse-autoselect-window always move mouse cursor to frame's
selected window.  Otherwise restore pre 2008-09-13 behavior.
(select-frame-by-name): Use select-frame-set-input-focus.

15 years agoRemove file.
Glenn Morris [Tue, 16 Sep 2008 02:45:51 +0000 (02:45 +0000)]
Remove file.

15 years ago(diff-find-source-location): Update declaration.
Glenn Morris [Tue, 16 Sep 2008 02:42:34 +0000 (02:42 +0000)]
(diff-find-source-location): Update declaration.

15 years ago(makefile-match-function-end): Move point. (Bug#983)
Glenn Morris [Tue, 16 Sep 2008 02:41:49 +0000 (02:41 +0000)]
(makefile-match-function-end): Move point.  (Bug#983)

15 years ago(epg-start-verify): Pass "--verify" to gpgsm.
Daiki Ueno [Tue, 16 Sep 2008 02:07:05 +0000 (02:07 +0000)]
(epg-start-verify): Pass "--verify" to gpgsm.

15 years ago*** empty log message ***
Kenichi Handa [Tue, 16 Sep 2008 01:24:30 +0000 (01:24 +0000)]
*** empty log message ***

15 years ago(make_conversion_work_buffer): Avoid calling
Kenichi Handa [Tue, 16 Sep 2008 01:16:58 +0000 (01:16 +0000)]
(make_conversion_work_buffer): Avoid calling
Fget_buffer_create if it is not necessary.

15 years ago* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero [Tue, 16 Sep 2008 01:12:09 +0000 (01:12 +0000)]
* display.texi (Echo Area Customization): Fix typo.