]> git.eshelyaron.com Git - emacs.git/log
emacs.git
19 years ago(easy-mmode-pretty-mode-name): Explain
Eli Zaretskii [Sat, 7 May 2005 15:06:42 +0000 (15:06 +0000)]
(easy-mmode-pretty-mode-name): Explain
more about the LIGHTER arg's usage in the doc string.  Add
commentary to clarify what the code does.  Fix the regexp that
strips whitespace from LIGHTER.  Quote LIGHTER before using it,
since it could have characters special to regular expressions.

19 years ago(occur-1): Bind inhibit-read-only so that erase-buffer doesn't barf
Eli Zaretskii [Sat, 7 May 2005 13:46:42 +0000 (13:46 +0000)]
(occur-1): Bind inhibit-read-only so that erase-buffer doesn't barf
on read-only text properties (likewise for add-text-properties in
occur-engine).  Mark buffer as unmodified.
(occur-engine): Don't set buffer-read-only here.

19 years agoDocument locate-file.
Eli Zaretskii [Sat, 7 May 2005 11:15:53 +0000 (11:15 +0000)]
Document locate-file.
Move description of new command-line options to where they belong.

19 years ago(start_hourglass): Do nothing when running on a tty.
Thien-Thi Nguyen [Sat, 7 May 2005 00:44:02 +0000 (00:44 +0000)]
(start_hourglass): Do nothing when running on a tty.

19 years ago(Debugger Operation): Update to reflect changes
Nick Roberts [Sat, 7 May 2005 00:07:48 +0000 (00:07 +0000)]
(Debugger Operation): Update to reflect changes
in GUD tooltips.

19 years ago*** empty log message ***
Nick Roberts [Sat, 7 May 2005 00:07:03 +0000 (00:07 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kenichi Handa [Fri, 6 May 2005 23:43:06 +0000 (23:43 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Juanma Barranquero [Fri, 6 May 2005 23:10:10 +0000 (23:10 +0000)]
*** empty log message ***

19 years ago(Fchar_table_range): Fix typos in docstring.
Juanma Barranquero [Fri, 6 May 2005 23:04:31 +0000 (23:04 +0000)]
(Fchar_table_range): Fix typos in docstring.

19 years ago(cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
Stefan Monnier [Fri, 6 May 2005 22:19:48 +0000 (22:19 +0000)]
(cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
list-buffers-directory.  This caused the *cvs-commit* buffer to be
sometimes mistakenly reused as a *cvs* buffer.

19 years ago(Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
Stefan Monnier [Fri, 6 May 2005 22:17:30 +0000 (22:17 +0000)]
(Fchar_table_range): Yet Another Int/Lisp_Object Mixup.

19 years ago(gdb-tooltip-print): Moved from tooltip.el.
Nick Roberts [Fri, 6 May 2005 22:12:34 +0000 (22:12 +0000)]
(gdb-tooltip-print): Moved from tooltip.el.
(gdb-cpp-define-alist-flags): Doc fix.
(gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
gud-tooltip-mode is t.

19 years ago(require): CL no longer needed to compile case.
Nick Roberts [Fri, 6 May 2005 22:11:35 +0000 (22:11 +0000)]
(require): CL no longer needed to compile case.
(tooltip-mode): Do not toggle functions for GUD tooltips.
(tooltip-gud-tips-p): Remove. Replace with minor mode
gud-tooltip-mode in gud.el.
(tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
(tooltip-gud-toggle-dereference): Rename in gud.el by replacing
tooltip-gud prefix with gud-tooltip and obsolete.
(tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
(tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
(tooltip-mouse-motion): Mouse movement functions/variable.
Rename in gud.el by adding gud prefix.
(tooltip-gud-original-filter, tooltip-gud-dereference)
(tooltip-gud-event, tooltip-toggle-gud-tips)
(tooltip-gud-process-output, tooltip-gud-print-command)
(tooltip-gud-tips): GUD tooltip functions/variables. Rename in
gud.el by replacing tooltip-gud prefix with gud-tooltip.
(gdb-tooltip-print): Move to gdb-ui.el.

19 years agoMove code for GUD tooltips from tooltip.el.
Nick Roberts [Fri, 6 May 2005 22:10:50 +0000 (22:10 +0000)]
Move code for GUD tooltips from tooltip.el.
(require): CL needed to compile case.
(gud-tooltip-mode): Use to toggle GUD tooltips unstead of
tooltip-gud-tips-p. Make it a minor-mode.
(gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
(gud-menu-map): GUD tooltips use gud-tooltip-mode now.
(gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
(gud-tooltip-change-major-mode)
(gud-tooltip-activate-mouse-motions-if-enabled)
(gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
(gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
(gud-tooltip-original-filter, gud-tooltip-dereference)
(gud-tooltip-event, tooltip-toggle-gud-tips)
(gud-tooltip-process-output, gud-tooltip-print-command)
(gud-tooltip-tips): Moved from tooltip.el.

19 years ago*** empty log message ***
Nick Roberts [Fri, 6 May 2005 22:08:09 +0000 (22:08 +0000)]
*** empty log message ***

19 years agoParen typo again.
Stefan Monnier [Fri, 6 May 2005 21:25:39 +0000 (21:25 +0000)]
Paren typo again.

19 years ago(goto-address-fontify): Make sure the overlays
Stefan Monnier [Fri, 6 May 2005 21:24:09 +0000 (21:24 +0000)]
(goto-address-fontify): Make sure the overlays
evaporate if their text is deleted.
(goto-address-at-point): Make it work as a mouse binding as well.
(goto-address-at-mouse): Obsolete it.  Update users.

19 years agoUpdate maintainer.
Glenn Morris [Fri, 6 May 2005 20:56:52 +0000 (20:56 +0000)]
Update maintainer.
(solar-setup): Throw error if called non-interactively.

19 years ago*** empty log message ***
Glenn Morris [Fri, 6 May 2005 20:56:22 +0000 (20:56 +0000)]
*** empty log message ***

19 years ago(top-level): No longer activate on load.
Glenn Morris [Fri, 6 May 2005 20:42:20 +0000 (20:42 +0000)]
(top-level): No longer activate on load.

19 years ago*** empty log message ***
Glenn Morris [Fri, 6 May 2005 20:41:58 +0000 (20:41 +0000)]
*** empty log message ***

19 years agoFixed changelog entry.
Marcelo Toledo [Fri, 6 May 2005 20:23:09 +0000 (20:23 +0000)]
Fixed changelog entry.

19 years ago*** empty log message ***
Juanma Barranquero [Fri, 6 May 2005 19:32:42 +0000 (19:32 +0000)]
*** empty log message ***

19 years ago(mark-bahai-diary-entries): Replace `assoc-ignore-case' by `assoc-string'.
Juanma Barranquero [Fri, 6 May 2005 19:27:09 +0000 (19:27 +0000)]
(mark-bahai-diary-entries): Replace `assoc-ignore-case' by `assoc-string'.

19 years ago(webjump): Replace `assoc-ignore-case' by `assoc-string'.
Juanma Barranquero [Fri, 6 May 2005 19:26:33 +0000 (19:26 +0000)]
(webjump): Replace `assoc-ignore-case' by `assoc-string'.

19 years ago(idlwave-do-context-help1, idlwave-highlight-linked-completions): Replace
Juanma Barranquero [Fri, 6 May 2005 19:25:57 +0000 (19:25 +0000)]
(idlwave-do-context-help1, idlwave-highlight-linked-completions): Replace
`assoc-ignore-case' by `assoc-string'.

19 years ago(po-find-file-coding-system-guts): Replace `assoc-ignore-case' by
Juanma Barranquero [Fri, 6 May 2005 19:25:10 +0000 (19:25 +0000)]
(po-find-file-coding-system-guts): Replace `assoc-ignore-case' by
`assoc-string'.

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 6 May 2005 13:18:20 +0000 (13:18 +0000)]
*** empty log message ***

19 years ago(The Echo Area): Correct format function cross reference.
Eli Zaretskii [Fri, 6 May 2005 13:17:13 +0000 (13:17 +0000)]
(The Echo Area): Correct format function cross reference.

19 years ago(locate-file): Doc fix.
Eli Zaretskii [Fri, 6 May 2005 13:08:15 +0000 (13:08 +0000)]
(locate-file): Doc fix.

19 years ago(Flocate_file_internal): Doc fix.
Eli Zaretskii [Fri, 6 May 2005 13:00:53 +0000 (13:00 +0000)]
(Flocate_file_internal): Doc fix.

19 years ago(gdb-cpp-define-alist-program): Doc fix.
Eli Zaretskii [Fri, 6 May 2005 12:47:54 +0000 (12:47 +0000)]
(gdb-cpp-define-alist-program): Doc fix.
Remove the redundant test for ms-dos.

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 6 May 2005 12:46:49 +0000 (12:46 +0000)]
*** empty log message ***

19 years ago(c-macro-preprocessor): Use locate-file to look for the preprocessor
Eli Zaretskii [Fri, 6 May 2005 12:32:16 +0000 (12:32 +0000)]
(c-macro-preprocessor): Use locate-file to look for the preprocessor
with exec-suffixes.  If not found in standard places, look in exec-path.
Remove most of the tests that used system-type.

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 6 May 2005 11:29:57 +0000 (11:29 +0000)]
*** empty log message ***

19 years ago(lisp, shortlisp): Add jka-cmpr-hook.elc.
Eli Zaretskii [Fri, 6 May 2005 11:28:34 +0000 (11:28 +0000)]
(lisp, shortlisp): Add jka-cmpr-hook.elc.

19 years agoLoad jka-cmpr-hook instead of jka-comp-hook.
Eli Zaretskii [Fri, 6 May 2005 11:25:26 +0000 (11:25 +0000)]
Load jka-cmpr-hook instead of jka-comp-hook.

19 years ago(jka-compr-uninstall): Add autoload cookie.
Eli Zaretskii [Fri, 6 May 2005 11:22:21 +0000 (11:22 +0000)]
(jka-compr-uninstall): Add autoload cookie.

19 years agoRenamed jka-comp-hook.el to jka-cmpr-hook.el.
Eli Zaretskii [Fri, 6 May 2005 11:19:51 +0000 (11:19 +0000)]
Renamed jka-comp-hook.el to jka-cmpr-hook.el.

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:05:18 +0000 (08:05 +0000)]
*** empty log message ***

19 years ago[DARWIN || MAC_OSX ]: Temporarily undefine
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:04:29 +0000 (08:04 +0000)]
[DARWIN || MAC_OSX ]: Temporarily undefine
init_process when including sys/select.h.

19 years ago(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:03:47 +0000 (08:03 +0000)]
(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
members track_top and track_height.

19 years ago(toolkit_scroll_bar_interaction): Remove unused
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:03:24 +0000 (08:03 +0000)]
(toolkit_scroll_bar_interaction): Remove unused
variable.
(mac_handle_tool_bar_click): Remove unused function and
declaration.
[USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
(install_scroll_bar_timer, set_scroll_bar_timer)
(control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
(get_control_part_bound, x_scroll_bar_handle_press)
(x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
(x_set_toolkit_scroll_bar_thumb): New functions and declarations.
[USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
(scroll_bar_timer_event_posted_p): New variables.
[USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
(SCROLL_BAR_CONTINUOUS_DELAY): New macros.
(x_scroll_bar_create): Set control reference with NewControl.
(x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Initialize
track_top and track_height to nil.
(x_scroll_bar_set_handle, x_scroll_bar_note_movement): Put
functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
(XTset_vertical_scroll_bar): Don't make space between scroll bar
and associated window.
(XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
from window config.
(XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Set
track_top and track_height to nil when scroll bar size is changed.
Recalculate them if they are nil.
(XTread_socket) [MAC_OSX]: Use control kind to determine if the
clicked control is a scroll bar.
(XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
event handler functions.  Don't add modifiers to scroll bar click
events.  Call scroll bar release handler when window is
deactivated.
(mac_initialize): Remove unused code for X toolkit.
(syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]: Initialize
Vx_toolkit_scroll_bars to nil.

19 years ago(x_own_selection): Accept Lisp string as result of
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:03:08 +0000 (08:03 +0000)]
(x_own_selection): Accept Lisp string as result of
selection converter function.
(x_clear_frame_selections): Don't call x-lost-selection-functions
if Emacs is not owner of the selection.
(Vmac_services_selection): Put variable and initialization in
#ifdef MAC_OSX.
(syms_of_macselect) [MAC_OSX]: Set default value of
Vmac_services_selection to PRIMARY.

19 years ago[HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:02:19 +0000 (08:02 +0000)]
[HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.

19 years agoDon't define or bind scroll bar functions if
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:01:13 +0000 (08:01 +0000)]
Don't define or bind scroll bar functions if
x-toolkit-scroll-bars is t.
(x-select-text, x-get-selection-value): Clear
x-last-selected-text-clipboard if x-select-enable-clipboard is
nil.
(PRIMARY): Put mac-scrap-name property.
(mac-select-convert-to-file-url): New function.
(public.file-url): New selection target type.  Add to
selection-converter-alist.
(x-get-selection, x-selection-value): Handle it.
(x-cut-buffer-or-selection-value): New alias.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-291
Miles Bader [Fri, 6 May 2005 00:27:50 +0000 (00:27 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-291

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 68)

   - Update from CVS

2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (article-date-ut): Support converting date in
   forwarded parts as well.
   (gnus-article-save-original-date): New macro.
   (gnus-display-mime): Use it.

2005-04-28  David Hansen  <david.hansen@physik.fu-berlin.de>

   * lisp/gnus/nnrss.el (nnrss-check-group, nnrss-request-article): Support the
   enclosure element of <item>.

19 years ago(Variable Aliases): Change description of `define-obsolete-variable-alias'.
Luc Teirlinck [Thu, 5 May 2005 23:19:02 +0000 (23:19 +0000)]
(Variable Aliases): Change description of `define-obsolete-variable-alias'.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 5 May 2005 23:17:20 +0000 (23:17 +0000)]
*** empty log message ***

19 years ago(Functions): Add "Obsolete Functions" to menu.
Luc Teirlinck [Thu, 5 May 2005 23:12:19 +0000 (23:12 +0000)]
(Functions): Add "Obsolete Functions" to menu.
(Defining Functions): Add xref.
(Obsolete Functions): New node.
(Function Safety): Standardize capitalization of section title.

19 years ago(Pop-Up Menus): Complete description of `x-popup-menu'.
Luc Teirlinck [Thu, 5 May 2005 23:05:00 +0000 (23:05 +0000)]
(Pop-Up Menus): Complete description of `x-popup-menu'.
(Dialog Boxes): Complete description of `x-popup-dialog'.

19 years ago(define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.
Luc Teirlinck [Thu, 5 May 2005 22:58:40 +0000 (22:58 +0000)]
(define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.

19 years ago(line-move-1): Fix 2005-04-26 change. Must still use
Kim F. Storm [Thu, 5 May 2005 22:43:06 +0000 (22:43 +0000)]
(line-move-1): Fix 2005-04-26 change.  Must still use
vertical-motion when selective-display is active.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 5 May 2005 22:42:38 +0000 (22:42 +0000)]
*** empty log message ***

19 years ago(Fdefvaralias): Doc fix.
Luc Teirlinck [Thu, 5 May 2005 22:40:56 +0000 (22:40 +0000)]
(Fdefvaralias): Doc fix.

19 years ago(Fx_popup_menu, Fx_popup_dialog): Doc fixes.
Luc Teirlinck [Thu, 5 May 2005 22:31:36 +0000 (22:31 +0000)]
(Fx_popup_menu, Fx_popup_dialog): Doc fixes.

19 years ago(ido-setup-hook): New hook.
Kim F. Storm [Thu, 5 May 2005 22:15:58 +0000 (22:15 +0000)]
(ido-setup-hook): New hook.
(ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
(ido-input-stack): New var.
(ido-define-mode-map): Bind M-b to ido-push-dir. Move old
ido-next-work-file binding to M-O.
Bind M-f to ido-wide-find-file-or-pop-dir.
(ido-define-mode-map): Don't run ido-define-mode-map-hook.
(ido-read-internal): Run ido-setup-hook.
Catch quit in read-file-name and read-string to cancel edit.
Handle new push, pop, and pop-all exit codes (for M-b/M-f).
Automatically pop-all when completing a directory name (RET).
(ido-file-internal): Add with-no-warnings around ffap and dired code.
(ido-exit-minibuffer): Use exit-minibuffer instead of throw.
(ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
(ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir): New
functions for M-b/M-f to move among the directory components.
(ido-make-merged-file-list): Catch quit to cancel merge.
(ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
(ido-completion-help): No warnings for ido-completion-buffer-full.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 5 May 2005 22:15:45 +0000 (22:15 +0000)]
*** empty log message ***

19 years ago(org-store-link): Fix paren typo.
Stefan Monnier [Thu, 5 May 2005 20:10:34 +0000 (20:10 +0000)]
(org-store-link): Fix paren typo.

19 years agoUpdated header of TUTORIAL.pl.
Marcelo Toledo [Thu, 5 May 2005 20:00:40 +0000 (20:00 +0000)]
Updated header of TUTORIAL.pl.

19 years agoAvoid $! for font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:20:03 +0000 (19:20 +0000)]
Avoid $! for font-lock-negation-char-face.

19 years agoAdvertise new `font-lock-negation-char-face'.
Daniel Pfeiffer [Thu, 5 May 2005 19:10:58 +0000 (19:10 +0000)]
Advertise new `font-lock-negation-char-face'.

19 years ago(makefile-font-lock-keywords): Use font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:07:39 +0000 (19:07 +0000)]
(makefile-font-lock-keywords): Use font-lock-negation-char-face.

19 years ago(cperl-init-faces): Use font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:04:39 +0000 (19:04 +0000)]
(cperl-init-faces): Use font-lock-negation-char-face.

19 years ago(sh-font-lock-keywords): Use font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:03:32 +0000 (19:03 +0000)]
(sh-font-lock-keywords): Use font-lock-negation-char-face.

19 years ago(c-cpp-matchers): Use font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:02:47 +0000 (19:02 +0000)]
(c-cpp-matchers): Use font-lock-negation-char-face.

19 years ago(font-lock-negation-char-face): New face and variable.
Daniel Pfeiffer [Thu, 5 May 2005 19:01:39 +0000 (19:01 +0000)]
(font-lock-negation-char-face): New face and variable.

19 years ago(bibtex-summary): Use current BibTeX entry to avoid calling
Stefan Monnier [Thu, 5 May 2005 15:18:05 +0000 (15:18 +0000)]
(bibtex-summary): Use current BibTeX entry to avoid calling
bibtex-find-entry with arg global being t.  Remove arg key.
(bibtex-summary-function, bibtex-complete-crossref-cleanup)
(bibtex-copy-summary-as-kill): Change accordingly.

19 years ago(org-get-entries-from-diary): Remove unused vars.
Stefan Monnier [Thu, 5 May 2005 15:08:52 +0000 (15:08 +0000)]
(org-get-entries-from-diary): Remove unused vars.
(org-agenda-date-later): Use with-current-buffer.

19 years ago(ebrowse-install-1-to-9-keys, ebrowse-print-statistics-line,
Juanma Barranquero [Thu, 5 May 2005 11:04:51 +0000 (11:04 +0000)]
(ebrowse-install-1-to-9-keys, ebrowse-print-statistics-line,
ebrowse-electric-position-mode-hook): Fix typo in docstring.

19 years ago(define-obsolete-function-alias): Fix typo in docstring.
Juanma Barranquero [Thu, 5 May 2005 09:18:53 +0000 (09:18 +0000)]
(define-obsolete-function-alias): Fix typo in docstring.

19 years ago(image-library-alist): Add additional name for Xpm library.
Juanma Barranquero [Thu, 5 May 2005 01:03:56 +0000 (01:03 +0000)]
(image-library-alist): Add additional name for Xpm library.

19 years ago(init_buffer_once): Set cursor_in_non_selected_windows default value.
Kim F. Storm [Wed, 4 May 2005 22:10:14 +0000 (22:10 +0000)]
(init_buffer_once): Set cursor_in_non_selected_windows default value.
(syms_of_buffer): Add default-cursor-in-non-selected-windows.
Fix type of cursor-in-non-selected-windows.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 4 May 2005 22:10:00 +0000 (22:10 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Wed, 4 May 2005 20:56:37 +0000 (20:56 +0000)]
*** empty log message ***

19 years ago(c-macro-preprocessor): Update for BSD and
Nick Roberts [Wed, 4 May 2005 20:44:54 +0000 (20:44 +0000)]
(c-macro-preprocessor): Update for BSD and
use gcc instead of cpp.

19 years ago(gdb-cpp-define-alist-flags): New variable.
Nick Roberts [Wed, 4 May 2005 20:44:02 +0000 (20:44 +0000)]
(gdb-cpp-define-alist-flags): New variable.
(gdb-create-define-alist): Use. it.
(gdb-cpp-define-alist-program): Update for MS-DOS?

19 years ago*** empty log message ***
Nick Roberts [Wed, 4 May 2005 20:43:22 +0000 (20:43 +0000)]
*** empty log message ***

19 years agoMore rearrangement.
Richard M. Stallman [Wed, 4 May 2005 16:04:04 +0000 (16:04 +0000)]
More rearrangement.

19 years ago(Interactive Codes): Fix Texinfo usage. Document U more clearly.
Richard M. Stallman [Wed, 4 May 2005 14:32:34 +0000 (14:32 +0000)]
(Interactive Codes): Fix Texinfo usage.  Document U more clearly.

19 years ago(describe-key): No error when UNTRANSLATED is nil.
Richard M. Stallman [Wed, 4 May 2005 14:31:45 +0000 (14:31 +0000)]
(describe-key): No error when UNTRANSLATED is nil.

19 years ago(line-move-1): Fix previous change to signal errors appropriately.
Richard M. Stallman [Wed, 4 May 2005 14:22:48 +0000 (14:22 +0000)]
(line-move-1): Fix previous change to signal errors appropriately.

19 years agoFollow whitespace conventions.
Richard M. Stallman [Wed, 4 May 2005 14:21:38 +0000 (14:21 +0000)]
Follow whitespace conventions.

19 years ago(c-macro-preprocessor): Update for Mac OSX.
Nick Roberts [Tue, 3 May 2005 22:38:39 +0000 (22:38 +0000)]
(c-macro-preprocessor): Update for Mac OSX.

19 years ago*** empty log message ***
Nick Roberts [Tue, 3 May 2005 22:37:28 +0000 (22:37 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kim F. Storm [Tue, 3 May 2005 21:14:05 +0000 (21:14 +0000)]
*** empty log message ***

19 years ago* mac.c: #undef init_process so not to conflict with system headers.
Jan Djärv [Tue, 3 May 2005 18:19:34 +0000 (18:19 +0000)]
* mac.c: #undef init_process so not to conflict with system headers.

19 years agoFrom Ulf Jasper <ulf.jasper@web.de>:
Glenn Morris [Tue, 3 May 2005 16:35:27 +0000 (16:35 +0000)]
From  Ulf Jasper  <ulf.jasper@web.de>:

(icalendar-version): Now at 0.12.
(icalendar-duration-correction): Remove.
(icalendar--get-event-properties): Split result at commas.
(icalendar--decode-isoduration): New optional argument
DURATION-CORRECTION.
(icalendar--convert-ordinary-to-ical)
(icalendar--convert-weekly-to-ical)
(icalendar--convert-yearly-to-ical)
(icalendar--convert-sexp-to-ical)
(icalendar--convert-block-to-ical)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-cyclic-to-ical)
(icalendar--convert-anniversary-to-ical): New functions, extracted
from icalendar-export-region, with bug fixes.
(icalendar-export-region): Use the above functions.
(icalendar-import-buffer): Check before saving diary file.
(icalendar--convert-recurring-to-diary)
(icalendar--convert-non-recurring-all-day-to-diary)
(icalendar--convert-non-recurring-not-all-day-to-diary): New
functions, extracted from icalendar--convert-ical-to-diary, with
bug fixes.
(icalendar--convert-ical-to-diary): Use the above functions.

19 years ago*** empty log message ***
Glenn Morris [Tue, 3 May 2005 16:34:27 +0000 (16:34 +0000)]
*** empty log message ***

19 years agoFix emacs version in commentary.
Kim F. Storm [Tue, 3 May 2005 14:29:11 +0000 (14:29 +0000)]
Fix emacs version in commentary.

19 years ago(gdb-cpp-define-alist-program)
Nick Roberts [Tue, 3 May 2005 06:48:47 +0000 (06:48 +0000)]
(gdb-cpp-define-alist-program)
(gdb-define-alist): New variables.
(gdb-create-define-alist): New function.
(gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
(gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
with string-to-number.
(gdb-reset): Kill gdb-define-alist. Move assignments outside loop.

19 years agoReplace string-to-int with string-to-number.
Nick Roberts [Tue, 3 May 2005 06:47:18 +0000 (06:47 +0000)]
Replace string-to-int with string-to-number.
(gud-find-file): Handle gdb-define-alist.

19 years ago(tooltip-gud-tips): Use gdb-define-alist.
Nick Roberts [Tue, 3 May 2005 06:46:27 +0000 (06:46 +0000)]
(tooltip-gud-tips): Use gdb-define-alist.

19 years ago(cc-define-list-program): Remove this
Nick Roberts [Tue, 3 May 2005 06:45:54 +0000 (06:45 +0000)]
(cc-define-list-program): Remove this
recent addition.

19 years ago(cc-define-alist, cc-create-define-alist):
Nick Roberts [Tue, 3 May 2005 06:45:08 +0000 (06:45 +0000)]
(cc-define-alist, cc-create-define-alist):
Remove these recent additions.
(c-mode): Restore to before 2005-04-28.

19 years ago*** empty log message ***
Nick Roberts [Tue, 3 May 2005 06:44:12 +0000 (06:44 +0000)]
*** empty log message ***

19 years agoMore rearrangements.
Richard M. Stallman [Mon, 2 May 2005 21:35:52 +0000 (21:35 +0000)]
More rearrangements.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 2 May 2005 20:58:54 +0000 (20:58 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Mon, 2 May 2005 19:53:48 +0000 (19:53 +0000)]
*** empty log message ***

19 years ago(calcDigit-key, math-read-number, math-read-bignum): Replace
Jay Belanger [Mon, 2 May 2005 19:45:57 +0000 (19:45 +0000)]
(calcDigit-key, math-read-number, math-read-bignum): Replace
string-to-int by string-to-number.